﻿/*Fonts*/
@font-face {
	font-family: 'interstate_light';
	src: url('./fonts/interstate_light.eot');
	src: url('./fonts/interstate_light.eot?#iefix') format('eot'),
		url('./fonts/interstate_light.woff') format('woff'),
		url('./fonts/interstate_light.ttf') format('truetype'),
		url('./fonts/interstate_light.svg#webfontPDfnu2z9') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstate_regular';
	src: url('./fonts/interstate_regular.eot');
	src: url('./fonts/interstate_regular.eot?#iefix') format('eot'),
		url('./fonts/interstate_regular.woff') format('woff'),
		url('./fonts/interstate_regular.ttf') format('truetype'),
		url('./fonts/interstate_regular.svg#webfontPDfnu2z9') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstate_bold';
	src: url('./fonts/interstate_bold.eot');
	src: url('./fonts/interstate_bold.eot?#iefix') format('eot'),
		url('./fonts/interstate_bold.woff') format('woff'),
		url('./fonts/interstate_bold.ttf') format('truetype'),
		url('./fonts/interstate_bold.svg#webfontPDfnu2z9') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstate_light_italic';
	src: url('./fonts/interstate_light_italic.eot');
	src: url('./fonts/interstate_light_italic.eot?#iefix') format('eot'),
		url('./fonts/interstate_light_italic.woff') format('woff'),
		url('./fonts/interstate_light_italic.ttf') format('truetype'),
		url('./fonts/interstate_light_italic.svg#webfontPDfnu2z9') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*Allgemeine Einstellungen*/
body {
	font-family: "interstate_light", "Arial";
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #59584f;
	width: 100%;
	background-color: white;
}
table {
	border-spacing: 0px;
}
td {
	vertical-align: top;
}
img {
	border: none;
}
span {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
hr {
	border-color: #ececec;
	border-style: solid;
	border-width: 2px 0 0 0;
}
ul, ol {
	padding-left: 13px;
	margin: 0;
}
sub, sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


/*Text*/
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}
h1 {
	font-size: 28px;
	line-height: 40px;
	color: #9b193f;
}
h2 {
	font-size: 24px;
	line-height: 34px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	font-family: "interstate_regular", "Arial";
}
h4 {
	font-size: 20px;
	line-height: 26px;
}
.t_weiss {
	color: white;
}
.t_grau {
	color: #59584f;
}
.t_intercard {
	color: #9b193f;
}
.t_normal {
	font-style: normal !important;
}
.t_system {
	color: #42184f;
}
.t_id {
	color: #651265;
}
.t_kliniken {
	color: #00a2af;
}
.t_hellsand {
	color: #ece9e1
}
.t_bold {
	font-family: "interstate_bold", "Arial";	
}
.t_16 {
	font-size: 16px;
}
.t_18 {
	font-size: 18px;
}
.t_hellblau {
	color: #63adc2;
}
.t_gelb {
	color: #e6a300;
}
.t_regular {
	font-family: "interstate_regular", "Arial";
}
div.a_hellblau a {
	color: #63adc2;
}
div.a_hellblau a:hover {
	color: white;
}


/*Verlinkungen*/
a {
	text-decoration: none;
	color: #9b193f;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a::before {
	content: "> "	
}
a.pfeil_weiss, a.pfeil_lila {
	color: white;
	background-repeat: no-repeat;
	background-position-y: center; 
	padding-left: 35px;
	display: block;
}
a.pfeil_weiss {
	background-image: url(../../images/icon_pfeil_weiss.png);
}
a.pfeil_lila {
	background-image: url(../../images/icon_pfeil_lila.png);
}
a.pfeil_weiss::before, a.pfeil_lila::before {
	content: none;
}
a.t_grau {
	color: #59584f;
}
a.hasimg::before {
	content: none !important;
}
a.hasimg {
	display: block;
}
a.keinpfeil::before, div.keinpfeil a::before {
	content: none;
}
.linkbox {
	cursor: pointer;
}
a.t_weiss:hover {
	color: white;
}


/*Hintergrundfarben*/
.bg_img {
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_transparent {
	opacity: 0.9;
}
.bg_trans_grau_links, .bg_trans_grau_rechts {
	background-color: rgba(70,70,70,0.4);
  	width: -moz-fit-content;
  	width: -ms-fit-content;
  	width: -webkit-fit-content;
  	width: fit-content;
}
.bg_trans_grau_links {
  	padding: 15px 20px 20px 50px;
}
.bg_trans_grau_rechts {
  	padding: 15px 50px 20px 20px;
}
.bg_system {
	background-color: #42184f;
	color: white;
}
.bg_waschen {
	background-color: #44a2c9;
	color: white;
}
.bg_authentifizierung {
	background-color: #9a3077;
	color: white;	
}
.bg_bikeparkbox {
	background-color: #0e72b5;
	color: white;
}
.bg_kassensysteme {
	background-color: #ad8543;
	color: white;
}
.bg_drucken {
	background-color: #cd0062;
	color: white;
}
.bg_bibliothek {
	background-color: #008a88;
	color: white;
}
.bg_zutritt {
	background-color: #00448a;
	color: white;
}
.bg_schliessfach {
	background-color: #47378b;
	color: white;
}
.bg_nahverkehr {
	background-color: #e6a300;
	color: white;
}
.bg_zeit {
	background-color: #007d40;
	color: white;
}
.bg_id {
	background-color: #651265;
	color: white;
}
.bg_intercard {
	background-color: #9b193f;
	color: white;
}
.bg_myintercard {
	background-color: #e0dfd1;
}
.bg_kliniken {
	background-color: #00a2af;
	color: white;
}
.bg_anwesenheitskontrolle {
	background-color: #6859a3;
	color: white;
}
.bg_dunkelgrau {
	background-color: #828282;
	color: white;
}
.bg_grau {
	background-color: #ececee;
}
.bg_hellgrau {
	background-color: #ededed;
}
.bg_hell {
	background-color: #f6f4f0;
}
.bg_sand {
	background-color: #dad4c3;
}
.bg_hellsand {
	background-color: #ece9e1;
}
.bg_blau {
	background-color: #374469;
	color: #ece9e1;
}
.bg_blau1 {
	background-color: #00336b;
	color: #ececec;
}
.bg_tuerkis {
	background-color: #deeeed;
}


/*home*/
.c_home {
	font-size: 18px;
	line-height: 24px;
}
h1.t_upp {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 48px;
}
.block_system {
	font-size: 16px;
	line-height: 22px;
}
.block_news h1 {
	color: #9b193f;
	text-align: center;
}
.block_news > div {
	background: linear-gradient(0deg, #e6e6e6, white);
}
.icons {
	display: flex;
}
.icons img {
	margin-right: 10px;
}
.page_section.icons {
	margin-top: 11px;
}


/*Seite System*/
.c_system {
	font-size: 16px;
	line-height: 22px;
}
.maske {
	position: absolute;
	width: 188px;
	height: 47px;
}
.maske a::before {
	content: none;
}


/*Struktur*/
.site {
	width: 1030px;
	padding: 50px 15px 0px 15px;
	margin: 0 auto;
	overflow: hidden;
}
.page_section {
	margin-top: 20px; 
}
.page_section_40 {
	margin-top: 40px;
}
.page_section_rahmen {
	margin: 45px 0px 45px 0px;
	padding: 45px 0px 45px 0px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.page_section_line {
	margin: 45px 0px 45px 0px;
	padding: 45px 0px 0px 0px;
	border-top: 2px solid #999999;
}
.content, content1, content2 {
	background-position: top left;
	background-repeat: no-repeat;
}
.content_20 {
	padding: 20px 20px 20px 20px;
}
.content_20.rand {
	padding-right: 0px;
}
.content_50 {
	padding: 50px 50px 50px 50px;
}
.content {
	padding: 30px 30px 30px 30px;
}

.cols_equal {
	display: flex;
	flex-direction: row;
}
.cols_equal > div {
  	flex: 1;
}
.cols_space {
  justify-content: space-between;
  display: flex;
}
.c_system .inhalt .cols_space.nobottom img {
	margin-bottom: 0px;
}
.flex, .flex_2_1, .flex_3_1 {
	display: flex;
}
.flex_2_1 > div:nth-child(1) {
	width: 660px;
}
.flex_2_1 > div:nth-child(2) {
	width: 320px;
}
.inhalt .flex_2_1 > div:nth-child(1) {
	width: 475px;
	margin-right: 30px;
}
.inhalt .flex_2_1 > div:nth-child(2) {
	width: 225px;
}
.inhalt .flex_3_1 > div:nth-child(1) {
	width: 540px;
	margin-right: 30px;
}
.inhalt .flex_3_1 > div:nth-child(2) {
	width: 160px;
	margin-right: 0px;
}
.fill_vertical {
	display: flex;
	flex-direction: column;
}
.fill_vertical > div:last-child {
	flex: 1;
}

.textfelder > div {
	padding-right: 40px;
}
.textfelder > div:last-child {
	padding-right: 0px;
}

.kachelfelder > div {
	margin-right: 20px;
}
.kachelfelder > div:last-child {
	margin-right: 0px;
}

.pos_relative {
	position: relative;
	overflow: hidden;
	clear: both;
}
.pos_absolute {
	position: absolute;
}
.pos_bottom {
	position: absolute;
	bottom: 0px;
}


/*header*/
.header {
	padding: 0px 0px 50px 0px;
}
.kontakt_swim_c > *:not(.expand) {
	filter: grayscale(100%);
	opacity: 0.5;
}
.kontakt_swim_c > *:hover, #teilen:not(.expand_closed) {
   filter: grayscale(0%);
	opacity: 1;
}
.kontakt_swim_c .expand {
	z-index: 1000;
}
.kontakt_expand img:hover {
	filter: brightness(130%);
}


/*navigation*/
#navi {
  	display: flex;
  	font-size: 18px;
  	position: relative;
  	justify-content: space-around;
}
#navi header, #navi>div>a {
  	text-transform: uppercase;
}
#navi > div {
  	text-align: center;
  	flex-grow: 1;
}
#navi > div ~ div {
	border-left: 1px solid #59584f;
}
#navi > div > a {
  	display: block;
  	width: 100%;
}
#navi a {
  	color: #59584f;
}
#navi a::before {
	content: none;
}
#navi a.current, #navi a:hover {
  	color: #9b193f;
  	text-decoration: none;
}
#navi .pop {
  	width: 100%;
  	position: absolute;
  	text-align: left;
  	box-shadow: 0px 5px 5px 0px #00000080;
  	z-index: 50;
  	padding: 30px 0 0 0;
  	background-color: #f6f6f6;
}
#navi .pop.uninitialized {
  	display: none;
}
#navi .pop header {
  	color: #9b193f;
}
#navi .pop>header {
  	padding-left: 35px;
  	padding-bottom: 20px;
  	color: #9b193f;
  	background-color: white;
}
#navi .range {
  	line-height: 24px;
}
#navi .range>div {
  	padding: 0px 0px 30px 35px;
}
#navi .range>div ~ div {
  	border-left: 2px solid #e9e9e9;
}
#navi .range a::before {
  	content: "> ";
}
#navi > div:first-child {
	margin-left: -20px;
}
#navi > div:last-child {
	margin-right: -20px;
}


