@charset "utf-8";

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-light-webfont.eot');
	src        : url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-light-webfont.woff2') format('woff2'),
		url('fonts/opensans-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style : normal;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-lightitalic-webfont.eot');
	src        : url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
		url('fonts/opensans-lightitalic-webfont.woff') format('woff');
	font-weight: 300;
	font-style : italic;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-regular-webfont.eot');
	src        : url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style : normal;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-italic-webfont.eot');
	src        : url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-italic-webfont.woff2') format('woff2'),
		url('fonts/opensans-italic-webfont.woff') format('woff');
	font-weight: 400;
	font-style : italic;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-semibold-webfont.eot');
	src        : url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
		url('fonts/opensans-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style : normal;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-semibolditalic-webfont.eot');
	src        : url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
		url('fonts/opensans-semibolditalic-webfont.woff') format('woff');
	font-weight: 600;
	font-style : italic;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-bold-webfont.eot');
	src        : url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-bold-webfont.woff2') format('woff2'),
		url('fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style : normal;
}

@font-face {
	font-family: 'open-sans';
	src        : url('fonts/opensans-bolditalic-webfont.eot');
	src        : url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
		url('fonts/opensans-bolditalic-webfont.woff') format('woff');
	font-weight: 700;
	font-style : italic;
}

* {
	font-family: open-sans, Verdana, Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	page-break-after : avoid;
	page-break-before: auto
}

h3.section-heading {
	font-size        : 18pt;
	page-break-before: always;
	margin-top       : 2cm;
}

figure.inline {
	display: inline-block;
}

noscript,
.noscript,
span.popup {
	display: none;
}

body {
	font-size  : 70%;
	line-height: 1.4;
	color      : #000000;
	margin     : 2cm 0 1cm 1cm;
}

nav.navbar,
#sidebar-menu,
#links-bar,
#carousel-bs,
.embed-responsive {
	display: none !important;
}

[id$="--section"] {
	margin-bottom: 24pt;
}

input,
select,
textarea,
button {
	color           : #000000;
	background-color: #FEFEFE;
	font-size       : 10px;
}

form {
	display: inline;
}

form#downloads select,
form#downloads1 select,
form#downloads2 select {
	margin-top: 20px;
}

.remark {
	font-size  : 8px;
	font-weight: normal;
}

.nobr {
	white-space: nowrap;
}

.new,
.important {
	color: #d80032;
}

img {
	border-width: 0
}

strong {
	font-weight: bold
}

sup {
	font-size: 80%
}

a:link {
	color          : #444136;
	font-weight    : bold;
	text-decoration: none
}

a:visited {
	color          : #444136;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

div.spacer {
	width : 100%;
	height: 12px;
}

div.spacer2 {
	width : 100%;
	height: 3em;
}



/* -----------------      Kopfbereich        --------------------- */
#head {
	white-space: nowrap;
	margin     : 0;
}

#head h1 {
	font-size  : 22pt;
	font-weight: bold;
	margin     : 0;
	display    : block;
	width      : 100%;
	clear      : both
}

#head h1::before {
	content         : url(../pics/system/tascam_blk.png);
	margin-bottom   : 18pt;
	display         : block;
	transform       : scale(40%);
	transform-origin: left;
}

#head h2 {
	font-size    : 16pt;
	font-weight  : bold;
	line-height  : 1.3rem;
	margin-top   : 4pt;
	margin-bottom: 18pt;
}


/* --------------  Tabellen für Downloads  ------------------- */
table.form {
	background-color: #f5f5f5;
	width           : 456px;
	margin-top      : 1em;
	padding         : 0;
	border-bottom   : 1px solid #9c151d;
	border-collapse : collapse;
}

table.form p {
	padding-top   : 1em;
	padding-bottom: 1em;
}

table.dl {
	margin-bottom  : 1em;
	border-bottom  : 1px solid #444136;
	border-collapse: collapse;
}

table.dl tr {
	vertical-align: top;
}

table.dl tr.dl_inactive {
	/*Nicht aktive Downloads*/
	background-color: #ffd9bd;
}

table.dl tr.bottom_line {
	border-bottom: 1px solid #444136;
}

table.dl td.bottom_line {
	padding-bottom: 10px;
}

table.dl th {
	color           : #fff;
	font-size       : 95%;
	font-weight     : bold;
	background-color: #444136;
	text-align      : left;
	padding         : 0 0 0 4px;
	vertical-align  : top;
	border-bottom   : 2px solid #444136;
}