/*nook*/
.nook {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  transform: rotate(45deg) !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  background-color: inherit;
}
.add-top-nook, .add-bottom-nook, .add-right-nook {
  position: relative;
  background-color: inherit;
}
.add-top-nook .nook {
  left: 20px;
  top: -9px;
}
.add-bottom-nook .nook {
  left: 20px;
  bottom: -9px;
}
.add-right-nook .nook {
  top: 20px;
  right: -9px;
}
.expand_closed {
  display: none !important;
}


/*footer*/
.footer {
	display: flex;
	padding: 50px 0px 50px 0px;
	margin-top: 58px;
	border-top: 2px solid #999999;
}
.footer a {
	color: #59584f;
}
.footer a:hover {
	color: #9b193f;
}
.footer a::before {
	content: none;
}


/*Menü*/
.menu {
  list-style: none;
  font-size: 13px;
}
ul.menu {
	padding-left: 0px;
	margin: 0px;
}
.menu li {
	width: 190px;
	border-bottom: 1px dotted #666666;
	padding: 5px 0 5px 0;
}
.menu li:first-child {
	font-family: "interstate_regular", "Arial";
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 0px;
	color: #333333;
}
.menu a {
  color: #333333;
}
.menu a.current, .menu a:hover {
	color: #9b193f;
}


/* carousel */
.carousel_frame {
	position: relative;
	margin: 0 50px;
}
.owl-prev, .owl-next {
	position: absolute;
	cursor: pointer;
	font-size: 50px;
	padding: 5px 7px;
	color: inherit;
	background: inherit;
	border: none;
	z-index: 30;
}
.owl-prev {
	left: -50px;	
}
.owl-next {
	right: -50px;
}

.slider_einsatzgebiete .owl-prev, .slider_einsatzgebiete .owl-next {
	top: 93px;
}
.einsatzgebiet {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;	
}
.einsatzgebiet a {
	color: #59584f;
}

.slider_veranstaltungen {
	padding-bottom: 30px;
}
.slider_veranstaltungen .owl-prev, .slider_veranstaltungen .owl-next {
	top: 190px;
}
.slider_veranstaltungen h1, .slider_veranstaltungen h2 {
	text-align: center;
	color: #9b193f;
}
.slider_veranstaltungen .name, .slider_veranstaltungen .ort {
	font-weight: bold;
}
.slider_veranstaltungen .name {
	text-transform: uppercase;
}

.slider_karten .owl-prev, .slider_karten .owl-next {
	top: 50px;
}

.slider_hochschulen .carousel_frame, .slider_servicepersonal .carousel_frame {
	margin: 0px 0px 0px 0px;
}
.slider_hochschulen .owl-prev, .slider_servicepersonal .owl-prev {
	left: 0px;	
}
.slider_hochschulen .owl-next, .slider_servicepersonal .owl-next {
	right: 0px;
}
.slider_hochschulen .owl-prev, .slider_hochschulen .owl-next {
	top: 340px;
}
.slider_hochschulen {
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid #b4b4b4;
}
.slider_hochschulen h1 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.slider_hochschulen .referenzen_links {
	width: 220px;
	text-align: center;
	margin-left: 30px;
	margin-right: 0px;
}
.slider_hochschulen .inhalt_mittel {
	padding-bottom: 30px;
}
.slider_hochschulen .inhalt_rechts {
	font-style: normal;
}
.slider_hochschulen a::before {
	content: "> ";
}
.slider_servicepersonal .owl-prev, .slider_servicepersonal .owl-next {
	top: 100px;
}