table.dl th.dl-inner {
	color           : #000;
	font-size       : 95%;
	font-weight     : bold;
	background-color: #d9e0e7;
	text-align      : left;
	padding         : 0 4px;
	vertical-align  : top;
	border-bottom   : 1px solid #444136;
	white-space     : nowrap;
}

table.dl td.dl-inner {
	color           : #000;
	font-size       : 95%;
	font-weight     : normal;
	background-color: #d9e0e7;
	text-align      : left;
	padding         : 0 0 0 4px;
	border-bottom   : 1px solid #444136;
}

table.dl tr.dl1 {
	background-color: #F8F8F8;
}

table.dl tr.dl2 {
	background-color: #E8E8E8;
}

table.dl td {
	font-size : 90%;
	text-align: left;
	margin    : 0;
	padding   : 3px 0 2px 4px;
}

/*-------------- Ende DL-Tabellen -----------------*/

/* --------------  Tabellen für Technische Daten  ------------------- */
table.td,
table.td tr,
table.td td {
	border: 0;
}

table.td {
	background-color: #fff;
	margin-bottom   : 1.5em;
	padding         : 0;
	width           : 100%;
	border-collapse : collapse
}

table.td thead tr {
	font-size        : 95%;
	font-weight      : bold;
	text-align       : left;
	page-break-after : avoid;
	page-break-before: auto
}

table.td td {
	font-size     : 90%;
	text-align    : left;
	margin        : 0;
	padding       : 4px;
	vertical-align: top;
	width         : 49%
}

/*Ende Tech.Daten-Tabellen*/

/* --------------  Support-Formulare  ------------------- */
table.suppform {
	width         : 560px;
	margin-top    : 1em;
	border-spacing: 1pt;
}

table.suppform textarea {
	font-size: 12px;
}

table.suppform td {
	font-size       : 10px;
	line-height     : 16px;
	background-color: #dcdcdc;
	vertical-align  : top;
	padding         : 5px 3px 3px;
}

table.suppform td.td {
	background-color: #EEE;
}

table.suppform td.white {
	background-color   : #fff;
	background-position: 0 top;
}

table.suppform td.head,
table.suppform th {
	color           : #fff;
	line-height     : 14px;
	background-color: #444136;
	text-align      : left;
}

table.suppform td.headreq {
	color           : #fff;
	font-weight     : bold;
	line-height     : 14px;
	background-color: #444136;
	text-align      : left;
}

/* --------------  Tabelle Anzeigenübersicht  ------------------- */
table.adverts {
	width         : 553px;
	margin-bottom : 1.5em;
	border-spacing: 4px;
}

table.adverts td {
	text-align    : center;
	vertical-align: top;
}

table.adverts td.bottom {
	vertical-align: bottom;
}

table.adverts td.legend {
	background-color: #444136;
	color           : #fff;
	font-weight     : bold;
	text-align      : center;
	vertical-align  : top;
	height          : 36px;
	border-bottom   : 6px solid white;
}

/* --------------  Tabelle Kategorienübersicht  ------------------- */

/*Footer*/
footer {
	margin-top: 36pt;
}

footer .col-12:nth-of-type(1) {
	margin-bottom: 12pt;
}

footer .col-12:nth-of-type(2) {
	display: none;
}

footer .col-12:nth-of-type(3) {
	display: none;
}

#cookie-bar,
#logo,
.tagline,
.extras {
	display: none;
}

.testedMedia table {
	margin-bottom: .5cm;
}

#slider-bs.flexslider .slides>li:first-of-type {
	display                    : block !important;
	backface-visibility        : visible;
	-webkit-backface-visibility: visible;
}

#slider-bs.flexslider .slides img {
	max-width: 15cm !important;
}

.badge-pill {
	box-sizing      : border-box;
	position        : relative;
	display         : inline-block;
	padding         : .25em .4em;
	padding-right   : 0.4em;
	padding-left    : 0.4em;
	font-size       : 75%;
	font-weight     : 600;
	line-height     : 1;
	text-align      : center;
	white-space     : nowrap;
	vertical-align  : baseline;
	color           : #fff;
	background-color: #da6a1a;
	padding-right   : .6em;
	padding-left    : .6em;
	border-radius   : 10rem;
	margin-left     : .25rem !important;
}