/*system*/
.inhalt {
	padding: 40px 0px 40px 0px;
	margin-left: 30px;
	margin-right: 20px;
	display: flex;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 2px solid #999999;
}
.inhalt img {
	margin-top: 6px;
}
.c_details .inhalt img {
	margin-top: 0px;
}
.inhalt:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.inhalt_links {
	width: 190px;
	margin-right: 30px;
}
.abschnitt {
	width: 730px;
}
.abschnitt ~ .abschnitt {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #999999;
}
.c_system .inhalt img {
	margin-bottom: 30px;
}
.inhalt_mittel {
	width: 435px;
	margin-right: 35px;
}
.inhalt_rechts {
	width: 260px;
	font-style: italic;
}
.tborder {
	border-top: 2px solid #ececec;
	padding-top: 20px;
	margin-top: 6px;
}
.tborder ~ .tborder {
	margin-top: 40px;
}
.abs {
	padding-left: 9px;
}
.c_drucken h1, .c_drucken a.current, .c_drucken .abschnitt a, .c_drucken .inhalt_mittel a, .c_drucken a.italic, a.t_drucken:hover {
	color: #cd0062;
}
.c_drucken .tabs li.selected, .c_drucken .tabs li:hover {
	background-color: #cd0062;
}
.c_kassensysteme h1, .c_kassensysteme a.current, .c_kassensysteme .abschnitt a, .c_kassensysteme .inhalt_mittel a, .c_kassensysteme a.italic, a.t_kassensysteme:hover {
	color: #ad8543;
}
.c_kassensysteme .tabs li.selected, .c_kassensysteme .tabs li:hover {
	background-color: #ad8543;
}
.c_bikeparkbox h1, .c_bikeparkbox a.current, .c_bikeparkbox .abschnitt a, .c_bikeparkbox .inhalt_mittel a, .c_bikeparkbox a.italic, a.t_bikeparkbox:hover {
	color: #0e72b5;
}
.c_nahverkehr h1, .c_nahverkehr a.current, .c_nahverkehr .abschnitt a, .c_nahverkehr .inhalt_mittel a, .c_nahverkehr a.italic, a.t_nahverkehr:hover {
	color: #e6a300;
}
.c_waschen h1, .c_waschen a.current, .c_waschen .abschnitt a, .c_waschen .inhalt_mittel a, .c_waschen a.italic, a.t_waschen:hover {
	color: #44a2c9;
}
.c_waschen .tabs li.selected, .c_waschen .tabs li:hover {
	background-color: #44a2c9;
}
.c_bibliothek h1, .c_bibliothek a.current, .c_bibliothek .abschnitt a, .c_bibliothek .inhalt_mittel a, .c_bibliothek a.italic, a.t_bibliothek:hover {
	color: #008a88;
}
.c_bibliothek .tabs li.selected, .c_bibliothek .tabs li:hover {
	background-color: #008a88;
}
.c_zutritt h1, .c_zutritt a.current, .c_zutritt .abschnitt a, .c_zutritt .inhalt_mittel a, .c_zutritt a.italic, a.t_zutritt:hover {
	color: #00448a;
}
.c_zutritt .tabs li.selected, .c_zutritt .tabs li:hover {
	background-color: #00448a;
}
.c_schliessfach h1, .c_schliessfach a.current, .c_schliessfach .abschnitt a, .c_schliessfach .inhalt_mittel a, .c_schliessfach a.italic, a.t_schliessfach:hover {
	color: #47378b;
}
.c_authentifizierung h1, .c_authentifizierung a.current, .c_authentifizierung .abschnitt a, .c_authentifizierung .inhalt_mittel a, .c_authentifizierung a.italic, a.t_authentifizierung:hover {
	color: #9a3077;
}
.c_zeit h1, .c_zeit a.current, .c_zeit .abschnitt a, .c_zeit .inhalt_mittel a, .c_zeit a.italic, a.t_zeit:hover {
	color: #007d40;
}
.c_zeit .tabs li.selected, .c_zeit .tabs li:hover {
	background-color: #007d40;
}
.c_anwesenheitskontrolle h1, .c_anwesenheitskontrolle a.current, .c_anwesenheitskontrolle .abschnitt a, .c_anwesenheitskontrolle .inhalt_mittel a, .c_anwesenheitskontrolle a.italic, a.t_anwesenheitskontrolle:hover {
	color: #6859a3;
}
.c_id h1, .c_id a.current, .c_id .abschnitt a, .c_id .inhalt_mittel a, .c_id a.italic, a.t_id:hover {
	color: #651165;
}
.c_intercard h1 {
	color: #9b193f;
}
.abschnitt a:hover, a.italic:hover {
	color: #333333;
}
.inhalt h1, .inhalt h2, .inhalt h3 {
	font-size: 20px;
	line-height: 30px;
}
.inhalt h2 {
	color: #59584f;
}
.inhalt h3 {
	font-family: "interstate_light", "Arial";
	color: #999999;
}
.inhalt h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.inhalt h5 {
	font-family: "interstate_regular", "Arial";
	height: 30px;
	padding: 5px 0 0 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 0;
	background-color: #efefef;
	color: #333333;
}
.abstand_10 > div {
	margin-right: 10px;
}
.abstand_10 > div:last-child {
	margin-right: 0px;
}
.abstand_30 > div {
	margin-right: 30px;
}
.abstand_30 > div:last-child {
	margin-right: 0px;
}
.bborder {
	padding-bottom: 10px;
	border-bottom: 2px solid #ececec;
}
a.italic {
	font-style: italic;
}
.prospekt_img {
	text-align: center;
	padding-bottom: 10px;
}
.inhalt .prospekt_img img {
	border: 1px solid #cccccc;
	margin-bottom: 0px;
}
.inhalt img.prospekt_download {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 6px;
}
.downloads img  {
	margin-bottom: 10px;
}


/*Rubrik News & Veranstaltungen*/
.weiterlesen {
	cursor: pointer;
}
.volltext  {
  display: none;
}
.offen div.volltext {
  display: block;
}
.news_weiterlesen, .details_weiterlesen, .read_more {
	color: #9b193f;
}
.news_weiterlesen::before {
	content: "> News lesen";
}
.details_weiterlesen::before {
	content: "> Details lesen";
}
.read_more::before {
	content: "> Read more";
}
.lesen {
	color: #59584f;
}
.lesen::before {
	content: "> lesen";
}
.detail_text {
	margin-top: 20px;
	border-left: 1px solid #b4b4b4;
	padding-left: 10px;
}
.accordion {
	padding-bottom: 50px;
}
div.accordion:last-child {
	padding-bottom: 0px;
}
.image_vorschau {
	padding-bottom: 20px;
}
.image_vorschau img {
	padding: 0 20px 15px 0;
	border-bottom: 1px dotted #999999;
}


/*Kontakt - Ansprechpartner*/
.systemberatung > div:last-child {
	border: none;
	padding-bottom: 13px;
}
.ansprechpartner {
	background-color: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 10px 15px;
	font-style: normal;
}
.ansprechpartner_foto {
	padding: 15px 10px 0px 0px;
}
.ansprechpartner_foto img {
	width: 60px;
	height: 60px;
}
.c_system .inhalt .ansprechpartner img {
	margin-bottom: 0px;
}
.ansprechpartner_detail {
	width: 180px;
	padding: 12px 5px 0px 0px;
}
.ansprechpartner .volltext {
	padding: 20px 15px 0px 0px;
}
.ansprechpartner .kontakt, .ansprechpartner .contact {
	color: #9b193f;
}
.ansprechpartner .kontakt::before {
	content: "> Kontakt";
}
.ansprechpartner .contact::before {
	content: "> Contact";
}


.blocks {
	margin-bottom: 30px;
}
.block {
	background-color: #f8f8f8;
	color: #333333;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 15px 20px 15px;
}
.element, .element_nobg {
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #efefef;
}
.element {
	background-image: url(/images/pfeil.png);
	background-position: 17px center;
	background-repeat: no-repeat;
	padding: 8px 5px 8px 43px;
}
.element:last-child, .element_nobg:last-child {
	border: none;
}
.element .active {
	display: none;
}
.element.hover {
	background-image: none;
	padding-left: 17px;
}
.element.hover img {
	margin: 0 15px 0 0;
}
.element.hover .active {
	display: block;
}
.element .inactive {
	display: block;
}
.element.hover .inactive {
	display: none;
}
.element_nobg {
	background-image: none;
	padding: 8px 0 8px 16px;
}
.a_grau a {
	color: #333333;
}
.a_grau a:hover {
	color: #9b193f;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}


/*Produkte: tabs*/
ul.tabs {
	padding: 0;
}
.tabs {
	font-size: 0px;
	line-height: 0px;
}
.tabs li {
	text-transform: uppercase;
	font-size: 11px;
	color: white;
	line-height: 16px;
	list-style: none;
	display: inline-block;
   zoom: 1;  *display: inline;  /* IE7 Hack */
	padding: 1px 7px 0 7px;
	margin: 0 4px 0 0;
	cursor: pointer;
	background-color: #888888;
	color: white;
}
.tabs li:first-child {
	width: 215px;
}
.tabs_content .tabs li:first-child {
	width: inherit;
}
.tabs li:last-child {
	margin-right: 0px;
}
.tabs.split {
	width: 720px;
	position: relative;
}
.tabs.split li:hover {
	color: white;
}
.tabs.split .mehr {
	position: absolute;
	right: -10px;
}
.tabs.split li.selected {
	color: white;
}
.tabs + .tabs_content {
	border: 5px solid #cccccc;
	overflow: hidden;
	min-height: 180px;
	position: relative;
}
.tabs.rechts {
	background-color: #cccccc;
	text-align: right;
}
.tabs.rechts li {
	background-color: #888888;
	color: white;
}
.tabs.rechts li:hover {
	color: white;
}
.tabs.rechts li.selected {
	color: white;
}
.tabs_content .img {
	width: 210px;
}
.tabs_content .img img {
	padding-top: 0px;
	border-right: 5px solid #cccccc;
}
.tabs_content .txt {
	padding: 15px 20px 15px 20px;
}
.tabs li.selected, .tabs li:hover {
	background-color: #9b193f;
}
.datenblatt {
	padding: 25px 0 0 20px;
}
.datenblatt img {
	border: 1px solid #cccccc;
}


/*Investor Relations*/
.tabelle td {
	border-bottom: 1px dotted #666666;
	padding: 5px 0 5px 0;
	color: #333333;
}
.tabelle td:first-child { 
	font-weight: bold;
	padding-right: 50px;
}
.imgborder {
	border: 1px solid #cccccc;
}
.gruppe .linkbox {
	margin-top: 0px;
}
.gruppe .linkbox ~ .linkbox {
	margin-top: 60px;
}
.gruppe div div:first-child {
	width: 180px;
}


.t_intrakey {
	color: #165286;
}
.t_multicard {
	color: #2886b3;
}
.t_controlsystems {
	color: #cd0062;
}
.t_multiaccess {
	color: #de7d0c;
}
.t_polyright {
	color: #2ca44b;
}
.t_idpendant {
	color: #e43226;
}



/*Formular*/
input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
	font-family: "Arial";
	border: 1px solid #cccccc;
	width: 100%;
	border-radius: 3px;
	background-color: #f8f8f8;
	padding: 5px;
	font-size: 13px;
	margin-top: 8px;
}
#reparaturmeldung .cols_equal > div {
	margin-right: 5px;
}
#reparaturmeldung .cols_equal > div:last-child {
	margin-right: 0px;
}
textarea {
	min-height: 100px;
}
::placeholder {
  font-style: italic;
}
input[type=submit] {
	color: white;
	width: 170px;
	height: 32px;
	border: none;
	border-radius: 3px;
}
input[type=submit]:hover {
	cursor: pointer;
}
.fehler {
	color: red;
	padding-bottom: 20px;
}
select {
	-webkit-appearance: none;
  	-moz-appearance: none;
 	appearance: none;
  	border-radius: 3px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	margin-top: 8px;
	border: 1px solid #ccc;
	background-image: url(../../images/icon_mehr.png);
  	background-position: 150px;
  	background-repeat: no-repeat;
  	cursor: pointer;
}
select::-ms-expand {
  display: none;
}


/*Video ansehen*/
.modal-video {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(22, 82, 134, 0.9);
  z-index: 1000;
  transition: opacity 400ms ease-in 0s;
  visibility: hidden;
  position: fixed;
  /* pointer-events: none; */
}
.modal-video.display {
  opacity: 1;
  overflow: auto;
  visibility: visible;
  /* pointer-events: auto; */
}
.modal-video>div {
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 100px auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%
}
.modal-video iframe {
  width: 320px;
  height: 180px;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  display: block;
  box-sizing: content-box;
}
@media ( min-width : 480px) {
  .modal-video iframe {
    width: 460px;
    height: 259px;
  }
}
@media ( min-width : 768px) {
  .modal-video>div {
    width: 748px;
    margin: 100px auto 0;
  }
  .modal-video iframe {
    width: 748px;
    height: 421px;
  }
}
@media ( min-width : 1024px) {
  .modal-video>div {
    width: 1000px;
    margin: 100px auto 0;
  }
  .modal-video iframe {
    width: 1000px;
    height: 563px;
  }
}
#videoOpen, .videoOpen {
  cursor: pointer;
}
#videoClose {
  background-color: rgba(155, 25, 63);
  padding: 10px 10px;
  border-radius: 3px;
  color: white;
  font-size: 18px;
}


/*Seite Zeiterfassung*/
.vorteile strong, .funktionen strong {
	color: #007d40;
}
.vorteile .flex img {
	margin: 6px 15px 0px 0px;
}
.vorteile .flex {
	padding-bottom: 30px;
}
.vorteile div.flex:last-child {
	padding-bottom: 0px;
}
.funktionen .flex img {
	margin: 6px 30px 0px 10px;
}
.funktionen .flex {
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #ececec;
}
.funktionen div.flex:last-child {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/*Seite Top-up terminals*/
.features h1 {
	font-size: 18px;
	line-height: 52px;
}
.liste li {
	margin-bottom: 7px;
}


/*Seite Investor Relations*/
.ueberschrift {
	overflow: hidden;
	clear: both;
}
.ueberschrift div:first-child {
	float: left;
}
.ueberschrift div:last-child {
	width: 780px;
	font-size: 12px;
	font-style: italic;
	float: right;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
	padding: 20px 20px 20px 0px;
	text-align: right;
}
.irnews {
	overflow: hidden;
	clear: both;
}
.irnews .ir_weiterlesen {
	color: #9b193f;
	cursor: pointer;
}
.irnews .ir_weiterlesen::before {
	content: "> weiterlesen";
}
.irnews .volltext, .irnews.offen .ir_weiterlesen  {
  display: none;
}
.irnews.offen span.volltext {
  display: inline;
}
.irnews.offen div.volltext, .irnews.offen p.volltext {
  display: block;
}
.newsarchiv_toggle {
  cursor: pointer;
}
.newsarchiv_closed ~ * {
  display: none;
}
.button {
	padding: 5px 15px 5px 15px;
	margin-top: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	background-color: #9b193f;
	color: white;
}
.button a {
	color: white;
}
.button a::before {
	content: none;
}
.button_id {
	background-color: #651265;
}
.button_dokument {
	background-image: url(../../images/icon_prospekt.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 7px 15px 7px 45px;
}
.content_2_1 {
	display: flex;
}
.content_2_1 > div:first-child {
	flex: 2;
	border-right: 3px solid white;
}
.content_2_1 > div:last-child {
	flex: 1;
}
.content_2_1 > div:first-child .ueberschrift > div:last-child {
	width: 420px;
}
.content_2_1 > div:last-child .ueberschrift > div:first-child.content {
	padding-right: 0px;
}
.content_2_1 > div:last-child .ueberschrift > div:last-child {
	width: 115px;
}
.table_aktie td {
	border-bottom: 1px solid white;
	padding: 10px 0px 10px 0px;
}
.table_aktie td:first-child {
	font-weight: bold;
	width: 230px;
	padding-right: 30px;
}
.table_aktie td:last-child {
	width: 380px;
}
.disclaimer {
	font-size: 12px;
	line-height: 18px;
}
.page_section_rahmen.noborder {
	border-bottom: none;
	padding-bottom: 0px;
}
.t_zitat {
	font-family: "interstate_light_italic", "Arial";
	font-size: 19px;
}


/*Kontakte*/
.c_kontakte {
	width: 1000px;
	border-top: 2px solid #999999;
	margin-top: 45px;
	padding-top: 30px;
}
.c_kontakt .c_kontakte {
	margin-top: 20px;
	padding-top: 50px;
}
.kontakte {
	display: flex;
	color: #dad4c3;
	font-size: 12px;
	line-height: 16px;
}
.kontakte div {
	background-color: #57564a;
}
.kontakte > div:first-child {
	flex: 2;
}
.kontakte > div:last-child {
	flex: 1;
}
.kontakte.accordion {
	padding-bottom: 0px;
}
.kontakte h1 {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	color: #dad4c3;
	padding: 10px 0px 10px 10px;
}
.kontakte h2 {
	font-size: 14px;
	line-height: 20px;
	color: #e6a300;
}
.kontakte h3 {
	font-family: "interstate_light", "Arial";
	font-size: 11px;
	line-height: 16px;
	color: #e6a300;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 18px;
}
.kontakte a {
	color: #dad4c3;
}
.block_kontakt {
	padding: 0px 0px 0px 10px;
	border-right: 1px solid white;
}
.block_kontakt:last-child {
	border: none;
}
.kontaktinfo {
	display: flex;
	padding: 18px 0px 18px 0px;
}
.kontaktinfo > div:first-child {
	width: 70px;
	padding-top: 4px;
}
.kontaktinfo a::before {
	content: none;
}
.block_kontakt .link_kontakt {
	font-style: italic;
}
.block_kontakt .link_kontakt::before {
	content: "Kontakt";
}
.block_kontakt .volltext {
	padding-bottom: 15px;
}
a#lightbox-secNav-btnClose::before {
	content: none;
}