@charset "UTF-8";
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 14px;
margin-bottom: 14px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 14px;
margin-bottom: 7px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 7px;
margin-bottom: 7px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%; }
h1, .h1 {
font-size: 26px; }
h2, .h2 {
font-size: 21px; }
h3, .h3 {
font-size: 17px; }
h4, .h4 {
font-size: 13px; }
h5, .h5 {
font-size: 10px; }
h6, .h6 {
font-size: 9px; }
p {
margin: 0 0 7px; }
.lead {
margin-bottom: 14px;
font-size: 11px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 15px; } }
small,
.small {
font-size: 90%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9; }
.page-header {
padding-bottom: 6px;
margin: 28px 0 14px;
border-bottom: 1px solid #eeeeee; }
ul,
ol {
margin-top: 0;
margin-bottom: 7px; }
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px; }
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
dl {
margin-top: 0;
margin-bottom: 14px; }
dt,
dd {
line-height: 1.42857; }
dt {
font-weight: bold; }
dd {
margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.dl-horizontal dd {
margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777; }
.initialism {
font-size: 90%; }
blockquote {
padding: 7px 14px;
margin: 0 0 14px;
font-size: 12.5px;
border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 14px;
font-style: normal;
line-height: 1.42857; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none; }
pre {
display: block;
padding: 6.5px;
margin: 0 0 7px;
font-size: 9px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 10px;
padding-right: 10px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 768px) {
.container {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 24px;
padding-right: 24px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; } }
@media (min-width: 992px) {
.container {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 30px;
padding-right: 30px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; } }
@media (min-width: 1200px) {
.container {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 30px;
padding-right: 30px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; } }
@media (min-width: 768px) {
.container {
width: 744px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 10px;
padding-right: 10px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
@media (min-width: 768px) {
.container-fluid {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 24px;
padding-right: 24px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; } }
@media (min-width: 992px) {
.container-fluid {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 30px;
padding-right: 30px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; } }
@media (min-width: 1200px) {
.container-fluid {
margin-right: auto;
margin-left: auto;
/*padding-left: ($gutter / 2);
padding-right: ($gutter / 2);*/
padding-left: 30px;
padding-right: 30px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; } }
.row {
margin-left: -5px;
margin-right: -5px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
@media (min-width: 768px) {
.row {
margin-left: -12px;
margin-right: -12px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; } }
@media (min-width: 992px) {
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; } }
@media (min-width: 1200px) {
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; } }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 5px;
padding-right: 5px; }
@media (min-width: 768px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 12px;
padding-right: 12px; } }
@media (min-width: 992px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 1200px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 15px;
padding-right: 15px; } }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-1 {
width: 8.33333%; }
.col-xs-2 {
width: 16.66667%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.33333%; }
.col-xs-5 {
width: 41.66667%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.33333%; }
.col-xs-8 {
width: 66.66667%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.33333%; }
.col-xs-11 {
width: 91.66667%; }
.col-xs-12 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left; }
.col-sm-1 {
width: 8.33333%; }
.col-sm-2 {
width: 16.66667%; }
.col-sm-3 {
width: 25%; }
.col-sm-4 {
width: 33.33333%; }
.col-sm-5 {
width: 41.66667%; }
.col-sm-6 {
width: 50%; }
.col-sm-7 {
width: 58.33333%; }
.col-sm-8 {
width: 66.66667%; }
.col-sm-9 {
width: 75%; }
.col-sm-10 {
width: 83.33333%; }
.col-sm-11 {
width: 91.66667%; }
.col-sm-12 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-1 {
width: 8.33333%; }
.col-md-2 {
width: 16.66667%; }
.col-md-3 {
width: 25%; }
.col-md-4 {
width: 33.33333%; }
.col-md-5 {
width: 41.66667%; }
.col-md-6 {
width: 50%; }
.col-md-7 {
width: 58.33333%; }
.col-md-8 {
width: 66.66667%; }
.col-md-9 {
width: 75%; }
.col-md-10 {
width: 83.33333%; }
.col-md-11 {
width: 91.66667%; }
.col-md-12 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
.col-lg-1 {
width: 8.33333%; }
.col-lg-2 {
width: 16.66667%; }
.col-lg-3 {
width: 25%; }
.col-lg-4 {
width: 33.33333%; }
.col-lg-5 {
width: 41.66667%; }
.col-lg-6 {
width: 50%; }
.col-lg-7 {
width: 58.33333%; }
.col-lg-8 {
width: 66.66667%; }
.col-lg-9 {
width: 75%; }
.col-lg-10 {
width: 83.33333%; }
.col-lg-11 {
width: 91.66667%; }
.col-lg-12 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
table {
background-color: transparent; }
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left; }
th {
text-align: left; }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 14px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
vertical-align: top;
border-top: 1px solid #ddd; }
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0; }
.table > tbody + tbody {
border-top: 2px solid #ddd; }
.table .table {
background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px; }
.table-bordered {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
table col[class*="col-"] {
position: static;
float: none;
display: table-column; }
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell; }
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.table-responsive {
overflow-x: auto;
min-height: 0.01%; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 10.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 14px;
font-size: 15px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal; }
input[type="file"] {
display: block; }
input[type="range"] {
display: block;
width: 100%; }
select[multiple],
select[size] {
height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 10px;
line-height: 1.42857;
color: #555555; }
.form-control {
display: block;
width: 100%;
height: 28px;
padding: 6px 12px;
font-size: 10px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #999; }
.form-control::-webkit-input-placeholder {
color: #999; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1; }
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed; }
textarea.form-control {
height: auto; }
input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 28px; }
input[type="date"].input-sm,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm
input[type="month"] {
line-height: 25px; }
input[type="date"].input-lg,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg
input[type="month"] {
line-height: 40px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 14px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; }
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed; }
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed; }
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed; }
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 24px; }
.form-control-static.input-lg, .form-control-static.input-sm {
padding-left: 0;
padding-right: 0; }
.input-sm {
height: 25px;
padding: 5px 10px;
font-size: 9px;
line-height: 1.5;
border-radius: 3px; }
select.input-sm {
height: 25px;
line-height: 25px; }
textarea.input-sm,
select[multiple].input-sm {
height: auto; }
.form-group-sm .form-control {
height: 25px;
padding: 5px 10px;
font-size: 9px;
line-height: 1.5;
border-radius: 3px; }
.form-group-sm select.form-control {
height: 25px;
line-height: 25px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 25px;
min-height: 23px;
padding: 6px 10px;
font-size: 9px;
line-height: 1.5; }
.input-lg {
height: 40px;
padding: 10px 16px;
font-size: 13px;
line-height: 1.33333;
border-radius: 6px; }
select.input-lg {
height: 40px;
line-height: 40px; }
textarea.input-lg,
select[multiple].input-lg {
height: auto; }
.form-group-lg .form-control {
height: 40px;
padding: 10px 16px;
font-size: 13px;
line-height: 1.33333;
border-radius: 6px; }
.form-group-lg select.form-control {
height: 40px;
line-height: 40px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 40px;
min-height: 27px;
padding: 11px 16px;
font-size: 13px;
line-height: 1.33333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 35px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
pointer-events: none; }
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 40px;
height: 40px;
line-height: 40px; }
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 25px;
height: 25px;
line-height: 25px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d; }
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; }
.has-success .form-control-feedback {
color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442; }
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede; }
.has-error .form-control-feedback {
color: #a94442; }
.has-feedback label ~ .form-control-feedback {
top: 19px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-static {
display: inline-block; }
.form-inline .input-group {
display: inline-table;
vertical-align: middle; }
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto; }
.form-inline .input-group > .form-control {
width: 100%; }
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 21px; }
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table; }
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.33333px;
font-size: 13px; } }
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 9px; } }
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 10px;
line-height: 1.42857;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
outline: 1px dotted #000000; }
.btn:hover, .btn:focus, .btn.focus {
color: #333;
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 1px dotted #000000; }
.btn:active, .btn.active {
outline: none;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none; }
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none; }
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c; }
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc; }
.btn-default .badge {
color: #fff;
background-color: #333; }
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary .badge {
color: #337ab7;
background-color: #fff; }
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625; }
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success .badge {
color: #5cb85c;
background-color: #fff; }
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85; }
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info .badge {
color: #5bc0de;
background-color: #fff; }
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d; }
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff; }
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19; }
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger .badge {
color: #d9534f;
background-color: #fff; }
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; }
.btn-link:hover, .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none; }
.btn-lg {
padding: 10px 16px;
font-size: 13px;
line-height: 1.33333;
border-radius: 6px; }
.btn-sm {
padding: 5px 10px;
font-size: 9px;
line-height: 1.5;
border-radius: 3px; }
.btn-xs {
padding: 1px 5px;
font-size: 9px;
line-height: 1.5;
border-radius: 3px; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.nav > li.disabled > a {
color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7; }
.nav .nav-divider {
height: 1px;
margin: 6px 0;
overflow: hidden;
background-color: #e5e5e5; }
.nav > li > a > img {
max-width: none; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857;
border: 1px solid transparent;
border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.nav-pills > li {
float: left; }
.nav-pills > li > a {
border-radius: 4px; }
.nav-pills > li + li {
margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 14px;
border: 1px solid transparent; }
.navbar:before, .navbar:after {
content: " ";
display: table; }
.navbar:after {
clear: both; }
@media (min-width: 768px) {
.navbar {
border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
content: " ";
display: table; }
.navbar-header:after {
clear: both; }
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table; }
.navbar-collapse:after {
clear: both; }
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none; }
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
.navbar-collapse.in {
overflow-y: visible; }
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px; }
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px; }
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030; }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0; } }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 18px 15px;
font-size: 13px;
line-height: 14px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-brand > img {
display: block; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px; } }
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px; }
.navbar-toggle:focus {
outline: 0; }
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-nav {
margin: 9px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 14px; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a {
line-height: 14px; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0; }
.navbar-nav > li {
float: left; }
.navbar-nav > li > a {
padding-top: 18px;
padding-bottom: 18px; } }
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 11px;
margin-bottom: 11px; }
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.navbar-form .form-control-static {
display: inline-block; }
.navbar-form .input-group {
display: inline-table;
vertical-align: middle; }
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto; }
.navbar-form .input-group > .form-control {
width: 100%; }
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0; }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.navbar-form .has-feedback .form-control-feedback {
top: 0; } }
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px; }
.navbar-form .form-group:last-child {
margin-bottom: 0; } }
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-btn {
margin-top: 11px;
margin-bottom: 11px; }
.navbar-btn.btn-sm {
margin-top: 12.5px;
margin-bottom: 12.5px; }
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px; }
.navbar-text {
margin-top: 18px;
margin-bottom: 18px; }
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px; } }
@media (min-width: 768px) {
.navbar-left {
float: left !important; }
.navbar-right {
float: right !important;
margin-right: -15px; }
.navbar-right ~ .navbar-right {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777; }
.navbar-default .navbar-nav > li > a {
color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777; }
.navbar-default .navbar-link:hover {
color: #333; }
.navbar-default .btn-link {
color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; }
.navbar-inverse {
background-color: #222;
border-color: #090909; }
.navbar-inverse .navbar-brand {
color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-text {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent; }
.navbar-inverse .navbar-toggle {
border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff; }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent; } }
.navbar-inverse .navbar-link {
color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
color: #fff; }
.navbar-inverse .btn-link {
color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; }
.close {
float: right;
font-size: 15px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0); }
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); }
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857px; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.42857; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto; }
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm {
width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
width: 900px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
/* BASE SCSS */
main h1, main h2, main h3, main h4, main h5, main h6 {
margin-top: 0;
margin-bottom: 0;
font-family: Georgia, Times New Roman, Times, serif;
line-height: inherit; }
h1 {
font-size: 2.8em;
padding-bottom: 0.66em; }
h2 {
font-size: 2em;
padding-bottom: 0.75em; }
h3 {
font-size: 1.9em;
padding-bottom: 0.8em; }
h4 {
font-size: 1.8em;
padding-bottom: 0.85em; }
h5 {
font-size: 1.7em;
padding-bottom: 0.9em; }
h6 {
font-size: 1.6em;
font-weight: bold;
padding-bottom: 0.95em; }
p {
font-size: 1.4rem; }
.bt-bold {
font-weight: bold; }
.bt-dachzeile {
font-size: 1.4em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold;
padding-bottom: 0.6em;
display: block; }
h2 .bt-dachzeile {
font-size: 0.7em; }
h3 .bt-dachzeile {
font-size: 0.736em; }
h4 .bt-dachzeile {
font-size: 0.77em; }
.bt-date {
font-size: 1.4em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
padding-bottom: 0.6em;
display: block; }
.bt-print-only {
display: none; }
.bt-no-print {
display: block; }
main p a:link, main p a:visited {
text-decoration: underline; }
main p a:hover, main p a:focus, main p a:active {
text-decoration: none; }
main table p a:link, main table p a:visited {
text-decoration: none; }
main table p a:hover, main table p a:focus, main table p a:active {
text-decoration: underline; }
a:hover i[class^="icon-"]:before, a:focus i[class^="icon-"]:before, a:active i[class^="icon-"]:before {
display: inline-block;
text-decoration: none; }
a:hover i.icon-arab:before, a:focus i.icon-arab:before, a:active i.icon-arab:before {
text-decoration: underline; }
a:focus, :focus {
outline: none;
outline-offset: 0; }
a:hover, a:focus, a:active {
color: #000000; }
i, em {
font-style: normal; }
a[name] {
color: #000000; }
a[name]:hover, a[name]:focus, a[name]:active {
text-decoration: none;
color: #000000; }
main a:link, main a:visited, main a:hover, main a:focus, main a:active {
color: #31505f; }
.bt-print-only {
display: none; }
.sr-only-xs-down {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
@media (min-width: 480px) {
.sr-only-xs-down {
position: relative;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: hidden;
clip: initial;
border: 0; } }
.sr-only-sm-down {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
@media (min-width: 768px) {
.sr-only-sm-down {
position: relative;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: hidden;
clip: initial;
border: 0; } }
.sr-only-md-down {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
@media (min-width: 992px) {
.sr-only-md-down {
position: relative;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: hidden;
clip: initial;
border: 0; } }
.sr-only-lg-down {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
@media (min-width: 1200px) {
.sr-only-lg-down {
position: relative;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: hidden;
clip: initial;
border: 0; } }
.row-no-padding {
margin-left: 0;
margin-right: 0; }
.row-no-padding [class*="col-"] {
padding-left: 0 !important;
padding-right: 0 !important; }
/* Media Tablet */
@media (min-width: 768px) {
h1 {
font-size: 3.2em;
padding-bottom: 0.66em; }
h2 {
font-size: 2.4em;
padding-bottom: 0.65em; }
h3 {
font-size: 2.2em;
padding-bottom: 0.7em; }
h4 {
font-size: 2em;
padding-bottom: 0.75em; }
h5 {
font-size: 1.8em;
padding-bottom: 0.85em; }
h6 {
font-size: 1.6em;
font-weight: bold;
padding-bottom: 0.95em; } }
h2 .bt-dachzeile {
font-size: 0.583em; }
h3 .bt-dachzeile {
font-size: 0.636em; }
h4 .bt-dachzeile {
font-size: 0.7em; }
/* LAYOUT SCSS */
body {
background: #ffffff;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
color: #000000;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden; }
body.bt-archived-page {
margin-bottom: 4.5em;
margin-top: 4.5em; }
body.bt-archived-page.noscroll header nav.bt-langnavi-active {
transition: margin-top 0s linear; }
body.bt-archived-page header nav.bt-langnavi-active {
margin-top: 42.5rem; }
@media (min-width: 768px) {
body.bt-archived-page header nav.bt-langnavi-active {
margin-top: 37.5rem; } }
@media (min-width: 1200px) {
body.bt-archived-page header nav.bt-langnavi-active {
margin-top: 26.2rem; } }
body.bt-archived-page header .bt-head-navi.bt-langnavi-active {
top: 45em !important; }
@media (min-width: 768px) {
body.bt-archived-page header .bt-head-navi.bt-langnavi-active {
top: 39.9em !important; } }
@media (min-width: 1200px) {
body.bt-archived-page header .bt-head-navi.bt-langnavi-active {
top: 29.1em !important; } }
body.noscroll {
overflow: hidden;
position: relative; }
.container-fluid {
box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box; }
.container.container-full-width {
width: 100%;
padding: 0;
position: relative; }
.container-wide.container-fluid {
max-width: 1200px; }
div.sr-menu {
position: absolute;
left: 0;
top: 0; }
div.sr-menu a {
display: block;
font-size: 1.2em;
background: #ffffff;
padding: 1em; }
header {
width: 100%;
height: 8.4em;
background: #ffffff; }
header nav.nav-service {
background: #eeeeee;
height: 2.7em;
width: 100vw;
position: relative;
margin-top: 0;
transition: margin-top 0.25s linear; }
header nav.nav-service.bt-langnavi-active {
margin-top: 38rem;
transition: margin-top 0.25s linear; }
@media (min-width: 768px) {
header nav.nav-service.bt-langnavi-active {
margin-top: 33rem; } }
@media (min-width: 1200px) {
header nav.nav-service.bt-langnavi-active {
margin-top: 21.7rem; } }
header nav.nav-service > ul {
float: right;
width: auto;
margin-right: 10px;
font-family: Georgia, Times New Roman, Times, serif; }
header nav.nav-service > ul > li {
list-style: none;
display: inline;
margin-left: 1.7em;
padding: 0;
line-height: 1em; }
header nav.nav-service > ul > li > a.bt-langnavi-toggle {
position: relative; }
header nav.nav-service > ul > li > a.bt-langnavi-toggle.active {
color: #000000; }
header nav.nav-service > ul > li > a.bt-langnavi-toggle.active i::before {
color: #000000; }
header nav.nav-service > ul > li > a.bt-langnavi-toggle.active::before {
content: "";
width: 100%;
height: 2px;
position: absolute;
background: #ff7100;
left: 0;
right: 0;
top: 0; }
header nav.nav-service > ul > li > a.bt-langnavi-toggle i::before {
margin-right: 0;
width: 0.9em; }
header nav.nav-service > ul > li > a > span {
font-size: 1.2em;
line-height: 2.25em; }
header nav.nav-service > ul > li > a i {
font-size: 2em;
position: relative;
top: 0.1em;
color: #999999; }
header nav.nav-service > ul > li > a i.icon-arab {
font-size: 1.3em;
color: #666666;
top: 0; }
header nav.nav-service > ul > li > a i.icon-arab:before {
display: inline; }
header nav.nav-service > ul > li > a i.icon-sign-language:before {
width: auto;
margin-right: 0; }
header nav.nav-service > ul > li > a:link, header nav.nav-service > ul > li > a:visited {
color: #666666;
display: inline-block; }
header nav.nav-service ul.bt-langnavi {
position: absolute;
top: -38rem;
height: 37.8rem;
left: 0;
width: 100vw;
padding: 7.8rem 0 0 0;
column-count: 2;
column-gap: 3.5rem;
background: #333333; }
@media (min-width: 768px) {
header nav.nav-service ul.bt-langnavi {
column-count: 3;
column-gap: normal;
text-align: left;
top: -33rem;
height: 33rem; } }
@media (min-width: 1200px) {
header nav.nav-service ul.bt-langnavi {
top: -21.7rem;
height: 21.7rem;
column-count: 4;
padding: 3.5rem 10rem 0 2rem; } }
header nav.nav-service ul.bt-langnavi > li {
display: inline-block;
width: 100%;
padding: 0 0 1.8rem 2rem;
font-size: 1.1rem;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
line-height: 1em;
vertical-align: bottom; }
@media (min-width: 768px) {
header nav.nav-service ul.bt-langnavi > li {
line-height: normal; } }
@media (min-width: 1200px) {
header nav.nav-service ul.bt-langnavi > li {
padding-bottom: 2.3rem; } }
header nav.nav-service ul.bt-langnavi > li > a {
position: relative;
display: block;
height: 1rem; }
@media (min-width: 768px) {
header nav.nav-service ul.bt-langnavi > li > a {
height: 1.6rem; } }
@media (min-width: 992px) {
header nav.nav-service ul.bt-langnavi > li > a {
height: 1.2rem; } }
header nav.nav-service ul.bt-langnavi > li > a:link, header nav.nav-service ul.bt-langnavi > li > a:visited {
color: #ffffff; }
header nav.nav-service ul.bt-langnavi > li > a:link .bt-langname, header nav.nav-service ul.bt-langnavi > li > a:visited .bt-langname {
display: inline-block;
width: 7.5rem;
color: #999999;
max-width: none;
text-transform: capitalize;
position: absolute;
top: 0;
left: 0; }
@media (min-width: 768px) {
header nav.nav-service ul.bt-langnavi > li > a:link .bt-langname, header nav.nav-service ul.bt-langnavi > li > a:visited .bt-langname {
width: 10rem; } }
header nav.nav-service ul.bt-langnavi > li > a:link .bt-langnative, header nav.nav-service ul.bt-langnavi > li > a:visited .bt-langnative {
display: inline-block;
text-transform: capitalize;
position: absolute;
top: 0;
left: 8rem;
width: calc(100% - 8rem); }
@media (min-width: 768px) {
header nav.nav-service ul.bt-langnavi > li > a:link .bt-langnative, header nav.nav-service ul.bt-langnavi > li > a:visited .bt-langnative {
left: 10.5rem;
width: calc(100% - 10.5rem); } }
header nav.nav-service ul.bt-langnavi > li > a:link .bt-langnative .bt-specicalchar, header nav.nav-service ul.bt-langnavi > li > a:visited .bt-langnative .bt-specicalchar {
line-height: 1;
vertical-align: baseline; }
header nav.nav-service ul.bt-langnavi > li > a:link i.icon-right-dir, header nav.nav-service ul.bt-langnavi > li > a:visited i.icon-right-dir {
display: none;
position: absolute;
left: -1.9rem;
top: -0.3rem;
font-size: 1.75rem;
color: #ff7100; }
header nav.nav-service ul.bt-langnavi > li > a:hover .bt-langname, header nav.nav-service ul.bt-langnavi > li > a:focus .bt-langname, header nav.nav-service ul.bt-langnavi > li > a:active .bt-langname, header nav.nav-service ul.bt-langnavi > li > a.active .bt-langname {
color: #ffffff; }
header nav.nav-service ul.bt-langnavi > li > a:hover i.icon-right-dir, header nav.nav-service ul.bt-langnavi > li > a:focus i.icon-right-dir, header nav.nav-service ul.bt-langnavi > li > a:active i.icon-right-dir, header nav.nav-service ul.bt-langnavi > li > a.active i.icon-right-dir {
display: inline-block; }
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close {
width: auto;
position: absolute;
top: 1rem;
right: 2rem;
display: inline;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.6rem; }
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close:hover .icon-close {
color: #ff7100; }
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close a {
display: block; }
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close i {
display: inline-block;
border: 1px solid #ffffff;
border-radius: 50%;
width: 3.2rem;
height: 3.2rem;
position: relative;
top: 1.2rem;
left: 1rem; }
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close i:before {
position: absolute;
font-size: 1.4rem;
top: .8rem;
left: 0.5rem;
font-weight: bold; }
@media (min-width: 992px) {
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close {
right: 4rem; } }
@media (min-width: 1200px) {
header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close {
top: 3rem; } }
@media (max-width: 360px) {
header nav.nav-service ul.bt-langnavi {
column-gap: 2rem; }
header nav.nav-service ul.bt-langnavi > li {
vertical-align: bottom;
display: inline-block;
max-height: 2.8rem; }
header nav.nav-service ul.bt-langnavi > li > a:link span, header nav.nav-service ul.bt-langnavi > li a:visited span {
line-height: normal;
vertical-align: bottom;
display: inline-block;
max-height: 12px; }
header nav.nav-service ul.bt-langnavi > li > a:link span.bt-langname, header nav.nav-service ul.bt-langnavi > li a:visited span.bt-langname {
max-width: 5rem;
margin-right: 0.5rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
header nav.nav-service ul.bt-langnavi > li > a:link span.bt-langnative, header nav.nav-service ul.bt-langnavi > li a:visited span.bt-langnative {
left: 5.5rem;
width: calc(100% - 5.5rem);
white-space: nowrap;
text-overflow: ellipsis; }
header nav.nav-service ul.bt-langnavi > li > a:link i.icon-right-dir, header nav.nav-service ul.bt-langnavi > li a:visited i.icon-right-dir {
top: -0.3rem; } }
header [class^="icon-arab"]:before, header [class*=" icon-arab"]:before {
display: inline; }
header .bt-header {
background: #ffffff;
position: relative;
z-index: 1100;
height: 5.7em; }
header h1 {
font-size: 1em;
margin: 0;
padding: 1.2em 0;
width: 59.733%;
margin-left: 1rem; }
header h1:before {
opacity: 0;
transition: opacity 0.2s ease-in;
content: "";
width: 17em;
height: 100%;
background: #ffffff;
position: absolute;
left: 5em;
top: 0;
z-index: 1; }
header h1.layer:before {
opacity: 1;
transition: opacity 0.2s ease-out;
z-index: 550; }
header h1 a {
width: auto;
position: relative;
display: block;
z-index: 500;
max-width: 40em; }
header h1 a:hover, header h1 a:focus, header h1 a:active {
text-decoration: none;
outline: none; }
header h1 a:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
header h1 a:focus:before {
content: "";
position: absolute;
width: 22em;
height: 4em;
border: 1px dotted #000000;
left: 0.5em;
top: -0.3em; }
header h1 img {
width: 205px;
height: auto;
color: #000;
margin: 0; }
header div.bt-menu-wrap {
float: right;
font-size: 2.4em;
margin-right: 10px;
position: absolute;
top: .5em;
right: 0;
width: 75%;
text-align: right; }
header div.bt-menu-wrap button {
border: none;
background: transparent;
padding: 0;
margin: 0 0 0 .25em;
font-family: Georgia, Times New Roman, Times, serif; }
@media (min-width: 1365px) {
header div.bt-menu-wrap .bt-main-nav-toggle {
display: none; } }
header div.bt-menu-wrap .bt-main-nav-toggle:hover i, header div.bt-menu-wrap .bt-main-nav-toggle:focus i, header div.bt-menu-wrap .bt-main-nav-toggle:active i, header div.bt-menu-wrap .bt-main-nav-toggle.open i {
color: #ff7100; }
header div.bt-menu-wrap .bt-main-nav-toggle:focus {
outline: #cccccc dotted 1px; }
button.bt-search-toggle {
position: relative;
z-index: 1; }
button.bt-search-toggle.active {
color: #ff7100;
display: none; }
button.bt-search-toggle.active span {
display: none; }
button.bt-search-toggle:hover i, button.bt-search-toggle:focus i, button.bt-search-toggle:active i {
color: #ff7100; }
button.bt-search-toggle:focus {
outline: #cccccc dotted 1px; }
div.bt-head-search {
position: absolute;
width: auto;
max-width: 0;
height: 1.4em;
right: 2.05em;
top: 0;
background: #fff;
z-index: 560;
transition: max-width .15s linear; }
div.bt-head-search input.bt-search-input {
max-width: 0;
transition: max-width .15s linear; }
div.bt-head-search button.bt-search-submit {
display: none;
font-size: 1em;
position: absolute;
right: -0.1em;
top: 0;
border: none;
color: #ff7100; }
div.bt-head-search .bt-head-search-autocomplete {
display: none;
width: 100%;
position: absolute;
top: 0;
left: 0; }
div.bt-head-search.active {
max-width: 300px;
transition: max-width .15s linear; }
div.bt-head-search.active input.bt-search-input {
max-width: 50em;
padding-right: 2em;
transition: max-width .15s linear; }
div.bt-head-search.active button.bt-search-submit {
display: block; }
div.bt-head-search.active .bt-head-search-autocomplete {
display: block; }
div.bt-head-search input.bt-search-input {
float: right;
width: 13.642em;
height: 2.4em;
padding: 0.2em 0 0 0;
background: none;
border: none;
border-bottom: 1px solid #000;
font-size: 0.583em;
font-family: Georgia, Times New Roman, Times, serif;
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
div.bt-head-search input.bt-search-input::-ms-clear {
display: none; }
div.bt-head-search input.bt-search-input::-webkit-input-placeholder {
color: #000000; }
div.bt-head-search input.bt-search-input:-moz-placeholder {
color: #000000; }
div.bt-head-search input.bt-search-input:-ms-input-placeholder {
color: #000000; }
footer {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.2em;
position: relative;
z-index: 500; }
footer a {
color: #000000; }
footer ul {
margin: 0;
padding: 0;
position: relative; }
footer li {
list-style-type: none; }
footer .bt-footer-service ul {
float: left;
width: auto;
padding: 1em 0; }
footer .bt-footer-service ul li {
display: inline;
margin-right: 1em; }
footer .bt-footer-share {
float: right;
padding: 0.1em 0 0 1em; }
footer .bt-footer-share p {
font-size: 1em; }
footer .bt-footer-share p a {
padding-top: 0.5em;
display: block; }
footer .bt-footer-share i {
margin-left: 0.3em;
font-size: 1.4em; }
footer .bt-footer-share .bt-footer-share-popup {
max-height: 0;
height: auto;
overflow: hidden;
transition: max-height 0.6s ease-in-out; }
footer .bt-footer-share.active i {
color: #ff7100; }
footer .bt-footer-share.active .bt-footer-share-popup {
max-height: 1000px;
transition: max-height 0.6s ease-in-out; }
footer .bt-footer-share a:hover i, footer .bt-footer-share a:focus i, footer .bt-footer-share a:active i {
color: #ff7100; }
footer .bt-footer-copyright {
float: left;
clear: both; }
footer .bt-footer-copyright p {
font-size: 1em;
color: #000000; }
footer .bt-footer-legal {
float: right;
z-index: 1;
position: relative; }
footer .bt-footer-legal li {
display: inline;
margin-left: 1em; }
footer .bt-footer {
position: relative;
z-index: 200;
padding: 0.2em 0 1.4em 0; }
.box {
background: #eee; }
.antiscroll-inner {
overflow-y: scroll; }
.bt-cookie-layer {
width: 100%;
max-height: 13.5rem;
height: auto;
bottom: 3.3em;
color: #ffffff;
background-color: #666666;
max-width: none;
overflow-y: hidden;
padding: 0;
z-index: 2000; }
.bt-cookie-layer.container-fluid {
max-width: none; }
.bt-cookie-layer p, .bt-cookie-layer a.bt-accept-site-cookies {
float: left;
margin: 1.1em 0 1em 0.5em; }
.bt-cookie-layer a {
color: #ffffff;
text-decoration: underline; }
.bt-cookie-layer p {
max-width: 80%;
padding-bottom: 0.7em; }
@media (min-width: 992px) {
.bt-cookie-layer p {
max-width: 90%; } }
.bt-cookie-layer a.bt-accept-site-cookies {
color: #000000;
text-decoration: none;
margin-top: 1.6em; }
@media (min-width: 992px) {
.bt-cookie-layer a.bt-accept-site-cookies {
margin-top: 0.8em;
margin-left: 0.5em; } }
.bt-cookie-layer .bt-accept-site-cookies {
background-color: #ffffff;
padding: 0.3em 1em;
border-radius: 0.5em;
margin-left: 0.3em; }
@media (min-width: 768px) {
.bt-cookie-layer {
max-height: 8.5rem; } }
@media (min-width: 992px) {
.bt-cookie-layer {
max-height: 6rem; } }
/* Archivierte Inhalte */
.bt-archive-banner__row {
left: 0;
position: fixed;
z-index: 9999;
width: 100%;
height: 3.2em;
background-color: #ff0000;
color: #ffffff;
text-align: center;
line-height: 3.2em;
font-size: 1.4rem;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
.bt-archive-banner__row--top {
top: 0; }
.bt-archive-banner__row--bottom {
bottom: 0; }
.bt-archive-banner p {
white-space: nowrap;
display: inline-block; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
body.bt-archived-page header .bt-head-navi {
top: 7.5em !important; }
body.bt-archived-page header .bt-head-navi.sticky {
top: 4.5em !important; }
header {
height: 12.6em; }
header nav.nav-service {
height: 3em; }
header nav.nav-service ul {
margin-right: 24px;
width: 100%;
text-align: right; }
header nav.nav-service ul li {
margin: 0 1.15em; }
header nav.nav-service ul li.bt-no-icon a span {
margin-right: 0; }
header nav.nav-service ul li a span {
font-size: 1.4rem;
margin-right: 0; }
header nav.nav-service ul li a i.icon-arab {
font-size: 1.6em; }
header h1 {
margin-left: 2.4rem; }
header .bt-header {
height: 9.6em; }
header .bt-header h1 {
padding: 1em 0 1.8em 0; }
header .bt-header h1.layer:before {
display: none; }
header .bt-header h1 img {
width: 34em;
margin-left: 0;
margin-top: 0.5em; }
header .bt-header h1 a:focus:before {
width: 38em;
height: 6.5em;
left: 0.5em;
top: 0; }
header .bt-header div.bt-menu-wrap {
margin-right: 24px;
top: 1.2em; }
header .bt-header div.bt-menu-wrap button {
margin-left: .65em;
text-align: right;
width: 95px; }
header .bt-header div.bt-menu-wrap button span {
font-size: 0.666em;
line-height: 1em;
position: relative;
top: -0.2em;
right: 0.75em; }
header .bt-header div.bt-menu-wrap .bt-search-toggle {
width: auto;
max-width: 150px; }
header .bt-head-navi.sticky .bt-header {
height: 8.5em; }
header .bt-head-navi.sticky .bt-header h1 {
padding: 1em 0; }
footer {
font-size: 1em; }
footer .bt-footer-service ul {
padding: 1em 0 1.3em 0; }
footer .bt-footer-share {
padding-top: 0.9em; }
footer .bt-footer-share p a {
padding-top: 0; }
footer .bt-footer-share i {
font-size: 1.4em; }
footer .bt-footer-service, footer .bt-footer-share p {
font-size: 1.6em; }
footer .bt-footer-copyright p, footer .bt-footer-legal {
font-size: 1.2em; }
footer .bt-footer {
padding: 0.5em 0 2.5em 0; }
div.bt-head-search {
width: auto;
height: 1.4em;
left: auto;
right: 5em;
top: 0; }
div.bt-head-search input.bt-search-input {
font-size: 0.666em;
height: 2.2em;
width: 11.563em; }
div.bt-head-search button.bt-search-submit {
right: -0.1em;
top: 0em; }
html[lang="fr"] header .bt-header div.bt-menu-wrap button {
width: 114px; } }
@media (min-width: 1365px) {
header {
height: 16.6rem; } }
@media screen and (min-width: 1600px) {
header {
height: 18rem; } }
/* Desktop */
@media (min-width: 992px) {
header h1 {
margin-left: 3rem; }
header h1 img {
margin-left: 0; }
header h1 a:focus:before {
width: 37em;
height: 6em;
left: 1em;
top: .2em; }
div.bt-menu-wrap {
margin-right: 30px; }
footer .bt-footer-copyright p, footer .bt-footer-legal {
font-size: 1.4rem; }
footer .bt-footer {
padding: 0.75em 0 3.6em 0; }
footer .bt-footer-share {
padding: 0.9em 0 1em 0; }
footer .bt-footer-share i {
margin-left: 0.5em; }
footer .bt-footer-share i.icon-share:before {
margin-right: 0; }
div.bt-head-search input.bt-search-input {
width: 17.812em; }
.antiscroll-wrap {
display: inline-block;
overflow: hidden;
width: 100%;
height: 100%;
position: relative; }
.antiscroll-scrollbar {
background: gray;
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 0 1px #fff;
-moz-box-shadow: 0 0 1px #fff;
box-shadow: 0 0 1px #fff;
position: absolute;
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-webkit-transition: linear 300ms opacity;
-moz-transition: linear 300ms opacity;
-o-transition: linear 300ms opacity; }
.antiscroll-scrollbar-shown {
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
.antiscroll-scrollbar-horizontal {
height: 7px;
margin-left: 2px;
bottom: 2px;
left: 0; }
.antiscroll-scrollbar-vertical {
width: 7px;
margin-top: 2px;
right: 2px;
top: 0; }
.antiscroll-inner::-webkit-scrollbar {
width: 0;
height: 0; }
.antiscroll-inner::scrollbar {
width: 0;
height: 0; } }
/* Large Screen */
@media (min-width: 1200px) {
.container-fluid {
max-width: 1170px; }
header h1 img {
margin-left: 0; }
div.bt-menu-wrap {
margin-right: 30px; } }
@media (min-width: 1365px) {
div.bt-head-search, div.bt-head-search.active {
right: 0.3rem; } }
/* NAVI SCSS */
body.bt-archived-page header .bt-head-navi {
top: 7.2em; }
body.bt-archived-page header .bt-head-navi.sticky {
top: 4.5em !important; }
header .bt-head-navi {
position: fixed;
background: none;
width: 100%;
height: 1px;
z-index: 6000;
top: 2.7em;
transition: top 0.25s linear; }
header .bt-head-navi.bt-langnavi-active {
top: 40.6rem;
transition: top 0.25s linear; }
@media (min-width: 768px) {
header .bt-head-navi.bt-langnavi-active {
top: 36rem;
transition: top 0.25s linear; } }
@media (min-width: 1200px) {
header .bt-head-navi.bt-langnavi-active {
top: 24.4rem;
transition: top 0.25s linear; } }
header .bt-head-navi.sticky {
top: 0;
position: fixed;
transition: top 0.25s ease-out; }
header .bt-head-navi.sticky .bt-main-nav.active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
header .bt-head-navi.shadow .bt-header {
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5); }
@media screen and (min-width: 1365px) {
header .bt-head-navi.shadow .bt-header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; } }
header .bt-head-navi.active {
background: rgba(0, 0, 0, 0.5);
height: 100%; }
@media (min-width: 1365px) {
header .bt-head-navi.active {
transition: background 0s ease-in;
transition-delay: 0.25s; }
header .bt-head-navi.active.sticky {
transition: background 0s ease-in;
transition-delay: 0.25s; } }
@media (min-width: 1365px) and (pointer: coarse) and (hover: none) {
header .bt-head-navi.active {
transition: background 0s ease-in;
transition-delay: 0s; }
header .bt-head-navi.active.sticky {
transition: background 0s ease-in;
transition-delay: 0s; } }
header .bt-head-navi .bt-main-nav {
font-family: Georgia, Times New Roman, Times, serif;
position: absolute;
right: -30em;
clear: both;
width: auto;
min-height: 100%;
background: #ffffff;
transition: right .6s ease-in-out;
top: 5.7em;
bottom: 0;
z-index: 800;
/*.antiscroll-wrap {
float: left;
width: 100%;
}*/ }
@media (min-width: 1365px) {
header .bt-head-navi .bt-main-nav {
display: none; } }
header .bt-head-navi .bt-main-nav .antiscroll-inner {
overflow-y: auto; }
header .bt-head-navi .bt-main-nav.active {
right: 0;
transition: right .6s ease-in-out; }
header .bt-head-navi .bt-main-nav a, header .bt-head-navi .bt-main-nav strong {
display: block;
white-space: nowrap; }
header .bt-head-navi .bt-main-nav.bt-nav-wide .bt-nav-menu {
transition: width .6s ease-in-out; }
header .bt-head-navi .bt-main-nav .main-menu-wrap {
float: left;
width: 25em;
height: auto;
overflow: hidden; }
header .bt-head-navi .bt-main-nav .main-menu-wrap .antiscroll-scrollbar-horizontal {
display: none; }
header .bt-head-navi .bt-main-nav .bt-nav-sidebar {
float: left;
width: 4.9em !important;
background: #000000;
min-height: 100%;
height: auto;
overflow-x: hidden;
overflow-y: auto; }
header .bt-head-navi .bt-main-nav ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 100% !important;
/*overflow-y: scroll;
overflow-x: hidden;*/
-webkit-overflow-scrolling: touch; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list {
background: #000000;
width: 4.9em !important;
height: auto;
color: #999999;
text-align: center; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list [class^="icon-"] {
display: block;
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%); }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list [class^="icon-"]:before {
font-size: 4.1em;
margin-left: 0;
margin-right: 0; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list .icon-europe:before {
font-size: 3.8rem; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list .icon-media-center:before {
font-size: 6.4rem;
margin-left: -8px; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list .icon-elections:before {
font-size: 4.8rem; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list li {
height: 4.9em;
text-align: center; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list li:last-child {
margin-bottom: 82px; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list a:link, header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list a:visited {
color: #999999;
height: 100%;
width: 99%;
float: left; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list a:hover, header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list a:focus, header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list a:active {
color: #ff7100; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list a:focus {
outline: #ff7100 dotted 1px;
outline-offset: -2px; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list .active, header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list .active a {
color: #ff7100; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu {
width: 25em;
background-color: #fff;
position: relative;
overflow-y: auto;
overflow-x: hidden; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .antiscroll-wrap {
position: static; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu a, header .bt-head-navi .bt-main-nav ul.bt-nav-menu strong {
color: #000000;
padding: 14.5px 10px;
position: relative; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu a:focus {
outline: none; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu a.bt-menu-toggle:focus {
outline: #000000 dotted 1px;
outline-offset: -2px; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu a.bt-menu-toggle:focus:after {
min-width: 2.6em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu {
position: absolute;
top: 0;
width: 100%;
height: auto;
min-height: 100%;
right: -25em;
background: #ffffff;
z-index: 1000;
transition: right .6s ease-in-out;
overflow-x: hidden;
overflow-y: auto;
border-left: solid 0.2em #ff7100; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu.active {
right: 0;
transition: right .6s ease-in-out; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu.current .antiscroll-wrap {
position: relative; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu {
border-left: none; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu h2 {
display: none; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu.current h2 {
display: block; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu .bt-sub-menu h2, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu .bt-sub-menu h3 {
display: none; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu .bt-sub-menu.current h2, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu .bt-sub-menu .bt-sub-menu.current h3 {
display: block; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu p {
font-size: 1em;
font-weight: bold;
position: relative;
border-bottom: solid 1px #cccccc;
background: #e5e5e5;
clear: both;
margin: 0;
padding: 2px 0; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu p a {
padding-right: 4em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a.bt-menu-toggle, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a.bt-menu-toggle, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu p a.bt-menu-toggle {
background: #cecece;
padding-right: 10px; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a.bt-menu-toggle:hover, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a.bt-menu-toggle:active, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a.bt-menu-toggle:focus, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a.bt-menu-toggle:hover, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a.bt-menu-toggle:active, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a.bt-menu-toggle:focus, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu p a.bt-menu-toggle:hover, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu p a.bt-menu-toggle:active, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu p a.bt-menu-toggle:focus {
background: #ff7100; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu a, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu strong {
white-space: normal; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-item div:first-child {
width: 20em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-item.bt-nosub div:first-child {
width: 100%; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-nav-infos ul {
height: auto !important; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-nav-infos ul li {
height: auto; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-nav-infos h2 a {
cursor: default;
text-decoration: none; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-nav-infos .bt-menu-item div:first-child {
width: 100%; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-nav-infos .bt-menu-item .bt-menu-toggle {
position: relative;
left: 0;
width: 100%;
text-align: left;
background: #ffffff; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-toggle {
position: absolute;
right: 0;
top: 0;
background: #e5e5e5;
width: 3em;
height: 100%;
text-align: center; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-toggle:hover, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-toggle:active, header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-toggle:focus {
background: #ff7100; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu li {
list-style: none;
border-bottom: solid 1px #cccccc;
background-color: #ffffff;
width: 100%; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu li .bt-menu-item {
position: relative;
width: 100%;
clear: both; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu li a, header .bt-head-navi .bt-main-nav ul.bt-nav-menu li strong {
font-size: 1.4rem; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu li:last-child {
border-bottom: none; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
body.bt-archived-page header .bt-header-navi {
top: 6.2em; }
body.bt-archived-page header .bt-header-navi.sticky {
top: 3.2em; }
header .bt-head-navi {
top: 3em;
transition: top 0.25s ease-in; }
header .bt-head-navi.sticky {
top: 0em;
transition: top 0.25s ease-out; }
header .bt-head-navi.sticky .bt-main-nav {
top: 8.4em; }
header .bt-head-navi ul.bt-nav-menu {
height: 100%; }
header .bt-head-navi .bt-main-nav {
top: 9.6em;
bottom: 0;
right: -40em;
/*.antiscroll-wrap {
width: 34.8em !important;
}*/ }
header .bt-head-navi .bt-main-nav .main-menu-wrap {
width: 34.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu {
width: 34.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-item div:first-child {
width: 30em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu {
right: -34.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu a:focus:after {
min-width: 20.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar {
min-height: 100vh; }
header .bt-head-navi .bt-main-nav.bt-nav-wide {
/*.antiscroll-wrap {
width: 62.8em;
}*/ }
header .bt-head-navi .bt-main-nav.bt-nav-wide ul.bt-nav-menu {
width: 62.8em; } }
/* Desktop */
@media (min-width: 992px) {
header .bt-head-navi {
/*.antiscroll-wrap .antiscroll-wrap {
overflow: auto;
width: 100%;
}*/ }
header .bt-head-navi .bt-main-nav {
right: -42em;
/*.antiscroll-wrap {
width: 36.8em !important;
}*/ }
header .bt-head-navi .bt-main-nav .main-menu-wrap {
width: 36.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu {
width: 36.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-item div:first-child {
width: 32em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu {
right: -36.8em;
overflow: hidden; }
header .bt-head-navi .bt-main-nav ul.bt-nav-menu a:focus:after {
min-width: 22.8em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar [class^="icon-"] {
line-height: 1.1em; }
header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar [class^="icon-"]:before, header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar [class*=" icon-"]:before {
margin: 0;
font-size: 5rem; }
header .bt-head-navi .bt-header h1 {
transition: all 0.25s ease-in; }
header .bt-head-navi .bt-header h1 img {
transition: all 0.25s ease-in; }
header .bt-head-navi .bt-header div.bt-menu-wrap {
transition: all 0.25s ease-in; }
header .bt-head-navi.sticky .bt-header {
height: 7.1em; }
header .bt-head-navi.sticky .bt-header h1 {
padding: 1em 0;
transition: all 0.25s ease-out; }
header .bt-head-navi.sticky .bt-header h1 img {
width: 25.5em;
height: auto;
transition: all 0.25s ease-out; }
header .bt-head-navi.sticky .bt-header div.bt-menu-wrap {
transition: all 0.25s ease-out;
top: 0.8em; }
header .bt-head-navi.sticky .bt-main-nav {
top: 7.1em; } }
/* Large Screen */
@media (min-width: 1280px) {
header .bt-head-navi .bt-main-nav {
right: -37em; }
header .bt-head-navi .bt-main-nav.active {
right: 0; } }
header .bt-head-navi.sticky .bab-flyout-nav {
box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5); }
header .bt-head-navi.sticky.active .bab-flyout-nav {
box-shadow: none; }
.bab-flyout-nav {
background: #eeeeee;
width: 100%;
height: 4rem; }
@media screen and (min-width: 1600px) {
.bab-flyout-nav {
height: 5.4rem; } }
@media (max-width: 1364px) {
.bab-flyout-nav {
display: none; } }
.bab-flyout-nav > ul {
display: flex;
justify-content: space-between;
margin: 0;
padding: 0 3rem;
width: 100%;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4rem; }
@media screen and (min-width: 1600px) {
.bab-flyout-nav > ul {
font-size: 1.8rem; } }
.bab-flyout-nav > ul ul {
display: inline-block; }
.bab-flyout-nav > ul div.bab-flyout-nav-sub-wrapper {
visibility: hidden;
transition: all 0s ease; }
.bab-flyout-nav > ul div.bab-flyout-nav-sub-wrapper.active {
display: inline-block;
visibility: visible;
transition-delay: .25s; }
@media (pointer: coarse) and (hover: none) {
.bab-flyout-nav > ul div.bab-flyout-nav-sub-wrapper.active {
transition-delay: 0s; } }
.bab-flyout-nav > ul div.bab-flyout-nav-sub-wrapper.active:hover {
transition: 0s; }
.bab-flyout-nav > ul > li {
border-top: 1px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
display: inline-block;
float: left;
height: 40px;
flex: 1;
tab-index: 1; }
@media screen and (min-width: 1600px) {
.bab-flyout-nav > ul > li {
height: 5.4rem; } }
.bab-flyout-nav > ul > li.active {
border-bottom-color: #ffffff; }
[dir=rtl] .bab-flyout-nav > ul > li {
float: right; }
.bt-head-navi.sticky .bab-flyout-nav > ul > li {
border-bottom: none; }
.bab-flyout-nav > ul > li:focus, .bab-flyout-nav > ul > li.active {
background: #ffffff; }
.bab-flyout-nav > ul > li:focus > a, .bab-flyout-nav > ul > li.active > a {
position: relative; }
.bab-flyout-nav > ul > li:focus > a::before, .bab-flyout-nav > ul > li.active > a::before {
background-color: transparent; }
.bab-flyout-nav > ul > li:focus > a::after, .bab-flyout-nav > ul > li.active > a::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #ff7100;
left: 0;
top: -2px;
z-index: 1100; }
.bab-flyout-nav > ul > li:focus + li > a::before, .bab-flyout-nav > ul > li.active + li > a::before {
background-color: transparent; }
.bab-flyout-nav > ul > li > a {
color: #000000;
display: block;
height: 100%;
padding: 1rem 1.5rem;
position: relative;
text-align: center;
font-weight: bold; }
@media screen and (min-width: 1600px) {
.bab-flyout-nav > ul > li > a {
padding: 1.4rem 1.5rem; } }
.bab-flyout-nav > ul > li > a::before {
content: "";
position: absolute;
width: 1px;
height: 70%;
left: 0;
top: 15%;
background: #bbbbbb; }
[dir=rtl] .bab-flyout-nav > ul > li > a::before {
left: auto;
right: 0; }
.bab-flyout-nav > ul > li > a.current-page::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #ff7100;
left: 0;
top: -2px;
z-index: 1100; }
.bab-flyout-nav > ul > li:first-child > a::before {
display: none; }
div.bab-flyout-nav-sub-wrapper {
position: absolute;
top: 13.6rem;
right: 3rem;
left: 3rem;
overflow-y: auto;
height: calc(100vh - 18rem); }
@media screen and (min-width: 1600px) {
div.bab-flyout-nav-sub-wrapper {
top: 15rem;
height: calc(100vh - 20rem); } }
ul.bab-flyout-nav-sub {
background: #ffffff;
position: absolute;
width: 100%;
column-count: 4;
column-gap: 5rem;
font-size: 1.4rem;
font-weight: bold;
padding: 6.1rem 2.5rem 3rem 2.5rem; }
@media screen and (min-width: 1600px) {
ul.bab-flyout-nav-sub {
font-size: 1.6rem; } }
ul.bab-flyout-nav-sub > li {
display: inline-block;
width: 100%;
float: none;
border-top: 1px solid #bbbbbb; }
ul.bab-flyout-nav-sub > li:first-child {
position: absolute;
height: 6.2rem;
box-sizing: border-box;
display: inherit;
top: 0;
right: 1.5rem;
left: 1.5rem;
width: calc(100% - 3rem);
clear: both;
border: none;
background: #fff;
font-weight: normal; }
ul.bab-flyout-nav-sub > li ul li {
border-top: none;
position: relative;
padding-bottom: 0;
width: 100%;
float: none; }
ul.bab-flyout-nav-sub > li ul li a {
padding: 5px 5px 5px 20px; }
ul.bab-flyout-nav-sub > li ul li a::before {
top: 14px; }
ul.bab-flyout-nav-sub li {
list-style-type: none;
padding: 0; }
ul.bab-flyout-nav-sub a {
color: #000;
display: block;
padding: 10px 5px; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-close {
float: right;
display: inline-block;
padding-right: 4.8rem;
padding-top: 2rem;
height: 5rem; }
[dir=rtl] ul.bab-flyout-nav-sub a.bab-flyout-nav-close {
float: left;
padding-right: 5px;
padding-left: 4.8rem; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-close:hover::after, ul.bab-flyout-nav-sub a.bab-flyout-nav-close:focus::after, ul.bab-flyout-nav-sub a.bab-flyout-nav-close:active::after {
color: #ff7100; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-close::after {
padding: 0;
font-size: 1.3rem;
color: #000000;
content: "\e830";
font-family: "bt-icons";
display: inline-block;
width: 3.2rem;
height: 3.2rem;
background-color: #ffffff;
border: 1px solid #000000;
border-radius: 50%;
text-align: center;
line-height: 3.1rem;
position: absolute;
right: 0;
top: 1.1rem;
text-decoration: none !important; }
[dir=rtl] ul.bab-flyout-nav-sub a.bab-flyout-nav-close::after {
left: 0;
right: auto; }
ul.bab-flyout-nav-sub a.current-page {
background: #ff7100; }
ul.bab-flyout-nav-sub ul {
font-size: 1.3rem;
column-count: auto;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: normal;
margin: 0;
padding: 0 0 1rem 0;
display: inline-block;
position: static;
top: auto;
left: auto;
width: 100%; }
@media screen and (min-width: 1600px) {
ul.bab-flyout-nav-sub ul {
font-size: 1.4rem; } }
ul.bab-flyout-nav-sub a.bab-flyout-nav-title {
float: left; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-title i {
font-size: 4.8rem;
color: #999; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-title span {
transform: translateY(-50%);
display: inline-block; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-title span::after {
font-family: "bt-icons";
content: "\e801";
padding-left: 1.5rem;
font-size: 2.4rem;
vertical-align: middle;
text-decoration: none !important;
display: inline-block; }
ul.bab-flyout-nav-sub a.bab-flyout-nav-title:hover span {
text-decoration: underline; }
.sticky div.bab-flyout-nav-sub-wrapper {
height: calc(100vh - 13rem);
top: 11.1rem; }
@media screen and (min-width: 1600px) {
.sticky div.bab-flyout-nav-sub-wrapper {
height: calc(100vh - 15rem);
top: 12.5rem; } }
@media screen and (min-width: 1600px) {
ul.bab-flyout-nav-sub {
font-size: 1.6rem; } }
html[lang="fr"] .bab-flyout-nav > ul > li {
width: 11.1%; }
html[lang="fr"] .bab-flyout-nav > ul > li > a {
font-size: 1.28rem; }
@media (min-width: 1600px) {
html[lang="fr"] .bab-flyout-nav > ul > li > a {
font-size: 1.58rem; } }
html[dir="rtl"] .bab-flyout-nav > ul > li {
width: 16.66%; }
@media (min-width: 768px) {
body.bt-no-navi header {
height: 12.6em; }
body.bt-no-navi .bt-head-navi.sticky .bt-header {
box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5); } }
#main .btn.bt-btn-gray {
background-color: #cccccc;
color: #000000;
font-weight: bold; }
#main .btn.bt-btn-gray:hover, #main .btn.bt-btn-gray:active {
background-color: #ff7100; }
#main .btn.btn-default.bt-programm-overlay-button:hover, #main .btn.btn-default.bt-programm-overlay-button:active {
background-color: #ff7100; }
#main .bt-button-message--white:hover {
background-color: #ff7100 !important; }
@media (max-width: 374px) {
#main .form-group:after {
content: "";
display: table;
clear: both; }
#main .form-group button[type="submit"], #main .form-group button[type="reset"] {
width: auto;
clear: both;
float: left; }
#main .form-group button[type="reset"] {
margin: 3rem 0 0 0; } }
.medienpreis .bt-add-dynamic,
.medienpreis-2020 .bt-add-dynamic {
display: none; }
/* MODULE SCSS */
/* PAGE-TITLE SCSS */
#main .bt-page-title {
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
height: 8em;
max-height: 8em;
margin: 0; }
@media (min-width: 768px) {
#main .bt-page-title {
height: 9.5em;
max-height: 9.5em; } }
#main .bt-page-title .bt-page-title-gradient {
height: 100%;
background: linear-gradient(left, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%); }
#main .bt-page-title.bt-page-title-01 {
background-image: url(/resource/crblob/595706/2f76636707fa25cb7a0434fb73ccf40c/title-image-01-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-02 {
background: url(/resource/crblob/595712/e600d7a5a37be568c5508b78e4519c78/title-image-02-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-03 {
background-image: url(/resource/crblob/595718/42d503404fcc2a68438739bf395239ba/title-image-03-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-04 {
background-image: url(/resource/crblob/595724/033b0c6bdff3913225d2367ed1714bca/title-image-04-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-05 {
background-image: url(/resource/crblob/595730/021b2b37fbbae8a17fb61ff7f042745c/title-image-05-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-06 {
background-image: url(/resource/crblob/595736/f500ab7c2fe6487e52bc4b220a40d50b/title-image-06-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-07 {
background-image: url(/resource/crblob/595742/43d58715b33d030fc8f79b1b4f4fc662/title-image-07-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-08 {
background-image: url(/resource/crblob/595748/3ab4f90b8a5537f8f512b2ef6e59dee7/title-image-08-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-09 {
background-image: url(/resource/crblob/595754/39182054ab6a5b77151cf609b54491e0/title-image-09-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-10 {
background-image: url(/resource/crblob/595760/c220fcb277dcd3e1bed5502f3ecc93b3/title-image-10-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-11 {
background-image: url(/resource/crblob/595766/32c80dec73eddb9de820b95f82519e00/title-image-11-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-12 {
background-image: url(/resource/crblob/595772/6edb66ee74da3103d75293bed5075d15/title-image-12-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-13 {
background-image: url(/resource/crblob/595778/ff4be5f620bf73bc0ea276851de485c9/title-image-13-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-14 {
background-image: url(/resource/crblob/595784/447a896853d7e47c2c190437e90202b7/title-image-14-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-15 {
background-image: url(/resource/crblob/595790/a86375260de92598c64a490487525b66/title-image-15-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-16 {
background-image: url(/resource/crblob/595796/e73a0c6f44cb6ed62c94f049ca27a4a5/title-image-16-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-17 {
background-image: url(/resource/crblob/595802/86938b2e33e1094d93182ed833bbb36f/title-image-17-phone-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-suche {
background-image: url(/resource/crblob/595624/369863e6a7fe4fd723d60f87c5df271b/bt-suche-bg-jpg-data.jpg);
height: 14.5rem;
max-height: 14.5em;
margin: 0 0 2.8em 0;
background-color: #000000; }
@media (min-width: 768px) {
#main .bt-page-title.bt-page-title-suche {
height: 9.5em;
max-height: 9.5em; } }
#main .bt-page-title.bt-page-title-suche form {
height: 7.5em; }
#main .bt-page-title.bt-page-title-suche form button[type="submit"] {
top: 1.7rem; }
@media (min-width: 768px) {
#main .bt-page-title.bt-page-title-suche form {
height: 9.5em; }
#main .bt-page-title.bt-page-title-suche form button[type="submit"] {
top: 2.9rem; } }
#main .bt-page-title h1 {
padding: 0;
margin: .85em 0 0 0; }
#main .bt-page-title.bt-page-title-light {
color: #ffffff; }
#main .bt-page-title.bt-page-title-light .bt-page-title-gradient {
background: linear-gradient(left, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%); }
#main .bt-page-title + .bt-module-row.bt-pages-overlay {
margin-top: 0; }
@media (max-width: 767px) {
#main .bt-page-title + #bab-breadcrumb-top + .bt-module-row.bt-pages-overlay {
margin-top: 0; } }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-page-title.bt-page-title-01 {
background-image: url(/resource/crblob/595708/1755dc220b06883b8ca3f864c612f49f/title-image-01-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-02 {
background-image: url(/resource/crblob/595714/b86c725fe57b00f7a3c8e1e613640721/title-image-02-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-03 {
background-image: url(/resource/crblob/595720/b97e9687bb72bba64071835b29f8a7cb/title-image-03-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-04 {
background-image: url(/resource/crblob/595726/52616c55ce689d21d0faddf231edf526/title-image-04-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-05 {
background-image: url(/resource/crblob/595732/cfdf6b54cb54802cb2661d021cf85f0f/title-image-05-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-06 {
background-image: url(/resource/crblob/595738/6e0e94b576247c4592f8591e6f943d8a/title-image-06-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-07 {
background-image: url(/resource/crblob/595744/19a567e9708d433143e678c5ceedcf3d/title-image-07-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-08 {
background-image: url(/resource/crblob/595750/71d12f586a931badfabc3999aabeded8/title-image-08-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-09 {
background-image: url(/resource/crblob/595756/85d3af76a67b72ffe35ce89d56c5476c/title-image-09-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-10 {
background-image: url(/resource/crblob/595762/534e555b378bdbb6ba063f64ef7512a4/title-image-10-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-11 {
background-image: url(/resource/crblob/595768/a98e1e37f9fc0fdd0b26490b5fe26f74/title-image-11-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-12 {
background-image: url(/resource/crblob/595774/eadeba55017d55d8e57893074008356b/title-image-12-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-13 {
background-image: url(/resource/crblob/595780/c212ddf8bf2310f91942aac7700a3e81/title-image-13-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-14 {
background-image: url(/resource/crblob/595786/9d85ea316c16a555c1c33b9fa1015628/title-image-14-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-15 {
background-image: url(/resource/crblob/595792/a5673cb10106374b1ffdef807085abe7/title-image-15-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-16 {
background-image: url(/resource/crblob/595798/f6c783c98e80c7e601029b930b03f222/title-image-16-tablet-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-17 {
background-image: url(/resource/crblob/595804/899330641da187903260bf1800feef30/title-image-17-tablet-jpg-data.jpg); } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-page-title.bt-page-title-01 {
background-image: url(/resource/crblob/595704/24c2600264595eeb040411f71db36cb0/title-image-01-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-02 {
background-image: url(/resource/crblob/595710/2d0fb08b6996352221e35b6da76014c9/title-image-02-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-03 {
background-image: url(/resource/crblob/595716/c9b4e5ed938701515a4803f1f8f79237/title-image-03-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-04 {
background-image: url(/resource/crblob/595722/3c2dbf706e12aea71721fcf02de62abc/title-image-04-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-05 {
background-image: url(/resource/crblob/595728/3fdbe8128b23812db92da1ee11c3a6ec/title-image-05-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-06 {
background-image: url(/resource/crblob/595734/41eda4e07b3f378d4d54df3c64863b02/title-image-06-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-07 {
background-image: url(/resource/crblob/595740/e72ae351f55fad0b608c2c7db9c1e168/title-image-07-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-08 {
background-image: url(/resource/crblob/595746/c2299038834715c24a62849b137bf034/title-image-08-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-09 {
background-image: url(/resource/crblob/595752/ce6cd2c6540b3cfc465c5365d3e4b7ff/title-image-09-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-10 {
background-image: url(/resource/crblob/595758/10ac7bbb3fed45db2ec636b3fadb5460/title-image-10-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-11 {
background-image: url(/resource/crblob/595764/9914a469b9f63c7e94a0374116ae0710/title-image-11-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-12 {
background-image: url(/resource/crblob/595770/551aa06c8bd918d22fb37826c314dc3d/title-image-12-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-13 {
background-image: url(/resource/crblob/595776/14e2fcc974d199321754676e0fad7de3/title-image-13-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-14 {
background-image: url(/resource/crblob/595782/fcf9dd735da86c2a8078cc38268ed20a/title-image-14-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-15 {
background-image: url(/resource/crblob/595788/a4f15c98d6230f2afa5534e3615251ab/title-image-15-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-16 {
background-image: url(/resource/crblob/595794/b82e060a7d9dc657e1a3dbd016ecfa94/title-image-16-desktop-jpg-data.jpg); }
#main .bt-page-title.bt-page-title-17 {
background-image: url(/resource/crblob/595800/8a6a7753be12edb424e7da4b8599a208/title-image-17-desktop-jpg-data.jpg); } }
#bab-breadcrumb-top {
display: none; }
#breadcrumb, #bab-breadcrumb-top {
background-color: #cccccc;
position: relative;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.2rem; }
#breadcrumb a, #bab-breadcrumb-top a {
color: #000000; }
#breadcrumb ul, #bab-breadcrumb-top ul {
margin: 0;
padding: 0;
position: relative; }
#breadcrumb li, #bab-breadcrumb-top li {
list-style-type: none; }
#breadcrumb.sticky, #bab-breadcrumb-top.sticky {
position: fixed;
width: 100%;
bottom: 0;
min-height: 2em;
height: auto;
margin-bottom: -0.1em; }
#breadcrumb.sticky .bt-cookie-layer, #bab-breadcrumb-top.sticky .bt-cookie-layer {
bottom: 2em;
max-width: none; }
#breadcrumb.sticky ul, #bab-breadcrumb-top.sticky ul {
margin: 0; }
#breadcrumb ul, #bab-breadcrumb-top ul {
margin: 0 -10px; }
#breadcrumb li, #bab-breadcrumb-top li {
padding: 0.8em 0 0.8em 10px;
border-bottom: solid 1px #ffffff;
position: relative;
color: #000;
z-index: 200; }
#breadcrumb li:after, #breadcrumb li:before, #bab-breadcrumb-top li:after, #bab-breadcrumb-top li:before {
top: 100%;
left: 2.6em;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
#breadcrumb li:after, #bab-breadcrumb-top li:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #cccccc;
border-width: 5px;
margin-left: -5px; }
#breadcrumb li:before, #bab-breadcrumb-top li:before {
border-color: rgba(194, 225, 245, 0);
border-top-color: #ffffff;
border-width: 7px;
margin-left: -7px; }
#breadcrumb li:last-child:after, #breadcrumb li:last-child:before, #bab-breadcrumb-top li:last-child:after, #bab-breadcrumb-top li:last-child:before {
display: none; }
#breadcrumb li a:hover, #breadcrumb li a:focus, #breadcrumb li a:active, #bab-breadcrumb-top li a:hover, #bab-breadcrumb-top li a:focus, #bab-breadcrumb-top li a:active {
text-decoration: none; }
#breadcrumb li a:hover span, #breadcrumb li a:focus span, #breadcrumb li a:active span, #bab-breadcrumb-top li a:hover span, #bab-breadcrumb-top li a:focus span, #bab-breadcrumb-top li a:active span {
text-decoration: underline; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#bab-breadcrumb-top {
display: inline-block; }
body.bt-no-navi #bab-breadcrumb-top {
display: none; }
#breadcrumb, #bab-breadcrumb-top {
font-size: 1.4rem;
min-height: 2.428em;
height: auto; }
#breadcrumb ul, #bab-breadcrumb-top ul {
margin: 0.3em 0 0.5em 0; }
#breadcrumb li, #bab-breadcrumb-top li {
display: inline-block;
border: none;
padding: 0.3em 1.5rem 0 0;
margin-right: .75rem; }
#breadcrumb li:after, #breadcrumb li:before, #bab-breadcrumb-top li:after, #bab-breadcrumb-top li:before {
display: none; }
#breadcrumb li a:after, #bab-breadcrumb-top li a:after {
content: '\e81a';
font-family: 'bt-icons';
position: absolute;
left: auto;
right: 0; } }
/* Desktop */
@media (min-width: 992px) {
#breadcrumb, #bab-breadcrumb-top {
min-height: 3.428em; }
#breadcrumb ul, #bab-breadcrumb-top ul {
margin: 0.7em 0 1em 0; }
#breadcrumb li, #bab-breadcrumb-top li {
padding: 0.3em 1.5rem 0 0; } }
#bab-breadcrumb-top {
position: relative;
width: 100%;
background: #cccccc; }
@media screen and (min-width: 1365px) {
#bab-breadcrumb-top {
background: #ffffff; } }
/* PAGE-TITLE Suche SCSS */
main .bt-page-title-suche .form {
width: 100%;
position: relative;
height: 5.5em; }
main .bt-page-title-suche .form input[type="text"] {
width: 100%;
height: 4rem;
font-size: 1.4rem;
padding-left: 1.5rem;
padding-right: 4.5rem;
border: 1px solid #ffffff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
color: #000000;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
main .bt-page-title-suche .form input[type="text"]::-webkit-input-placeholder {
color: #000000 !important;
opacity: 1; }
main .bt-page-title-suche .form input[type="text"]::-moz-placeholder {
color: #000000 !important;
opacity: 1; }
main .bt-page-title-suche .form input[type="text"]:-ms-input-placeholder {
color: #000000 !important;
opacity: 1;
line-height: 1em; }
main .bt-page-title-suche .form input[type="text"]:-moz-placeholder {
color: #000000 !important;
opacity: 1; }
main .bt-page-title-suche .form input[type="text"]:hover, main .bt-page-title-suche .form input[type="text"]:focus, main .bt-page-title-suche .form input[type="text"]:active {
border-color: #ff7100; }
main .bt-page-title-suche .form input[type="text"]:hover ~ button[type="submit"] i, main .bt-page-title-suche .form input[type="text"]:focus ~ button[type="submit"] i, main .bt-page-title-suche .form input[type="text"]:active ~ button[type="submit"] i {
color: #ff7100; }
main .bt-page-title-suche .form button[type="submit"] {
font-size: 2.4em;
width: 4.2rem;
height: 3.8rem;
right: 0.1rem;
top: 0.85rem;
border: none;
background: #ffffff;
position: absolute;
text-align: center; }
main .bt-page-title-suche .form button[type="submit"] i {
color: #000000; }
main .bt-page-title-suche .form button[type="submit"]:hover i, main .bt-page-title-suche .form button[type="submit"]:focus i, main .bt-page-title-suche .form button[type="submit"]:active i {
color: #ff7100; }
main .bt-page-title-suche .form a.bt-link-webarchiv {
position: absolute;
font-size: 1.4rem;
color: #ffffff;
bottom: -1.2rem;
right: 0; }
/* Media Tablet */
@media (min-width: 768px) {
main .bt-page-title-suche .form {
height: 9.5em; }
main .bt-page-title-suche .form button[type="submit"] {
top: 2.9rem; }
main .bt-page-title-suche .form a.bt-link-webarchiv {
bottom: 0.3rem; } }
div.bt-bild-standard {
width: 100%;
position: relative;
display: inline-block; }
div.bt-bild-standard:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden; }
div.bt-bild-standard.pull-left {
margin: 0 10px 10px 0; }
div.bt-bild-standard.pull-right {
margin: 0 0 10px 10px; }
div.bt-bild-standard > span {
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.8);
border-radius: 50%;
bottom: 1em;
font-family: bt-icons;
text-align: center; }
html[dir="rtl"] div.bt-bild-standard > span.bt-bild-video-icon {
font-family: unset; }
div.bt-bild-standard > span.bt-bild-video-icon, div.bt-bild-standard > span.bt-bild-audio-icon, div.bt-bild-standard > span.bt-bild-galerie-icon, div.bt-bild-standard > span.bt-bild-chart-icon, div.bt-bild-standard > span.bt-bild-camera-icon {
left: 1em;
width: 4.8em;
height: 4.8em;
color: #ff7100;
display: none; }
@media (min-width: 768px) {
div.bt-bild-standard > span.bt-bild-video-icon, div.bt-bild-standard > span.bt-bild-audio-icon, div.bt-bild-standard > span.bt-bild-galerie-icon, div.bt-bild-standard > span.bt-bild-chart-icon, div.bt-bild-standard > span.bt-bild-camera-icon {
width: 3.2em;
height: 3.2em; } }
div.bt-bild-standard > span.bt-bild-video-icon i {
left: 0.1em;
top: 0.35em;
font-size: 2.25em; }
@media (min-width: 768px) {
div.bt-bild-standard > span.bt-bild-video-icon i {
font-size: 1.5em; } }
div.bt-bild-standard > span.bt-bild-audio-icon i {
left: 0em;
top: 0.4em;
font-size: 2.25em; }
@media (min-width: 768px) {
div.bt-bild-standard > span.bt-bild-audio-icon i {
font-size: 1.5em; } }
div.bt-bild-standard > span.bt-bild-camera-icon i {
left: 0em;
top: 0.35em;
font-size: 2.25em; }
@media (min-width: 768px) {
div.bt-bild-standard > span.bt-bild-camera-icon i {
font-size: 1.5em; } }
div.bt-bild-standard > span.bt-bild-galerie-icon i {
left: 0em;
top: 0.35em;
font-size: 2.25em; }
@media (min-width: 768px) {
div.bt-bild-standard > span.bt-bild-galerie-icon i {
font-size: 1.5em; } }
div.bt-bild-standard > span.bt-bild-chart-icon i {
left: 0em;
top: 0.35em;
font-size: 2.25em; }
@media (min-width: 768px) {
div.bt-bild-standard > span.bt-bild-chart-icon i {
font-size: 1.5em; } }
div.bt-bild-standard > span.bt-lightbox-image {
display: none; }
div.bt-bild-standard > span i {
position: relative;
z-index: 50; }
div.bt-bild-standard span.bt-bild-info-icon {
width: 18px;
max-width: 18px;
height: 18px;
max-height: 18px;
right: 1em;
cursor: pointer;
bottom: 1em;
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.8);
font-family: bt-icons;
text-align: center;
border: none;
padding: 0px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
div.bt-bild-standard span.bt-bild-info-icon i {
position: absolute;
left: -1px;
top: -1px;
font-size: 1.5em;
color: #31505f; }
div.bt-bild-standard span.bt-bild-info-icon:hover i, div.bt-bild-standard span.bt-bild-info-icon:focus i {
color: #ff7100; }
div.bt-bild-standard.bt-bild-video span.bt-bild-video-icon {
display: block; }
div.bt-bild-standard.bt-bild-audio span.bt-bild-audio-icon {
display: block; }
div.bt-bild-standard.bt-bild-galerie span.bt-bild-galerie-icon {
display: block; }
div.bt-bild-standard.bt-bild-camera span.bt-bild-camera-icon {
display: block; }
div.bt-bild-standard.bt-bild-chart span.bt-bild-chart-icon {
display: block; }
div.bt-bild-standard.bt-bild-camera span.bt-bild-camera-icon {
display: block; }
div.bt-bild-standard .bt-bild-info-text {
display: none;
position: absolute;
padding: 3.3em 1.5em 0.3em 1.5em;
width: 100%;
height: auto;
bottom: 0;
background: rgba(0, 0, 0, 0.75);
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
z-index: 150; }
div.bt-bild-standard .bt-bild-info-text.active {
display: block; }
div.bt-bild-standard .bt-bild-info-text span.bt-bild-info-close {
background: transparent;
border: none;
display: block;
width: 2.5em;
height: 2.5em;
position: absolute;
right: 0;
top: 1em;
cursor: pointer; }
div.bt-bild-standard .bt-bild-info-text span.bt-bild-info-close i {
color: #ffffff;
position: absolute;
left: 0;
top: 0; }
div.bt-bild-standard .bt-bild-info-text p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.2rem;
line-height: 1.2em;
color: #ffffff;
font-weight: normal; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie button.bt-bild-info-close, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie span.bt-bild-info-close {
background: transparent;
border: none;
display: block;
width: 2.5em;
height: 2.5em;
position: absolute;
right: 0;
top: 1em;
cursor: pointer; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie button.bt-bild-info-close i, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie span.bt-bild-info-close i {
color: #ffffff;
position: absolute;
left: 0;
top: 0; }
a:link div.bt-bild-standard i, a:visited div.bt-bild-standard i {
color: #ff7100; }
a:link div.bt-bild-standard span.bt-bild-info-icon i, a:visited div.bt-bild-standard span.bt-bild-info-icon i {
color: #31505f; }
a:link div.bt-bild-standard span.bt-bild-info-icon:hover i, a:link div.bt-bild-standard span.bt-bild-info-icon:focus i, a:visited div.bt-bild-standard span.bt-bild-info-icon:hover i, a:visited div.bt-bild-standard span.bt-bild-info-icon:focus i {
color: #ff7100; }
#main .bt-slider .bt-slide .bt-bild-standard .img-responsive {
width: 100%;
height: auto; }
#main .bt-slider .bt-slide .bt-teaser-rednervideo .bt-bild-standard,
#main .bt-teaser-rednervideo .bt-bild-standard {
background: url(/resource/crblob/595630/d90a3075259eadb808fcc80d51bcc702/default_adler_16_9-png-data.png) 0 50% no-repeat #cccccc;
background-size: 100% auto; }
#main .bt-slider .bt-slide .bt-teaser-rednervideo .bt-bild-standard .img-responsive,
#main .bt-teaser-rednervideo .bt-bild-standard .img-responsive {
height: 20rem;
width: auto; }
@media (min-width: 768px) {
#main .bt-slider .bt-slide .bt-teaser-rednervideo .bt-bild-standard .img-responsive,
#main .bt-teaser-rednervideo .bt-bild-standard .img-responsive {
height: 12.6rem; } }
@media (min-width: 992px) {
#main .bt-slider .bt-slide .bt-teaser-rednervideo .bt-bild-standard .img-responsive,
#main .bt-teaser-rednervideo .bt-bild-standard .img-responsive {
height: 15.2rem; } }
@media (min-width: 768px) {
.bt-slide-medium div.bt-bild-standard > span.bt-bild-video-icon, .bt-slide-medium div.bt-bild-standard > span.bt-bild-audio-icon, .bt-slide-medium div.bt-bild-standard > span.bt-bild-galerie-icon, .bt-slide-medium div.bt-bild-standard > span.bt-bild-chart-icon, .bt-slide-big div.bt-bild-standard > span.bt-bild-video-icon, .bt-slide-big div.bt-bild-standard > span.bt-bild-audio-icon, .bt-slide-big div.bt-bild-standard > span.bt-bild-galerie-icon, .bt-slide-big div.bt-bild-standard > span.bt-bild-chart-icon {
width: 6.4em;
height: 6.4em; }
.bt-slide-medium div.bt-bild-standard > span.bt-bild-video-icon i, .bt-slide-medium div.bt-bild-standard > span.bt-bild-audio-icon i, .bt-slide-medium div.bt-bild-standard > span.bt-bild-galerie-icon i, .bt-slide-medium div.bt-bild-standard > span.bt-bild-chart-icon i, .bt-slide-big div.bt-bild-standard > span.bt-bild-video-icon i, .bt-slide-big div.bt-bild-standard > span.bt-bild-audio-icon i, .bt-slide-big div.bt-bild-standard > span.bt-bild-galerie-icon i, .bt-slide-big div.bt-bild-standard > span.bt-bild-chart-icon i {
font-size: 3em; } }
#main .bt-bildergalerie.col-xs-12 {
padding-right: 0;
padding-left: 0;
/*width: 103%;
margin-left: -5px;*/ }
#main .bt-module-row .bt-bildergalerie-element > div.container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-module-row .bt-bildergalerie-element header {
background-color: transparent !important; }
#main .bt-module-row .bt-bildergalerie-element h3 {
font-size: 2rem; }
#main .bt-module-row .bt-bildergalerie-element h3 .bt-dachzeile {
display: inline-block;
width: 100%;
font-weight: normal;
font-size: 1.4rem; }
#main .bt-module-row .bt-bildergalerie-element .container-fluid.container-wide {
padding-left: 0;
padding-right: 0; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard {
width: auto;
float: left;
margin-left: 2px;
margin-bottom: 2px; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard img {
height: 10.1rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bildergalerie-collapser {
max-height: 20.2em;
overflow: hidden;
transition: max-height 0.3s ease-out; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bildergalerie-collapser.active {
max-height: 350em;
transition: max-height 0.3s ease-out; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all {
padding-bottom: 1.5rem;
margin-bottom: 3em;
margin-top: 1.9rem;
background: transparent;
color: #31505f;
font-weight: bold;
border: none;
box-shadow: none;
border-bottom: 1px solid #eeeeee; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all:hover, #main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all:focus, #main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all:active {
outline: none;
text-decoration: underline; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all.showAll span.bt-show-less-text {
display: none; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all.showAll span.bt-show-more-text {
display: block; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all.showLess span.bt-show-less-text {
display: block; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all.showLess span.bt-show-more-text {
display: none; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
display: none;
position: relative;
width: 100%;
height: auto;
margin-left: -5px;
width: 100vw;
padding: 0; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay div.bt-bild-standard .bt-bild-info-text p {
font-size: 1.4rem;
line-height: 2rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close {
display: block;
position: absolute;
top: 1.5rem;
right: 0.4rem;
width: 2em;
height: 2em;
padding: 0;
line-height: 1em;
z-index: 50; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close i {
padding: 0;
margin: 0;
text-indent: 0; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close i:before {
padding: 0;
margin: 0;
left: 0;
top: 0;
font-size: 2rem;
color: #ffffff; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close:hover i:before, #main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close:focus i:before, #main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close:active i:before {
color: #ff7100; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider {
padding-bottom: 2.5rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide {
border-left: 2px solid #ffffff; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide {
max-height: 17.4rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide img {
height: 17.4rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide .bt-bild-standard .bt-bild-info-text {
height: 100%;
overflow-y: scroll; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide .bt-bild-standard p.bt-bild-copyright {
max-width: 100%; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow {
border: none;
background: none;
color: transparent;
height: 3.2rem;
width: 3rem;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0;
line-height: 3em;
margin-top: -0.4em;
z-index: 1000; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow:before {
font-family: "bt-icons";
position: absolute;
color: #ffffff;
font-size: 5.3rem;
height: 100%;
width: 100%;
top: -0.2rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow:hover:before, #main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow:focus:before, #main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow:active:before {
color: #ff7100; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-prev {
left: 0; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-prev:before {
content: "\e800";
left: -0.4rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-next {
right: 0em; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-next:before {
content: "\e801";
right: -0.4rem; }
#main .bt-module-row .bt-bildergalerie-element .multiRowSlider img {
height: 250px;
width: 100%; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider img, #main .bt-module-row .bt-bildergalerie-element .secondSlider img {
width: auto;
height: 500px; }
#main .bt-module-row .bt-bildergalerie-element .slick-slide {
background-color: black; }
#main .bt-module-row .bt-bildergalerie-element .slick-slide.graySlide div.bt-bild-standard .bt-bild-info-icon {
display: none !important; }
#main .bt-module-row .bt-bildergalerie-element .slick-slide.graySlide div.bt-bild-standard .bt-bild-info-text {
display: none !important; }
#main .bt-module-row .bt-bildergalerie-element .beforeSlide img, #main .bt-module-row .bt-bildergalerie-element .afterSlide img, #main .bt-module-row .bt-bildergalerie-element .graySlide img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
/* IE 6-9 */
opacity: 0.35; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#main .bt-module-row .bt-bildergalerie-element {
/* IE10+ specific styles go here */ }
#main .bt-module-row .bt-bildergalerie-element .beforeSlide img, #main .bt-module-row .bt-bildergalerie-element .afterSlide img, #main .bt-module-row .bt-bildergalerie-element .graySlide img {
opacity: 0.4; } }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row .bt-bildergalerie-element h3 {
font-size: 2.4rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bildergalerie-collapser {
max-height: 27.6em; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard img {
height: 13.8rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie button.bt-btn-show-all {
margin-top: 0; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
width: 97vw;
margin-left: 0;
padding: 0; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close {
right: 1.75rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide {
max-height: 35.1rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide img {
height: 35.1rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide .bt-bild-standard .bt-bild-info-text {
height: auto;
overflow-y: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide .bt-bild-standard p.bt-bild-copyright {
max-width: 90%; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-prev {
left: 1.5rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-next {
right: 1.5rem; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bildergalerie-collapser {
max-height: 44.6em; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard img {
height: 22.3rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
margin-left: 0;
width: 100%; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay a.bt-bildergalerie-slider-close {
right: 1.5rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide {
max-height: 53.1rem;
width: auto; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .bt-bildergalerie-slider .slick-slide img {
height: 53.1rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-prev {
left: 1rem; }
#main .bt-module-row .bt-bildergalerie-element .bt-bildergalerie-slider-overlay .slick-arrow.slick-next {
right: 1rem; } }
a:link .bt-teaser-standard .bt-teaser-text *, a:visited .bt-teaser-standard .bt-teaser-text *, a:hover .bt-teaser-standard .bt-teaser-text *, a:focus .bt-teaser-standard .bt-teaser-text *, a:active .bt-teaser-standard .bt-teaser-text * {
color: #000000;
text-decoration: none; }
a:link .bt-teaser-standard .bt-teaser-text h3, a:visited .bt-teaser-standard .bt-teaser-text h3, a:hover .bt-teaser-standard .bt-teaser-text h3, a:focus .bt-teaser-standard .bt-teaser-text h3, a:active .bt-teaser-standard .bt-teaser-text h3 {
color: #31505f; }
a:link .bt-teaser-standard .bt-teaser-text h3 span, a:visited .bt-teaser-standard .bt-teaser-text h3 span, a:hover .bt-teaser-standard .bt-teaser-text h3 span, a:focus .bt-teaser-standard .bt-teaser-text h3 span, a:active .bt-teaser-standard .bt-teaser-text h3 span {
color: #31505f; }
a:link .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, a:visited .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, a:hover .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, a:focus .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, a:active .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile {
color: #000000; }
a:link .bt-teaser-standard .bt-teaser-text [lang], a:visited .bt-teaser-standard .bt-teaser-text [lang], a:hover .bt-teaser-standard .bt-teaser-text [lang], a:focus .bt-teaser-standard .bt-teaser-text [lang], a:active .bt-teaser-standard .bt-teaser-text [lang] {
color: inherit; }
a:link .bt-teaser-standard.bt-dgs-teaser:before, a:visited .bt-teaser-standard.bt-dgs-teaser:before, a:hover .bt-teaser-standard.bt-dgs-teaser:before, a:focus .bt-teaser-standard.bt-dgs-teaser:before, a:active .bt-teaser-standard.bt-dgs-teaser:before {
content: "";
background: url(/resource/crblob/595658/e890c5a1845219592adbbb5fbd457d89/logo_video_dgs_klein-png-data.png) no-repeat;
width: 64px;
height: 36px;
position: absolute;
z-index: 1;
right: 24px;
top: 5px; }
a:hover .bt-teaser-standard .bt-teaser-text h3, a:focus .bt-teaser-standard .bt-teaser-text h3, a:active .bt-teaser-standard .bt-teaser-text h3 {
text-decoration: underline; }
.bt-teaser-text {
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 1.2em 1.5em 1.2em 1.5em; }
.bt-teaser-text .bt-date {
float: left;
width: 100%;
padding-bottom: 0.5em; }
.bt-teaser-text h3 {
display: block;
line-height: 1.2em;
float: left;
clear: both;
width: 100%;
font-weight: normal;
margin-bottom: .8rem;
padding-bottom: 0; }
.bt-teaser-text h3 span.bt-dachzeile {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold;
float: left;
clear: both;
width: 100%;
padding-bottom: 0.5em;
line-height: 1.2em; }
.bt-teaser-text p {
font-size: 1.4rem;
margin-bottom: 0.8rem; }
a:link .bt-teaser-suchergebnis, a:visited .bt-teaser-suchergebnis, a:hover .bt-teaser-suchergebnis, a:focus .bt-teaser-suchergebnis, a:active .bt-teaser-suchergebnis {
padding-bottom: 1.6rem;
float: left;
width: 100%; }
a:link .bt-teaser-suchergebnis .bt-teaser-text *, a:visited .bt-teaser-suchergebnis .bt-teaser-text *, a:hover .bt-teaser-suchergebnis .bt-teaser-text *, a:focus .bt-teaser-suchergebnis .bt-teaser-text *, a:active .bt-teaser-suchergebnis .bt-teaser-text * {
text-decoration: none; }
a:link .bt-teaser-suchergebnis .bt-teaser-text h3, a:visited .bt-teaser-suchergebnis .bt-teaser-text h3, a:hover .bt-teaser-suchergebnis .bt-teaser-text h3, a:focus .bt-teaser-suchergebnis .bt-teaser-text h3, a:active .bt-teaser-suchergebnis .bt-teaser-text h3 {
color: #31505f; }
a:link .bt-teaser-suchergebnis .bt-teaser-text p, a:visited .bt-teaser-suchergebnis .bt-teaser-text p, a:hover .bt-teaser-suchergebnis .bt-teaser-text p, a:focus .bt-teaser-suchergebnis .bt-teaser-text p, a:active .bt-teaser-suchergebnis .bt-teaser-text p {
color: #000000; }
a:link .bt-teaser-suchergebnis .bt-teaser-text span.bt-date, a:visited .bt-teaser-suchergebnis .bt-teaser-text span.bt-date, a:hover .bt-teaser-suchergebnis .bt-teaser-text span.bt-date, a:focus .bt-teaser-suchergebnis .bt-teaser-text span.bt-date, a:active .bt-teaser-suchergebnis .bt-teaser-text span.bt-date {
color: #666666; }
a:link .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild, a:visited .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild, a:hover .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild, a:focus .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild, a:active .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
position: relative; }
a:link .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::before, a:visited .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::before, a:hover .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::before, a:focus .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::before, a:active .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::before {
content: "";
position: absolute;
width: 100%;
height: 1.5rem;
top: -1.5rem;
background: url(/resource/crblob/595806/48446aa2d99b761aa7e5a6c21c22cd2e/video-bg-gif-data.gif) repeat-x 0px 3px #000; }
a:link .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::after, a:visited .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::after, a:hover .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::after, a:focus .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::after, a:active .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-bild-standard::after {
content: "";
position: absolute;
width: 100%;
height: 1.5rem;
bottom: -1.5rem;
background: url(/resource/crblob/595806/48446aa2d99b761aa7e5a6c21c22cd2e/video-bg-gif-data.gif) repeat-x 0px 3px #000;
visibility: visible; }
a:link .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon, a:visited .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon, a:hover .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon, a:focus .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon, a:active .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon {
position: absolute;
width: 6.8rem;
height: auto;
top: 2rem;
right: 1rem; }
a:link .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon img, a:visited .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon img, a:hover .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon img, a:focus .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon img, a:active .bt-teaser-suchergebnis.bt-teaser-suchergebnis-video .bt-suchergebnis-bild .bt-dgs-video-icon img {
width: 100%;
height: auto; }
a:link .bt-teaser-suchergebnis.bt-teaser-suchergebnis-icon .bt-suchergebnis-bild, a:visited .bt-teaser-suchergebnis.bt-teaser-suchergebnis-icon .bt-suchergebnis-bild, a:hover .bt-teaser-suchergebnis.bt-teaser-suchergebnis-icon .bt-suchergebnis-bild, a:focus .bt-teaser-suchergebnis.bt-teaser-suchergebnis-icon .bt-suchergebnis-bild, a:active .bt-teaser-suchergebnis.bt-teaser-suchergebnis-icon .bt-suchergebnis-bild {
max-width: 7rem; }
a:hover .bt-teaser-suchergebnis .bt-teaser-text h3, a:focus .bt-teaser-suchergebnis .bt-teaser-text h3, a:active .bt-teaser-suchergebnis .bt-teaser-text h3 {
text-decoration: underline; }
.bt-teaser-suchergebnis .bt-suchergebnis-bild {
padding-right: 0; }
.bt-teaser-suchergebnis .bt-suchergebnis-bild img {
width: 100%; }
.bt-teaser-suchergebnis .bt-teaser-text {
float: left;
padding: 0 5px;
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; }
@media (min-width: 768px) {
.bt-teaser-suchergebnis .bt-teaser-text {
padding: 0 12px; } }
@media (min-width: 992px) {
.bt-teaser-suchergebnis .bt-teaser-text {
padding: 0 15px; } }
.bt-teaser-suchergebnis .bt-teaser-text h3 {
font-size: 2em;
margin-top: -0.2em;
display: block;
line-height: 1.2em;
float: left;
clear: both;
width: 100%;
font-weight: normal;
margin-bottom: 0.2em;
padding-bottom: 0; }
.bt-teaser-suchergebnis .bt-teaser-text span.bt-date {
float: none;
padding: 0 0.3em 0 0;
width: auto;
display: inline;
font-size: 1.4rem; }
.bt-teaser-suchergebnis .bt-teaser-text p {
font-size: 1.4rem; }
.bt-suchergebnis-no-pic .bt-teaser-suchergebnis .bt-teaser-text {
width: 100%; }
@media (min-width: 992px) {
.bt-suchergebnis-no-pic .bt-teaser-suchergebnis .bt-teaser-text {
width: 50%; } }
/*a:link, a:visited, a:hover, a:focus, a:active {*/
.bt-teaser-kurztext .bt-teaser-text {
padding: 0; }
.bt-teaser-kurztext .bt-teaser-text h3 {
color: #000000;
text-decoration: none;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 0.5em; }
.bt-teaser-kurztext .bt-teaser-text p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.8em; }
.bt-teaser-kurztext .bt-teaser-text p.bt-date {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4em;
color: #000000;
margin-bottom: 0; }
/*}*/
a:hover .bt-teaser-kurztext .bt-teaser-text p, a:focus .bt-teaser-kurztext .bt-teaser-text p, a:active .bt-teaser-kurztext .bt-teaser-text p {
text-decoration: none; }
a:hover .bt-teaser-kurztext .bt-teaser-text p.bt-date, a:focus .bt-teaser-kurztext .bt-teaser-text p.bt-date, a:active .bt-teaser-kurztext .bt-teaser-text p.bt-date {
text-decoration: none; }
/* Tablet */
@media (min-width: 768px) {
/*a:link, a:visited, a:hover, a:focus, a:active {*/
.bt-teaser-kurztext .bt-teaser-text p {
font-size: 2em; } }
/*}*/
div.bt-filterzeile {
float: left;
height: 4em;
max-height: 1000px;
visibility: visible;
text-align: left;
margin: -1.1em 0 0.8em -1rem;
padding: 0; }
div.bt-filterzeile .filter-field {
display: inline-block;
margin-left: 0.7rem;
position: relative;
bottom: 0.2rem; }
div.bt-filterzeile .filter-field.inactive {
display: none; }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated .filter-field {
height: 32px;
padding-top: 0.1rem; }
.bt-module-row div.bt-filterzeile .filter-field, .bt-module-row div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-aktuell-na.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-aktuell-na.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-aktuell.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-aktuell.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-dokumente.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-dokumente.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-textlisten.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-textlisten.bt-alternate div.bt-filterzeile .select2-container {
background: #eeeeee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
.bt-module-row.bt-module-row-aktuelle-sitzung div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-aktuelle-sitzung div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-mitglieder div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-mitglieder div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-aktuell div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-aktuell div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-aktuell-na div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-aktuell-na div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-textlisten div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-textlisten div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-calendar div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-calendar div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-dokumente div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-dokumente div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-alumni-filter div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-alumni-filter div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-biografien.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-biografien.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-kurznachrichten.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-kurznachrichten.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-mediathek.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-mediathek.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-parlamentarierguppen.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-parlamentarierguppen.bt-alternate div.bt-filterzeile .select2-container, .bt-module-row.bt-module-row-petitionen.bt-alternate div.bt-filterzeile .filter-field, .bt-module-row.bt-module-row-petitionen.bt-alternate div.bt-filterzeile .select2-container {
background: #ffffff; }
#main form p.bt-filterzeile-special-link {
font-size: 1.6rem;
font-family: Georgia, Times New Roman, Times, serif;
display: inline-block;
margin: 0 2.1rem 0 0; }
#main form p.bt-filterzeile-special-link a {
color: #000000;
text-decoration: none; }
#main form p.bt-filterzeile-special-link a:hover, #main form p.bt-filterzeile-special-link a:focus, #main form p.bt-filterzeile-special-link aactive {
text-decoration: underline; }
.bt-module-row-wahlkreis div.bt-filterzeile, .bt-module-row-aktuell div.bt-filterzeile {
margin-left: 0; }
.tab-content div.bt-filterzeile {
margin: 0 0 0.8em 0; }
.bt-module-row-parlamentsfernsehen div.bt-filterzeile {
margin: -1.5em 0 2em -0.4rem; }
.bt-module-row-kurznachrichten div.bt-filterzeile {
margin-bottom: 0; }
.bt-filterzeile-scroller {
width: 100%;
overflow: auto;
overflow-y: hidden;
white-space: nowrap; }
a.bt-link-print, a.bt-link-list, a.bt-link-tiles {
display: inline-block;
vertical-align: middle;
padding: 0 1em; }
a.bt-link-print:last-child, a.bt-link-list:last-child, a.bt-link-tiles:last-child {
padding-right: 0; }
a.bt-link-print i:before, a.bt-link-list i:before, a.bt-link-tiles i:before {
font-size: 1.8rem;
color: #000000; }
a.bt-link-print i.active:before, a.bt-link-list i.active:before, a.bt-link-tiles i.active:before {
color: #ff7100; }
a.bt-link-print i.icon-list-bullet, a.bt-link-list i.icon-list-bullet, a.bt-link-tiles i.icon-list-bullet {
display: inline-block; }
a.bt-link-print i.icon-medialist, a.bt-link-list i.icon-medialist, a.bt-link-tiles i.icon-medialist {
display: none; }
a.bt-link-print i.icon-medialist:before, a.bt-link-list i.icon-medialist:before, a.bt-link-tiles i.icon-medialist:before {
font-size: 1.4rem;
margin-top: 0.1em; }
a.bt-link-print.active i.icon-list-bullet, a.bt-link-list.active i.icon-list-bullet, a.bt-link-tiles.active i.icon-list-bullet {
display: none; }
a.bt-link-print.active i.icon-medialist, a.bt-link-list.active i.icon-medialist, a.bt-link-tiles.active i.icon-medialist {
display: inline-block; }
div.bt-filterzeile.bt-tag-group {
margin-bottom: 0;
height: auto; }
div.bt-filterzeile.bt-tag-group ul {
padding-left: 1.5rem; }
div.bt-filterzeile.bt-tag-group ul li {
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
font-size: 1.6rem;
font-family: Georgia, Times New Roman, Times, serif;
color: #666666;
margin-left: 3rem; }
div.bt-filterzeile.bt-tag-group ul li:first-child {
margin-left: 0; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
div.bt-filterzeile {
margin-bottom: 1.3rem;
margin-left: -0.8rem; }
.bt-module-row-wahlkreis div.bt-filterzeile {
margin-left: -0.8rem; }
.bt-module-row-aktuell div.bt-filterzeile {
margin-left: -0.6rem; }
.bt-module-row-aktuelle-sitzung div.bt-filterzeile {
margin-left: -1rem; }
.bt-module-row-mediathek div.bt-filterzeile {
margin-left: -0.9rem; }
div.bt-filterzeile.bt-tag-group ul {
padding-left: 2rem; }
.bt-module-row-dokumente div.bt-filterzeile {
margin-left: -1rem; } }
/* Desktop */
@media (min-width: 992px) {
div.bt-filterzeile {
float: right;
text-align: right;
padding-top: 0.9rem;
margin: 0; }
.bt-suche div.bt-filterzeile {
float: left;
text-align: left;
margin-top: 0; }
.bt-module-row-parlamentsfernsehen div.bt-filterzeile {
margin: -2.5em -0.5rem 2em 0; }
.bt-module-row-kurznachrichten div.bt-filterzeile, .bt-module-row-kurznachrichten .bt-module-row-dokumente, .bt-module-row-wahlkreis div.bt-filterzeile, .bt-module-row-wahlkreis .bt-module-row-dokumente, .bt-module-row-aktuell div.bt-filterzeile, .bt-module-row-aktuell .bt-module-row-dokumente, .bt-module-row-aktuelle-sitzung div.bt-filterzeile, .bt-module-row-aktuelle-sitzung .bt-module-row-dokumente, .bt-module-row-mediathek div.bt-filterzeile, .bt-module-row-mediathek .bt-module-row-dokumente {
margin-left: 0; }
.bt-module-row-dokumente div.bt-filterzeile {
margin-bottom: 2rem; }
div.bt-filterzeile.bt-tag-group ul {
padding-left: 0; }
div.bt-filterzeile.bt-tag-group {
margin-top: 0.8em; }
div.bt-filterzeile.bt-tag-group ul {
padding-right: 1.5rem; } }
/* Element Filter Optionsliste */
@media (max-width: 767px) {
.select2-container.select2-container--open {
left: 0 !important; } }
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
font-size: 1.6em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
color: #000;
width: auto !important; }
.select2-container:focus {
outline: #000000 dotted 1px;
outline-offset: -2px; }
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
display: block;
padding: 0.3rem 2.8rem 0.3rem 1rem;
height: 2em; }
.select2-container .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text, .select2-container .select2-selection--multiple .select2-selection__rendered span.bt-select2-rendered-text {
max-width: 96px;
width: auto;
display: inline-block;
white-space: nowrap;
overflow-x: hidden;
overflow-y: visible;
text-overflow: ellipsis; }
.select2-container .select2-selection--single .select2-selection__rendered:after, .select2-container .select2-selection--multiple .select2-selection__rendered:after {
position: absolute;
right: 0.7em;
content: "\e812";
font-family: bt-icons;
color: #000;
top: 0.2rem; }
.select2-container .select2-selection--single .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__clear {
position: relative; }
.select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text, .select2-container.select2-container--focus .select2-selection--multiple .select2-selection__rendered span.bt-select2-rendered-text {
text-decoration: underline; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--single .select2-selection__rendered {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--multiple input {
width: auto !important; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
margin-top: 5px;
padding: 0;
position: relative;
font-size: 16px; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-container--open .select2-selection--single .select2-selection__rendered:after {
content: "\e813";
top: 0.1em; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
margin-top: 1em;
font-size: 0.875em;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.select2-dropdown--above {
margin-top: -1em; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 0.4em 1em;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin-top: -1em; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
width: 18.875em !important;
border: 0;
border-radius: 0; }
.select2-search--dropdown {
display: block;
position: relative; }
.select2-search--dropdown:after {
position: absolute;
right: 0.5em;
content: '\e82e';
font-family: bt-icons;
color: #ff7100;
top: 4px;
font-size: 1.3em; }
.select2-search--dropdown .select2-search__field {
padding: 0.6em 1em;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
display: none !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
color: #000;
line-height: 28px;
border-radius: 3px;
font-family: Georgia, Times New Roman, Times, serif; }
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--open.select2-container--default .select2-selection--multiple .select2-selection__rendered {
background-color: #ff7100; }
.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
font-family: Georgia, Times New Roman, Times, serif;
color: #000000; }
.select2-container--default .select2-selection--single .select2-selection__placeholder:hover, .select2-container--default .select2-selection--single .select2-selection__placeholder:focus, .select2-container--default .select2-selection--single .select2-selection__placeholder:active, .select2-container--default .select2-selection--multiple .select2-selection__placeholder:hover, .select2-container--default .select2-selection--multiple .select2-selection__placeholder:focus, .select2-container--default .select2-selection--multiple .select2-selection__placeholder:active {
text-decoration: underline;
color: #000000; }
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
height: 10px;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
width: 10px; }
.bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--single .select2-selection__placeholder, .bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #666666; }
.bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--single .select2-selection__placeholder:hover, .bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--single .select2-selection__placeholder:focus, .bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--single .select2-selection__placeholder:active, .bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--multiple .select2-selection__placeholder:hover, .bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--multiple .select2-selection__placeholder:focus, .bt-module-row-suche .tab-content .filter-group .select2-container--default .select2-selection--multiple .select2-selection__placeholder:active {
color: #000000; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: none;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
color: #666666; }
.select2-container--default.select2-container--disabled .select2-selection--single:hover .select2-selection__placeholder, .select2-container--default.select2-container--disabled .select2-selection--single:focus .select2-selection__placeholder, .select2-container--default.select2-container--disabled .select2-selection--single:active .select2-selection__placeholder {
color: #666666;
text-decoration: none; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered:after {
color: #666666; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: auto; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 0;
border-bottom: 1px solid #cccccc;
position: relative; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 310px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #cccccc; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #cccccc; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single, .select2-container--classic .select2-selection--multiple {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus, .select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered, .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear, .select2-container--classic .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder, .select2-container--classic .select2-selection--multiple .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow, .select2-container--classic .select2-selection--multiple .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--classic .select2-selection--multiple .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border: 0;
border-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
width: auto; }
.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
width: 1.4em;
height: 1em;
position: relative;
top: 0.5em;
color: transparent; }
.select2-container--default .select2-selection--single .select2-selection__clear:before, .select2-container--default .select2-selection--multiple .select2-selection__clear:before {
font-family: "bt-icons";
content: "\e84a";
position: absolute;
right: 0;
left: 0.6rem;
text-align: center;
top: 0;
width: .67em;
height: .67em;
line-height: .7em;
color: #000000;
background: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
font-size: 1.6rem;
padding: 0; }
.select2-container--default .select2-selection--multiple {
font-size: 1.4rem;
border: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
position: absolute;
right: 2.4rem;
top: 0.7em;
right: 2.9em; }
.select2-container--default .select2-selection--multiple input {
cursor: pointer; }
.select2-container--default .select2-selection--multiple input:hover, .select2-container--default .select2-selection--multiple input:focus, .select2-container--default .select2-selection--multiple input:active {
text-decoration: underline; }
.select2-container--default .select2-selection--multiple input:hover::-webkit-input-placeholder, .select2-container--default .select2-selection--multiple input:focus::-webkit-input-placeholder, .select2-container--default .select2-selection--multiple input:active::-webkit-input-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container--default .select2-selection--multiple input:hover::-moz-placeholder, .select2-container--default .select2-selection--multiple input:focus::-moz-placeholder, .select2-container--default .select2-selection--multiple input:active::-moz-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container--default .select2-selection--multiple input:hover:-ms-input-placeholder, .select2-container--default .select2-selection--multiple input:focus:-ms-input-placeholder, .select2-container--default .select2-selection--multiple input:active:-ms-input-placeholder {
color: #000000 !important;
opacity: 1;
line-height: 1em; }
.select2-container--default .select2-selection--multiple input:hover:-moz-placeholder, .select2-container--default .select2-selection--multiple input:focus:-moz-placeholder, .select2-container--default .select2-selection--multiple input:active:-moz-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container--default .select2-selection--multiple input:hover::-webkit-input-placeholder, .select2-container--default .select2-selection--multiple input:focus::-webkit-input-placeholder, .select2-container--default .select2-selection--multiple input:active::-webkit-input-placeholder {
text-decoration: underline; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
display: none; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: none; }
.select2-container--default.select2-container--focus .select2-selection__placeholder {
text-decoration: underline; }
.select2-container .select2-search__field::-webkit-input-placeholder {
color: #666666 !important;
opacity: 1; }
.select2-container .select2-search__field::-moz-placeholder {
color: #666666 !important;
opacity: 1; }
.select2-container .select2-search__field:-ms-input-placeholder {
color: #666666 !important;
opacity: 1;
line-height: 1em; }
.select2-container .select2-search__field:-moz-placeholder {
color: #666666 !important;
opacity: 1; }
.select2-container .select2-search--inline .select2-search__field {
font-size: 1.6rem;
color: #666666;
line-height: 1.2em; }
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
color: #666666 !important;
opacity: 1; }
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
color: #666666 !important;
opacity: 1; }
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
color: #666666 !important;
opacity: 1;
line-height: 1em; }
.select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
color: #666666 !important;
opacity: 1; }
.select2-selection--multiple .select2-search--inline .select2-search__field {
line-height: normal;
top: 0.05em; }
.select2-selection--multiple .select2-selection__rendered:after {
top: 0.2em;
font-size: 1.1em;
right: 0.75em; }
.select2-container.active .select2-search__field::-webkit-input-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container.active .select2-search__field::-moz-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container.active .select2-search__field:-ms-input-placeholder {
color: #000000 !important;
opacity: 1;
line-height: 1em; }
.select2-container.active .select2-search__field:-moz-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container.active .select2-search--inline .select2-search__field {
color: #000000; }
.select2-container.active .select2-search--inline .select2-search__field::-webkit-input-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container.active .select2-search--inline .select2-search__field::-moz-placeholder {
color: #000000 !important;
opacity: 1; }
.select2-container.active .select2-search--inline .select2-search__field:-ms-input-placeholder {
color: #000000 !important;
opacity: 1;
line-height: 1em; }
.select2-container.active .select2-search--inline .select2-search__field:-moz-placeholder {
color: #000000 !important;
opacity: 1; }
.filter-select.no-default-selection .select2-selection__clear {
display: none; }
.filter-select.bt-autowidth .select2-container .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text {
max-width: none; }
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
z-index: 501 !important; }
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px; }
.ui-datepicker .ui-datepicker-prev {
left: 2px; }
.ui-datepicker .ui-datepicker-next {
right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px; }
.ui-datepicker .ui-datepicker-next-hover {
right: 1px; }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px; }
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center; }
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%; }
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em; }
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0; }
.ui-datepicker td {
border: 0;
padding: 1px; }
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto; }
.ui-datepicker-multi .ui-datepicker-group {
float: left; }
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left; }
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0; }
/* RTL support */
.ui-datepicker-rtl {
direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto; }
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px; }
/* Element Filter Datepicker */
#main button.bt-datepicker-input {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.6em;
border: none;
padding: 0.35em 1.65em 0.35em .65em;
background: url(/resource/crblob/595644/6caf7eee2a308ffec277f361ac3436d6/icon-down-dir-svg-data.svg) right 0.2rem top 1.4rem no-repeat transparent;
background-size: auto .5rem;
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
text-align: left;
min-width: 6em;
cursor: pointer;
width: auto;
color: #000000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; }
#main button.bt-datepicker-input::-webkit-input-placeholder {
color: #000000 !important;
opacity: 1; }
#main button.bt-datepicker-input::-moz-placeholder {
color: #000000 !important;
opacity: 1; }
#main button.bt-datepicker-input:-ms-input-placeholder {
color: #000000 !important;
opacity: 1;
line-height: 1em; }
#main button.bt-datepicker-input:-moz-placeholder {
color: #000000 !important;
opacity: 1; }
#main button.bt-datepicker-input.active {
background-color: #ff7100;
background-image: url(/resource/crblob/595648/743ac1043c479f85b9fdc3dbca60177b/icon-up-dir-svg-data.svg); }
#main button.bt-datepicker-input:hover, #main button.bt-datepicker-input:focus, #main button.bt-datepicker-input:active {
text-decoration: underline; }
#main button.bt-datepicker-input:hover::-webkit-input-placeholder, #main button.bt-datepicker-input:focus::-webkit-input-placeholder, #main button.bt-datepicker-input:active::-webkit-input-placeholder {
text-decoration: underline; }
#main button.bt-datepicker-input + .icon-close {
text-align: center;
width: 15px;
height: 15px;
padding: 0 0 2px 0;
position: absolute;
margin: 7px 0 0 -40px; }
#main button.bt-datepicker-input + .icon-close:before {
font-size: 1.6rem;
color: #000000;
content: '\e84a'; }
#main .tab-content .filter-field button.bt-datepicker-input {
color: #666666; }
#main .tab-content .filter-field button.bt-datepicker-input::-webkit-input-placeholder {
color: #666666 !important;
opacity: 1; }
#main .tab-content .filter-field button.bt-datepicker-input::-moz-placeholder {
color: #666666 !important;
opacity: 1; }
#main .tab-content .filter-field button.bt-datepicker-input:-ms-input-placeholder {
color: #666666 !important;
opacity: 1;
line-height: 1em; }
#main .tab-content .filter-field button.bt-datepicker-input:-moz-placeholder {
color: #666666 !important;
opacity: 1; }
#main .tab-content .filter-field button.bt-datepicker-input:hover, #main .tab-content .filter-field button.bt-datepicker-input:focus, #main .tab-content .filter-field button.bt-datepicker-input:active {
color: #000000;
text-decoration: underline; }
#main .tab-content .filter-field button.bt-datepicker-input:hover::-webkit-input-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:focus::-webkit-input-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:active::-webkit-input-placeholder {
color: #000000 !important;
opacity: 1; }
#main .tab-content .filter-field button.bt-datepicker-input:hover::-moz-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:focus::-moz-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:active::-moz-placeholder {
color: #000000 !important;
opacity: 1; }
#main .tab-content .filter-field button.bt-datepicker-input:hover:-ms-input-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:focus:-ms-input-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:active:-ms-input-placeholder {
color: #000000 !important;
opacity: 1;
line-height: 1em; }
#main .tab-content .filter-field button.bt-datepicker-input:hover:-moz-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:focus:-moz-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:active:-moz-placeholder {
color: #000000 !important;
opacity: 1; }
#main .tab-content .filter-field button.bt-datepicker-input:hover::-webkit-input-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:focus::-webkit-input-placeholder, #main .tab-content .filter-field button.bt-datepicker-input:active::-webkit-input-placeholder {
text-decoration: underline; }
#main .bt-filterzeile .filter-date {
position: relative; }
#main .bt-filterzeile .filter-date a {
color: #000000; }
html[lang="en"] #main button.bt-datepicker-input {
min-width: 7.6em; }
html[lang="fr"] #main button.bt-datepicker-input {
min-width: 5.3em; }
@media (max-width: 767px) {
#main .ui-datepicker {
left: 0 !important; } }
#main .ui-datepicker {
width: 100%;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
background-color: #ffffff;
margin-top: 1.5rem; }
#main div.bt-datepicker-wrap {
display: none;
width: 100%;
height: auto;
background: #ffffff;
position: absolute;
right: 0;
top: 8.5em;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
z-index: 850;
padding: 1.6rem;
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
/*.bt-datepicker-form {
text-align: left;
font-family: $arial;
label {
margin-top: 1em;
&:first-child {
margin-top: 0;
}
}
input {
border: 1px solid $color-silver;
width: 100%;
height: 4.4rem;
vertical-align: middle;
font-size: 1.4rem;
padding: 0 0 0 1em;
}
}*/ }
#main div.bt-datepicker-wrap .ui-datepicker {
width: 100%;
box-shadow: none; }
#main div.bt-datepicker-wrap label {
margin-top: 1em;
font-size: 1.4em;
font-weight: normal; }
#main div.bt-datepicker-wrap label:first-child {
margin-top: 0; }
#main div.bt-datepicker-wrap input {
border: 2px solid #cccccc;
width: 100%;
height: 4.4rem;
vertical-align: middle;
font-size: 1.4rem;
padding: 0 0 0 1em; }
#main div.bt-datepicker-wrap input::-webkit-input-placeholder {
color: #666666 !important;
opacity: 1; }
#main div.bt-datepicker-wrap input::-moz-placeholder {
color: #666666 !important;
opacity: 1; }
#main div.bt-datepicker-wrap input:-ms-input-placeholder {
color: #666666 !important;
opacity: 1;
line-height: 1em; }
#main div.bt-datepicker-wrap input:-moz-placeholder {
color: #666666 !important;
opacity: 1; }
#main div.bt-datepicker-wrap input::-ms-clear {
display: none; }
#main div.bt-datepicker-wrap input:hover, #main div.bt-datepicker-wrap input:focus {
border-color: #000000; }
#main .filter-date.active button.bt-datepicker-input {
padding-right: 2.45em; }
#main .ui-datepicker .ui-datepicker-prev span {
margin-top: -4px;
margin-left: 2px; }
#main .ui-datepicker .ui-datepicker-next span {
margin-top: -4px;
margin-left: -16px; }
#main .ui-datepicker.ui-datepicker-inline {
width: 100%;
margin: 1.4rem 0 1em 0; }
#main .ui-datepicker.ui-datepicker-inline .ui-datepicker-prev span {
margin-left: 0; }
#main .ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
margin-top: 0; }
#main .ui-datepicker .ui-datepicker-title {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2rem; }
#main .ui-datepicker .ui-datepicker-header {
background: #ffffff;
margin-top: 0.6rem; }
#main .ui-datepicker .ui-icon {
font-size: 2em;
font-family: "bt-icons";
color: #000000; }
#main .ui-datepicker .ui-icon:hover, #main .ui-datepicker .ui-icon:focus, #main .ui-datepicker .ui-icon:active {
cursor: pointer; }
#main .ui-datepicker table.ui-datepicker-calendar {
background: #ffffff;
right: 0;
text-align: center; }
#main .ui-datepicker table.ui-datepicker-calendar thead {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold;
color: #666666;
font-size: 1.4rem; }
#main .ui-datepicker table.ui-datepicker-calendar tbody tr {
border-top: 1px solid #dddddd; }
#main .ui-datepicker table.ui-datepicker-calendar tbody td {
vertical-align: middle;
padding: 0; }
#main .ui-datepicker table.ui-datepicker-calendar tbody td a:link, #main .ui-datepicker table.ui-datepicker-calendar tbody td a:visited, #main .ui-datepicker table.ui-datepicker-calendar tbody td > span {
text-align: center;
display: block;
width: auto;
height: 4.7rem;
line-height: 4.2rem;
vertical-align: middle;
font-size: 1.6rem;
color: #000000;
background: #ffffff;
border: 2px solid #ffffff; }
#main .ui-datepicker table.ui-datepicker-calendar tbody td > span {
color: #777777; }
@media (min-width: 768px) {
#main .ui-datepicker table.ui-datepicker-calendar tbody td a:link, #main .ui-datepicker table.ui-datepicker-calendar tbody td a:visited, #main .ui-datepicker table.ui-datepicker-calendar tbody td > span {
width: 4.7rem; } }
#main .ui-datepicker table.ui-datepicker-calendar tbody td a:hover, #main .ui-datepicker table.ui-datepicker-calendar tbody td a:focus, #main .ui-datepicker table.ui-datepicker-calendar tbody td a:active {
border-color: #ff7100; }
#main .ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:link, #main .ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:visited {
background: #cccccc;
border-color: #cccccc; }
#main .ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a:link, #main .ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a:visited {
border-color: #ff7100; }
@media (min-width: 768px) {
#main .ui-datepicker {
width: 36.6rem; }
#main div.bt-datepicker-wrap {
width: 36.6rem; }
#main div.bt-datepicker-wrap .ui-datepicker {
width: 100%; }
#main .filter-date {
position: static; } }
a.bt-filter-single, label.bt-filter-single {
display: inline-block;
cursor: pointer;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.6rem;
line-height: 1.75em;
vertical-align: middle;
padding: 0.2em 1em 0.2em 1em;
color: #666666; }
a.bt-filter-single:link, a.bt-filter-single:visited, label.bt-filter-single:link, label.bt-filter-single:visited {
color: #000000; }
a.bt-filter-single:hover, label.bt-filter-single:hover {
text-decoration: underline;
color: #000000; }
a.bt-filter-single:before, label.bt-filter-single:before {
display: none !important; }
a.bt-filter-single:first-child, label.bt-filter-single:first-child {
padding-left: 0; }
#main form label.bt-filter-single {
display: block;
cursor: pointer;
font-size: 1.6rem;
padding: 0 1rem;
margin-bottom: 0;
margin-right: 0 !important;
line-height: 3.2rem;
position: relative;
top: 1px; }
.tab-content .filter-group a.bt-filter-single {
color: #666666;
padding: 0.2em 1em 0.2em 1rem;
margin-top: 0.1em; }
.tab-content .filter-group a.bt-filter-single:hover, .tab-content .filter-group a.bt-filter-single:focus, .tab-content .filter-group a.bt-filter-single:active {
color: #000000;
text-decoration: underline; }
.tab-content .filter-group a.bt-filter-single:active {
text-decoration: none; }
.tab-content .filter-group .active a.bt-filter-single {
color: #000000; }
.filter-single {
padding-right: 0;
position: relative;
top: 2px; }
.filter-single input[type="checkbox"]:focus + label {
text-decoration: underline;
color: #000000; }
.filter-single.active {
padding-right: 2em;
position: relative; }
.filter-single.active label {
color: #000000; }
.filter-single.active a:after, .filter-single.active label:after {
position: absolute;
right: 0.9em;
top: 0.1em;
content: "\e84a";
font-family: "bt-icons";
padding-left: 0.3em;
color: #000;
text-decoration: none !important; }
.filter-single.active label:after {
right: -10px;
top: -1px; }
#main .bab-filter-input-wrap {
display: inline-block;
position: relative;
top: 0;
padding-left: 2rem; }
#main .bab-filter-input-wrap input.form-control.bab-filter-suchfeld {
display: inline-block;
font-size: 1.4rem;
height: 3.4rem;
width: 17.8rem;
padding: 0 12px;
border-radius: 5px; }
#main .bab-filter-input-wrap .bab-filter-suche-submit {
position: absolute;
right: 0;
top: 0.4rem;
border: none;
background: none;
font-size: 1.6rem; }
/* Tablet */
@media (min-width: 768px) {
#main .bab-filter-input-wrap {
padding-left: 1rem; }
#main .bab-filter-input-wrap input.form-control.bab-filter-suchfeld {
width: 28.5rem; }
#main .bab-filter-input-wrap input.form-control.bab-filter-suchfeld::placeholder {
color: #666666; } }
/* Desktop */
@media (min-width: 992px) {
#main .bab-filter-input-wrap {
top: 0;
padding-left: 0; }
#main .bab-filter-input-wrap input.form-control.bab-filter-suchfeld {
width: 20.5rem; } }
div.bt-teaser-kalenderblatt {
background-image: url(/resource/crblob/595626/ea7e88b235ec0e642340ee31851f55a6/bt-teaser-kalenderblatt-bg-jpg-data.jpg);
background-size: cover;
background-position: top;
padding: 1.5em 1.5em 0.2em 1.5em;
color: #000000; }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date {
margin-top: -5px;
text-align: center; }
@media (min-width: 768px) {
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date {
margin-top: 0; } }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p {
font-size: 1.4rem;
font-weight: bold;
margin-top: 0;
overflow: hidden;
position: relative; }
@media (min-width: 768px) {
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p {
margin-top: 1.7em; } }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p .bt-teaser-kalenderblatt-date-line {
display: inline-block;
position: relative; }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p .bt-teaser-kalenderblatt-date-line:before, div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p .bt-teaser-kalenderblatt-date-line:after {
content: "";
position: absolute;
height: 2px;
background-color: #000000;
top: 9px;
width: 600px; }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p .bt-teaser-kalenderblatt-date-line:before {
right: 100%;
margin-right: 15px; }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p .bt-teaser-kalenderblatt-date-line:after {
left: 100%;
margin-left: 15px; }
div.bt-teaser-kalenderblatt .bt-teaser-kalenderblatt-date p .bt-teaser-kalenderblatt-year {
font-size: 5em;
font-family: Georgia, Times New Roman, Times, serif;
color: #31505f;
display: block;
font-weight: normal;
width: 100%;
line-height: 0.8em;
padding-bottom: 0.2em; }
#main a:link .bt-teaser-person .bt-teaser-person-text p, #main a:visited .bt-teaser-person .bt-teaser-person-text p, #main a:hover .bt-teaser-person .bt-teaser-person-text p, #main a:focus .bt-teaser-person .bt-teaser-person-text p, #main a:active .bt-teaser-person .bt-teaser-person-text p {
color: #000000;
text-decoration: none; }
#main a:link .bt-teaser-person .bt-teaser-person-text h3, #main a:link .bt-teaser-person .bt-teaser-person-text h4, #main a:visited .bt-teaser-person .bt-teaser-person-text h3, #main a:visited .bt-teaser-person .bt-teaser-person-text h4, #main a:hover .bt-teaser-person .bt-teaser-person-text h3, #main a:hover .bt-teaser-person .bt-teaser-person-text h4, #main a:focus .bt-teaser-person .bt-teaser-person-text h3, #main a:focus .bt-teaser-person .bt-teaser-person-text h4, #main a:active .bt-teaser-person .bt-teaser-person-text h3, #main a:active .bt-teaser-person .bt-teaser-person-text h4 {
color: #31505f; }
#main a:link .bt-teaser-person p.bt-teaser-person-time, #main a:visited .bt-teaser-person p.bt-teaser-person-time, #main a:hover .bt-teaser-person p.bt-teaser-person-time, #main a:focus .bt-teaser-person p.bt-teaser-person-time, #main a:active .bt-teaser-person p.bt-teaser-person-time {
color: #000000; }
#main a:link .bt-teaser-person p.bt-teaser-person-mitgliedschaft, #main a:visited .bt-teaser-person p.bt-teaser-person-mitgliedschaft, #main a:hover .bt-teaser-person p.bt-teaser-person-mitgliedschaft, #main a:focus .bt-teaser-person p.bt-teaser-person-mitgliedschaft, #main a:active .bt-teaser-person p.bt-teaser-person-mitgliedschaft {
color: #000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4rem; }
#main a:link .bt-teaser-person p.bt-person-status, #main a:visited .bt-teaser-person p.bt-person-status, #main a:hover .bt-teaser-person p.bt-person-status, #main a:focus .bt-teaser-person p.bt-person-status, #main a:active .bt-teaser-person p.bt-person-status {
font-size: 1.1rem; }
#main a:link .bt-teaser-person p.bt-person-funktion, #main a:visited .bt-teaser-person p.bt-person-funktion, #main a:hover .bt-teaser-person p.bt-person-funktion, #main a:focus .bt-teaser-person p.bt-person-funktion, #main a:active .bt-teaser-person p.bt-person-funktion {
max-width: 100%;
hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto; }
#main a:hover .bt-teaser-person .bt-teaser-person-text p, #main a:focus .bt-teaser-person .bt-teaser-person-text p, #main a:active .bt-teaser-person .bt-teaser-person-text p {
text-decoration: none; }
#main a:hover .bt-teaser-person .bt-teaser-person-text h3, #main a:hover .bt-teaser-person .bt-teaser-person-text h4, #main a:focus .bt-teaser-person .bt-teaser-person-text h3, #main a:focus .bt-teaser-person .bt-teaser-person-text h4, #main a:active .bt-teaser-person .bt-teaser-person-text h3, #main a:active .bt-teaser-person .bt-teaser-person-text h4 {
color: #31505f;
text-decoration: underline; }
#main .bt-module-row-plenarsitzung a:link .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung a:link .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung a:visited .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung a:visited .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung a:hover .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung a:hover .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung a:focus .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung a:focus .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung a:active .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung a:active .bt-teaser-person .bt-teaser-person-text h4 {
color: #ffffff; }
#main .bt-module-row-plenarsitzung tr.active a:link .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung tr.active a:link .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung tr.active a:visited .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung tr.active a:visited .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung tr.active a:hover .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung tr.active a:hover .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung tr.active a:focus .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung tr.active a:focus .bt-teaser-person .bt-teaser-person-text h4, #main .bt-module-row-plenarsitzung tr.active a:active .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row-plenarsitzung tr.active a:active .bt-teaser-person .bt-teaser-person-text h4 {
color: #ff7100; }
#main .bt-teaser-person {
padding-bottom: 3em; }
#main .bt-teaser-person .bt-teaser-person-time {
font-size: 1.4rem; }
#main .bt-teaser-person .bt-bild-standard {
margin-bottom: 1.4em; }
#main .bt-teaser-person .bt-teaser-person-text h3, #main .bt-teaser-person .bt-teaser-person-text h4 {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
line-height: 1.4em;
padding: 0;
margin: 0; }
#main .bt-teaser-person .bt-teaser-person-text p {
font-size: 1.4rem;
line-height: 1.4em;
margin: 0; }
#main p.bt-person-abstimmung {
padding-left: 1.5rem;
position: relative;
display: inline; }
#main p.bt-person-abstimmung:before {
border-radius: 50%;
content: "";
display: inline-block;
height: 1rem;
left: 0;
position: absolute;
top: 3px;
width: 1rem; }
#main p.bt-person-abstimmung.bt-abstimmung-ja:before {
background: #5cbd00; }
#main p.bt-person-abstimmung.bt-abstimmung-nein:before {
background: #e70097; }
#main p.bt-person-abstimmung.bt-abstimmung-enthalten:before {
background: #00b2dc; }
#main p.bt-person-abstimmung.bt-abstimmung-na:before {
background: #b1b3b4; }
#main p.bt-person-abstimmung.bt-abstimmung-na span {
display: none;
font-size: 1.1rem; }
/* Element Videoplayer */
.bt-videoplayer {
margin-bottom: 2em;
max-width: 100%; }
.bt-videoplayer object {
max-width: 100%;
margin-bottom: -0.3em; }
.bt-videoplayer .bt-videoplayer-titel {
background: #eeeeee;
width: 100%;
padding: 1.5rem 1.5rem 0.75rem 1.5rem; }
.bt-videoplayer .bt-videoplayer-titel p {
padding: 0;
margin: 0;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
.bt-videoplayer .undocked, .bt-videoplayer-gs .undocked {
position: fixed !important;
bottom: 7rem;
right: 2rem;
width: 29rem;
z-index: 50000; }
.bt-videoplayer .undocked .bab-close-video, .bt-videoplayer-gs .undocked .bab-close-video {
right: 0;
top: 0;
position: absolute;
z-index: 371283;
background-color: #ffffff;
font-size: 1.6rem;
padding: 1.2rem;
border-radius: 0 0 0 1rem;
color: black !important;
opacity: 0.8; }
.bt-videoplayer .undocked .bab-close-video:hover, .bt-videoplayer-gs .undocked .bab-close-video:hover {
opacity: 1;
text-decoration: none; }
.bt-videoplayer .undocked .bab-close-video .bab-overlay-close-text, .bt-videoplayer-gs .undocked .bab-close-video .bab-overlay-close-text {
color: black !important;
font-family: Georgia, Times New Roman, Times, serif;
text-decoration: underline;
display: none; }
.bt-videoplayer .undocked .bab-close-video:hover .icon-close:before, .bt-videoplayer .undocked .bab-close-video:focus .icon-close:before, .bt-videoplayer-gs .undocked .bab-close-video:hover .icon-close:before, .bt-videoplayer-gs .undocked .bab-close-video:focus .icon-close:before {
color: #ff7100; }
.bt-videoplayer .undocked .bab-close-video:hover .bab-overlay-close-text, .bt-videoplayer .undocked .bab-close-video:focus .bab-overlay-close-text, .bt-videoplayer-gs .undocked .bab-close-video:hover .bab-overlay-close-text, .bt-videoplayer-gs .undocked .bab-close-video:focus .bab-overlay-close-text {
display: inline-block;
margin-right: 1.5rem; }
.bab-video-placeholder {
background-color: #eeeeee;
border: 1px solid #f9f9f9;
opacity: 0.5;
display: block;
position: relative; }
.bt-videoplayer-gs {
width: 35.7rem;
height: 20.1rem;
margin-bottom: 2rem; }
@media (min-width: 768px) {
.bt-videoplayer-gs {
width: 100%;
height: 40.5rem; } }
@media (min-width: 992px) {
.bt-videoplayer-gs {
width: 100%;
height: 42.2rem;
margin-bottom: 6rem; } }
.bt-videoplayer-gs #vv-player {
width: 100% !important;
height: 100% !important;
min-width: 35.7rem;
min-height: 20.1rem; }
/*!
* ******************************************************
* Copyright (C) 1994-2020 Babiel GmbH <info@babiel.com>
*
* This file is part of a Babiel development
*
* Redistribution and use in source and binary forms, with or without
* modification, are not permitted without the express
* permission of Babiel GmbH
*
* Any modification is not permitted without the express
* permission of Babiel GmbH
*
* The file may contain confidential and or privileged materials.
* Any review, retransmission, dissemination or other use of
* or taking of any action in reliance upon, this file
* by persons or entities other than the intended is prohibited.
* ******************************************************
*/
.bt-ptv-icon {
color: #ff7100;
height: 3.4rem;
width: 3.4rem;
margin-bottom: 1rem; }
.bt-ptv-icon, .bt-ptv-icon * {
transition: transform 100ms linear; }
@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.bt-ptv-icon--play-mode {
height: 2.3rem;
width: 2.3rem;
border-radius: 10rem;
margin-right: 2.5rem !important;
min-width: 0 !important; } }
@supports (-webkit-hyphens: none) {
.bt-ptv-icon--play-mode {
width: 2.3rem;
height: 2.3rem;
min-width: 0 !important;
border-radius: 10rem;
margin-right: 2.5rem !important; } }
.bt-ptv-icon .bt-ptv-icon-rect {
transform: scaleX(1) scaleY(1); }
@media only screen and (min-width: 768px) {
.bt-ptv-icon .bt-ptv-icon-rect {
animation: animate-ptv-play-rx-reverse 100ms forwards; } }
@media only screen and (max-width: 768px) {
.bt-ptv-icon .bt-ptv-icon-rect {
rx: 2; } }
.bt-ptv-icon .bt-ptv-icon-rect--play-mode {
transform: scaleX(calc(24 / 34)) scaleY(calc(24 / 18)); }
@media only screen and (min-width: 768px) {
.bt-ptv-icon .bt-ptv-icon-rect--play-mode {
animation: animate-ptv-play-rx 100ms forwards; } }
@media only screen and (max-width: 768px) {
.bt-ptv-icon .bt-ptv-icon-rect--play-mode {
rx: 100; } }
.bt-ptv-icon .bt-ptv-icon-play-path {
display: none; }
.bt-ptv-icon g.bt-ptv-ie-group-play {
display: none; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.bt-ptv-icon g.bt-ptv-ie-group-play {
display: block; } }
@keyframes animate-ptv-play-rx {
from {
rx: 2; }
to {
rx: 100; } }
@keyframes animate-ptv-play-rx-reverse {
from {
rx: 100; }
to {
rx: 2; } }
/* Element Videoplayer */
.bt-audioplayer {
margin-bottom: 2em;
max-width: 100%; }
.bt-audioplayer.bt-no-picture .bt-audioplayer-container {
position: relative !important; }
.bt-audioplayer object {
max-width: 100%;
margin-bottom: -0.3em; }
.bt-audioplayer .bt-videoplayer-titel {
background: #eeeeee;
width: 100%;
padding: 1.5rem 1.5rem 0.75rem 1.5rem; }
.bt-audioplayer .bt-videoplayer-titel p {
padding: 0;
margin: 0;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
.bt-audioplayer .bt-audioplayer-container {
position: absolute !important;
padding: 0 !important;
bottom: 0;
width: 100%; }
.bt-audioplayer .bt-audioplayer-container > div {
padding-bottom: 30px !important; }
.bt-audioplayer .bt-audioplayer-container > div > div {
bottom: 0 !important; }
.bt-audioplayer .bt-audioplayer-img {
height: auto;
position: relative; }
.bt-audioplayer .bt-audioplayer-img .bt-bild-standard .img-responsive {
width: 100%;
height: auto; }
.bt-audioplayer span.bt-audio-icon {
position: absolute;
left: 1.3rem;
bottom: 4rem;
height: 3.6rem;
width: 3.6rem;
background: rgba(255, 255, 255, 0.8);
z-index: 100;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
@media (min-width: 768px) {
.bt-audioplayer span.bt-audio-icon {
height: 6.4rem;
width: 6.4rem; } }
.bt-audioplayer span.bt-audio-icon i {
left: 0.8em;
top: 1em;
position: absolute; }
@media (min-width: 768px) {
.bt-audioplayer span.bt-audio-icon i {
left: 1.3em;
top: 1.75em; } }
.bt-audioplayer span.bt-audio-icon i:before {
color: #ff7100;
font-size: 1.6rem; }
@media (min-width: 768px) {
.bt-audioplayer span.bt-audio-icon i:before {
font-size: 2.9rem; } }
#main article.bt-artikel .bt-audioplayer .bt-bild-standard {
max-width: none;
display: block; }
.bt-loader {
display: inline-block;
margin: 0 auto;
width: 100%;
height: 100%;
position: relative;
top: 0;
min-height: 10em; }
.bt-loader:after {
content: "";
font-size: 10px;
position: absolute;
text-indent: -9999em;
border-top: 0.4em solid rgba(51, 51, 51, 0.33);
border-right: 0.4em solid rgba(51, 51, 51, 0.33);
border-bottom: 0.4em solid rgba(51, 51, 51, 0.33);
border-left: 0.4em solid #000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
top: 50%;
left: 50%;
margin-top: -2em;
margin-left: -2em; }
.bt-loader:after {
border-radius: 50%;
width: 4em;
height: 4em; }
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-loader:after, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-loader:after, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-loader:after, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-loader:after {
border-top: 0.6em solid rgba(255, 255, 255, 0.4);
border-right: 0.6em solid rgba(255, 255, 255, 0.4);
border-bottom: 0.6em solid rgba(255, 255, 255, 0.4);
border-left: 0.6em solid #fff; }
/* Element Videoplayer */
a:link .bt-videoplayer-text .bt-videoplayer-content *, a:visited .bt-videoplayer-text .bt-videoplayer-content *, a:hover .bt-videoplayer-text .bt-videoplayer-content *, a:focus .bt-videoplayer-text .bt-videoplayer-content *, a:active .bt-videoplayer-text .bt-videoplayer-content * {
color: #fff;
text-decoration: none; }
a:hover .bt-videoplayer-text .bt-videoplayer-content h3, a:focus .bt-videoplayer-text .bt-videoplayer-content h3, a:active .bt-videoplayer-text .bt-videoplayer-content h3 {
text-decoration: underline; }
.bt-videoplayer-text {
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #fff; }
.bt-videoplayer-text h3 {
display: block;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2.2rem;
line-height: 1.2em;
float: left;
clear: both;
width: 100%;
font-weight: normal;
padding-bottom: 0.5em; }
.bt-videoplayer-text h3 span.bt-videoplayer-dachzeile {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4em;
font-size: 1.4rem;
font-weight: bold;
float: left;
clear: both;
width: 100%; }
.bt-videoplayer-text p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
.bt-videoplayer-text p.bt-date {
font-size: 1.4rem;
margin-bottom: 0;
padding-bottom: 0; }
#main .bt-teaser-petition {
padding: 1.5em 1.5em .5em 1.5em;
margin-bottom: 6px;
min-height: 16.5em;
position: relative;
background-color: #eeeeee;
-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3); }
#main .bt-teaser-petition h3 {
color: #000000;
text-decoration: none;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 0.5em;
padding: 0; }
#main .bt-teaser-petition p.bt-petitionen-teaser-text {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.8em;
margin: 0;
padding: 0;
display: block;
max-width: 100%;
height: 5em;
line-height: 1.2em; }
#main .bt-teaser-petition p.bt-petitionen-teaser-text a:link, #main .bt-teaser-petition p.bt-petitionen-teaser-text a:visited {
text-decoration: none; }
#main .bt-teaser-petition p.bt-petitionen-teaser-text a:hover, #main .bt-teaser-petition p.bt-petitionen-teaser-text a:focus, #main .bt-teaser-petition p.bt-petitionen-teaser-text a:active {
text-decoration: underline; }
#main .bt-teaser-petition footer {
width: 92%;
height: 5.5em;
padding: 1em 0 0 0;
position: absolute;
bottom: 0.5em;
font-size: 1em;
font-weight: bold; }
#main .bt-teaser-petition footer .bt-petition-progress {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
height: 4em;
width: 4em; }
#main .bt-teaser-petition footer .bt-petition-counter {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 50%;
margin-left: -7.5em;
width: 10em;
text-align: center;
color: #666666; }
#main .bt-teaser-petition footer .bt-petition-counter p {
font-size: 1.4em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
color: #666666;
line-height: 1em;
margin: 0; }
#main .bt-teaser-petition footer .bt-petition-counter p i {
color: #ff7100; }
#main .bt-teaser-petition footer .bt-petition-counter i {
margin-left: 0.25em; }
#main .bt-teaser-petition footer .bt-petition-sign {
width: auto;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
font-size: 1.4em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-teaser-petition footer .bt-petition-sign a:hover, #main .bt-teaser-petition footer .bt-petition-sign a:focus, #main .bt-teaser-petition footer .bt-petition-sign a:active {
text-decoration: underline; }
#main .bt-teaser-petition footer .bt-petition-sign i {
color: #ff7100; }
/* Tablet */
@media (min-width: 768px) {
#main .bt-teaser-petition {
min-height: 21em; }
#main .bt-teaser-petition p.bt-petitionen-teaser-text {
font-size: 2em; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-teaser-petition p.bt-petitionen-teaser-text {
height: 4.3em; } }
main#main .bt-module-row-mediathek .bt-module-content-wrap > h3, main#main .bt-module-row-parlamentsfernsehen .bt-module-content-wrap > h3 {
clear: both;
margin-top: -1.5rem; }
main#main .bt-module-row-mediathek a:link .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:link .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:link .bt-teaser-standard h4, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard h4, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard h4, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard h4, main#main .bt-module-row-mediathek a:active .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:active .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:active .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard h4 {
color: #000000; }
main#main .bt-module-row-mediathek a:link .bt-teaser-standard p, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard p, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard p, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard p, main#main .bt-module-row-mediathek a:active .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard p {
color: #31505f; }
main#main .bt-module-row-mediathek a:link .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-mediathek a:active .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard .bt-bild-info-text p {
color: #ffffff; }
main#main .bt-module-row-mediathek a:link .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text {
padding-bottom: 1.5rem; }
main#main .bt-module-row-mediathek a:link .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:link .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:link .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h4 {
color: #ffffff; }
main#main .bt-module-row-mediathek a:link .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-mediathek a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:link .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:visited .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text p {
color: #ffffff; }
main#main .bt-module-row-mediathek a:hover .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard h4, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard h4, main#main .bt-module-row-mediathek a:active .bt-teaser-standard .bt-date, main#main .bt-module-row-mediathek a:active .bt-teaser-standard h3, main#main .bt-module-row-mediathek a:active .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard h4, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard .bt-date, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard h3, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard h4 {
text-decoration: none; }
main#main .bt-module-row-mediathek a:hover .bt-teaser-standard p, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard p, main#main .bt-module-row-mediathek a:active .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard p, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard p {
text-decoration: underline; }
main#main .bt-module-row-mediathek a:hover .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-mediathek a:active .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard .bt-bild-info-text p, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard .bt-bild-info-text p {
text-decoration: none; }
main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text {
padding-bottom: 1.5rem; }
main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text .bt-date, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text h4 {
color: #ffffff; }
main#main .bt-module-row-mediathek a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-mediathek a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-mediathek a:active .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:hover .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:focus .bt-teaser-standard.bt-ptv .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen a:active .bt-teaser-standard.bt-ptv .bt-teaser-text p {
color: #ffffff; }
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-bild-standard, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-bild-standard {
margin-bottom: 1em; }
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text {
padding: 0 0 1.5rem 0; }
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text span.bt-date, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text span.bt-date {
padding-bottom: 0.4em; }
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text h3, main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text h4, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text h3, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text h4 {
font-size: 1.4em;
font-weight: bold;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
margin-bottom: 0em;
padding-bottom: 0.6em; }
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text h4 span.bt-dachzeile, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text h4 span.bt-dachzeile {
font-size: 1em; }
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.8em;
line-height: 1.2em; }
@media (orientation: landscape) {
main#main .bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text p, main#main .bt-module-row-parlamentsfernsehen .bt-teaser-standard .bt-teaser-text p {
line-height: 1.3em; } }
/* Tablet */
@media (min-width: 768px) {
.bt-module-row-mediathek .bt-teaser-standard .bt-teaser-text p {
font-size: 1.8em; } }
#main .bt-teaser-termin a:link ul li, #main .bt-teaser-termin a:visited ul li {
color: #000000; }
#main .bt-teaser-termin a:hover h3, #main .bt-teaser-termin a:focus h3, #main .bt-teaser-termin a:active h3 {
text-decoration: underline; }
#main .bt-teaser-termin .bt-time {
height: auto;
border: 1px solid #31505f; }
#main .bt-teaser-termin .bt-time p {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold; }
#main .bt-teaser-termin .bt-time p.bt-termin-year {
height: 2rem;
line-height: 2rem;
vertical-align: middle;
color: #ffffff;
background: #31505f;
font-size: 1.4rem; }
#main .bt-teaser-termin .bt-time p.bt-termin-day {
line-height: 1em;
color: #31505f;
font-size: 3.2rem;
padding: 1.5rem 0; }
#main .bt-teaser-termin .bt-time p.bt-termin-month {
line-height: 1em;
color: #31505f;
font-size: 1.4rem;
padding-bottom: 1.4rem;
text-transform: uppercase; }
#main .bt-teaser-termin .bt-teaser-termin-content h3 {
padding-bottom: 0.35em;
line-height: 1.55em;
vertical-align: middle; }
#main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste {
padding: 0;
margin: 0; }
#main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
list-style: none;
padding: 0 0 0.4em 0;
margin: 0;
border: none; }
#main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li a:link, #main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li a:visited, #main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li a:hover, #main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li a:focus, #main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li a:active {
border: none; }
#main .bt-teaser-termin__no-results-alert {
font-size: 1.9rem;
padding-bottom: 3rem;
display: flex;
align-items: center; }
@media (min-width: 768px) {
#main .bt-teaser-termin__no-results-alert {
font-size: 2.2rem; } }
#main .bt-teaser-termin__no-results-alert i.icon-calendar {
margin-right: 1px;
font-size: 3.6rem; }
@media (min-width: 768px) {
#main .bt-teaser-termin__no-results-alert i.icon-calendar {
font-size: 5.6rem; } }
#main .bt-teaser-termin__no-results-alert span {
font-family: Georgia, Times New Roman, Times, serif;
vertical-align: middle; }
#main .bt-teaser-termin .btn-group {
width: 100%;
margin-top: 2.2rem; }
#main .bt-teaser-termin .btn-group button.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background: #eeeeee;
border: none;
width: 33.33%;
box-shadow: none;
color: #000000;
font-size: 1.4rem;
font-weight: normal;
margin: 0;
padding: 0.75em 0;
float: left; }
#main .bt-teaser-termin .btn-group button.btn i {
padding: 0 0.4rem 0 0; }
#main .bt-teaser-termin .btn-group button.btn:first-child {
border-right: 2px solid #ffffff; }
#main .bt-teaser-termin .btn-group button.btn:last-child {
border-left: 2px solid #ffffff; }
#main .bt-teaser-termin .btn-group button.btn:hover, #main .bt-teaser-termin .btn-group button.btn:focus, #main .bt-teaser-termin .btn-group button.btn:active {
text-decoration: underline; }
#main .bt-teaser-termin .btn-group button.btn:hover i, #main .bt-teaser-termin .btn-group button.btn:focus i, #main .bt-teaser-termin .btn-group button.btn:active i {
text-decoration: none; }
#main .bt-teaser-termin .btn-group button.btn:hover [class^="icon-"]:before, #main .bt-teaser-termin .btn-group button.btn:hover [class*=" icon-"]:before, #main .bt-teaser-termin .btn-group button.btn:focus [class^="icon-"]:before, #main .bt-teaser-termin .btn-group button.btn:focus [class*=" icon-"]:before, #main .bt-teaser-termin .btn-group button.btn:active [class^="icon-"]:before, #main .bt-teaser-termin .btn-group button.btn:active [class*=" icon-"]:before {
text-decoration: none; }
@media (min-width: 768px) {
#main .bt-teaser-termin .bt-teaser-termin-content {
min-height: 24.65em; }
#main .bt-teaser-termin .bt-teaser-termin-content h3 {
max-height: 4.9em;
overflow: hidden; } }
@media (min-width: 992px) {
#main .bt-teaser-termin .bt-teaser-termin-content {
min-height: 21.2em; }
#main .bt-teaser-termin .bt-teaser-termin-content h3 {
/* max-height: 5em;
overflow: hidden;*/ }
#main .bt-teaser-termin .bt-teaser-termin-content ul.bt-teaser-termin-content-liste li {
padding-bottom: 0.75em; } }
#main .bt-teaser-text-mehrlink .bt-teaser-text {
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0; }
#main .bt-teaser-text-mehrlink .bt-teaser-text .bt-date {
float: left;
width: 100%;
padding-bottom: 0.5em; }
#main .bt-teaser-text-mehrlink .bt-teaser-text h3 {
display: block;
line-height: 1.2em;
float: left;
clear: both;
width: 100%;
font-weight: normal;
margin-bottom: .5em;
padding-bottom: 0; }
#main .bt-teaser-text-mehrlink .bt-teaser-text h3 span.bt-dachzeile {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold;
float: left;
clear: both;
width: 100%;
padding-bottom: 0.4rem;
font-size: 1.4rem; }
#main .bt-teaser-text-mehrlink .bt-teaser-text p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
margin-bottom: 10px; }
#main .bt-teaser-text-mehrlink .bt-teaser-text p .icon-angle-right:before {
margin-left: -0.2em; }
#main .bt-teaser-text-mehrlink .bt-teaser-text p a:link, #main .bt-teaser-text-mehrlink .bt-teaser-text p a:visited {
text-decoration: none; }
#main .bt-teaser-text-mehrlink .bt-teaser-text p a:hover, #main .bt-teaser-text-mehrlink .bt-teaser-text p a:focus, #main .bt-teaser-text-mehrlink .bt-teaser-text p a:active {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text, #main .bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text {
padding-top: 0.8rem; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink h3, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink p, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink a, #main .bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink h3, #main .bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink p, #main .bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink a {
color: #ffffff; }
/* -------------------------------------
* Bar container
* ------------------------------------- */
.progress-radial {
float: left;
margin-right: 30px;
position: relative;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #cccccc; }
/* -------------------------------------
* Optional centered circle w/text
* ------------------------------------- */
.progress-radial .overlay {
position: absolute;
width: 32px;
height: 32px;
background-color: #eeeeee;
border-radius: 50%;
margin-left: 4px;
margin-top: 4px;
text-align: center;
line-height: 32px; }
.progress-radial .overlay p {
color: #666666;
font-size: 1rem;
line-height: 1em;
padding: 0;
margin: 0.4em 0 0 0;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
.progress-radial .overlay p span {
font-size: 1.4em;
font-weight: bold; }
/* -------------------------------------
* Mixin for progress-% class
* ------------------------------------- */
.progress-0 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(90deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-5 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(108deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-10 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(126deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-15 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(144deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-20 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(162deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-25 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(180deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-30 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(198deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-35 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(216deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-40 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(234deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-45 {
background-image: linear-gradient(90deg, #ff7100 50%, transparent 50%, transparent), linear-gradient(252deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-50 {
background-image: linear-gradient(-90deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-55 {
background-image: linear-gradient(-72deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-60 {
background-image: linear-gradient(-54deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-65 {
background-image: linear-gradient(-36deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-70 {
background-image: linear-gradient(-18deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-75 {
background-image: linear-gradient(0deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-80 {
background-image: linear-gradient(18deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-85 {
background-image: linear-gradient(36deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-90 {
background-image: linear-gradient(54deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-95 {
background-image: linear-gradient(72deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
.progress-100 {
background-image: linear-gradient(90deg, #cccccc 50%, transparent 50%, transparent), linear-gradient(270deg, #cccccc 50%, #ff7100 50%, #ff7100); }
#main div.bt-listenteaser {
float: left;
margin-bottom: 0.9em;
width: 100%; }
#main div.bt-listenteaser:last-of-type {
margin-bottom: 3em; }
#main div.bt-listenteaser h3.bt-title {
padding-bottom: 1.1em;
padding-top: 0;
border-top: none; }
#main div.bt-listenteaser h4 {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
font-weight: bold;
float: left;
clear: both;
width: 13.214em; }
#main div.bt-listenteaser .bt-accordion-toggle {
top: 27px; }
#main div.bt-listenteaser ul {
display: block;
float: left;
max-width: 55em;
padding-left: 0; }
#main div.bt-listenteaser ul li {
width: 100%;
list-style: none;
font-size: 1.8em;
font-family: Georgia, Times New Roman, Times, serif;
line-height: 1.2em;
display: inline-block; }
#main div.bt-listenteaser ul li a + p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
margin-left: 1.5rem;
line-height: 2rem; }
#main div.bt-listenteaser ul li a:link, #main div.bt-listenteaser ul li a:visited {
padding: 0.25em 1em 0.25em 0.75em;
display: block;
float: left;
position: relative;
width: 100%; }
#main div.bt-listenteaser ul li a:link:before, #main div.bt-listenteaser ul li a:visited:before {
position: absolute; }
#main div.bt-listenteaser ul li a:link.bt-link-intern:before, #main div.bt-listenteaser ul li a:visited.bt-link-intern:before {
font-family: "bt-icons";
content: '\e801';
left: 0; }
#main div.bt-listenteaser ul li a:link:hover, #main div.bt-listenteaser ul li a:link:focus, #main div.bt-listenteaser ul li a:link:active, #main div.bt-listenteaser ul li a:visited:hover, #main div.bt-listenteaser ul li a:visited:focus, #main div.bt-listenteaser ul li a:visited:active {
background: #31505f;
color: #ffffff; }
/* Tablet */
@media (min-width: 768px) {
#main div.bt-listenteaser {
margin-bottom: 1.5em; }
#main div.bt-listenteaser h3 {
padding-bottom: 1.2em; }
#main div.bt-listenteaser h4 {
width: 11em; }
#main div.bt-listenteaser ul {
margin-left: .5em;
margin-top: -1em; }
#main div.bt-listenteaser ul li {
font-size: 2em; } }
/* Desktop */
@media (min-width: 992px) {
#main div.bt-listenteaser ul {
max-width: 70em; }
#main div.bt-listenteaser ul li a:link, #main div.bt-listenteaser ul li a:visited {
padding: 0.25em 1em 0.25em 1.75em; }
#main div.bt-listenteaser ul li a:link.bt-link-intern:before, #main div.bt-listenteaser ul li a:visited.bt-link-intern:before {
left: 1em; }
#main div.bt-listenteaser ul li a + p {
margin-left: 3.5rem; } }
#main .bt-paginierung {
width: 100%;
float: left;
padding: 0 0 4rem 0; }
#main .bt-paginierung p.bt-paginierung-text {
font-size: 1.4rem;
color: #666666;
margin-bottom: .8em;
padding-bottom: 0; }
#main .bt-paginierung ul {
float: left;
width: 100%;
padding: 1.2rem 0 0 0;
border-top: 1px solid #cccccc; }
#main .bt-paginierung ul li {
list-style: none;
display: inline-block;
margin-right: 0.3rem;
vertical-align: middle; }
#main .bt-paginierung ul button, #main .bt-paginierung ul a {
height: 3.4rem;
width: 3.4rem;
border-radius: 50%;
background: #ffffff;
font-size: 1.6rem;
border: 1px solid #cccccc;
color: #666666;
text-align: center;
line-height: 2em; }
#main .bt-paginierung ul button[disabled="disabled"], #main .bt-paginierung ul a[disabled="disabled"] {
height: 4rem;
width: 4rem;
color: #000000;
border: 4px solid #ff7100; }
#main .bt-paginierung ul button[disabled="disabled"]:hover, #main .bt-paginierung ul button[disabled="disabled"]:focus, #main .bt-paginierung ul button[disabled="disabled"]:active, #main .bt-paginierung ul a[disabled="disabled"]:hover, #main .bt-paginierung ul a[disabled="disabled"]:focus, #main .bt-paginierung ul a[disabled="disabled"]:active {
border-color: #ff7100; }
#main .bt-paginierung ul button:hover, #main .bt-paginierung ul button:focus, #main .bt-paginierung ul button:active, #main .bt-paginierung ul a:hover, #main .bt-paginierung ul a:focus, #main .bt-paginierung ul a:active {
color: #666666;
border-color: #ff7100; }
#main .bt-paginierung ul button:focus, #main .bt-paginierung ul a:focus {
outline: 1px dotted #000000; }
#main .bt-paginierung ul button i:before, #main .bt-paginierung ul a i:before {
font-size: 2.4rem;
margin: 0.07em 0 0.3em 0; }
#main .bt-paginierung ul button i.icon-angle-left:before, #main .bt-paginierung ul a i.icon-angle-left:before {
margin-left: -0.1em; }
#main .bt-paginierung ul a {
display: block;
line-height: 2em; }
#main .bt-paginierung ul a:hover, #main .bt-paginierung ul a:focus, #main .bt-paginierung ul a:active {
text-decoration: none; }
#main .bt-module-row.bt-module-row-textlisten .bt-paginierung ul {
border-color: #cccccc; }
@media (min-width: 768px) {
#main .bt-paginierung ul li {
margin-right: 1.2rem; } }
.bt-ptv-videoplayer {
margin-bottom: 4.9rem; }
#main .bt-teaser-gremienaufgabe p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
margin-top: -0.3em; }
#main .bt-teaser-gremienaufgabe a {
text-decoration: none; }
#main .bt-teaser-gremienaufgabe a:hover, #main .bt-teaser-gremienaufgabe a:focus, #main .bt-teaser-gremienaufgabe a:active {
text-decoration: underline; }
#main .bt-teaser-gremienaufgabe div:last-child {
margin-top: -0.2rem; }
#main .bt-teaser-gremienaufgabe div:last-child h3 {
margin-top: -0.8rem; }
.bt-teaser-unterausschuesse a:link p, .bt-teaser-unterausschuesse a:visited p {
margin-top: -0.3em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
color: #000000; }
.bt-teaser-unterausschuesse a:link button, .bt-teaser-unterausschuesse a:visited button {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
margin-top: 1.5rem;
font-weight: bold; }
.bt-teaser-unterausschuesse h3:hover, .bt-teaser-unterausschuesse h3:focus, .bt-teaser-unterausschuesse h3:active {
text-decoration: underline; }
.bt-teaser-unterausschuesse button:hover, .bt-teaser-unterausschuesse button:focus, .bt-teaser-unterausschuesse button:active {
background: #ff7100; }
.bt-teaser-unterausschuesse a:hover, .bt-teaser-unterausschuesse a:focus, .bt-teaser-unterausschuesse a:active {
text-decoration: none; }
.bt-teaser-unterausschuesse a:hover p, .bt-teaser-unterausschuesse a:focus p, .bt-teaser-unterausschuesse a:active p {
text-decoration: none; }
.bt-teaser-kontakt address {
font-size: 1.4rem; }
.bt-teaser-kontakt address h4 {
font-size: 1.8rem;
padding: 0;
margin: 0;
line-height: 1.5em; }
.bt-teaser-kontakt address h5 {
font-size: 1.6rem;
padding: 0;
margin: 0;
line-height: 1.5em; }
.bt-module-row .bt-overlay-loader {
position: absolute;
top: 50%;
right: 0;
opacity: 0;
width: 100%;
height: 0;
background: #ffffff;
transition: opacity 0.3s ease-in;
/*transition: max-height 0.1s ease-in;*/
z-index: 50;
transform: translateY(-50%); }
.bt-module-row .bt-overlay-loader .bt-loader {
min-height: 0; }
.bt-module-row.bt-module-row-loader .bt-overlay-loader {
opacity: 1;
transition: opacity 0.3s ease-out;
/*transition: max-height 0.1s ease-out;
max-height: 10000px;*/
height: 100%;
min-height: 10em; }
.bt-module-row.bt-module-row-loader .bt-overlay-loader .bt-loader {
min-height: 10em; }
#main .bt-video-titel {
width: 100%;
background: #eeeeee;
padding: 1em 1.2rem; }
#main .bt-video-titel p {
margin: 0 0 1em 0;
padding: 0; }
#main .bt-video-titel p:last-child {
margin: 0;
padding: 0; }
#main .bt-video-titel + .bt-video-funktionen {
padding-top: 0; }
#main .bt-standard-content .bt-video-funktionen, #main .bt-video-funktionen {
width: 100%;
height: auto;
background: #eeeeee;
position: relative;
margin-bottom: 1.5rem;
display: inline-block; }
#main .bt-standard-content .bt-video-funktionen header, #main .bt-video-funktionen header {
background-color: transparent; }
#main .bt-standard-content .bt-video-funktionen > ul, #main .bt-video-funktionen > ul {
padding: 0 1.5rem 0.75rem 1.5rem;
display: flex;
flex-direction: row; }
#main .bt-standard-content .bt-video-funktionen > ul > li, #main .bt-video-funktionen > ul > li {
display: inline-flex;
justify-content: center;
list-style: none;
height: auto;
flex: 1;
line-height: 1em;
font-size: 1em;
background: none;
padding: 0;
position: inherit; }
#main .bt-standard-content .bt-video-funktionen > ul > li:before, #main .bt-video-funktionen > ul > li:before {
display: none; }
#main .bt-standard-content .bt-video-funktionen > ul > li a, #main .bt-video-funktionen > ul > li a {
display: block;
text-align: center; }
#main .bt-standard-content .bt-video-funktionen > ul > li a:hover .icon-bg, #main .bt-standard-content .bt-video-funktionen > ul > li a:active .icon-bg, #main .bt-standard-content .bt-video-funktionen > ul > li a:focus .icon-bg, #main .bt-standard-content .bt-video-funktionen > ul > li a.active .icon-bg, #main .bt-video-funktionen > ul > li a:hover .icon-bg, #main .bt-video-funktionen > ul > li a:active .icon-bg, #main .bt-video-funktionen > ul > li a:focus .icon-bg, #main .bt-video-funktionen > ul > li a.active .icon-bg {
background-color: #ff7100; }
#main .bt-standard-content .bt-video-funktionen > ul > li a:hover .icon-bg i, #main .bt-standard-content .bt-video-funktionen > ul > li a:active .icon-bg i, #main .bt-standard-content .bt-video-funktionen > ul > li a:focus .icon-bg i, #main .bt-standard-content .bt-video-funktionen > ul > li a.active .icon-bg i, #main .bt-video-funktionen > ul > li a:hover .icon-bg i, #main .bt-video-funktionen > ul > li a:active .icon-bg i, #main .bt-video-funktionen > ul > li a:focus .icon-bg i, #main .bt-video-funktionen > ul > li a.active .icon-bg i {
color: #ffffff; }
#main .bt-standard-content .bt-video-funktionen > ul > li a i, #main .bt-video-funktionen > ul > li a i {
font-size: 2em;
width: 100%;
display: block;
text-align: center; }
#main .bt-standard-content .bt-video-funktionen > ul > li a span, #main .bt-video-funktionen > ul > li a span {
display: block;
width: auto;
padding-top: 1rem;
text-align: center;
font-size: 1.2rem; }
#main .bt-standard-content .bt-video-funktionen > ul > li a .icon-bg, #main .bt-video-funktionen > ul > li a .icon-bg {
position: relative;
width: 5rem;
height: 5rem;
display: inline-block;
border-radius: 50%;
background: #d8d8d8; }
#main .bt-standard-content .bt-video-funktionen > ul > li a .icon-bg > i, #main .bt-video-funktionen > ul > li a .icon-bg > i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); }
#main .bt-standard-content .bt-video-funktionen > ul > li a .icon-bg > i.icon-embed, #main .bt-video-funktionen > ul > li a .icon-bg > i.icon-embed {
margin-left: -.3rem; }
#main .bt-standard-content .bt-video-funktionen > ul > li a .icon-bg > i.icon-share, #main .bt-video-funktionen > ul > li a .icon-bg > i.icon-share {
margin-left: -.2rem; }
#main .bt-standard-content .bt-video-funktionen > ul.bt-linkliste > li:last-child, #main .bt-video-funktionen > ul.bt-linkliste > li:last-child {
width: 100%; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay, #main .bt-video-funktionen .bt-video-funktionen-overlay {
padding: 15px;
width: 100%;
min-height: 12em;
border-top: 2px solid #ffffff;
background: #eeeeee;
display: none;
z-index: 160; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header, #main .bt-video-funktionen .bt-video-funktionen-overlay header {
padding: 0; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close, #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close {
position: absolute;
top: 3px;
right: 0; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:link, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:visited, #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:link, #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:visited {
color: #000000; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:active, #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close:active {
color: #ff7100; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay h4, #main .bt-video-funktionen .bt-video-funktionen-overlay h4 {
font-weight: normal;
font-size: 1.8rem;
margin-top: -3px;
padding-bottom: 0.5em; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content ul, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content ul {
padding-bottom: 0;
margin-bottom: 0; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content ul li, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content ul li {
line-height: 1.5em; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content h5, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content h5 {
font-weight: bold;
font-size: 1.6rem;
padding-bottom: 0.4em; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .btn, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .btn {
margin: 1em 0 1.1em 0; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .btn[type=reset], #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .btn[type=reset] {
background-color: #31505f;
color: #ffffff;
margin-right: 30px; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .icon-close:before, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .icon-close:before {
font-size: 0.8em; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .icon-ok:before, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .icon-ok:before {
font-size: 1.2em; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .form-group, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .form-group {
margin: 5px 0 0 0; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content p, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content p {
padding-bottom: 0.5rem; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-embed-code, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-embed-code {
color: #31505f;
word-break: break-word; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons {
display: -ms-grid;
display: grid;
-ms-grid-rows: 1fr 1.5rem 1fr 1.5rem 1fr;
-ms-grid-columns: 1fr 1.5rem 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
margin-bottom: 3rem; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn {
margin: 0;
min-width: 12rem; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn:active, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn:focus {
color: #ffffff;
text-decoration: underline; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook {
background-color: #1877f2;
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-row: 1;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook:active {
background-color: #4893f5; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter {
background-color: #1da1f2;
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-row: 2;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter:active {
background-color: #4db5f5; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp {
background-color: #25d366;
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-row: 3;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp:active {
background-color: #4be083; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email {
background-color: #ff7102;
-ms-grid-row: 3;
-ms-grid-column: 3;
grid-row: 1;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email:active {
background-color: #ff8e35; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema {
background-color: #333333;
-ms-grid-row: 5;
-ms-grid-column: 1;
grid-row: 2;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema:active {
background-color: #4d4d4d; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram {
background-color: #1f96c8;
-ms-grid-row: 5;
-ms-grid-column: 3;
grid-row: 3;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram:hover, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram:focus, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram:active, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram:hover, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram:focus, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram:active {
background-color: #3aafe0; }
@media screen and (min-width: 768px) {
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons {
-ms-grid-rows: 1fr 1.5rem 1fr;
-ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-row: 1;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter {
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-row: 1;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp {
-ms-grid-row: 1;
-ms-grid-column: 5;
grid-row: 1;
grid-column: 3; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email {
-ms-grid-row: 1;
-ms-grid-column: 7;
grid-row: 1;
grid-column: 4; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-row: 2;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram {
-ms-grid-row: 3;
-ms-grid-column: 3;
grid-row: 2;
grid-column: 2; } }
@media screen and (min-width: 992px) {
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons {
-ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
grid-template-columns: 1fr 1fr 1fr; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-row: 1;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter {
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-row: 1;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp {
-ms-grid-row: 1;
-ms-grid-column: 5;
grid-row: 1;
grid-column: 3; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-row: 2;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema {
-ms-grid-row: 3;
-ms-grid-column: 3;
grid-row: 2;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram {
-ms-grid-row: 3;
-ms-grid-column: 5;
grid-row: 2;
grid-column: 3; } }
@media screen and (min-width: 1200px) {
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons {
-ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-facebook {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-row: 1;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-twitter {
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-row: 1;
grid-column: 2; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-whatsapp {
-ms-grid-row: 1;
-ms-grid-column: 5;
grid-row: 1;
grid-column: 3; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-email {
-ms-grid-row: 1;
-ms-grid-column: 7;
grid-row: 1;
grid-column: 4; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-threema {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-row: 2;
grid-column: 1; }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram, #main .bt-video-funktionen .bt-video-funktionen-overlay .bt-standard-content .bt-share-buttons .btn.btn-telegram {
-ms-grid-row: 3;
-ms-grid-column: 3;
grid-row: 2;
grid-column: 2; } }
#main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .clipboard-content [class^="icon-"]:before, #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay .clipboard-content [class*=" icon-"]:before, #main .bt-video-funktionen .bt-video-funktionen-overlay .clipboard-content [class^="icon-"]:before, #main .bt-video-funktionen .bt-video-funktionen-overlay .clipboard-content [class*=" icon-"]:before {
margin-right: 0.8rem; }
/* Tablet */
a:link .bt-teaser-standard.bt-teaser-microsite-link, a:visited .bt-teaser-standard.bt-teaser-microsite-link, a:hover .bt-teaser-standard.bt-teaser-microsite-link, a:focus .bt-teaser-standard.bt-teaser-microsite-link, a:active .bt-teaser-standard.bt-teaser-microsite-link {
border: 1px solid #fff; }
a:link .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text p, a:visited .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text p, a:hover .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text p, a:focus .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text p, a:active .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text p {
color: #666666; }
a:hover .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text h3, a:focus .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text h3, a:active .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text h3 {
text-decoration: underline; }
.chocolat-overlay {
position: fixed;
z-index: 1000;
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
top: 5.6rem;
left: 0; }
.chocolat-content {
max-width: 100% !important;
height: auto !important;
position: absolute;
z-index: 1300; }
.chocolat-content .bt-bild-info-close {
display: none; }
.bt-lightbox-wrapper {
height: auto;
width: auto;
position: relative;
z-index: 1200; }
.bt-lightbox {
z-index: 1200; }
.bt-lightbox img {
max-width: 100%;
margin: 0 auto;
display: block;
height: auto; }
.bt-lightbox button {
display: none; }
.bt-lightbox .bt-bild-info-text {
width: 100%;
background-color: #000000;
color: #ffffff;
padding: 0 0 1rem 0; }
.bt-lightbox .bt-bild-info-text p {
font-size: 1.4rem;
padding: 1rem 1.4rem 0 1.4rem;
margin: 0; }
.chocolat-bottom {
display: none; }
.bt-bild-openlightbox {
cursor: pointer; }
.bt-lightbox-container {
display: none; }
#main .bt-module-row-flyer a:hover, #main .bt-module-row-flyer a:focus, #main .bt-module-row-flyer a:active {
text-decoration: none; }
#main .bt-module-row-flyer a:hover .bt-teaser-haupttext p, #main .bt-module-row-flyer a:focus .bt-teaser-haupttext p, #main .bt-module-row-flyer a:active .bt-teaser-haupttext p {
text-decoration: underline; }
#main .bt-module-row-flyer .bt-teaser-text {
padding: 0; }
#main .bt-module-row-flyer .bt-teaser-text p {
margin-bottom: 0.2rem; }
#main .bt-module-row-flyer .bt-teaser-text .bt-teaser-haupttext p, #main .bt-module-row-flyer .bt-teaser-text .bt-teaser-haupttext i {
color: #31505f; }
/*!
* ******************************************************
* Copyright (C) 1994-2021 Babiel GmbH <info@babiel.com>
*
* This file is part of a Babiel development
*
* Redistribution and use in source and binary forms, with or without
* modification, are not permitted without the express
* permission of Babiel GmbH
*
* Any modification is not permitted without the express
* permission of Babiel GmbH
*
* The file may contain confidential and or privileged materials.
* Any review, retransmission, dissemination or other use of
* or taking of any action in reliance upon, this file
* by persons or entities other than the intended is prohibited.
* ******************************************************
*/
div.bt-bild-standard.bt-bild-standard-chart {
position: relative; }
div.bt-bild-standard.bt-bild-standard-chart img {
position: relative;
width: 100%;
height: auto;
z-index: 1100; }
div.bt-bild-standard.bt-bild-standard-chart .bt-chart-canvas-wrap {
position: absolute;
z-index: 1500;
width: 100%;
height: 100%;
top: 0;
right: 0; }
div.bt-bild-standard.bt-bild-standard-chart span, div.bt-bild-standard.bt-bild-standard-chart .bt-bild-info-icon {
z-index: 2000; }
div.bt-bild-standard.bt-bild-standard-chart .bt-bild-info-text {
z-index: 2500; }
ul.bt-chart-legend {
padding: 0;
margin: 0;
list-style: none;
font-size: 1.4rem;
font-family: Georgia, Times New Roman, Times, serif; }
ul.bt-chart-legend li {
display: inline-block;
list-style: none;
width: 100%;
line-height: 1.9em; }
ul.bt-chart-legend li:before {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
content: "";
display: inline-block;
width: 1.1rem;
height: 1.1rem;
background: #ffffff;
position: relative;
left: 0;
top: 0;
margin-right: .4rem; }
ul.bt-chart-legend li.bt-legend-ja:before {
background: #5cbd00; }
ul.bt-chart-legend li.bt-legend-nein:before {
background: #e70097; }
ul.bt-chart-legend li.bt-legend-enthalten:before {
background: #00b2dc; }
ul.bt-chart-legend li.bt-legend-na:before {
background: #b1b3b4; }
@media screen and (min-width: 992px) {
.bt-element-volkskammer-item {
margin: 3rem 0; } }
.bt-element-volkskammer-item a:focus {
text-decoration: underline;
outline: white 2px solid; }
.bt-element-volkskammer-item__slide {
transition: opacity .3s ease-in-out; }
.bt-element-volkskammer-item__slide--transparent {
opacity: 0; }
.bt-element-volkskammer-item div.bt-bild-standard span.bt-bild-info-icon i {
left: -2px; }
.bt-element-volkskammer-item .bt-media-date-index {
font-size: 1.6rem;
display: block;
margin-bottom: 1rem;
color: #000; }
.bt-element-volkskammer-item .bt-media-date-index--bold {
font-weight: bold; }
.bt-element-volkskammer-item .bt-media-date-index--bold:focus {
text-decoration: none; }
.bt-element-volkskammer-item .bt-media-date-index--bold::after {
font-weight: normal;
content: " \2013"; }
.bt-element-volkskammer-item .bt-media-big {
max-width: 100%; }
.bt-element-volkskammer-item .bt-media-big--video {
margin-bottom: 4rem;
width: 100%; }
.bt-element-volkskammer-item .bt-media-link-item:hover, .bt-element-volkskammer-item .bt-media-link-item:active {
text-decoration: none; }
.bt-element-volkskammer-item .bt-media-headline h3 {
font-size: 2.4rem;
line-height: 1.125; }
.bt-element-volkskammer-item .bt-media-link-item:hover .bt-media-headline,
.bt-element-volkskammer-item .bt-media-link-item:focus .bt-media-headline {
text-decoration: underline; }
.bt-element-volkskammer-item .bt-bild-standard {
margin-bottom: 3rem; }
.bt-element-volkskammer-item .bt-bild-standard > span.bt-bild-video-icon {
width: 4.4em;
height: 4.4em; }
.bt-element-volkskammer-item .bt-bild-standard > span.bt-bild-video-icon > i {
font-size: 2.1em; }
.bt-element-volkskammer-item .bt-media-big .bt-bild-standard {
margin-bottom: 4rem; }
.bt-element-volkskammer-item .bt-media-big .bt-media-text {
pointer-events: none; }
.bt-element-volkskammer-item .bt-media-big .bt-media-text:hover {
cursor: default !important; }
.bt-element-volkskammer-item .bt-media-big .bt-media-date-index--video {
font-weight: bold; }
.bt-element-volkskammer-item .bt-media-big .bt-media-date-index--video::after {
font-weight: normal;
content: " \2013 "; }
.bt-module-volkskammer-container-small .bt-element-volkskammer-item {
height: 32rem; }
.bt-element-volkskammer-item--white p,
.bt-element-volkskammer-item--white h3,
.bt-element-volkskammer-item--white span,
.bt-element-volkskammer-item--white .bt-media-date-index {
color: #FFF; }
.bt-element-volkskammer-item--white .bt-media-link-item:hover .bt-media-headline,
.bt-element-volkskammer-item--white .bt-media-link-item:focus .bt-media-headline {
color: #f9f9f9;
text-decoration: underline; }
a:link .bt-teaser-chart-solo, a:visited .bt-teaser-chart-solo, a:hover .bt-teaser-chart-solo, a:focus .bt-teaser-chart-solo, a:active .bt-teaser-chart-solo {
height: 26.1rem;
border-bottom: 1px solid #eeeeee;
position: relative;
margin-bottom: 2em; }
a:link .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:visited .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:hover .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:focus .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:active .bt-teaser-chart-solo .bt-chart-canvas-wrap {
height: 90%;
width: 66%; }
a:link .bt-teaser-chart-solo .bt-chart-fraktion, a:visited .bt-teaser-chart-solo .bt-chart-fraktion, a:hover .bt-teaser-chart-solo .bt-chart-fraktion, a:focus .bt-teaser-chart-solo .bt-chart-fraktion, a:active .bt-teaser-chart-solo .bt-chart-fraktion {
display: block;
position: absolute;
width: 66%;
top: 5.6em;
left: 0;
text-align: center;
font-size: 1.7rem;
color: #31505f;
font-family: Georgia, Times New Roman, Times, serif;
line-height: 1em; }
a:link .bt-teaser-chart-solo .bt-chart-fraktion span, a:visited .bt-teaser-chart-solo .bt-chart-fraktion span, a:hover .bt-teaser-chart-solo .bt-chart-fraktion span, a:focus .bt-teaser-chart-solo .bt-chart-fraktion span, a:active .bt-teaser-chart-solo .bt-chart-fraktion span {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
color: #000000; }
a:link .bt-teaser-chart-solo .bt-teaser-text-chart, a:visited .bt-teaser-chart-solo .bt-teaser-text-chart, a:hover .bt-teaser-chart-solo .bt-teaser-text-chart, a:focus .bt-teaser-chart-solo .bt-teaser-text-chart, a:active .bt-teaser-chart-solo .bt-teaser-text-chart {
position: absolute;
right: 0;
top: 0; }
a:link .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:visited .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:hover .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:focus .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:active .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
color: #000000;
width: 10.5rem; }
.bt-chart-wrapper div.col-xs-12.col-sm-3:last-child .bt-teaser-chart-solo {
border-right: none; }
/* Tablet */
@media (min-width: 768px) {
a:link .bt-teaser-chart-solo, a:visited .bt-teaser-chart-solo, a:hover .bt-teaser-chart-solo, a:focus .bt-teaser-chart-solo, a:active .bt-teaser-chart-solo {
height: 27rem;
padding: 0 0.85rem;
border-right: 1px solid #eeeeee;
border-bottom: none; }
a:link .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:visited .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:hover .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:focus .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:active .bt-teaser-chart-solo .bt-chart-canvas-wrap {
height: 16.2rem;
width: 100%; }
a:link .bt-teaser-chart-solo .bt-chart-fraktion, a:visited .bt-teaser-chart-solo .bt-chart-fraktion, a:hover .bt-teaser-chart-solo .bt-chart-fraktion, a:focus .bt-teaser-chart-solo .bt-chart-fraktion, a:active .bt-teaser-chart-solo .bt-chart-fraktion {
font-size: 1.8rem;
top: 3.4em;
width: 100%; }
a:link .bt-teaser-chart-solo .bt-teaser-text-chart, a:visited .bt-teaser-chart-solo .bt-teaser-text-chart, a:hover .bt-teaser-chart-solo .bt-teaser-text-chart, a:focus .bt-teaser-chart-solo .bt-teaser-text-chart, a:active .bt-teaser-chart-solo .bt-teaser-text-chart {
position: static; }
a:link .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:visited .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:hover .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:focus .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend, a:active .bt-teaser-chart-solo .bt-teaser-text-chart ul.bt-chart-legend {
width: 100%; } }
/* Desktop */
@media (min-width: 992px) {
a:link .bt-teaser-chart-solo, a:visited .bt-teaser-chart-solo, a:hover .bt-teaser-chart-solo, a:focus .bt-teaser-chart-solo, a:active .bt-teaser-chart-solo {
height: 37.5rem;
padding: 0 1.2rem; }
a:link .bt-teaser-chart-solo .bt-chart-fraktion, a:visited .bt-teaser-chart-solo .bt-chart-fraktion, a:hover .bt-teaser-chart-solo .bt-chart-fraktion, a:focus .bt-teaser-chart-solo .bt-chart-fraktion, a:active .bt-teaser-chart-solo .bt-chart-fraktion {
top: 6.5em; }
a:link .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:visited .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:hover .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:focus .bt-teaser-chart-solo .bt-chart-canvas-wrap, a:active .bt-teaser-chart-solo .bt-chart-canvas-wrap {
height: 27rem;
width: 100%; } }
/*!
* ******************************************************
* Copyright (C) 1994-2021 Babiel GmbH <info@babiel.com>
*
* This file is part of a Babiel development
*
* Redistribution and use in source and binary forms, with or without
* modification, are not permitted without the express
* permission of Babiel GmbH
*
* Any modification is not permitted without the express
* permission of Babiel GmbH
*
* The file may contain confidential and or privileged materials.
* Any review, retransmission, dissemination or other use of
* or taking of any action in reliance upon, this file
* by persons or entities other than the intended is prohibited.
* ******************************************************
*/
.bt-teaser-chart {
position: relative;
z-index: 15; }
.bt-teaser-chart .bt-bild-standard-chart.bt-bild-standard .bt-chart-canvas-wrap {
width: 56%;
height: 84%;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.bt-teaser-chart .bt-teaser-text-chart {
position: absolute;
left: 1.5rem;
top: 0.8rem;
z-index: 1100;
color: #ffffff; }
.bt-teaser-chart .bt-teaser-text-chart h3 {
display: block;
font-size: 1.7rem;
margin-bottom: 0; }
.bt-teaser-chart ul.bt-chart-legend {
padding: 0;
margin: 0;
list-style: none;
font-size: 1.4rem;
font-family: Georgia, Times New Roman, Times, serif; }
.bt-teaser-chart ul.bt-chart-legend li {
display: inline-block;
width: 100%; }
.bt-teaser-chart ul.bt-chart-legend li:before {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
content: "";
display: inline-block;
width: 1.1rem;
height: 1.1rem;
background: #ffffff;
position: relative;
left: 0;
top: 0;
margin-right: .2em; }
.bt-teaser-chart ul.bt-chart-legend li.bt-legend-ja:before {
background: #5cbd00; }
.bt-teaser-chart ul.bt-chart-legend li.bt-legend-nein:before {
background: #e70097; }
.bt-teaser-chart ul.bt-chart-legend li.bt-legend-enthalten:before {
background: #00b2dc; }
.bt-teaser-chart ul.bt-chart-legend li.bt-legend-na:before {
background: #b1b3b4; }
.bt-slide-medium .bt-teaser-chart .bt-bild-standard-chart.bt-bild-standard .bt-chart-canvas-wrap {
width: 56%;
height: 84%; }
/* Tablet */
@media (min-width: 768px) {
.bt-teaser-chart .bt-teaser-text-chart h3 {
display: none; }
.bt-slide-medium .bt-teaser-chart .bt-bild-standard-chart.bt-bild-standard .bt-chart-canvas-wrap {
width: 73%; }
.bt-slide-medium .bt-teaser-chart .bt-teaser-text-chart h3 {
display: block;
font-size: 1.8rem;
margin-bottom: 4.2rem; } }
/* Desktop */
@media (min-width: 992px) {
.bt-slide-medium .bt-teaser-chart .bt-bild-standard-chart.bt-bild-standard .bt-chart-canvas-wrap {
width: 83%; } }
div.bt-bar-chart {
background: #333;
margin-bottom: 4rem;
padding: 3rem 0 1rem 0;
background-image: url(/resource/crblob/595668/b7300e97f0726664832831c176ce9e6f/na-bar-chart-bg-jpg-data.jpg);
background-size: cover; }
div.bt-bar-chart .bt-chart-canvas-wrap {
width: 100%;
height: 4rem;
padding: 0 1.5rem; }
div.bt-bar-chart .bt-chart-canvas-wrap canvas {
border-radius: 3rem; }
div.bt-bar-chart .bt-teaser-text-chart {
width: 100%;
padding: 1rem 1.5rem 0 1.5rem; }
div.bt-bar-chart .bt-teaser-text-chart h3, div.bt-bar-chart .bt-teaser-text-chart h4 {
float: left;
width: auto;
color: #ffffff;
font-size: 1.8rem;
padding-top: 0.2em;
padding-bottom: 0.4rem; }
div.bt-bar-chart ul.bt-chart-legend {
float: left;
text-align: left;
width: 100%; }
div.bt-bar-chart ul.bt-chart-legend li {
width: 16rem;
color: #ffffff;
font-size: 1.7rem; }
/* Tablet */
@media (min-width: 768px) {
div.bt-bar-chart {
padding: 3rem 0 2.1rem; }
div.bt-bar-chart .bt-teaser-text-chart {
width: 100%;
padding: 1rem 1.5rem 0 1.5rem; }
div.bt-bar-chart .bt-teaser-text-chart h3 {
padding-bottom: 0; }
div.bt-bar-chart ul.bt-chart-legend {
float: left;
text-align: left; }
div.bt-bar-chart ul.bt-chart-legend li {
width: auto;
color: #ffffff;
margin-left: auto;
margin-right: 3rem; } }
/* Desktop */
@media (min-width: 992px) {
div.bt-bar-chart .bt-teaser-text-chart {
width: 100%;
padding: 1rem 1.5rem 0 1.5rem; }
div.bt-bar-chart .bt-teaser-text-chart h3 {
float: left;
width: auto;
color: #ffffff;
font-size: 1.8rem;
padding-top: 0.2em; }
div.bt-bar-chart ul.bt-chart-legend {
float: right;
text-align: right;
width: auto; }
div.bt-bar-chart ul.bt-chart-legend li {
width: auto;
color: #ffffff;
margin-left: 3rem;
margin-right: auto;
font-size: 1.8rem; } }
.bt-countdown-text {
position: absolute;
top: 3.2rem;
right: 2.7em; }
.bt-countdown-text p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.6rem;
max-width: 11.7rem;
color: #000000; }
.bt-countdown-text p time {
font-size: 3.6rem; }
@media (orientation: landscape) {
.bt-countdown-text {
top: 5.2rem;
right: 12.7em; }
.bt-countdown-text p {
font-size: 2.2rem;
max-width: 19.5rem; }
.bt-countdown-text p time {
font-size: 6.4rem; } }
/* Tablet */
@media (min-width: 768px) {
.bt-countdown-text {
position: absolute;
top: 3rem;
right: 1em; }
.bt-countdown-text p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4rem;
max-width: 11.7rem;
color: #000000; }
.bt-countdown-text p time {
font-size: 3rem; }
.bt-slide-medium .bt-countdown-text {
top: 4.1rem;
right: 3.5em; }
.bt-slide-medium .bt-countdown-text p {
font-size: 2.2rem;
max-width: 19.5rem; }
.bt-slide-medium .bt-countdown-text p time {
font-size: 6.4rem; } }
/* Desktop */
@media (min-width: 992px) {
.bt-slide-medium .bt-countdown-text {
top: 5.1rem; }
.bt-slide-medium .bt-countdown-text p {
font-size: 2.2rem;
max-width: 19.5rem; }
.bt-slide-medium .bt-countdown-text p time {
font-size: 6.4rem; } }
/* Desktop */
@media (min-width: 1200px) {
.bt-slide-medium .bt-countdown-text {
top: 9.1rem; }
.bt-slide-medium .bt-countdown-text p {
font-size: 2.2rem;
max-width: 28.5rem; }
.bt-slide-medium .bt-countdown-text p time {
font-size: 6.4rem; } }
.bt-element-panorama-frame {
width: 100%;
border: none;
height: 20rem; }
@media (min-width: 768px) {
.bt-element-panorama-frame {
height: 39.2rem; } }
@media (min-width: 992px) {
.bt-element-panorama-frame {
height: 26.3rem; } }
@media (min-width: 1200px) {
.bt-element-panorama-frame {
height: 32rem; } }
a:link .btn.bt-button-link, a:visited .btn.bt-button-link {
margin-top: 1.8rem; }
a:hover .btn.bt-button-link, a:focus .btn.bt-button-link, a:active .btn.bt-button-link {
text-decoration: none; }
body.bt-archived-page .bt-sticky-share {
bottom: 45px; }
body.bt-archived-page .bt-sticky-share__popup {
border-bottom: none; }
.bt-sticky-share {
position: fixed;
z-index: 60000;
bottom: -2px;
right: 3.2rem;
text-align: right; }
@media (min-width: 1200px) {
.bt-sticky-share {
right: 8.7rem; } }
.bt-sticky-share.active .bt-sticky-share__button {
width: 100%;
transition: width 0s 0s; }
@media (min-width: 1200px) {
.bt-sticky-share.active .bt-sticky-share__button {
transition: none; } }
.bt-sticky-share.active .bt-sticky-share__popup {
max-height: 1000px; }
.bt-sticky-share__popup {
max-height: 0;
width: 100%;
height: auto;
border: 1px solid #000000;
border-top: none;
text-align: left;
overflow: hidden;
transition: max-height 0.6s ease-in-out; }
.bt-sticky-share__popup ul {
list-style: none; }
.bt-sticky-share__button {
height: 5.3rem;
width: 6.25rem;
display: inline-block;
transition: width 0.3s .7s;
line-height: 5.3rem;
text-align: center;
font-size: 1.6rem;
color: #000000;
border-top-left-radius: 3rem;
border-top-right-radius: 3rem;
border: 1px solid #000000;
border-bottom: none;
background-color: rgba(255, 255, 255, 0.75); }
@media (min-width: 1200px) {
.bt-sticky-share__button {
width: 100%; } }
.bt-sticky-share__button:hover {
text-decoration: underline; }
.bt-sticky-share__button:hover i {
color: #ff7100; }
.bt-sticky-share__button:focus {
text-decoration: underline; }
.bt-sticky-share__button:focus i {
color: #ff7100; }
.bt-sticky-share__button span {
margin-right: 0.5rem;
display: none; }
.bt-sticky-share__button i {
font-size: 2.4rem; }
@media (min-width: 1200px) {
.bt-sticky-share__button {
padding-left: 1.6rem;
padding-right: 1.6rem; }
.bt-sticky-share__button span {
display: inline; }
.bt-sticky-share__button i {
font-size: 1.6rem; } }
#main .bt-mediathek-suche {
background: #eeeeee; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche {
height: auto;
padding: 3rem 0 0 0;
margin: inherit; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .filter-inactive {
display: none; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .filter-field {
margin: 0;
width: 100%;
border-radius: 0; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .filter-field.filter-input .form-group {
position: relative; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche input, div.bt-filterzeile.bt-filterzeile-mediathek-suche .bt-button-search {
margin-bottom: 2.5rem; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .mediathek-suche {
margin-bottom: 1rem;
padding-right: 4rem; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .mediathek-suche-submit {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px;
font-size: 2.4em;
border: 0;
background: transparent; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .mediathek-suche-submit:hover [class^="icon"], div.bt-filterzeile.bt-filterzeile-mediathek-suche .mediathek-suche-submit:focus [class^="icon"], div.bt-filterzeile.bt-filterzeile-mediathek-suche .mediathek-suche-submit:active [class^="icon"] {
color: #ff7100; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container {
border-radius: 0;
background: #ffffff;
width: 100% !important;
margin-bottom: 2.5rem; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--single .select2-selection__rendered, div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--multiple .select2-selection__rendered {
height: 4.2rem;
padding: 0.6rem 2.8rem 0.6rem 1.5rem;
border: 2px solid #ccc;
border-radius: 0; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--single .select2-selection__rendered:after, div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--multiple .select2-selection__rendered:after {
content: "\e816";
top: 0.5rem; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text, div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--multiple .select2-selection__rendered span.bt-select2-rendered-text {
max-width: calc(100% - 23px);
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--single .select2-selection__placeholder, div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--multiple .select2-selection__placeholder {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered, div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container--open.select2-container--default .select2-selection--multiple .select2-selection__rendered {
background-color: #ffffff;
border: 2px solid #000000; }
div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered:after, div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container--open.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
content: "\e819"; }
#main div.bt-filterzeile.bt-filterzeile-mediathek-suche .form-group {
margin-bottom: 0; }
#main div.bt-filterzeile.bt-filterzeile-mediathek-suche .btn[type=reset] {
margin: 0 0 3rem 0; }
#main div.bt-filterzeile.bt-filterzeile-mediathek-suche .form-control {
-webkit-appearance: none; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main div.bt-filterzeile.bt-filterzeile-mediathek-suche input {
margin-bottom: 3rem; }
#main div.bt-filterzeile.bt-filterzeile-mediathek-suche .bt-button-search {
margin: 0.5rem 0 3rem 0; } }
/* Desktop */
@media (min-width: 992px) {
div.bt-filterzeile.bt-filterzeile-mediathek-suche {
float: left;
text-align: left; } }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
background: #eeeeee;
height: 3.2rem;
padding: 4px 5px 4px 5px;
top: 0;
position: relative;
border-radius: 5px; }
@media (min-width: 768px) {
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
top: 1px; } }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated:only-child {
top: 0; }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated .form-group {
display: inline-block;
margin-bottom: 0;
height: 2.5rem;
position: relative; }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated .form-group:first-child {
margin-right: 1rem; }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated .form-group:first-child:after {
content: "-";
font-size: 1.7rem;
position: absolute;
top: -0.1rem;
right: -0.9rem;
font-weight: normal; }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated input.bt-date-field {
background-size: 12px 14px;
display: inline-block; }
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated .form-control {
width: 10.9rem;
height: 2.5rem;
border-radius: 3px;
padding: 0 5px;
position: relative; }
@supports (-ms-ime-align: auto) {
#main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated .form-control {
padding: 0 2px;
/* EDGE */ } }
#main .bt-module-row.bt-module-row-aktuelle-sitzung div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-mitglieder div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-aktuell div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-aktuell-na div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-textlisten div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-calendar div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-dokumente div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-biografien.bt-alternate div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-kurznachrichten.bt-alternate div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-mediathek.bt-alternate div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-parlamentarierguppen.bt-alternate div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated, #main .bt-module-row.bt-module-row-petitionen.bt-alternate div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
background: #ffffff; }
ul.ui-autocomplete {
background-color: #ffffff;
position: absolute;
padding: 0;
margin: 0;
z-index: 100;
-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.5);
box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.5); }
@media (orientation: landscape) {
ul.ui-autocomplete {
max-height: 10em;
overflow-y: scroll; } }
ul.ui-autocomplete li {
list-style: none;
font-size: 1.4rem;
padding: 0.6em 1em;
text-align: left;
color: #000000; }
ul.ui-autocomplete li:hover, ul.ui-autocomplete li.ui-state-focus {
background: #cccccc; }
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
top: -5000px;
left: -5000px;
overflow: hidden; }
@media (min-width: 992px) and (orientation: landscape) {
ul.ui-autocomplete {
max-height: 100em;
overflow-y: auto; } }
/* //Shariff */
.bt-footer.shadow {
box-shadow: 0 -3px 5px -4px rgba(50, 50, 50, 0.5); }
.bt-sticky-share__popup {
font-size: 1.4rem;
background-color: rgba(255, 255, 255, 0.75);
right: 0;
padding: 0;
bottom: 3.8em;
box-shadow: inset 0 -3px 5px -4px rgba(50, 50, 50, 0.5);
max-width: 190px; }
.bt-sticky-share__popup .shariff ul {
padding: 0.45em 0.45em 0 0.45em !important; }
.bt-sticky-share__popup .shariff li {
height: 2.15em;
margin-bottom: 0.45em;
color: #fff;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
border-radius: 4px; }
.bt-sticky-share__popup .shariff li a {
color: #fff;
display: block;
text-align: center; }
.bt-sticky-share__popup .shariff li a .fa {
font-size: 1.5em;
font-family: bt-icons;
display: inline-block;
width: 1.6em;
padding: 0 0.3em;
text-align: center;
float: left; }
.bt-sticky-share__popup .shariff li a .share_text {
line-height: 2.3em; }
.bt-sticky-share__popup .shariff li.twitter {
background: #1da1f2; }
.bt-sticky-share__popup .shariff li.twitter:hover {
background: rgba(29, 161, 242, 0.8); }
.bt-sticky-share__popup .shariff li.telegram {
background: #1f96c8; }
.bt-sticky-share__popup .shariff li.telegram:hover {
background: rgba(31, 150, 200, 0.8); }
.bt-sticky-share__popup .shariff li.threema {
background: #333333; }
.bt-sticky-share__popup .shariff li.threema:hover {
background: rgba(51, 51, 51, 0.8); }
.bt-sticky-share__popup .shariff li.facebook {
background: #1877f2; }
.bt-sticky-share__popup .shariff li.facebook:hover {
background: rgba(24, 119, 242, 0.8); }
.bt-sticky-share__popup .shariff li.whatsapp {
background: #25d366; }
.bt-sticky-share__popup .shariff li.whatsapp:hover {
background: rgba(37, 211, 102, 0.8); }
.bt-sticky-share__popup .shariff li.mail {
background: #ff7102; }
.bt-sticky-share__popup .shariff li.mail:hover {
background: rgba(255, 113, 2, 0.8); }
/* Tablet */
@media (min-width: 768px) {
.bt-sticky-share__popup {
max-width: 185px; }
.bt-sticky-share__popup .shariff ul {
padding: 1.1em 1.1em 0 1.1em !important; }
.bt-sticky-share__popup .shariff li {
margin-bottom: 1.1em; } }
/* Desktop */
@media (min-width: 992px) {
.bt-sticky-share__popup {
max-width: 100%; } }
/* //Shariff */
/* Modul Aktuell */
#main .bt-module-row.bt-module-row-aktuell {
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell .container-fluid {
padding: 0; }
#main .bt-module-row.bt-module-row-aktuell header {
background-color: #eeeeee;
padding-left: 1rem;
padding-right: 1rem;
min-height: 8rem; }
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-aktuell header {
min-height: 9.3rem; } }
@media (min-width: 1200px) {
#main .bt-module-row.bt-module-row-aktuell header {
padding-right: inherit; } }
#main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 1rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 1rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider {
height: auto; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider:before {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -40vw;
top: -2px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide {
float: left; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide a:hover, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide a:focus, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide a:active {
text-decoration: none; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide a:hover .bt-teaser-kalenderblatt-year, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide a:focus .bt-teaser-kalenderblatt-year, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide a:active .bt-teaser-kalenderblatt-year {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
margin-top: 0;
padding: 0 1em 1.2em 1em; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
line-height: 1.2em; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text p {
display: none; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text span.bt-date {
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard.bt-teaser-nur-text .bt-teaser-text {
padding-top: 1.2em; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard.bt-teaser-nur-text .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard.bt-teaser-nur-text .bt-teaser-text ul {
font-size: 1.4rem;
padding: 0 0 1.2rem 1.2rem;
float: left;
width: 100%; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-loader {
min-height: 21rem;
height: 100%; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide-error .bt-teaser-kurztext {
padding-left: 1.2rem; }
#main .bt-module-row.bt-module-row-aktuell.bt-module-row-aktuell-leichtesprache .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 3.8rem; }
#main .bt-module-row.bt-module-row-aktuell header .bt-accordion-toggle {
right: 1rem; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-aktuell {
min-height: 76.1rem; }
#main .bt-module-row.bt-module-row-aktuell h2.bt-title {
margin-left: 0.5rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider {
border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff;
height: 56.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider:before {
top: -1px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide {
float: left; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div {
border: 1px solid #ffffff; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div.bt-fake-slide {
border: none; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-kalenderblatt {
height: 28.3rem;
overflow: hidden; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-right: 1.5rem;
padding-left: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
font-size: 1.8rem;
margin-bottom: 1rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium {
width: 200% !important; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard {
height: 56.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big {
width: 300% !important;
height: 570px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard {
height: 53.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard .bt-teaser-text .bt-teaser-haupttext {
float: left;
width: 100%;
column-count: 2;
-webkit-column-count: 2;
/* Chrome, Safari, Opera */
-moz-column-count: 2;
/* Firefox */ }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-loader {
height: 26.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide-error .bt-teaser-kurztext {
padding-left: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell.bt-module-row-aktuell-leichtesprache .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 3.2rem; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-aktuell {
min-height: 75rem; }
#main .bt-module-row.bt-module-row-aktuell div.bt-filterzeile {
margin-left: 0; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider {
height: 65.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider:after {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -40vw;
bottom: 0; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium {
width: 200% !important;
height: 660px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard {
height: 65.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big {
width: 400% !important;
height: 672px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard {
height: 65.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-kalenderblatt {
height: 32.8rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem;
max-height: 6em;
overflow: hidden; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-loader {
height: 32.8rem; }
#main .bt-module-row.bt-module-row-aktuell.bt-module-row-aktuell-leichtesprache .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 4.5rem; } }
/* Large */
@media (min-width: 1200px) {
#main .bt-module-row.bt-module-row-aktuell header {
padding-left: 0; }
#main .bt-module-row.bt-module-row-aktuell div.bt-filterzeile {
margin-left: 0; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider {
height: 67.3rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider.row-no-padding {
margin-left: -15px;
margin-right: -15px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-kalenderblatt {
height: 33.4rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3, #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-kalenderblatt .bt-teaser-text h3 {
max-height: 6em;
overflow: hidden; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium {
height: 675px; }
#main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard {
height: 67rem; } }
/* RTL Modifications */
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide {
float: right; }
/* Alternativ Hintergrund */
#main .bt-module-row.bt-module-row-aktuell.bt-alternate {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-aktuell.bt-alternate header {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-aktuell.bt-alternate .bt-video-funktionen header {
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell.bt-alternate .bt-slider {
border-color: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell.bt-alternate .bt-slider:before {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell.bt-alternate .bt-slider:after {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell.bt-alternate .bt-slider .bt-slide > div {
border-color: #eeeeee; }
/* Modul Aktuell */
#main .bt-module-row.bt-module-row-aktuell-na {
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell-na .container-fluid {
padding: 0; }
#main .bt-module-row.bt-module-row-aktuell-na header {
background-color: #eeeeee;
padding-left: 1rem;
min-height: 8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 1rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 1rem; }
#main .bt-module-row.bt-module-row-aktuell-na div.bt-filterzeile {
margin-left: 0; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider {
height: auto; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider:before {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -20vw;
top: -2px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide {
float: left; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide a:hover, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide a:focus, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide a:active {
text-decoration: none; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide a:hover .bt-teaser-kalenderblatt-year, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide a:focus .bt-teaser-kalenderblatt-year, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide a:active .bt-teaser-kalenderblatt-year {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
margin-top: 0;
padding: 0 1em 1.2em 1em; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
line-height: 1.2em; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text p {
display: none; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard.bt-teaser-nur-text .bt-teaser-text {
padding-top: 1.2em; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard.bt-teaser-nur-text .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard.bt-teaser-nur-text .bt-teaser-text ul {
font-size: 1.4rem;
padding: 0 0 1.2rem 1.2rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide div.bt-bild-standard.bt-bild-standard-chart {
min-height: 18rem; }
@media (min-width: 375px) {
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide div.bt-bild-standard.bt-bild-standard-chart {
min-height: 21.1rem; } }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-loader {
min-height: 21rem;
height: 100%; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide-error .bt-teaser-kurztext {
padding-left: 1.2rem; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-module-row-aktuell-na-leichtesprache .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 3.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na header .bt-accordion-toggle {
right: 1rem; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-aktuell-na {
min-height: 76.1rem; }
#main .bt-module-row.bt-module-row-aktuell-na h2.bt-title {
margin-left: 0.5rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider {
border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff;
height: 56.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider:before {
top: -1px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide {
float: left; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide > div {
border: 1px solid #ffffff; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide > div.bt-fake-slide {
border: none; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-kalenderblatt {
height: 28.3rem;
overflow: hidden; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-right: 1.5rem;
padding-left: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
font-size: 1.8rem;
margin-bottom: 1rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium {
width: 200% !important; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard {
height: 56.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big {
width: 300% !important;
height: 570px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard {
height: 53.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard .bt-teaser-text .bt-teaser-haupttext {
float: left;
width: 100%;
column-count: 2;
-webkit-column-count: 2;
/* Chrome, Safari, Opera */
-moz-column-count: 2;
/* Firefox */ }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide div.bt-bild-standard.bt-bild-standard-chart {
min-height: 14.1rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium div.bt-bild-standard.bt-bild-standard-chart {
min-height: 28.6rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-loader {
height: 26.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide-error .bt-teaser-kurztext {
padding-left: 1.5rem; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-module-row-aktuell-na-leichtesprache .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 3.2rem; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-aktuell-na {
min-height: 75rem; }
#main .bt-module-row.bt-module-row-aktuell-na div.bt-filterzeile {
margin-left: 0; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider {
height: 65.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider:after {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -20vw;
bottom: 0; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium {
width: 200% !important;
height: 660px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard {
height: 65.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard .bt-teaser-text p {
display: block; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big {
width: 400% !important;
height: 672px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-big .bt-teaser-standard {
height: 65.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-kalenderblatt {
height: 32.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2.2rem;
max-height: 6em;
overflow: hidden; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-loader {
height: 32.8rem; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-module-row-aktuell-na-leichtesprache .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 4.5rem; } }
/* Large */
@media (min-width: 1200px) {
#main .bt-module-row.bt-module-row-aktuell-na header {
padding-left: 0; }
#main .bt-module-row.bt-module-row-aktuell-na div.bt-filterzeile {
margin-left: 0; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider {
height: 67.3rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider.row-no-padding {
margin-left: -15px;
margin-right: -15px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-kalenderblatt {
height: 33.4rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3, #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-teaser-kalenderblatt .bt-teaser-text h3 {
max-height: 6em;
overflow: hidden; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium {
height: 675px; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium .bt-teaser-standard {
height: 67rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide div.bt-bild-standard.bt-bild-standard-chart {
min-height: 16.7rem; }
#main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide .bt-slide-medium div.bt-bild-standard.bt-bild-standard-chart {
min-height: 33.5rem; } }
/* RTL Modifications */
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide {
float: right; }
/* Alternativ Hintergrund */
#main .bt-module-row.bt-module-row-aktuell-na.bt-alternate {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-alternate header {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-alternate .bt-slider {
border-color: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-alternate .bt-slider:before {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-alternate .bt-slider:after {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuell-na.bt-alternate .bt-slider .bt-slide > div {
border-color: #eeeeee; }
/* Modul Aktuell */
#main .bt-module-row-adler .bt-adler .bt-adler-bild img {
width: 100%;
margin-top: -4em;
margin-bottom: 1.8em; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div {
position: relative; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:after, #main .bt-module-row-adler .bt-adler .bt-adler-form div:before {
top: 97%;
right: 15%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:after {
border-color: rgba(238, 238, 238, 0);
border-top-color: #eee;
border-width: 20px 0px 0 20px;
margin-left: -22px;
margin-top: -1px; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:before {
border-color: rgba(204, 204, 204, 0);
border-top-color: #ccc;
border-width: 20px 0px 0 20px;
margin-left: -23px;
transform: scale(1.1); }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea {
width: 100%;
min-height: 14em;
padding: 0.8em;
border: 1px solid #cccccc;
position: relative;
background-color: #eeeeee;
font-size: 1.4rem;
resize: none; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #666666; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #666666;
opacity: 1; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #666666;
opacity: 1; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #666666; }
#main .bt-module-row-adler .bt-adler .bt-adler-form button {
width: 32%;
height: auto;
padding: 0.4em 0;
margin-top: 2.5em;
float: right;
color: #000000;
font-weight: bold;
background-color: #cccccc; }
#main .bt-module-row-adler .bt-adler .bt-adler-form button:hover, #main .bt-module-row-adler .bt-adler .bt-adler-form button:focus {
background-color: #ff7100; }
#main .bt-module-row-adler .bt-adler .bt-adler-form button:active {
background-color: #ff7100;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
#main .bt-module-row-adler .bt-answer {
margin-bottom: 1.5em;
max-height: 10000000px; }
#main .bt-module-row-adler .bt-question {
font-size: 1.4rem;
list-style: none;
padding-left: 2em;
padding-bottom: 3.5rem;
max-height: 10000000px; }
#main .bt-module-row-adler .bt-question li {
padding-bottom: 0.2em; }
#main .bt-module-row-adler .bt-question .icon-help-circled::before {
left: -1.85em;
margin-right: -1.25em;
position: relative;
text-decoration: none; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row-adler .bt-adler .bt-adler-bild img {
margin-top: 0em;
margin-bottom: 2.5em; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:after, #main .bt-module-row-adler .bt-adler .bt-adler-form div:before {
left: 20%; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:after {
border-width: 20px 20px 0 0px;
margin-top: -2px; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:before {
border-width: 19px 19px 0 0px;
margin-left: -21px;
transform: scale(1.2); }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea {
min-height: 11em; }
#main .bt-module-row-adler .bt-adler .bt-adler-form button {
float: left; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row-adler {
min-height: 498px; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:after {
border-width: 16px 16px 0 0px;
margin-top: -3px; }
#main .bt-module-row-adler .bt-adler .bt-adler-form div:before {
border-width: 15px 15px 0 0px;
margin-left: -22px;
transform: scale(1.2); }
#main .bt-module-row-adler .bt-adler .bt-adler-form div textarea {
min-height: 9em; }
#main .bt-module-row-adler .bt-adler .bt-adler-form button {
width: 40%;
margin-top: 2.2em; }
#main .bt-module-row-adler .bt-question {
padding-bottom: 0; } }
/* Modul Textlisten */
#main .bt-module-row.bt-module-row-textlisten, #main .bt-module-row-sitzungsablauf {
background: #eeeeee;
padding-bottom: 0;
overflow: hidden; }
#main .bt-module-row.bt-module-row-textlisten .bt-modul-textlisten-content .bt-linkliste, #main .bt-module-row-sitzungsablauf .bt-modul-textlisten-content .bt-linkliste {
clear: both; }
#main .bt-module-row.bt-module-row-textlisten header.bt-overlay-header, #main .bt-module-row-sitzungsablauf header.bt-overlay-header {
background: #eeeeee;
min-height: 9rem; }
#main .bt-module-row.bt-module-row-textlisten.bt-module-row-glossar .bt-module-row.bt-pages-overlay article.bt-artikel > .bt-date {
display: none; }
#main .bt-modul-textlisten:after {
content: "";
position: absolute;
width: 200vw;
left: 0;
height: 2px;
background: #f9f9f9;
margin-left: -50vw;
bottom: 0; }
#main .bt-modul-textlisten .bt-filterzeile {
width: 100%;
padding: 1em 0 0 0;
margin-bottom: 0;
height: 6em; }
#main .bt-modul-textlisten .bt-filterzeile:before {
content: "";
position: absolute;
width: 200vw;
left: 0;
height: 2px;
background: #f9f9f9;
margin-left: -50vw;
bottom: 0; }
#main .bt-modul-textlisten .bt-modul-textlisten-content {
padding-top: 2em;
width: 100%;
float: left;
position: relative; }
#main .bt-modul-textlisten .bt-modul-textlisten-content:before, #main .bt-modul-textlisten .bt-modul-textlisten-content:after {
position: absolute;
content: "";
height: 101%;
width: 3px;
background: #f9f9f9;
top: -2px; }
#main .bt-modul-textlisten .bt-modul-textlisten-content:before {
left: -1.4em; }
#main .bt-modul-textlisten .bt-modul-textlisten-content:before:after {
content: "kuckuck"; }
#main .bt-modul-textlisten .bt-modul-textlisten-content:after {
right: -1.4em; }
#main .bt-modul-textlisten.bt-glossar .bt-filterzeile {
width: 100%;
padding: 0 0 0 0; }
@media (min-width: 992px) {
#main .bt-modul-textlisten.bt-glossar .bt-filterzeile {
padding: 1em 0 0 0; } }
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-textlisten .bt-modul-textlisten.bt-glossar .bt-filterzeile {
width: 100%; }
#main .bt-module-row.bt-module-row-textlisten .bt-modul-textlisten-content .bt-linkliste {
clear: none; } }
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-textlisten .bt-modul-textlisten .bt-filterzeile {
width: 50%; }
#main .bt-module-row.bt-module-row-textlisten .bt-modul-textlisten.bt-glossar .bt-filterzeile {
width: 50%; }
#main .bt-module-row.bt-module-row-textlisten .bt-overlay-content .container-fluid > .row:not(header) {
min-height: 50em; } }
/* Alternativ Hintergrund */
#main .bt-module-row.bt-module-row-textlisten.bt-alternate {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-textlisten.bt-alternate header {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-textlisten.bt-alternate .bt-modul-textlisten-content:before, #main .bt-module-row.bt-module-row-textlisten.bt-alternate .bt-modul-textlisten-content:after {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-textlisten.bt-alternate .bt-modul-textlisten:after {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-textlisten.bt-alternate .bt-modul-textlisten .bt-filterzeile:before {
background: #eeeeee; }
/* Modul Microsites */
#main .bt-module-row.bt-module-row-microsites {
background: #eeeeee;
overflow: hidden;
padding-top: 0;
border-top: 2px solid #ffffff; }
#main .bt-modul-microsites a:hover, #main .bt-modul-microsites a:focus, #main .bt-modul-microsites a:active {
text-decoration: none; }
#main .bt-modul-microsites .nav-tabs {
border-bottom: none;
position: relative; }
#main .bt-modul-microsites .nav-tabs:before, #main .bt-modul-microsites .nav-tabs:after {
position: absolute;
content: "";
height: 8em;
width: 100em;
bottom: -8em;
background: #cccccc;
border-bottom: solid 2px #ffffff; }
#main .bt-modul-microsites .nav-tabs:before {
left: -100em;
border-right: solid 1px #f9f9f9; }
#main .bt-modul-microsites .nav-tabs:after {
right: -100em; }
#main .bt-modul-microsites .nav-tabs > li {
width: 33.333%;
height: 8em; }
#main .bt-modul-microsites .nav-tabs > li > a {
height: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background: #cccccc;
border: solid 2px #ffffff;
border-left: solid 1px #ffffff;
border-top: #cccccc;
margin-right: -1px;
text-align: center;
padding: 0; }
#main .bt-modul-microsites .nav-tabs > li > a:hover, #main .bt-modul-microsites .nav-tabs > li > a:focus, #main .bt-modul-microsites .nav-tabs > li > a:active {
border-top: #eeeeee;
background: #eeeeee; }
#main .bt-modul-microsites .nav-tabs > li > a:focus {
outline: 1px dotted #000000; }
#main .bt-modul-microsites .nav-tabs > li > a > img {
height: auto;
position: relative;
top: 50%;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-mitmischen {
width: 80%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-kuppelkucker {
width: 95%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-dasparlament {
width: 95%; }
#main .bt-modul-microsites .nav-tabs > li:last-child > a {
margin-right: 0; }
#main .bt-modul-microsites .nav-tabs > li.active > a {
border-top-color: #eeeeee;
border-bottom-color: #eeeeee;
background: #eeeeee; }
#main .bt-modul-microsites .tab-content {
float: left;
width: 100%;
padding-top: 2.4rem; }
#main .bt-modul-microsites .bt-slide {
padding-bottom: 0; }
#main .bt-modul-microsites .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-top: 0;
padding-bottom: 0; }
#main .bt-modul-microsites .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
font-size: 2rem;
margin-top: -0.6rem; }
#main .bt-modul-microsites .bt-slide .bt-teaser-standard .bt-teaser-text h3 .bt-dachzeile {
margin-top: 0.6rem; }
#main .bt-modul-microsites .bt-slide .bt-teaser-standard.bt-teaser-microsite-link .bt-teaser-text {
padding-top: 1.2em; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-bild-standard {
width: 49%;
float: left; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-bild-standard + .bt-teaser-text {
width: 50%;
float: left; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-teaser-text {
padding: 0 0 0 15px; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-teaser-text p {
display: none; }
#main .bt-modul-microsites .bt-module-row-mitmischen .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
color: #c11b7a; }
#main .bt-modul-microsites .bt-module-row-mitmischen .bt-slide .bt-teaser-standard .bt-teaser-text h3 i:before {
color: #c11b7a; }
#main .bt-modul-microsites .bt-module-row-mitmischen a:link .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-mitmischen a:visited .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-mitmischen a:hover .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-mitmischen a:focus .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-mitmischen a:active .bt-teaser-standard.bt-teaser-microsite-link {
border-color: #c11b7a; }
#main .bt-modul-microsites .bt-module-row-kuppelkucker .bt-slide.bt-slide-medium .bt-slide-content {
width: 200%; }
#main .bt-modul-microsites .bt-module-row-kuppelkucker .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
color: #227788; }
#main .bt-modul-microsites .bt-module-row-kuppelkucker .bt-slide .bt-teaser-standard .bt-teaser-text h3 i:before {
color: #227788; }
#main .bt-modul-microsites .bt-module-row-kuppelkucker a:link .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-kuppelkucker a:visited .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-kuppelkucker a:hover .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-kuppelkucker a:focus .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-kuppelkucker a:active .bt-teaser-standard.bt-teaser-microsite-link {
border-color: #227788; }
#main .bt-modul-microsites .bt-module-row-dasparlament .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
color: #01478e; }
#main .bt-modul-microsites .bt-module-row-dasparlament .bt-slide .bt-teaser-standard .bt-teaser-text h3 i:before {
color: #01478e; }
#main .bt-modul-microsites .bt-module-row-dasparlament a:link .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-dasparlament a:visited .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-dasparlament a:hover .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-dasparlament a:focus .bt-teaser-standard.bt-teaser-microsite-link, #main .bt-modul-microsites .bt-module-row-dasparlament a:active .bt-teaser-standard.bt-teaser-microsite-link {
border-color: #01478e; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-microsites {
min-height: 35.2rem; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-mitmischen {
width: 38%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-kuppelkucker {
width: 48%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-dasparlament {
width: 63%; }
#main .bt-modul-microsites .nav-tabs {
margin: 0 -15px; }
#main .bt-modul-microsites .bt-slide {
padding-bottom: 1rem; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-bild-standard {
width: 49%;
float: left; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-bild-standard + .bt-teaser-text {
width: 50%;
float: left; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-teaser-text {
padding: 0 0 0 15px; }
#main .bt-modul-microsites .bt-slide.bt-slide-medium .bt-teaser-standard .bt-teaser-text p {
display: block; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-microsites {
min-height: 32.1rem; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-mitmischen {
width: 38%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-kuppelkucker {
width: 46.6%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-dasparlament {
width: 62.3%; }
#main .bt-module-microsites .bt-slide .bt-teaser-standard .bt-teaser-text {
padding-bottom: 1.2em; } }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
#main .bt-module-row.bt-module-row-microsites {
min-height: 32.1rem; }
#main .bt-modul-microsites .nav-tabs > li > a > img {
max-height: 100%; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-mitmischen {
width: auto; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-kuppelkucker {
width: auto; }
#main .bt-modul-microsites .nav-tabs > li > a > img.bt-logo-dasparlament {
width: 62.3%; }
.ie9up {
property: value; } }
#main .bt-module-row.bt-module-row-petitionen {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links {
float: left;
position: relative;
padding: 0.3rem 0 1.6em 0;
font-family: Georgia, Times New Roman, Times, serif;
width: 100%;
overflow-x: auto;
white-space: nowrap; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:link, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:visited {
color: #000;
font-size: 1.6em;
margin-right: .5em; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:hover, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:focus, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:active {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links i.icon-pencil_line, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links i.icon-current-petitions {
color: #ff7100; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links i.icon-current-petitions:before {
font-size: 1.5em;
vertical-align: middle; }
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-petitionen {
min-height: 36.7rem; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links {
float: left; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:link, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:visited {
margin-left: 1.875em;
margin-right: 0; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:link:first-child, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:visited:first-child {
margin-left: 0; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:hover, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:focus, #main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links a:active {
text-decoration: underline; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-petitionen {
min-height: 26.8rem;
padding-bottom: 5rem; }
#main .bt-module-row.bt-module-row-petitionen .bt-petitionen-links {
float: right;
padding: 1.7em 0 0 0;
overflow-x: inherit;
width: auto; } }
#main .bt-module-row.bt-module-row-petitionen.bt-alternate {
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-petitionen.bt-alternate .progress-radial .overlay {
background: #eeeeee; }
/* Modul Mediathek */
#main .bt-module-row.bt-module-row-aktuelle-sitzung + .bt-module-row.bt-module-row-mediathek {
margin-top: 3rem; }
#main .bt-module-row.bt-module-row-mediathek h3 {
line-height: 1.4em; }
#main .bt-module-row.bt-module-row-mediathek .bt-slider-mobile-navi {
height: 2.8em;
margin-bottom: 4em; }
#main .bt-module-row.bt-module-row-mediathek .bt-slider-mobile-navi .slick-arrow:before {
top: -0.45em; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-loader .bt-mediathek-suche {
position: relative;
z-index: 55; }
#main .mediathekFilterRow.bt-mediathek-row .bt-teaser-standard .bt-teaser-text {
max-height: 14.5em;
min-height: 14.5em;
padding-bottom: 1em; }
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-mediathek {
min-height: 125rem; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-mediathek-gebaerdensprache {
min-height: 76.6rem; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-mediathek-1-row {
min-height: 54rem; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-mediathek-2-row {
min-height: 82rem; } }
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-mediathek {
min-height: 110rem; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-mediathek-gebaerdensprache {
min-height: 69rem; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-mediathek-1-row {
min-height: 45rem; }
#main .bt-module-row.bt-module-row-mediathek.bt-module-row-mediathek-2-row {
min-height: 73rem; }
#main .bt-module-row.bt-module-row-mediathek .bt-slider {
margin-bottom: 1.1em; } }
/* Alternativ Hintergrund */
#main .bt-module-row.bt-module-row-mediathek.bt-alternate {
background-color: #eeeeee; }
/* Modul Auschussstart */
#main .bt-module-row-ausschussstart {
/*#arbeit, #kontakt {
padding-bottom: 3em;
}*/ }
#main .bt-module-row-ausschussstart .bt-teaser-termin-content {
margin-top: -0.4em;
padding-right: 0; }
#main .bt-module-row-ausschussstart .bt-teaser-termin-content .row {
padding-left: 0;
margin-left: 0; }
#main .bt-module-row-ausschussstart .bt-step-navi {
margin: 0;
overflow: visible; }
#main .bt-module-row-ausschussstart .bt-step-navi .tab-content > div:nth-child(2), #main .bt-module-row-ausschussstart .bt-step-navi .tab-content > div:nth-child(3) {
padding-bottom: 3em; }
@media (min-width: 768px) {
#main .bt-module-row-ausschussstart {
min-height: 52.4rem; } }
@media (min-width: 992px) {
#main .bt-module-row-ausschussstart {
min-height: 38.9rem;
padding-bottom: 2.5rem; }
#main .bt-module-row-ausschussstart .bt-step-navi {
margin: 0 0 25px; }
#main .bt-module-row-ausschussstart .bt-step-navi .tab-content > div:nth-child(2), #main .bt-module-row-ausschussstart .bt-step-navi .tab-content > div:nth-child(3) {
padding-bottom: 0; } }
#main .bt-module-row-wahlkreis .container::before {
content: "";
display: table;
clear: both; }
#main .bt-module-row-wahlkreis .bt-wk-map {
width: 100%;
height: 40rem;
margin-bottom: 2.5rem; }
#main .bt-module-row-wahlkreis .bt-wk-map-container {
height: 100%; }
#main .bt-module-row-wahlkreis .bt-overlay-content .bt-wk-map {
height: auto;
margin-bottom: 0; }
#main .bt-module-row-wahlkreis .bt-pages-overlay .bt-overlay-close a {
margin-right: 0; }
#main .bt-module-row-wahlkreis .bt-wahlkreis-text {
margin-bottom: 2.5rem; }
#main .bt-module-row-wahlkreis .bt-wahlkreis-text ul.bt-linkliste {
margin-bottom: 0; }
#main .bt-module-row-wahlkreis .bt-step-navi.bt-wk .tab-content {
padding-top: 3em;
border-top: 1px solid #eeeeee; }
#main .bt-module-row-wahlkreis .bt-step-navi.bt-wk .tab-content h4.small {
font-size: 1.4rem; }
#main .bt-module-row-wahlkreis .bt-map-marker-icon {
opacity: 0.3;
font-size: 8rem;
margin-left: -2rem; }
#main .bt-filterzeile {
z-index: 55; }
#main .bt-accept-map-container {
height: 100%;
width: 100%;
background-color: #eeeeee;
background: url(/resource/crblob/595826/fb2a426b68931e40294c0e5d3204afca/stepmap-karte-jpg-data-xs-jpg-data.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
#main .bt-accept-map-container .bt-standard-content {
padding-bottom: 32px;
padding-top: 16px; }
#main .bt-accept-map-container__icon {
color: #31505f;
font-size: 6rem;
margin-left: -1.8rem; }
#main .bab-map-back-button {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
border: 2px solid rgba(0, 0, 0, 0.2);
background: #ffffff;
padding: 0.7rem 0.9rem;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
line-height: 1;
color: #31505f;
cursor: pointer; }
#main .bab-map-back-button:hover {
background: #f4f4f4; }
#main .bab-map-back-button span {
display: none; }
@media (min-width: 768px) {
#main .bab-map-back-button span {
display: inline; } }
#main .bab-map-back-button i {
font-size: 1.6rem; }
@media (min-width: 768px) {
#main .bab-map-back-button i {
font-size: 1.4rem; } }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-accept-map-container {
background: url(/resource/crblob/595824/4b0b5b619330908f19f643e4996f33e6/stepmap-karte-jpg-data-sm-jpg-data.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-accept-map-container {
background: url(/resource/crblob/595822/a9c693843880fb7b95ce9cc6c7ce5008/stepmap-karte-jpg-data-md-jpg-data.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; } }
/* Desktop */
@media (min-width: 1200px) {
#main .bt-accept-map-container {
background: url(/resource/crblob/595820/45d7e1f757e946d1b1ac70957f8c9f9d/stepmap-karte-jpg-data-lg-jpg-data.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; } }
/*!
* ******************************************************
* Copyright (C) 1994-2020 Babiel GmbH <info@babiel.com>
*
* This file is part of a Babiel development
*
* Redistribution and use in source and binary forms, with or without
* modification, are not permitted without the express
* permission of Babiel GmbH
*
* Any modification is not permitted without the express
* permission of Babiel GmbH
*
* The file may contain confidential and or privileged materials.
* Any review, retransmission, dissemination or other use of
* or taking of any action in reliance upon, this file
* by persons or entities other than the intended is prohibited.
* ******************************************************
*/
#main .bt-module-row.bt-module-row-parlamentsfernsehen {
background: url(/resource/crblob/595686/7f3c4901b44c843a38ce7bedfea8624e/ptv_bg-jpg-data.jpg);
background-size: cover;
background-color: #0c0703; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row.bt-module-row-mediathektab {
background: rgba(0, 0, 0, 0); }
#main .bt-module-row.bt-module-row-parlamentsfernsehen header {
background: transparent; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen header a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:visited i.icon-angle-circled-down {
color: #ffffff; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen header a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-parlamentsfernsehen header a:active i.icon-angle-circled-down {
color: #ff7100; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen h2.bt-title {
color: #ffffff;
border-top-color: #ffffff; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen h3 {
color: #ffffff;
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen h3 span.bt-videoplayer-dachzeile {
font-weight: bold; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer-content {
display: flex;
flex-direction: column;
flex: 0;
margin-bottom: 3.3rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer-content-with-text {
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer-content .bt-videoplayer-status {
margin-bottom: 1rem;
display: none; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer-content .bt-videoplayer-text-text {
display: none;
margin-top: 2rem;
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi {
overflow: visible;
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li a:link, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li a:visited, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:link, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:visited {
color: #999999; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li a:hover, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li a:focus, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li a:active, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:hover, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:focus, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:active {
color: #ffffff;
border-bottom-color: #ffffff; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li.active a:link, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul.tablist > li.active a:visited, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:link, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:visited {
color: #ffffff; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.bt-content-tab-navi .bt-ptv-main-tab {
min-height: 46.9rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.bt-content-tab-navi .tab-content {
padding-top: 4rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.bt-content-tab-navi .tab-content .tab-content {
padding-top: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-ptv-main-tab {
border-bottom: 1px solid #cccccc; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-ptv-main-tab.no-program {
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-ptv-main-tab.no-program .bt-videoplayer-content {
display: none; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-ptv-programm {
display: none; }
.bt-program-tab-only-mobile {
display: none !important; }
@media only screen and (max-width: 992px) {
.bt-module-row-parlamentsfernsehen .antiscroll-wrap {
height: 100%; } }
/* Media Mobile */
@media only screen and (max-width: 767px) {
.bt-program-tab-only-mobile:not(.bt-program-tab-only-mobile-no-programm) {
display: inline-block !important; }
.bt-programm-content .bt-videoplayer {
margin-bottom: 3rem; }
.bt-ptv-programm-wrap > .antiscroll-inner {
width: 100% !important;
height: 44rem !important;
padding-right: 1rem; }
.bt-ptv-main-tab {
min-height: 1rem !important;
padding-bottom: 3.3rem !important;
margin-bottom: 3.3rem !important; } }
#main .bt-step-navi.bt-ptv-programm ul {
max-height: 5.7rem; }
#main .bt-step-navi.bt-ptv-programm ul > li a {
text-align: center;
font-size: 1.8rem; }
#main .bt-step-navi.bt-ptv-programm ul > li span.bt-date {
font-size: 1.4rem;
padding-bottom: 0; }
#main .bt-step-navi.bt-ptv-programm ul > li.active a {
text-align: center; }
#main .bt-step-navi.bt-ptv-programm ul > li.active a[data-toggle="tab"]:link, #main .bt-step-navi.bt-ptv-programm ul > li.active a[data-toggle="tab"]:visited {
/*min-height: 49px;*/ }
#main .bt-step-navi.bt-ptv-programm div.bt-ptv-programm-wrap {
width: 100%;
height: 312px;
border-bottom: 1px solid #999999;
overflow: scroll; }
#main .bt-step-navi.bt-ptv-programm .antiscroll-scrollbar-horizontal {
display: none; }
#main .bt-ptv-programm-wrap .antiscroll-inner {
overflow-x: hidden; }
#main .bt-ptv-day-table {
width: 100%; }
#main .bt-ptv-day-table:not(:last-of-type) {
margin-bottom: 3rem; }
#main table.bt-ptv-programm-table {
width: 100%;
color: #ffffff; }
#main table.bt-ptv-programm-table tr {
display: flex;
justify-content: space-between;
padding: 2rem 0 0 0; }
#main table.bt-ptv-programm-table tr:first-child {
border: none; }
@supports not (-ms-high-contrast: none) {
#main table.bt-ptv-programm-table tr .bt-video-info {
width: 100% !important; } }
#main table.bt-ptv-programm-table .bt-ptv-has-live-stream:hover:not(.bt-ptv-active) {
cursor: pointer; }
#main table.bt-ptv-programm-table .bt-ptv-has-live-stream:hover:not(.bt-ptv-active) .bt-ptv-programm-info h5 {
text-decoration: underline; }
#main table.bt-ptv-programm-table th, #main table.bt-ptv-programm-table td {
vertical-align: top; }
#main table.bt-ptv-programm-table th.bt-time, #main table.bt-ptv-programm-table td.bt-time {
min-width: 6.2rem;
max-width: 6.2rem;
margin-right: 3.8rem;
height: 100%; }
#main table.bt-ptv-programm-table th h5, #main table.bt-ptv-programm-table td h5 {
font-size: 1.8rem;
font-weight: normal;
line-height: 2.1rem;
padding-bottom: 0; }
#main table.bt-ptv-programm-table th p, #main table.bt-ptv-programm-table td p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
margin-bottom: 0; }
#main table.bt-ptv-programm-table th.bt-video-info p, #main table.bt-ptv-programm-table td.bt-video-info p {
padding-top: 1.5rem; }
#main table.bt-ptv-programm-table th.bt-video-info p:nth-of-type(2), #main table.bt-ptv-programm-table td.bt-video-info p:nth-of-type(2) {
padding-top: 0; }
#main table.bt-ptv-programm-table td:last-child {
width: 38.5rem;
border-bottom: 1px solid #cccccc;
padding-bottom: 2rem; }
#main table.bt-ptv-programm-table tr:last-of-type td:last-child, #main table.bt-ptv-programm-table tr.next-tr-is-hidden td:last-child {
border: none;
padding-bottom: 0; }
#main table.bt-ptv-programm-table .bt-video-info {
display: flex; }
#main table.bt-ptv-programm-table .bt-ptv-icon {
min-width: 3.5rem;
margin-right: 1.3rem;
flex: 0 0 auto; }
#main table.bt-ptv-programm-table .bt-ptv-play-icon {
margin-left: 0.5rem;
margin-right: 2rem;
height: 100%;
display: inline;
padding-top: 0.15rem;
color: #ff7100; }
#main table.bt-ptv-programm-table .bt-ptv-programm-info {
display: inline; }
#main table.bt-ptv-programm-table .bt-ptv-programm-info .bt-ptv-programm-info-text {
margin-bottom: 1.4rem; }
#main table.bt-ptv-programm-table .bt-ptv-programm-info p:last-child {
margin-bottom: 0 !important; }
#main table.bt-ptv-programm-table .bt-ptv-active {
color: #ff7100; }
#main h4.bt-ptv-programm-date {
color: #ffffff;
font-size: 1.8rem;
line-height: 1.8rem;
padding-bottom: 1rem;
border-bottom: 0.1rem solid #cccccc; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-ptv-main-tab {
padding-bottom: 5rem;
margin-bottom: 5rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen #ptv5 {
margin-bottom: 0; }
#main .btn.btn-default.bt-programm-overlay-button {
background-color: #cccccc;
color: #000000;
margin-top: 1em;
margin-bottom: 2rem;
font-weight: bold; }
#main .bt-programm-overlay {
display: none; }
#main .bt-programm-overlay-close {
position: absolute;
right: 0.5rem;
top: 0;
width: 3.2em;
height: 3.2em;
background: #cccccc;
z-index: 5000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
#main .bt-programm-overlay-close i:before {
color: #000000;
font-size: 1.5rem;
padding-top: 0.85rem;
padding-left: 0.6rem; }
#main .bt-programm-overlay-close:hover i:before, #main .bt-programm-overlay-close:focus i:before, #main .bt-programm-overlay-close:active i:before {
color: #ff7100; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab {
overflow: visible; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-slider-mobile-navi:before {
display: none; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-teaser-standard.bt-ptv {
min-height: 25em; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-teaser-text p {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; }
/* Media Tablet */
@media (min-width: 767px) {
#main .bt-programm-overlay-close {
top: -6.4em;
right: 1.5rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-teaser-standard.bt-ptv {
min-height: 29em; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-teaser-standard.bt-ptv .bt-teaser-text {
max-height: 14.5em;
overflow: hidden; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-program-tab-only-mobile {
display: none !important; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-ptv-tab-content {
border: none !important; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer:not(.undocked) {
min-height: 19rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.bt-content-tab-navi .bt-ptv-main-tab {
min-height: 24rem; }
#main .bt-programm-overlay {
display: block; }
#main .bt-ptv-programm-wrap {
height: 100%; }
#main .bt-ptv-programm-wrap > .antiscroll-inner {
max-height: 100%; } }
/* Media Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer {
margin-bottom: 4rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-videoplayer:not(.undocked) {
min-height: 31.2rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.bt-content-tab-navi .tab-content {
padding-top: 5rem; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-step-navi.bt-content-tab-navi .tab-content .tab-content {
padding-top: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .antiscroll-scrollbar {
background: rgba(255, 255, 255, 0.7) !important;
box-shadow: none; }
#main .bt-programm-overlay {
display: block; }
#main .bt-ptv-programm div.bt-ptv-programm-wrap {
width: 87.7% !important;
overflow: hidden; }
#main .bt-ptv-tab-content {
border: none !important; }
#main table.bt-ptv-programm-table td.bt-time p, #main table.bt-ptv-programm-table th.bt-time p {
line-height: 1.8rem;
margin-top: 2px;
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-teaser-standard.bt-ptv {
min-height: 29.5em; } }
/* Media LG */
@media (min-width: 1200px) {
#main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-module-row-mediathektab .bt-teaser-standard.bt-ptv {
min-height: 31em; } }
.bt-module-row-parlamentsfernsehen .bt-step-navi > ul > li.active > a {
border-bottom: none !important; }
.bt-module-row-parlamentsfernsehen .bt-step-navi > ul[role="tablist"] {
height: 3.1rem; }
.bt-module-row-parlamentsfernsehen .bt-step-navi .bt-ptv-tab-active-border {
display: none;
position: absolute;
width: 79px;
height: 4px;
top: 2.8rem;
left: 123px;
background-color: #ff7100;
transition: all 0.3s ease-in-out; }
.bt-animate-fadein {
animation: 1s fadein ease; }
@keyframes fadein {
0% {
opacity: 0;
transform: translateY(-7%); }
100% {
opacity: 1;
transform: translateY(0); } }
/* AUS BT EK */
.bt-calendar-module {
/* float: left;
margin: 0 0 2em 0.8em;
width: 118.2em;*/
width: 100%; }
#main .bt-module-row.bt-module-row-calendar {
background: #eeeeee;
padding: 0 0 0 0; }
#main .bt-module-row.bt-module-row-calendar p.bt-legende-sitzungswoche {
padding: 1.5rem 0 0 2rem;
margin-bottom: 2rem;
position: relative; }
#main .bt-module-row.bt-module-row-calendar p.bt-legende-sitzungswoche:before {
content: "";
width: 1.5rem;
height: 0.9rem;
position: absolute;
background: #e70097;
left: 0;
bottom: 0.5rem; }
#main .bt-module-row.bt-module-row-calendar header {
background: transparent; }
#main .bt-module-row.bt-module-row-calendar #calendar {
padding: 2.2rem 0 0 0;
background: #ffffff; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months {
text-align: center;
position: relative; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months h3 {
font-size: 2rem; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month {
top: 0;
height: 1em;
width: 1em;
display: block;
position: absolute; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month a {
display: block;
width: 1em;
height: 1em;
position: relative;
top: 0.5em; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month:before {
position: absolute;
width: 1em;
height: 1em;
left: 0;
font-family: "bt-icons";
text-indent: 0;
font-size: 2rem; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month.hb-next-month {
right: 2.5rem; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month.hb-next-month:before {
content: "\e801"; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month.hb-prev-month {
left: 2.5rem; }
#main .bt-module-row.bt-module-row-calendar #calendar .hb-months .hb-change-month.hb-prev-month:before {
content: "\e800"; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days {
width: 100%; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days a, #main .bt-module-row.bt-module-row-calendar #calendar table.hb-days span {
color: #666666;
width: 100%;
height: 100%;
display: block;
padding: 1.6rem 0;
border: 2px solid #ffffff;
line-height: 1em; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days abbr {
text-decoration: none;
border: none; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days thead {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days thead tr th {
width: 14.285%;
font-weight: bold;
color: #666666;
font-size: 1.4rem;
text-align: center;
padding-bottom: 1.4rem; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr {
border-top: 1px solid #dddddd; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td {
width: 14.285%;
padding: 0;
font-weight: normal;
color: #666666;
font-size: 1.4rem;
text-align: center; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day {
background: none; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-current-day {
background: #cccccc;
font-weight: bold; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-current-day a, #main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-current-day span {
border-color: #cccccc; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-active {
font-weight: bold;
color: #000000; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-active a, #main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-active span {
color: #000000; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-sitzungswoche {
font-weight: bold;
color: #000000;
position: relative; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-sitzungswoche:before {
content: "";
width: 100%;
height: 0.9rem;
position: absolute;
background: #e70097;
bottom: 0;
left: 0; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-selected {
font-weight: bold;
color: #000000; }
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-selected a, #main .bt-module-row.bt-module-row-calendar #calendar table.hb-days tbody tr td.hb-day.hb-day-selected span {
border-color: #ff7100;
text-decoration: none;
color: #000000; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content {
max-height: 330px;
position: relative; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content h3 {
margin-top: -0.6rem;
font-size: 2rem;
padding-bottom: 0.3em;
border-bottom: 1px solid #cccccc; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .close {
position: absolute;
right: 0;
top: -1rem;
width: 3.2rem;
height: 3.2rem;
z-index: 1;
background-color: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
opacity: 1; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a {
text-decoration: none; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:before {
font-size: 1.3rem;
margin: 0.75em;
color: #000000; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:hover, #main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:focus, #main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:active {
text-decoration: none; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:hover:before, #main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:focus:before, #main .bt-module-row.bt-module-row-calendar .bt-standard-content .close a:active:before {
color: #ff7100; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-list .close {
display: none; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list {
width: auto;
height: 300px;
border-bottom: 1px solid #cccccc; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list .antiscroll-inner {
height: 300px;
padding: 0 0 0 0;
overflow: scroll; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list h4 {
font-size: 1.4rem;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail {
max-height: initial;
background: #ffffff;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
padding: 1.2em 0 0 0; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .viewport {
width: 36.5em; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .viewport .singleDate {
width: 36.5em;
height: 33.6em; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail h3 {
padding-left: 1.5rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .close {
background: transparent;
right: 1em;
top: -0.5rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .close a::before {
font-size: 2rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .singleDate {
padding: 1.5em;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .singleDate h4 {
padding-bottom: 0.5rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .singleDate h4 .bt-dachzeile {
display: initial; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .singleDate h5 {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 1.4em;
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .singleDate p {
margin-bottom: 1rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group {
position: relative;
bottom: 0;
padding: 0;
border-top: 1px solid #cccccc; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn {
background: transparent;
font-family: Georgia, Times New Roman, Times, serif;
color: #000000;
box-shadow: none;
padding: 1.2rem;
padding-left: 0; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:hover, #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:focus, #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:active {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn i {
padding-right: 0.5rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn .label {
display: none; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:nth-child(2) {
position: absolute;
left: 50%;
margin-left: -20px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:nth-child(3) {
float: right; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn .label {
visibility: hidden; }
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days a, #main .bt-module-row.bt-module-row-calendar #calendar table.hb-days span {
padding: 1.6rem 0; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content {
max-height: 352px;
min-height: 352px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.bt-remind-success {
min-height: auto; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list {
height: 324px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list .antiscroll-inner {
height: 324px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn .label {
visibility: visible;
display: inline-block;
font-size: 1.6rem;
color: #000000;
font-weight: normal;
padding-left: 0.25em; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:hover .label, #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:focus .label, #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:active .label {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn i:before {
position: relative;
top: -0.15em; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .btn-group .btn:nth-child(2) {
margin-left: -50px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .viewport {
width: 37rem;
height: 26.2em; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .viewport .singleDate {
width: 37rem;
height: 26.2em; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .close {
top: -0.5rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.six-weeks {
max-height: 405px;
min-height: 405px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.six-weeks .bt-calendar-list {
height: 376px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.six-weeks .bt-calendar-list .antiscroll-inner {
height: 376px; } }
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-calendar #calendar table.hb-days a, #main .bt-module-row.bt-module-row-calendar #calendar table.hb-days span {
padding: 3.1rem 0; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content {
max-height: 502px;
min-height: 502px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .viewport, #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-list .viewport {
width: 60rem;
height: 41.2rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .viewport .singleDate, #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-list .viewport .singleDate {
width: 60rem;
height: 41.2rem; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list {
height: 474px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content .bt-calendar-list .antiscroll-inner {
height: 474px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.six-weeks {
max-height: 585px;
min-height: 585px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.six-weeks .bt-calendar-list {
height: 555px; }
#main .bt-module-row.bt-module-row-calendar .bt-standard-content.six-weeks .bt-calendar-list .antiscroll-inner {
height: 555px; } }
#main .bt-module-row.bt-module-row-plenarsitzung {
background: url(/resource/crblob/595674/9b3504f17706f053ca176ca562678438/plenarsitzung_bg-jpg-data.jpg);
background-size: cover; }
#main .bt-module-row.bt-module-row-plenarsitzung .antiscroll-scrollbar {
background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0; }
#main .bt-module-row.bt-module-row-plenarsitzung header {
background: transparent; }
#main .bt-module-row.bt-module-row-plenarsitzung header a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-plenarsitzung header a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-plenarsitzung header a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-plenarsitzung header a:visited i.icon-angle-circled-down {
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung header a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-plenarsitzung header a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-plenarsitzung header a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-plenarsitzung header a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-plenarsitzung header a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-plenarsitzung header a:active i.icon-angle-circled-down {
color: #ff7100; }
#main .bt-module-row.bt-module-row-plenarsitzung h2.bt-title {
color: #ffffff;
border-top-color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung h3 {
color: #ffffff;
font-weight: normal; }
#main .bt-module-row.bt-module-row-plenarsitzung h3 span.bt-videoplayer-dachzeile {
font-weight: normal; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs .tab-content {
border-top: 1px solid #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li a:link, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li a:visited, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li a:link, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li a:visited {
color: #999999; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li a:hover, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li a:focus, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li a:active, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li a:hover, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li a:focus, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li a:active {
color: #ffffff;
border-bottom-color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li.active a:link, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul.tablist > li.active a:visited, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:link, #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:visited {
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung div.bt-top-wrap {
width: 100%;
height: 312px;
border-bottom: 1px solid #ffffff;
overflow: scroll; }
#main .bt-module-row.bt-module-row-plenarsitzung div.bt-top-wrap .antiscroll-inner {
width: 100%;
height: 312px; }
#main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap {
padding: 1.5rem 0;
border-bottom: 1px solid #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap h3, #main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap p {
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap h3 span.bt-dachzeile, #main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap p span.bt-dachzeile {
text-transform: uppercase; }
#main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main table.bt-top-table, #main table.bt-redner-table {
width: 100%;
color: #ffffff; }
#main table.bt-top-table tr, #main table.bt-redner-table tr {
display: inline-block;
padding: 1.5rem 0;
border-top: 1px solid #666666;
width: 100%; }
#main table.bt-top-table tr:first-child, #main table.bt-redner-table tr:first-child {
border: none; }
#main table.bt-top-table th, #main table.bt-top-table td, #main table.bt-redner-table th, #main table.bt-redner-table td {
vertical-align: top;
display: inline-table; }
#main table.bt-top-table th.bt-time, #main table.bt-top-table td.bt-time, #main table.bt-redner-table th.bt-time, #main table.bt-redner-table td.bt-time {
width: 10rem;
padding-right: 3.5rem; }
#main table.bt-top-table th h4, #main table.bt-top-table td h4, #main table.bt-redner-table th h4, #main table.bt-redner-table td h4 {
font-size: 1.8rem;
padding-bottom: 0.4em;
font-weight: normal; }
#main table.bt-top-table th p, #main table.bt-top-table td p, #main table.bt-redner-table th p, #main table.bt-redner-table td p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem; }
#main table.bt-top-table th.bt-number, #main table.bt-top-table td.bt-number, #main table.bt-redner-table th.bt-number, #main table.bt-redner-table td.bt-number {
width: 15%;
max-width: 15%; }
#main table.bt-top-table th.bt-number p, #main table.bt-top-table td.bt-number p, #main table.bt-redner-table th.bt-number p, #main table.bt-redner-table td.bt-number p {
width: 2.4em;
word-wrap: break-word; }
#main table.bt-top-table th.bt-time, #main table.bt-top-table td.bt-time, #main table.bt-redner-table th.bt-time, #main table.bt-redner-table td.bt-time {
width: 18%;
padding-right: 0;
text-align: left; }
#main table.bt-top-table th.bt-time p, #main table.bt-top-table td.bt-time p, #main table.bt-redner-table th.bt-time p, #main table.bt-redner-table td.bt-time p {
margin-bottom: 0; }
#main table.bt-top-table th.bt-top-text, #main table.bt-top-table td.bt-top-text, #main table.bt-redner-table th.bt-top-text, #main table.bt-redner-table td.bt-top-text {
padding-right: 2%;
width: 64%; }
#main table.bt-top-table th.bt-redner, #main table.bt-top-table td.bt-redner, #main table.bt-redner-table th.bt-redner, #main table.bt-redner-table td.bt-redner {
padding-right: 2rem;
width: 81%; }
#main table.bt-top-table th.bt-redner a .bt-teaser-person, #main table.bt-top-table td.bt-redner a .bt-teaser-person, #main table.bt-redner-table th.bt-redner a .bt-teaser-person, #main table.bt-redner-table td.bt-redner a .bt-teaser-person {
width: 100%;
color: #ffffff; }
#main table.bt-top-table th.bt-redner a .bt-teaser-person .bt-bild-standard, #main table.bt-top-table td.bt-redner a .bt-teaser-person .bt-bild-standard, #main table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-bild-standard, #main table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-bild-standard {
float: left;
width: 5.4rem;
margin-bottom: 0;
margin-right: 1.5rem; }
#main table.bt-top-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text, #main table.bt-top-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text, #main table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text, #main table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text {
float: left;
max-width: 75%; }
#main table.bt-top-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main table.bt-top-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text p, #main table.bt-top-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main table.bt-top-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text p, #main table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text p, #main table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text p {
color: #ffffff; }
#main table.bt-top-table th .bt-top-link, #main table.bt-top-table td .bt-top-link, #main table.bt-redner-table th .bt-top-link, #main table.bt-redner-table td .bt-top-link {
display: inline-block;
padding: 0 0 0 1em;
color: #ffffff;
position: relative;
text-decoration: none; }
#main table.bt-top-table th .bt-top-link:hover, #main table.bt-top-table th .bt-top-link:focus, #main table.bt-top-table th .bt-top-link:active, #main table.bt-top-table td .bt-top-link:hover, #main table.bt-top-table td .bt-top-link:focus, #main table.bt-top-table td .bt-top-link:active, #main table.bt-redner-table th .bt-top-link:hover, #main table.bt-redner-table th .bt-top-link:focus, #main table.bt-redner-table th .bt-top-link:active, #main table.bt-redner-table td .bt-top-link:hover, #main table.bt-redner-table td .bt-top-link:focus, #main table.bt-redner-table td .bt-top-link:active {
text-decoration: underline; }
#main table.bt-top-table th .bt-top-link:before, #main table.bt-top-table td .bt-top-link:before, #main table.bt-redner-table th .bt-top-link:before, #main table.bt-redner-table td .bt-top-link:before {
position: absolute;
font-family: "bt-icons";
content: "\e801";
left: 0; }
#main table.bt-top-table tr.active th h4, #main table.bt-top-table tr.active th p, #main table.bt-top-table tr.active th a, #main table.bt-top-table tr.active td h4, #main table.bt-top-table tr.active td p, #main table.bt-top-table tr.active td a, #main table.bt-redner-table tr.active th h4, #main table.bt-redner-table tr.active th p, #main table.bt-redner-table tr.active th a, #main table.bt-redner-table tr.active td h4, #main table.bt-redner-table tr.active td p, #main table.bt-redner-table tr.active td a {
color: #ff7100; }
#main table.bt-top-table tr.active th a:link .bt-teaser-person h3, #main table.bt-top-table tr.active th a:link .bt-teaser-person p, #main table.bt-top-table tr.active th a:visited .bt-teaser-person h3, #main table.bt-top-table tr.active th a:visited .bt-teaser-person p, #main table.bt-top-table tr.active td a:link .bt-teaser-person h3, #main table.bt-top-table tr.active td a:link .bt-teaser-person p, #main table.bt-top-table tr.active td a:visited .bt-teaser-person h3, #main table.bt-top-table tr.active td a:visited .bt-teaser-person p, #main table.bt-redner-table tr.active th a:link .bt-teaser-person h3, #main table.bt-redner-table tr.active th a:link .bt-teaser-person p, #main table.bt-redner-table tr.active th a:visited .bt-teaser-person h3, #main table.bt-redner-table tr.active th a:visited .bt-teaser-person p, #main table.bt-redner-table tr.active td a:link .bt-teaser-person h3, #main table.bt-redner-table tr.active td a:link .bt-teaser-person p, #main table.bt-redner-table tr.active td a:visited .bt-teaser-person h3, #main table.bt-redner-table tr.active td a:visited .bt-teaser-person p {
color: #ff7100; }
#main tr a:link .bt-teaser-person .bt-teaser-person-text p {
color: #ffffff; }
#main tr.active a:link .bt-teaser-person .bt-teaser-person-text p {
color: #ff7100; }
/* Media Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-plenarsitzung {
background: url(/resource/crblob/595682/67f31ae6a3a4e6a4217c5a8869ab6d2f/plenarsitzung_bg_tablet-jpg-data.jpg);
background-size: cover; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi div.bt-top-wrap {
height: 300px; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi div.bt-top-wrap .antiscroll-inner {
height: 300px; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td {
vertical-align: top; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-time {
width: 10rem;
padding-right: 3.5rem; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td h4 {
font-size: 1.8rem;
padding-bottom: 0.4em;
font-weight: normal; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-number, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-number, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-number, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-number {
width: 10%; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-number p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-number p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-number p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-number p {
width: 4.5em; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-time {
width: 9%;
padding-right: 0;
text-align: left; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-time p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-time p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-time p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-time p {
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-top-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-top-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-top-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-top-text {
padding-right: 2%;
width: 79%; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner {
padding-right: 2rem;
width: 89%; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person {
width: 100%;
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person .bt-bild-standard, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person .bt-bild-standard, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-bild-standard, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-bild-standard {
float: left;
width: 5.4rem;
margin-bottom: 0;
margin-right: 1.5rem; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text {
float: left; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-teaser-person-text p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-teaser-person-text p {
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th .bt-top-link, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td .bt-top-link, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th .bt-top-link, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td .bt-top-link {
display: inline-block;
padding: 0 0 0 1em;
color: #ffffff;
position: relative;
text-decoration: none; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th .bt-top-link:hover, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th .bt-top-link:focus, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th .bt-top-link:active, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td .bt-top-link:hover, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td .bt-top-link:focus, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td .bt-top-link:active, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th .bt-top-link:hover, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th .bt-top-link:focus, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th .bt-top-link:active, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td .bt-top-link:hover, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td .bt-top-link:focus, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td .bt-top-link:active {
text-decoration: underline; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th .bt-top-link:before, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td .bt-top-link:before, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th .bt-top-link:before, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td .bt-top-link:before {
position: absolute;
font-family: "bt-icons";
content: "\e801";
left: 0; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th a, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td a, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th a, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td h4, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td a {
color: #ff7100; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th a:link .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th a:link .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th a:visited .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active th a:visited .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td a:link .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td a:link .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td a:visited .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table tr.active td a:visited .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th a:link .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th a:link .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th a:visited .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active th a:visited .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td a:link .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td a:link .bt-teaser-person p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td a:visited .bt-teaser-person h3, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table tr.active td a:visited .bt-teaser-person p {
color: #ff7100; } }
/* Media Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-plenarsitzung {
background: url(/resource/crblob/595678/f26f85906d2fed721a087db670b3c26b/plenarsitzung_bg_desktop-jpg-data.jpg);
background-size: cover;
height: 57.6rem; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi div.bt-top-wrap {
height: 390px;
overflow: hidden; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi div.bt-top-wrap .antiscroll-inner {
height: 390px; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-time {
width: 10rem;
padding-right: 3.5rem; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-number, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-number, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-number, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-number {
width: 13%; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-number p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-number p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-number p, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-number p {
width: 3.25em; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-time, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-time {
width: 17%;
text-align: left; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-top-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-top-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-top-text, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-top-text {
padding-right: 2%;
width: 66%; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner {
padding-right: 2rem;
width: 82%; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person {
width: 100%;
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table th.bt-redner a .bt-teaser-person .bt-bild-standard, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-top-table td.bt-redner a .bt-teaser-person .bt-bild-standard, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table th.bt-redner a .bt-teaser-person .bt-bild-standard, #main .bt-module-row.bt-module-row-plenarsitzung table.bt-redner-table td.bt-redner a .bt-teaser-person .bt-bild-standard {
float: left;
width: 5.4rem;
margin-bottom: 0;
margin-right: 1.5rem; } }
#main .bt-module-row.bt-module-row-suche .bt-page-title h1 {
font-size: 3.2em;
width: 100%; }
#main .bt-module-row.bt-module-row-suche .bt-page-title h1:before {
width: auto; }
#main .bt-module-row.bt-module-row-teaser-two-player {
background: url(/resource/crblob/595674/9b3504f17706f053ca176ca562678438/plenarsitzung_bg-jpg-data.jpg);
background-size: cover;
background-position: center top;
background-color: #0c0703;
height: auto; }
#main .bt-module-row.bt-module-row-teaser-two-player .bt-module-content > div:last-child {
padding-bottom: 1.7rem; }
#main .bt-module-row.bt-module-row-teaser-two-player header {
background: transparent; }
#main .bt-module-row.bt-module-row-teaser-two-player header a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-teaser-two-player header a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-teaser-two-player header a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-teaser-two-player header a:visited i.icon-angle-circled-down {
color: #ffffff; }
#main .bt-module-row.bt-module-row-teaser-two-player header a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-teaser-two-player header a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-teaser-two-player header a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-teaser-two-player header a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-teaser-two-player header a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-teaser-two-player header a:active i.icon-angle-circled-down {
color: #ff7100; }
#main .bt-module-row.bt-module-row-teaser-two-player h2.bt-title {
color: #ffffff;
border-color: #ffffff; }
#main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard {
padding-bottom: 1.1rem; }
#main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard .bt-teaser-text, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard .bt-teaser-text {
padding: 0; }
#main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard .bt-teaser-text h3, #main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, #main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard .bt-teaser-text p, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard .bt-teaser-text h3, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard .bt-teaser-text p {
color: #ffffff;
padding: 0; }
#main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard .bt-teaser-text h3, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard .bt-teaser-text h3 {
margin-bottom: 0.5em; }
#main .bt-module-row.bt-module-row-teaser-two-player a:hover, #main .bt-module-row.bt-module-row-teaser-two-player a:focus, #main .bt-module-row.bt-module-row-teaser-two-player a:active {
text-decoration: none; }
/* Media Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-teaser-two-player {
min-height: 45rem;
background-image: url(/resource/crblob/595682/67f31ae6a3a4e6a4217c5a8869ab6d2f/plenarsitzung_bg_tablet-jpg-data.jpg); }
#main .bt-module-row.bt-module-row-teaser-two-player .bt-module-content > div:last-child {
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-teaser-two-player a:link .bt-teaser-standard, #main .bt-module-row.bt-module-row-teaser-two-player a:visited .bt-teaser-standard {
padding-bottom: 3.5rem; } }
/* Media Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-teaser-two-player {
min-height: 54.6rem;
background-image: url(/resource/crblob/595678/f26f85906d2fed721a087db670b3c26b/plenarsitzung_bg_desktop-jpg-data.jpg); } }
/*!
* ******************************************************
* Copyright (C) 1994-2021 Babiel GmbH <info@babiel.com>
*
* This file is part of a Babiel development
*
* Redistribution and use in source and binary forms, with or without
* modification, are not permitted without the express
* permission of Babiel GmbH
*
* Any modification is not permitted without the express
* permission of Babiel GmbH
*
* The file may contain confidential and or privileged materials.
* Any review, retransmission, dissemination or other use of
* or taking of any action in reliance upon, this file
* by persons or entities other than the intended is prohibited.
* ******************************************************
*/
#main .bt-module-row.bt-module-row-liveuebertragungen, #main .bt-module-row.bt-module-row-liveuebertragungen-single {
background: url(/resource/crblob/595686/7f3c4901b44c843a38ce7bedfea8624e/ptv_bg-jpg-data.jpg);
background-size: cover;
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .antiscroll-scrollbar, #main .bt-module-row.bt-module-row-liveuebertragungen-single .antiscroll-scrollbar {
background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache {
background-image: none;
background-color: #eeeeee;
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache h2.bt-title, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache h2.bt-title {
color: #000000;
border-top-color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:visited i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:visited i.icon-angle-circled-down {
color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache a:active i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a:active i.icon-angle-circled-down {
color: #ff7100; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache .bt-teaser-text-mehrlink .bt-teaser-text h3, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .bt-teaser-text-mehrlink .bt-teaser-text h3 {
color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache .bt-teaser-text-mehrlink .bt-teaser-text h3.span.bt-dachzeile, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .bt-teaser-text-mehrlink .bt-teaser-text h3.span.bt-dachzeile {
color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache .bt-teaser-text-mehrlink .bt-teaser-text p, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .bt-teaser-text-mehrlink .bt-teaser-text p {
color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragungen header, #main .bt-module-row.bt-module-row-liveuebertragungen-single header {
background: transparent; }
#main .bt-module-row.bt-module-row-liveuebertragungen header a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen header a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen header a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen header a:visited i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:link i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:link i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:visited i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:visited i.icon-angle-circled-down {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen header a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen header a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen header a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen header a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen header a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen header a:active i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:focus i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:focus i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:hover i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:hover i.icon-angle-circled-down, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:active i.icon-angle-circled-up, #main .bt-module-row.bt-module-row-liveuebertragungen-single header a:active i.icon-angle-circled-down {
color: #ff7100; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi {
margin-top: 1rem; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi ul.bt-linkliste, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi ul.bt-linkliste {
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-liveuebertragungen h2.bt-title, #main .bt-module-row.bt-module-row-liveuebertragungen-single h2.bt-title {
color: #ffffff;
border-top-color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li a:link, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li a:visited, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:link, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:visited, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li a:link, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li a:visited, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li a:link, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li a:visited {
color: #999999; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li a:hover, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li a:focus, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li a:active, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:hover, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:focus, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li a:active, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li a:hover, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li a:focus, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li a:active, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li a:hover, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li a:focus, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li a:active {
color: #ffffff;
border-bottom-color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li.active a:link, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul.tablist > li.active a:visited, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:link, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:visited, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li.active a:link, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul.tablist > li.active a:visited, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:link, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a:visited {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .antiscroll-scrollbar-horizontal, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .antiscroll-scrollbar-horizontal {
display: none; }
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .bt-live-content-wrap, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .bt-live-content-wrap {
margin-top: 1.2rem;
height: 26.4em;
width: 100%; }
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .bt-live-content-wrap .antiscroll-inner, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .bt-live-content-wrap .antiscroll-inner {
height: 26.4em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap {
width: 100%;
border-bottom: 1px solid #999999; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .antiscroll-inner, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .antiscroll-inner {
height: 26.4em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap ul.bt-linkliste li, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap ul.bt-linkliste li {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .bt-standard-content, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .bt-standard-content {
width: 100%; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .bt-standard-content ul.bt-linkliste, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .bt-standard-content ul.bt-linkliste {
width: 100%; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .bt-standard-content ul.bt-linkliste li, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .bt-standard-content ul.bt-linkliste li {
padding: 1rem 2rem 1rem 0;
border-top: 1px solid #666666; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .bt-standard-content ul.bt-linkliste li:first-child, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .bt-standard-content ul.bt-linkliste li:first-child {
border: none; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .bt-standard-content ul.bt-linkliste li a, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .bt-standard-content ul.bt-linkliste li a {
color: #ffffff;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text h3, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text h3 {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text h3.span.bt-dachzeile, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text h3.span.bt-dachzeile {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text p, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text p {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text ul, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text ul {
padding: 0;
list-style: none;
clear: both; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text ul li, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text ul li {
padding: 0 0 0.5em 1.2em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text ul li:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text ul li:before {
content: "\2022";
position: absolute;
left: 0;
top: 0;
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text ol, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text ol {
list-style: none;
padding: 0;
counter-reset: num;
margin: 0 0 1em 0;
clear: both; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text ol li, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text ol li {
display: inline-block;
width: 100%;
padding: 0 0 0.5em 1.8em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text ol li:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text ol li:before {
content: counter(num) ". ";
counter-increment: num;
left: 0;
position: absolute;
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text li, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text li {
color: #ffffff;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
position: relative; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-teaser-text-mehrlink .bt-teaser-text .btn, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-teaser-text-mehrlink .bt-teaser-text .btn {
margin-top: 1rem;
margin-bottom: 1rem; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single {
padding-bottom: 35px; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single a {
color: #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache a {
color: #31505f; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi {
margin-top: -4px; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi .tab-content {
border-top: solid 1px #999999;
padding-top: 0; }
/* Media Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .bt-live-content-wrap, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .bt-live-content-wrap {
height: 29.7em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .bt-live-content-wrap .antiscroll-inner, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .bt-live-content-wrap .antiscroll-inner {
height: 29.7em; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .antiscroll-scrollbar {
background: rgba(0, 0, 0, 0.5); } }
/* Media Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi {
margin-top: -0.5em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .bt-live-content-wrap, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .bt-live-content-wrap {
height: 39.6em;
margin-top: 0; }
#main .bt-module-row.bt-module-row-liveuebertragungen .tab-content .bt-live-content-wrap.bt-live-content-no-tabs, #main .bt-module-row.bt-module-row-liveuebertragungen-single .tab-content .bt-live-content-wrap.bt-live-content-no-tabs {
margin-top: -4px;
height: 42.6em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap {
margin-top: -3px;
height: 42.6em; }
#main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .antiscroll-inner, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .antiscroll-inner {
height: 100% !important; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache .bt-module-content.row.row-no-padding, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .bt-module-content.row.row-no-padding {
margin-left: -15px !important;
margin-right: -15px !important; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache .bt-module-content.row.row-no-padding div[class*="col-"], #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .bt-module-content.row.row-no-padding div[class*="col-"] {
padding-left: 15px !important;
padding-right: 15px !important; }
#main .bt-module-row.bt-module-row-liveuebertragungen.bt-module-row-liveuebertragungen-gebaerdensprache .bt-live-content-wrap, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-module-row-liveuebertragungen-gebaerdensprache .bt-live-content-wrap {
height: 41rem; } }
#main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate h2.bt-title {
border-top-color: #000000;
color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate .bt-teaser-text-mehrlink .bt-teaser-text h3, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate .bt-teaser-text-mehrlink .bt-teaser-text p, #main .bt-module-row.bt-module-row-liveuebertragungen-single.bt-alternate .bt-teaser-text-mehrlink .bt-teaser-text a {
color: #000000; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider {
padding-bottom: 4rem; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-slider {
margin: 0 -1rem; } }
@media screen and (min-width: 1200px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-list {
overflow: visible; } }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slider:not(.slick-initialized) {
display: flex; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slider:not(.slick-initialized) > * {
flex: 1; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slider:not(.slick-initialized) > *:nth-child(n+3) {
display: none; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-arrow {
bottom: -0.8rem;
top: auto;
border: 0;
box-shadow: none;
background: transparent !important;
font-size: 0;
transition: all 400ms;
color: #cccccc; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-arrow::before {
font-size: 5rem; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-prev {
left: 41%; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-prev.slick-disabled {
transform: translateX(-25px);
opacity: 0; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-next {
right: 41%; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-next.slick-disabled {
transform: translateX(25px);
opacity: 0; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-dots {
margin: 0;
padding: 0;
display: flex;
list-style: none;
justify-content: center; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-dots li {
margin-top: 4rem; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-dots li button {
width: 0.8rem;
height: 0.8rem;
border-radius: 50%;
font-size: 0;
border: 0;
display: block;
margin: 1.1rem;
padding: 0;
transition: all 250ms;
background-color: #cccccc; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-dots li button:hover, #main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-dots li button:focus {
background-color: #ff7100;
transform: scale(1.75); }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .slick-dots li.slick-active button {
background-color: #ff7100;
transform: scale(1.5); }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser {
margin: 0 0.4rem; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser {
margin: 0 1.5rem; } }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__preview {
width: 100%;
padding: 0;
margin: 0;
background: transparent;
border: 0;
position: relative;
display: block;
z-index: 10; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__preview:focus {
box-shadow: inset 0 0 30px #ffffff; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__preview .bt-bild-standard {
display: block; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__preview .bt-bild-standard .bt-bild-info-text {
text-align: left;
cursor: auto; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__preview .bt-bild-video-icon {
width: 4.4rem;
height: 4.4rem;
border-radius: 50%;
background-color: #ffffffbf;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__preview .bt-bild-video-icon .icon-play {
color: #ff7100;
font-size: 2.1rem; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__video {
display: none; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content {
margin-top: 2rem; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content {
margin-top: 3rem; } }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content h3 {
font-size: 2.4rem;
padding: 0;
margin-bottom: 2rem; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content h3 {
margin-bottom: 3rem; } }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content h3 .bt-dachzeile {
display: block;
padding-bottom: 1rem;
height: auto; }
@media only screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content h3 .bt-dachzeile {
height: 3.2rem; } }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content h3 .bt-headline {
height: 6.4rem;
display: block;
overflow: hidden; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default {
transition: background-color 200ms;
background-color: #cccccc;
color: #000000;
padding: 0.8rem 0.9rem 0.8rem 1.5rem;
font-size: 1.4rem;
line-height: 1.65rem;
font-weight: bold; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default:hover, #main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default:focus, #main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default:active {
background-color: #ff7100; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default i {
margin-left: 0.7rem;
padding: 0; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default i, #main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser__content .btn-default i::before {
font-weight: bold; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single {
display: flex;
flex-direction: column; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single p a {
color: #ffffff; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single {
flex-direction: row; } }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single .bt-liveuebertragung-teaser__image {
width: 50%; } }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single .bt-liveuebertragung-teaser__content {
flex: 1;
padding-left: 3rem;
padding-right: 10%;
margin: 0; } }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single .bt-liveuebertragung-teaser__content .bt-dachzeile, #main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single .bt-liveuebertragung-teaser__content .bt-headline {
height: auto; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single .bt-liveuebertragung-teaser__content a {
margin-top: 3rem; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser--single .bt-liveuebertragung-teaser__video {
pointer-events: all !important; }
#main .bt-module-row.bt-module-row-liveuebertragung-slider .bt-liveuebertragung-teaser:not(.slick-active) .bt-liveuebertragung-teaser__video {
pointer-events: none; }
/* Modul Aktuell */
#main .bt-module-row.bt-module-row-aktuelle-sitzung {
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content {
position: relative; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content .row {
padding-top: 1rem; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content h3.bt-top-headline {
font-size: 1.8rem;
color: #31505f; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content h3.bt-top-headline span.bt-dachzeile {
font-size: 1.4rem;
font-weight: normal;
color: #000000; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content h3.bt-top-headline:before {
content: "";
position: absolute;
width: 100vw;
left: -5px;
top: -0.7em;
height: 0.2rem;
background: #ffffff; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung header {
background-color: #eeeeee;
padding-top: 3rem; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider {
border: none;
height: auto; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider:before {
display: none; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider .bt-slide {
float: left; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider .bt-slide .bt-teaser-standard {
/*height: 33rem;
overflow: hidden;*/ }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 {
line-height: 1.2em; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text h3 span.bt-dachzeile {
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text span.bt-date {
padding-bottom: 0; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-aktuelle-sitzung {
min-height: 60rem; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content:before {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -50vw;
top: -1px; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content h3.bt-top-headline:before {
display: none; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-module-content > .row {
border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-aktuelle-sitzung {
min-height: 50rem; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .slick-arrow {
margin-top: -5.5rem; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung header {
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider {
height: auto; }
#main .bt-module-row.bt-module-row-aktuelle-sitzung .bt-slider .bt-slide {
float: left; } }
#main .bt-module-row.bt-module-row-kurznachrichten {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; }
#main .bt-module-row.bt-module-row-kurznachrichten .bt-teaser-text {
word-wrap: break-word; }
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-kurznachrichten {
min-height: 32.5rem; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-kurznachrichten {
min-height: 23.8rem;
padding-bottom: 5rem; }
#main .bt-module-row.bt-module-row-kurznachrichten div.bt-filterzeile {
min-height: 6.3rem; }
#main .bt-overlay-kurznachrichten .container-fluid > .row {
min-height: 50em; } }
/* Alternativ Hintergrund */
#main .bt-module-row.bt-module-row-kurznachrichten.bt-alternate {
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-statisch {
background: url(/resource/crblob/595664/051c15ccabde19d197278f9a4159d32b/modul-statisch-bg-phone-jpg-data.jpg);
background-size: cover;
background-position: center top;
height: auto; }
#main .bt-module-row.bt-module-row-statisch .bt-slide-content {
background: rgba(255, 255, 255, 0.8);
text-align: center;
min-height: 11.8rem;
max-height: 11.8rem;
overflow: hidden;
margin-bottom: 5rem; }
#main .bt-module-row.bt-module-row-statisch .bt-slide-content .bt-teaser-kurztext {
padding: 0.8rem; }
#main .bt-module-row.bt-module-row-statisch .bt-slider-mobile-navi p.bt-slider-index {
color: #000000; }
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-statisch {
background-image: url(/resource/crblob/595666/910b4b70336262059f1496f8c953db40/modul-statisch-bg-tablet-jpg-data.jpg); }
#main .bt-module-row.bt-module-row-statisch .bt-slide-content {
min-height: 10rem;
max-height: 10rem; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-statisch {
background-image: url(/resource/crblob/595662/7271cd3eeaefa3d70aff29fc55fab691/modul-statisch-bg-desktop-jpg-data.jpg); }
#main .bt-module-row.bt-module-row-statisch .slick-arrow {
margin-top: -5em; } }
/* Modul Mitglieder */
#main .bt-module-row.bt-module-row-mitglieder {
background: #eeeeee;
overflow: hidden;
padding-top: 0; }
#main .bt-module-row.bt-module-row-mitglieder a:hover, #main .bt-module-row.bt-module-row-mitglieder a:focus {
text-decoration: none; }
#main .bt-module-row.bt-module-row-mitglieder .bt-btn-show-all, #main .bt-module-row.bt-module-row-mitglieder .bt-btn-show-some {
margin-bottom: 3rem;
background: transparent;
color: #31505f;
font-weight: bold;
border: none;
box-shadow: none; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view > div {
margin-bottom: 2em; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view > div:last-child {
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view > div > ul:last-child .bt-teaser-person-mitgliedschaft {
display: none !important; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view .bt-teaser-person-mitgliedschaft {
font-size: 1.6rem; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:nth-child(3n+4), #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:nth-child(3n+4) {
clear: both; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"] .bt-teaser-person-mitgliedschaft, #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"] .bt-teaser-person-mitgliedschaft {
color: transparent; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:first-child .bt-teaser-person-mitgliedschaft, #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:first-child .bt-teaser-person-mitgliedschaft {
color: #000000; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-mitglieder {
min-height: 62rem; }
#main .bt-module-row.bt-module-row-mitglieder .bt-btn-show-all i {
padding-left: 3px; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view > div > ul:last-child > li .bt-teaser-person-mitgliedschaft {
display: none !important; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view > div > ul:last-child > li:first-child .bt-teaser-person-mitgliedschaft {
display: block !important; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-list-view .bt-teaser-person-mitgliedschaft {
font-size: 1.8rem; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:nth-child(3n+4), #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:nth-child(3n+4) {
clear: none; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:nth-child(4n+5), #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:nth-child(4n+5) {
clear: both; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-mitglieder {
min-height: 53rem; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:nth-child(3n+4), #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:nth-child(3n+4) {
clear: none; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:nth-child(4n+5), #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:nth-child(4n+5) {
clear: none; }
#main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class^="col-"]:nth-child(6n+7), #main .bt-module-row.bt-module-row-mitglieder .bt-slider-all-view .row div[class*=" col-"]:nth-child(6n+7) {
clear: both; } }
/* Modul Dokumente */
#main .bt-module-row.bt-module-row-dokumente {
background: #eeeeee;
overflow: hidden;
padding-top: 0; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-row-dokumente-intro {
background-color: #ffffff;
padding-bottom: 2rem; }
#main .bt-module-row.bt-module-row-dokumente .slick-list {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-dokumente .bt-slide.col-xs-12 {
padding: 0; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-content {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-content footer {
padding: 2rem 1.4rem;
margin: 0 -5px;
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-content footer p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
padding: 0; }
#main .bt-module-row.bt-module-row-dokumente header {
background: transparent; }
#main .bt-module-row.bt-module-row-dokumente .bt-slider:before {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -20vw;
top: -1px; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data {
padding-bottom: 3rem;
margin-top: 1px;
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data caption {
padding: 3rem 1rem 0.8rem 1.4rem;
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data:first-child caption {
padding-top: 0.8rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data thead tr th {
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: transparent;
padding: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data thead tr th:last-child {
border-right-color: #ffffff; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody {
background: #ffffff; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr:first-child {
border-top: none; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr:first-child td:first-child {
border-top: none; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td {
border-left-color: transparent;
border-right-color: transparent;
padding: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td p {
padding: 0.8rem 0 0.6rem 1rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description {
width: 100%;
padding: 0.9rem 0 1rem 1rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description p {
width: 100%;
padding: 0 0 0.5rem 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description h3 {
width: 100%;
padding: 0 0 0.5rem 0;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
font-weight: bold; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description div.bt-top-collapser-wrap {
width: 99%;
margin: 0 0 0 0.4rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description div.bt-top-collapser-wrap .bt-top-collapse {
margin: 0 0 0 1.5em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description div.bt-document-abstract {
max-width: 93%; }
@media (max-width: 320px) {
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description div.bt-document-abstract {
max-width: 71%; } }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste {
margin: 0 0 0 0.4rem;
padding: 0;
list-style: none;
width: 100%; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste li {
margin: 0;
padding: 0 0 1rem 0;
list-style: none;
line-height: 1.3em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste li:before {
display: none; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ol.bt-lower-latin {
margin: 0 0 0 1.5em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ol.bt-lower-latin li {
list-style-type: lower-latin;
display: list-item;
list-style-position: inside; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ol.bt-lower-latin li a {
padding-left: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ul.bt-linkliste {
margin-left: 1.2em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste.bt-linkliste-inline li {
display: inline-block;
width: auto;
margin-right: 1.5rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li {
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #eeeeee;
margin-left: 0;
padding-left: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li:first-child {
border: none;
margin-top: .5em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li:before {
content: ""; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li ul.bt-linkliste {
margin-top: .75em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li {
border-top: 1px solid #eeeeee;
padding: 0.9rem 0 0.4rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li:first-child {
border: none; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li > a {
padding-left: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li ul.bt-linkliste {
margin-left: 0.2rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description .bt-redner-collapse ul.bt-linkliste {
margin-left: 0; }
#main .bt-module-row.bt-module-row-dokumente .bt-slide-error .bt-teaser-kurztext {
padding: 2rem 2rem 2rem 1.4rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-standard-content table.table.bt-table-data td:before {
width: 19em; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-standard-content table.table.bt-table-data td:before {
content: attr(data-th); }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr:first-child td:first-child {
border-top: 1px solid #ffffff; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-modul-textlisten-content p.bt-link-protokoll {
background: #ffffff;
padding: 1rem 0 .8rem 1.4rem;
margin: 0;
float: left;
margin-top: 1px;
width: 100%; }
#main .bt-module-row.bt-module-row-dokumente.bt-alternate {
background: #ffffff; }
#main .bt-module-row.bt-module-row-dokumente.bt-alternate .bt-slider {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee; }
#main .bt-module-row.bt-module-row-dokumente.bt-alternate .bt-slider::before {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-dokumente.bt-alternate .bt-module-content {
background-color: #ffffff; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data thead tr th:first-child, #main .bt-module-row.bt-module-row-dokumente table.bt-table-data thead tr td:first-child, #main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr th:first-child, #main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td:first-child, #main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data thead tr th:first-child, #main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data thead tr td:first-child, #main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr th:first-child, #main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td:first-child {
padding: 1rem 1rem 1rem 1.4rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:first-child {
width: 9rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:nth-child(2) {
width: 9rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:nth-child(3) {
width: 27rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf footer {
border-top: solid 1px #cccccc; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tr th:first-child {
width: 13.5%; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tr th:nth-child(2) {
width: 11.5%; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data.bt-table-row-count-2 tr th:first-child {
width: 20.5%; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data.bt-table-row-count-2 tr th:nth-child(2) {
width: auto; }
#main .bt-module-row.bt-module-row-dokumente.bt-module-row-sitzungsablauf table.bt-table-data {
margin-top: 1px;
margin-bottom: -1px; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-content {
background: #ffffff; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-content footer {
margin: 0 -12px; }
#main .bt-module-row.bt-module-row-dokumente .bt-module-row-dokumente-intro {
padding-bottom: 3rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data {
margin-top: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data thead tr th {
padding: 1rem; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data thead tr th p {
margin: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr:first-child td {
border-top: none; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td {
padding: 1rem;
display: table-cell; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td:last-child {
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td p {
padding: 0 0 0.6rem 0; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description {
padding: 0;
width: 100%; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste {
margin-left: 1.5em;
margin-top: .3em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td div.bt-document-abstract {
max-width: none; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td[data-th="Dokument"] {
max-width: 24em; }
#main .bt-module-row.bt-module-row-dokumente table.bt-table-data tbody tr td[data-th="Dokumenttyp"] {
max-width: 8em; }
#main .bt-module-row.bt-module-row-dokumente button.bt-datepicker-input {
top: 1px; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-dokumente .bt-module-content footer {
margin: 0 -15px; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:nth-child(3) {
width: 37rem; } }
/* Modul Biografien */
#main .bt-module-row-biografien .bt-slide .bt-slide-content, #main .bt-module-row-biografien-single .bt-slide .bt-slide-content {
height: 24rem; }
@media (orientation: landscape) {
#main .bt-module-row-biografien .bt-slide .bt-slide-content, #main .bt-module-row-biografien-single .bt-slide .bt-slide-content {
height: 36rem; } }
#main .bt-module-row-biografien .bt-slide .bt-loader, #main .bt-module-row-biografien-single .bt-slide .bt-loader {
height: 24rem; }
#main .bt-module-row-biografien .bt-slide .bt-loader:after, #main .bt-module-row-biografien-single .bt-slide .bt-loader:after {
top: 5em; }
#main .bt-module-row-biografien .bt-overlay-loader .bt-loader:after, #main .bt-module-row-biografien-single .bt-overlay-loader .bt-loader:after {
top: 7em; }
@media (min-width: 768px) {
#main .bt-module-row-biografien {
min-height: 50rem; }
#main .bt-module-row-biografien .bt-slide .bt-slide-content, #main .bt-module-row-biografien-single .bt-slide .bt-slide-content {
height: 31.2rem; }
#main .bt-module-row-biografien .bt-slide .bt-loader, #main .bt-module-row-biografien-single .bt-slide .bt-loader {
height: 31.2rem; }
#main .bt-module-row-biografien .bt-slide .bt-loader:after, #main .bt-module-row-biografien-single .bt-slide .bt-loader:after {
top: 15em; }
#main .bt-module-row-biografien.bt-module-row-loader .bt-overlay-loader .bt-loader:after, #main .bt-module-row-biografien-single.bt-module-row-loader .bt-overlay-loader .bt-loader:after {
top: 15em; } }
@media (min-width: 992px) {
#main .bt-module-row-biografien {
min-height: 47rem; }
#main .bt-module-row-biografien .bt-slide .bt-slide-content, #main .bt-module-row-biografien-single .bt-slide .bt-slide-content {
height: 32rem; }
#main .bt-module-row-biografien .bt-slide .bt-loader, #main .bt-module-row-biografien-single .bt-slide .bt-loader {
height: 32rem; }
#main .bt-module-row-biografien .bt-slide .bt-loader:after, #main .bt-module-row-biografien-single .bt-slide .bt-loader:after {
top: 27em; }
#main .bt-module-row-biografien .bt-overlay-loader .bt-loader:after, #main .bt-module-row-biografien-single .bt-overlay-loader .bt-loader:after {
top: 27em; } }
#main .bt-module-row.bt-module-row-biografien.bt-alternate {
background-color: #eeeeee; }
/* Modul Parlamentariergruppen */
#main .bt-module-row.bt-module-row-parlamentarierguppen div.bt-filterzeile {
margin: -1em 0 0 -0.5rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen h3 {
margin: 0 0 0 0;
padding-bottom: 0; }
#main .bt-module-row.bt-module-row-parlamentarierguppen p.bt-pg-staaten {
clear: both;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.3rem;
padding-bottom: 2.5rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 {
min-height: 28.8rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 .bt-teaser-person {
padding-bottom: 0; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-parlamentarierguppen {
min-height: 50rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.bt-filterzeile {
margin: -0.5em 0 0.8em -0.9rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 {
min-height: 33.35rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 .bt-teaser-person {
padding-bottom: 2em; } }
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-parlamentarierguppen {
min-height: 46rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.bt-filterzeile {
margin: 0; }
#main .bt-module-row.bt-module-row-parlamentarierguppen h3 {
margin: -0.5rem 0 0 0; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 {
min-height: 31rem; } }
@media (min-width: 1200px) {
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 {
min-height: 33rem; }
#main .bt-module-row.bt-module-row-parlamentarierguppen div.col-xs-4.col-sm-3.col-md-2 .bt-teaser-person {
padding-bottom: 1em; } }
#main .bt-module-row.bt-module-row-parlamentarierguppen.bt-alternate {
background: #eeeeee; }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-flyer {
padding-bottom: 5rem; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .container-fluid header.row {
padding-top: 0; }
#main .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .container-fluid button.bt-btn-show-all {
margin-bottom: 1em; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .container-fluid header.row {
padding-top: 0; }
#main .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .container-fluid button.bt-btn-show-all {
margin-bottom: 1em; } }
/* Modul Sitzungsablauf */
#main .bt-module-row.bt-module-row-sitzungsablauf {
background: #eeeeee;
overflow: hidden;
padding-top: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-row-dokumente-intro {
background-color: #ffffff;
padding-bottom: 2rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .slick-list {
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-slide.col-xs-12 {
padding: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-content {
background: #eeeeee; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-content footer {
padding: 2rem 1rem;
margin: 0 -5px;
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-content footer p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
padding: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf header {
background: transparent; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper {
clear: both;
position: relative; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper:before {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -20vw;
top: -1px; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button {
display: none; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.bt-button-link {
display: block; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper .container-fluid {
padding: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data {
padding-bottom: 3rem;
margin-top: 1px;
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data caption {
padding: 3rem 1rem 0.8rem 0.8rem;
background-color: #eeeeee; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data caption .bt-conference-details,
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data caption .bt-conference-details p {
font-size: 1.4rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data caption .bt-conference-details p {
margin: .7rem 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data:first-child caption {
padding-top: 0.8rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data thead tr th {
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: transparent;
padding: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data thead tr th:last-child {
border-right-color: #ffffff; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody {
background: #ffffff; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr:first-child {
border-top: none; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr:first-child td:first-child {
border-top: none; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td {
border-left-color: transparent;
border-right-color: transparent;
padding: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td p {
padding: 0.8rem 0 0.6rem 1rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description {
width: 60%;
padding: 0.9rem 0 1rem 1rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description p {
width: 100%;
padding: 0 0 0.5rem 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description div.bt-top-collapser-wrap {
width: 100%;
margin: 0 0 0 0.4rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description div.bt-top-collapser-wrap .bt-top-collapse {
margin: 0 0 0 1.5em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste {
margin: 0 0 0 0.4rem;
padding: 0;
list-style: none;
width: 100%; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste li {
margin: 0;
padding: 0 0 1rem 0;
list-style: none;
line-height: 1.3em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste li:before {
display: none; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ol.bt-lower-latin {
margin: 0 0 0 1.5em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ol.bt-lower-latin li {
list-style-type: lower-latin;
display: list-item;
list-style-position: inside; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ol.bt-lower-latin li a {
padding-left: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste ul.bt-linkliste {
margin-left: 1.2em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-linkliste.bt-linkliste-inline li {
display: inline-block;
width: auto;
margin-right: 1.5rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li {
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #eeeeee;
margin-left: 0;
padding-left: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li:first-child {
border: none;
margin-top: .5em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li:before {
content: ""; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-top-liste > li ul.bt-linkliste {
margin-top: .75em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li {
border-top: 1px solid #eeeeee;
padding: 0.9rem 0 0.4rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li:first-child {
border: none; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li > a {
padding-left: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste > li ul.bt-linkliste {
margin-left: 0.2rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-list-minus li:before {
left: -1.5rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description .bt-redner-collapse ul.bt-linkliste {
margin-left: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td a.dipLink {
white-space: nowrap; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-slide-error .bt-teaser-kurztext {
padding: 2rem 2rem 2rem 1rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-standard-content table.table.bt-table-data td:before {
width: 19em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr:first-child td:first-child {
border-top: 1px solid #ffffff; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data caption {
padding-left: 1.4rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:first-child {
width: 12.5%; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:nth-child(2) {
width: 12.5%; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:nth-child(3) {
width: 27rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf footer {
border-top: solid 1px #cccccc; }
#main .bt-module-row.bt-module-row-sitzungsablauf a {
color: #31505f; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data {
margin-top: 1px;
margin-bottom: -1px; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-content {
background: #ffffff; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-content footer {
margin: 0 -12px; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-row-dokumente-intro {
padding-bottom: 3rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data thead tr th {
padding: 1rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data thead tr th p {
margin: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr:first-child td {
border-top: none; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td {
padding: 1rem;
display: table-cell; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td:last-child {
margin-bottom: 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td p {
padding: 0 0 0.6rem 0; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description {
padding: 0;
width: 100%; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td .bt-documents-description ul.bt-redner-liste {
margin-left: 1.5em;
margin-top: .3em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td[data-th="Dokument"] {
max-width: 24em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tbody tr td[data-th="Dokumenttyp"] {
max-width: 8em; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-module-content footer {
margin: 0 -15px; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button {
display: block; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-prev {
left: -0.1em; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-next {
right: -0.1em; }
#main .bt-module-row.bt-module-row-sitzungsablauf table.bt-table-data tr th:nth-child(3) {
width: 37rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow {
position: fixed;
top: 50vh; } }
/* Media Large */
@media (min-width: 1280px) {
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button {
display: block; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-prev {
left: 5rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-next {
right: 5rem; } }
/* Zusatzbreakpoint für Pfeile */
@media (min-width: 1500px) {
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button {
display: block; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-prev {
left: 10rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-next {
right: 10rem; } }
@media (min-width: 1700px) {
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button {
display: block; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-prev {
left: 19rem; }
#main .bt-module-row.bt-module-row-sitzungsablauf .bt-overlay-swiper button.slick-arrow.slick-next {
right: 19rem; } }
/*!
* ******************************************************
* Copyright (C) 1994-2020 Babiel GmbH <info@babiel.com>
*
* This file is part of a Babiel development
*
* Redistribution and use in source and binary forms, with or without
* modification, are not permitted without the express
* permission of Babiel GmbH
*
* Any modification is not permitted without the express
* permission of Babiel GmbH
*
* The file may contain confidential and or privileged materials.
* Any review, retransmission, dissemination or other use of
* or taking of any action in reliance upon, this file
* by persons or entities other than the intended is prohibited.
* ******************************************************
*/
/* Modul Quiz */
.bt-module-row-quiz {
margin-bottom: 5rem; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__container {
padding: 0 13.4rem; } }
@media only screen and (min-width: 1200px) {
.bt-module-row-quiz .m-quiz__container {
padding: 0;
display: flex; } }
.bt-module-row-quiz .m-quiz__container, .bt-module-row-quiz .m-quiz__container--end {
margin-top: 4rem; }
.bt-module-row-quiz .m-quiz__container--no-pic {
justify-content: center; }
.bt-module-row-quiz .m-quiz__container--no-pic .m-quiz__content {
flex-grow: 0; }
@media only screen and (min-width: 1200px) {
.bt-module-row-quiz .m-quiz__container--no-pic .m-quiz__content {
width: 66%; } }
.bt-module-row-quiz .m-quiz__img {
margin-bottom: 3rem; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__img {
margin-bottom: 6rem; } }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__img--question {
margin-bottom: 4rem; } }
@media only screen and (min-width: 1200px) {
.bt-module-row-quiz .m-quiz__img--question {
margin-bottom: 0;
margin-right: 4rem;
flex: 0 0 32.8rem; } }
@media only screen and (min-width: 1920px) {
.bt-module-row-quiz .m-quiz__img--question {
flex-basis: 36rem; } }
.bt-module-row-quiz .m-quiz__content {
flex-grow: 1; }
.bt-module-row-quiz .m-quiz__heading {
padding: 0;
margin-top: 0;
margin-bottom: 2rem; }
.bt-module-row-quiz .m-quiz__heading p {
margin: 0;
font-size: 2.4rem;
line-height: 3.4rem; }
.bt-module-row-quiz .m-quiz__description {
margin-top: 0;
margin-bottom: 4rem; }
.bt-module-row-quiz .m-quiz__option-wrapper {
margin-bottom: 4rem; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__option-wrapper {
display: flex;
flex-wrap: wrap; } }
@media only screen and (min-width: 1920px) {
.bt-module-row-quiz .m-quiz__option-wrapper--answer {
margin-bottom: 6rem; } }
.bt-module-row-quiz .m-quiz__option {
width: 100%;
border: 0.2rem solid transparent;
border-radius: 0.5rem;
text-align: center;
padding: 0.4rem 3rem;
margin-bottom: 3rem;
color: #000000;
background-color: #eeeeee;
transition: none !important;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
box-sizing: border-box;
font-size: 1.4rem;
line-height: 2.2rem;
white-space: normal; }
.bt-module-row-quiz .m-quiz__option:last-of-type {
margin-bottom: 0; }
.bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--not-clickable) {
cursor: pointer; }
.bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--not-clickable):hover, .bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--not-clickable):focus, .bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--not-clickable):active {
border: 0.2rem solid #ff7100; }
.bt-module-row-quiz .m-quiz__option--selected, .bt-module-row-quiz .m-quiz__option--selected:hover, .bt-module-row-quiz .m-quiz__option--selected:active, .bt-module-row-quiz .m-quiz__option--selected:focus {
background-color: #ff7100; }
.bt-module-row-quiz .m-quiz__option--right, .bt-module-row-quiz .m-quiz__option--right:hover, .bt-module-row-quiz .m-quiz__option--right:active, .bt-module-row-quiz .m-quiz__option--right:focus {
background-color: #CBF2E9; }
.bt-module-row-quiz .m-quiz__option--wrong, .bt-module-row-quiz .m-quiz__option--wrong:hover, .bt-module-row-quiz .m-quiz__option--wrong:active, .bt-module-row-quiz .m-quiz__option--wrong:focus {
background-color: #F2D0D8; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--start) {
flex: 1 0 37%; }
.bt-module-row-quiz .m-quiz__option--start {
flex: 1 0 20%;
margin-bottom: 0;
margin-right: 3rem; }
.bt-module-row-quiz .m-quiz__option--start:last-of-type {
margin-right: 0; }
.bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--start):nth-of-type(2n+1) {
margin-right: 3rem; }
.bt-module-row-quiz .m-quiz__option:not(.m-quiz__option--start):nth-last-of-type(2) {
margin-bottom: 0; } }
.bt-module-row-quiz .m-quiz__option--dummy {
visibility: hidden; }
.bt-module-row-quiz .m-quiz__button-wrapper {
display: flex;
justify-content: flex-end; }
.bt-module-row-quiz .m-quiz__button {
width: 14.3rem;
padding: 0.8rem 0;
font-size: 1.4rem;
line-height: 1.7rem;
white-space: normal;
background-color: #F0F2F4;
color: #000000;
border: none;
border-radius: 0.5rem; }
.bt-module-row-quiz .m-quiz__button--active {
background-color: #31505f;
color: #ffffff; }
.bt-module-row-quiz .m-quiz__button:not(:disabled):hover, .bt-module-row-quiz .m-quiz__button:active, .bt-module-row-quiz .m-quiz__button:focus {
background-color: #ff7100;
color: #000000; }
.bt-module-row-quiz .m-quiz__count {
font-size: 1.6rem;
line-height: 1.6rem;
margin-bottom: 1rem; }
.bt-module-row-quiz .m-quiz__question {
margin: 0 0 4rem;
padding: 0;
font-size: 2.4rem;
line-height: 3.4rem; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__question {
margin-bottom: 4rem; } }
.bt-module-row-quiz .m-quiz__check-wrapper {
margin-bottom: 4rem; }
.bt-module-row-quiz .m-quiz__check {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.6rem;
line-height: 1.6rem;
font-weight: bold;
margin-bottom: 1rem; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__check {
margin-bottom: 2rem; } }
.bt-module-row-quiz .m-quiz__check--right {
color: #05795D; }
.bt-module-row-quiz .m-quiz__check--wrong {
color: #ca2f56; }
.bt-module-row-quiz .m-quiz__text p {
font-size: 1.4rem;
line-height: 2.2rem; }
.bt-module-row-quiz .m-quiz__percentage-wrapper {
margin-top: 2rem;
height: 2.4rem;
border-radius: 6rem;
background-color: #F2F2F2;
overflow: hidden; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__percentage-wrapper {
margin-top: 3rem; } }
.bt-module-row-quiz .m-quiz__percentage--filled {
width: 0;
height: 100%;
border-radius: 6rem 0 0 6rem;
background-color: #ff7100;
transition: width 555ms ease-in-out; }
.bt-module-row-quiz .m-quiz__result {
font-size: 2.4rem;
line-height: 3.4rem;
padding-bottom: 0;
margin-bottom: 2rem; }
@media only screen and (min-width: 992px) {
.bt-module-row-quiz .m-quiz__result {
margin-bottom: 4rem; } }
.bt-module-row-quiz .m-quiz__result-info {
font-size: 1.6rem;
line-height: 1.6rem; }
.bt-module-row-quiz .m-quiz__result-text-wrapper {
margin: 4rem 0; }
.bt-module-row-quiz .m-quiz__result-text--heading {
margin-bottom: 2rem;
font-weight: bold; }
.bt-module-row-quiz .m-quiz__result-text--heading p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.6rem;
line-height: 2.8rem; }
.bt-module-row-quiz .m-quiz__result-text--text {
margin: 0; }
.bt-module-row-quiz .m-quiz__result-text--text p {
font-size: 1.4rem;
line-height: 2.2rem; }
.bt-module-row-quiz .bt-bild-standard {
height: auto;
width: 100%; }
.bt-module-row-quiz .bt-bild-standard .bt-bild-info-text p {
margin-bottom: 0.7rem; }
.bt-module-row-quiz .bt-bild-standard .e-picture__img {
height: 100%;
width: 100%; }
.bt-module-row-quiz p {
margin: 0; }
.bt-module-row-quiz .bt-title {
padding-bottom: 0 !important; }
/* Modul Namentliche Abstimmung */
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi {
overflow: visible; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab {
margin-top: -3em;
overflow: visible; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-module-overlay {
top: -37.1rem;
z-index: 60; }
@media (max-width: 320px) {
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-module-overlay {
top: -44.7rem; } }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person {
min-height: 26.5rem;
padding-bottom: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person p.bt-person-abstimmung.bt-abstimmung-na {
line-height: 1.2em; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person p.bt-person-abstimmung.bt-abstimmung-na span {
display: inline; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person .bt-bild-standard.bt-bild-standard-webarchiv {
max-height: 12.5rem;
overflow: hidden; }
@media (max-width: 375px) {
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person .bt-bild-standard.bt-bild-standard-webarchiv {
max-height: 14.9rem; } }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view {
width: 100%;
height: auto;
float: left; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive {
border: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr td, #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr th {
white-space: normal; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr td:nth-child(4n), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr th:nth-child(4n) {
white-space: nowrap; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr td:nth-child(3n), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr th:nth-child(3n) {
display: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view p.bt-person-abstimmung.bt-abstimmung-na span {
display: inline; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-standard-content.bt-na-table, #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-paginierung {
padding: 0 1.5rem; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .filter-group .select2-container--default .select2-selection--single .select2-selection__placeholder,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .filter-group .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #000000; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden {
overflow: hidden;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
border-top: 1px solid #cccccc; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-teaser,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-teaser {
margin-bottom: 1.5rem;
float: left; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-teaser .bt-teaser-standard .bt-date,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-teaser .bt-teaser-standard .bt-date {
padding: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-teaser .bt-teaser-standard h3,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-teaser .bt-teaser-standard h3 {
font-weight: normal; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more {
color: #31505f;
background-color: #ffffff;
border-bottom: 1px solid #cccccc;
box-shadow: none;
font-weight: bold;
position: static;
bottom: 0;
left: 0;
z-index: 50; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more:hover, #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more:focus,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more:hover,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more:focus {
color: #000000; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more i,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more i {
display: block;
margin-top: -2px;
margin-left: -10px; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more span.bt-show-more-text,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more span.bt-show-more-text {
display: inline; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more span.bt-show-less-text,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more span.bt-show-less-text {
display: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more.showAll span.bt-show-more-text,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more.showAll span.bt-show-more-text {
display: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos button.bt-btn-show-more.showAll span.bt-show-less-text,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden button.bt-btn-show-more.showAll span.bt-show-less-text {
display: inline; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow {
height: auto;
overflow: hidden; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser {
display: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(1), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(2), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3) {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3n+1) {
clear: both; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow.showAll .bt-teaser {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-tagesordnungspunkt-teaser {
position: relative; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser-person {
padding-bottom: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow {
overflow: hidden;
height: auto;
transition: max-height 0.3s ease-in; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser {
display: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(1), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(2), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3) {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow.showAll .bt-teaser {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow.showAll {
max-height: 10000rem;
transition: max-height 0.3s ease-out; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser-text {
padding: 0;
height: 8em;
overflow: hidden; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser-text p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
color: #000000;
font-size: 1.4rem;
line-height: 1.4em; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content aside.bt-aside {
padding-top: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-pages-overlay.bt-module-row-biografien .bt-profil,
#main .bt-module-row-namentliche-abstimmung .bt-pages-overlay.bt-module-row-biografien-single .bt-profil {
padding: 5.5rem 1rem 2rem 0; }
#main .bt-module-row-namentliche-abstimmung .bt-standard-content.bt-na-table .table.table-na {
border-bottom: none; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table h4.bt-title {
margin: 1.5em 0 0.6em 0; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive {
clear: both; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na th, #main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na td {
border-right: none;
border-left: none;
padding: 1em 0.5em 0.5em 0; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:first-child, #main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:first-child {
min-width: 10em; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:nth-child(2n), #main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:nth-child(2n) {
max-width: 11em;
white-space: normal; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na p.bt-person-abstimmung.bt-abstimmung-na span {
display: inline; }
#main .bt-module-row-biografien .bt-standard-content.bt-na-table .table-responsive table.table.table-na p.bt-person-abstimmung.bt-abstimmung-na span {
display: inline; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden {
padding-top: 3rem;
margin-top: 1rem; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4) {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3n+1) {
clear: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4n+1) {
clear: both; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person {
min-height: 35em;
padding-bottom: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person .bt-bild-standard.bt-bild-standard-webarchiv {
max-height: 21.6rem; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-module-overlay {
top: -31.2rem; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr th, #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr th {
white-space: nowrap; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr td:nth-child(3n), #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-namentliche-abstimmung-list-view .table-responsive tr th:nth-child(3n) {
display: table-cell; }
#main .bt-module-row-namentliche-abstimmung .bt-pages-overlay.bt-module-row-biografien .bt-profil,
#main .bt-module-row-namentliche-abstimmung .bt-pages-overlay.bt-module-row-biografien-single .bt-profil {
padding: 0 1rem 0; }
#main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:nth-child(2n), #main .bt-module-row-biografien-single .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:nth-child(2n) {
max-width: none; } }
/* Desktop */
@media (min-width: 992px) {
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos {
border-top: none;
margin-top: 0;
padding-top: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-teaser,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-teaser {
border-left: 1px solid #cccccc; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-teaser:nth-child(2n+1),
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-teaser:nth-child(2n+1) {
border-left: 1px solid transparent; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4) {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow {
height: auto;
transition: max-height 0.25s; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow.showAll {
max-height: 10000rem;
transition: max-height 0.25s; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow {
transition: max-height 0.25s; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow.showAll {
max-height: 10000rem;
height: auto !important;
transition: max-height 0.25s; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4n+1) {
clear: none; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(2n+1) {
clear: both; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-reden,
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-tagesordnungspunkt-videos {
display: block; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-accordion-toggle {
top: -0.25rem; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-standard-content.bt-na-table, #main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-paginierung {
padding: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-module-overlay {
top: -29.25rem; }
#main .bt-module-row-namentliche-abstimmung .bt-step-navi.bt-content-tab-navi .tab-content .bt-module-row-abstimmungsergebnistab .bt-slider .bt-teaser-person .bt-bild-standard.bt-bild-standard-webarchiv {
max-height: 22.7rem; }
#main .bt-module-row-namentliche-abstimmung aside.bt-aside {
margin-top: 0; }
#main .bt-module-row-namentliche-abstimmung .bt-pages-overlay.bt-module-row-biografien .bt-profil,
#main .bt-module-row-namentliche-abstimmung .bt-pages-overlay.bt-module-row-biografien-single .bt-profil {
padding: 0 0 0 0; } }
html.detection-ipad #div_5776509, html.detection-iphone #div_5776509 {
max-height: 70vh; }
#main .bt-module-row-grundgesetzTeaser {
margin-bottom: 3rem;
/* topic-card */
/* Hintergrundbild + Titeltext. */
/* teaser-card */
/* Farbfläche, Border (Rot oder Schwarz), Titel und Zitat bzw Bodytext */
/* Nur auf Geräten >= Tablet */ }
#main .bt-module-row-grundgesetzTeaser .container-fluid.bt-module-content {
padding: 0; }
#main .bt-module-row-grundgesetzTeaser .container-fluid.bt-module-head {
padding: 0 1rem; }
@media screen and (min-width: 768px) {
#main .bt-module-row-grundgesetzTeaser .container-fluid.bt-module-head {
padding: 0 1.5rem; } }
@media screen and (min-width: 768px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-container {
display: grid;
display: -ms-grid;
grid-template-columns: repeat(3, 1fr);
-ms-grid-columns: 1fr 1fr 1fr;
grid-gap: .3rem; } }
@media screen and (min-width: 992px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-container {
grid-template-columns: repeat(4, 1fr);
-ms-grid-columns: 1fr 1fr 1fr 1fr; } }
@media screen and (min-width: 992px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-container:not(.expanded) > .bt-gg-card:nth-last-child(-n+12) {
display: none !important; } }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card {
position: relative;
width: 100%;
height: 100%;
display: inline-flex; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card h3, #main .bt-module-row-grundgesetzTeaser .bt-gg-card h5 {
margin: 0;
padding: 0; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card img {
pointer-events: none; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card > a {
position: relative;
display: inline-flex;
width: 100%;
height: 100%; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card > a:focus .bt-gg-card-topic__title h3,
#main .bt-module-row-grundgesetzTeaser .bt-gg-card > a:hover .bt-gg-card-topic__title h3 {
text-decoration: underline; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card__faux-pad {
position: absolute;
top: 2rem;
right: 2rem;
bottom: 2rem;
left: 2rem;
display: flex;
flex-flow: column; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card .bt-bild-info-icon {
z-index: 5; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-topic__title {
margin-top: auto;
margin-right: 1.5rem; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-topic__title h3 {
padding: .5rem;
display: inline;
color: #000000;
background-color: #ffffff;
white-space: pre-wrap;
-webkit-box-decoration-break: clone;
-ms-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
font-size: 1.8em; }
@media screen and (min-width: 1200px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-topic__title h3 {
font-size: 2em; } }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser {
border: .8rem solid; }
@media screen and (max-width: 768px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser {
display: none; } }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__title {
margin-bottom: 2.5rem; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__title h5 {
font-weight: 600; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__body {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__body, #main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__body p {
font-size: 1.8rem; }
@media screen and (min-width: 1200px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__body, #main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__body p {
font-size: 2.1rem; } }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser__body p {
margin: 0; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser--red {
color: #a9442b;
border-color: #a9442b; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-card-teaser--gray {
color: #707070;
border-color: #707070; }
#main .bt-module-row-grundgesetzTeaser .bt-slider-mobile-navi {
background-color: #eeeeee; }
#main .bt-module-row-grundgesetzTeaser .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 1rem; }
#main .bt-module-row-grundgesetzTeaser .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 1rem; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn {
position: relative;
display: block;
margin: 3rem 0;
padding-left: 0;
padding-right: 0;
width: 100%;
color: #31505f !important;
font-weight: bold;
border: none;
box-shadow: none;
background-color: transparent !important; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn .line-wrap {
position: relative; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn .line-wrap hr {
position: absolute;
top: 50%;
right: 0;
left: 0;
margin: 0;
border-width: .2rem;
border-color: #f3f4f5; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn .line-wrap span {
position: relative;
padding: 0 1rem;
background: #ffffff;
z-index: 5; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn .bt-gg-show-less {
display: none; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn--expanded .bt-gg-show-less {
display: block; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more-btn--expanded .bt-gg-show-more {
display: none; }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more,
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-less {
margin: 0 1.5rem; }
@media screen and (min-width: 1200px) {
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more,
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-less {
margin: 0; } }
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-more > i,
#main .bt-module-row-grundgesetzTeaser .bt-gg-show-less > i {
padding: 0; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card,
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card {
width: calc(100% - 3px);
height: calc(100% - 3px);
margin: 2px; }
@media screen and (min-width: 768px) {
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(1),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(1) {
-ms-grid-column: 1;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(2),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(2) {
-ms-grid-column: 2;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(3),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(3) {
-ms-grid-column: 3;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(4),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(4) {
-ms-grid-column: 1;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(5),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(5) {
-ms-grid-column: 2;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(6),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(6) {
-ms-grid-column: 3;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(7),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(7) {
-ms-grid-column: 1;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(8),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(8) {
-ms-grid-column: 2;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(9),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(9) {
-ms-grid-column: 3;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(10),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(10) {
-ms-grid-column: 1;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(11),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(11) {
-ms-grid-column: 2;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(12),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(12) {
-ms-grid-column: 3;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(13),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(13) {
-ms-grid-column: 1;
-ms-grid-row: 5; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(14),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(14) {
-ms-grid-column: 2;
-ms-grid-row: 5; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(15),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(15) {
-ms-grid-column: 3;
-ms-grid-row: 5; } }
@media screen and (min-width: 992px) {
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(1),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(1) {
-ms-grid-column: 1;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(2),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(2) {
-ms-grid-column: 2;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(3),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(3) {
-ms-grid-column: 3;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(4),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(4) {
-ms-grid-column: 4;
-ms-grid-row: 1; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(5),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(5) {
-ms-grid-column: 1;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(6),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(6) {
-ms-grid-column: 2;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(7),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(7) {
-ms-grid-column: 3;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(8),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(8) {
-ms-grid-column: 4;
-ms-grid-row: 2; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(9),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(9) {
-ms-grid-column: 1;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(10),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(10) {
-ms-grid-column: 2;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(11),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(11) {
-ms-grid-column: 3;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(12),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(12) {
-ms-grid-column: 4;
-ms-grid-row: 3; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(13),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(13) {
-ms-grid-column: 1;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(14),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(14) {
-ms-grid-column: 2;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(15),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(15) {
-ms-grid-column: 3;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(16),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(16) {
-ms-grid-column: 4;
-ms-grid-row: 4; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(17),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(17) {
-ms-grid-column: 1;
-ms-grid-row: 5; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(18),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(18) {
-ms-grid-column: 2;
-ms-grid-row: 5; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(19),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(19) {
-ms-grid-column: 3;
-ms-grid-row: 5; }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(20),
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card:nth-child(20) {
-ms-grid-column: 4;
-ms-grid-row: 5; } }
html.detection-ie #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card-topic__title h3,
html.detection-edge #main .bt-module-row-grundgesetzTeaser .bt-gg-card-container .bt-gg-card-topic__title h3 {
display: inline-block;
padding: .5rem;
margin-left: -.2rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap {
height: 100rem;
max-height: 20rem;
overflow: hidden; }
@media screen and (min-width: 768px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap {
max-height: 30rem; } }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap {
max-height: 40rem; } }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard {
height: 100%; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard img {
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;'; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-icon,
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-text {
bottom: auto; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-icon {
top: 1em; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-text {
padding: 1.3em 3.5em 1.3em 1.5em;
top: 0;
right: 0; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-text {
max-width: 25rem; } }
@media screen and (min-width: 1720px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-icon {
top: auto;
bottom: 1em; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-hero-wrap .bt-bild-standard .bt-bild-info-text {
top: auto;
bottom: 0; } }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-container {
margin: -4rem 0 5rem 0;
padding: 2rem 1.5rem;
background-color: #ffffff; }
@media screen and (min-width: 768px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-container {
margin: -11.5rem 0 5rem 0;
padding: 2.5rem 2rem; } }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-container {
margin: -14rem 0 5rem 0;
padding: 4rem 3.5rem; } }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-container header {
padding-top: 0; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-container header h2 {
padding-bottom: 2.5rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-column {
display: flex;
flex-flow: column;
margin: 0 1.6rem;
flex: 1; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-column__headline {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 0.1rem solid #000000; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-column__headline h5 {
padding: 0;
font-size: 1.8rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-column__item {
font-size: 1.4rem;
margin: 0; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-column__item:not(:last-of-type) {
margin-bottom: 1.5rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-slider-mobile-navi {
margin-top: 3rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-slider-mobile-navi .slick-next {
right: 1.5rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-slider-mobile-navi .slick-prev {
left: 1.5rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav {
margin: 0; }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav {
position: relative;
padding: 0 2.5rem;
margin: 0 0 2.5rem 0; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items {
overflow: hidden; } }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items {
position: relative;
margin: 0; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items a:hover,
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items a:active,
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items a:focus,
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items a:visited {
text-decoration: none; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items li {
position: relative;
margin: 0;
padding-right: 3rem;
z-index: 5; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items li:last-child {
padding-right: 0; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav__items li:after {
content: ' ';
position: absolute;
background-color: #000000;
width: 100%;
height: .1rem;
right: 0;
bottom: 0;
left: 0;
z-index: -1; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow {
display: block;
position: absolute;
top: calc(50% - .5rem);
transform: translateY(-50%);
border: none;
background: transparent; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow:before {
font-family: "bt-icons";
font-size: 2.5rem;
color: #000000; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow.disabled {
cursor: default;
pointer-events: none; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow.disabled:before {
opacity: 0.3; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow:not(.disabled):hover:before, #main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow:not(.disabled):focus:before {
color: #ff7100; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow.nav-prev {
left: -.5rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow.nav-prev:before {
right: 0;
content: "\e800"; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow.nav-next {
right: -.6rem; }
#main .bt-module-row.bt-module-row-grundgesetz .bt-gg-tab-nav .nav-arrow.nav-next:before {
right: 0;
content: "\e801"; }
#main .bt-module-row.bt-module-row-grundgesetz .tab-content {
position: relative;
padding-top: 3.5rem;
background-color: #ffffff;
z-index: 5;
margin: -1.6rem -1.5rem 0 -1.5rem; }
@media (pointer: coarse) {
#main .bt-module-row.bt-module-row-grundgesetz .tab-content {
margin-top: 0; } }
@media screen and (min-width: 992px) {
#main .bt-module-row.bt-module-row-grundgesetz .tab-content {
padding-top: 0;
margin-top: 0; } }
#main .bt-module-row.bt-module-row-grundgesetz .tab-content .slick-track {
display: flex !important; }
#main .bt-module-row.bt-module-row-grundgesetz .tab-content .slick-slide {
height: inherit !important; }
/* Modul Alumni Worldmap */
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap {
height: 48vh;
min-height: 360px; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap .bt-accept-map-container {
background: url(/resource/crblob/647958/6974f6ba5affee394fc3f968e2afaabc/IPS-Weltkarte_BG-jpg-data.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-container {
height: 100%; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-cluster {
width: 42px;
height: 42px;
line-height: 42px;
color: #ffffff;
background-color: #31505f;
border-radius: 50%;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 20px;
text-align: center; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-location .pin {
width: 42px;
height: 42px;
background-color: #31505f;
border-radius: 50% 50% 50% 0;
transform: rotate(-45deg); }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-location .pin:after {
content: ' ';
position: absolute;
width: 10px;
height: 10px;
display: block;
background-color: #ffffff;
border-radius: 50%;
top: 50%;
left: 50%;
margin-left: -5px;
margin-top: -5px; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-location.active .pin {
background-color: #ff7100; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup .bt-alumni-worldmap-popup-title {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
margin-bottom: 24px;
padding-right: 16px; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup .bt-alumni-worldmap-popup-title-content {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup .leaflet-popup-content-wrapper {
border-radius: 0; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup .leaflet-popup-content {
margin: 0;
padding: 24px;
border: none;
position: relative; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup button.bt-alumni-popup-close-button {
position: absolute;
top: 10px;
right: 10px;
border: 1px solid #000000;
color: #ffffff;
background-color: #ffffff;
width: 24px;
height: 24px;
outline: none;
cursor: pointer;
border-radius: 50%;
font-family: "bt-icons";
font-style: normal;
font-weight: normal; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup button.bt-alumni-popup-close-button:after {
position: absolute;
display: block;
content: '\e830';
font-size: 11px;
color: #000000;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%); }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup button.bt-alumni-popup-close-button:hover {
color: #ffffff; }
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap-popup button.bt-alumni-popup-close-button:hover:after {
color: #ff7100; }
@media (min-width: 768px) {
#main .bt-alumni-worldmap-popup {
left: auto; } }
@media (min-width: 992px) {
#main .bt-module-row.bt-module-row-alumni-worldmap .bt-alumni-worldmap {
height: 48rem; } }
@media (max-width: 768px) {
.bt-alumni-worldmap-popup {
left: -140px !important; }
.bt-alumni-worldmap-popup .leaflet-popup-content {
min-width: 256px !important;
width: 100% !important; } }
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in; }
.leaflet-cluster-spider-leg {
/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }
/* Modul Alumni Filter */
#main .bt-module-row.bt-module-row-alumni-filter {
background: #eeeeee;
padding-bottom: 0;
overflow: hidden; }
#main .bt-module-row.bt-module-row-alumni-filter header.bt-overlay-header {
background: #eeeeee;
min-height: 9rem; }
/* Modul Alumni Akkordeon */
#main .bt-module-row.bt-module-row-alumni-accordion {
background: #eeeeee;
padding-bottom: 0;
overflow: hidden; }
#main .bt-module-row.bt-module-row-alumni-accordion header.bt-overlay-header {
background: #eeeeee;
min-height: 9rem; }
#main .bt-module-row.bt-module-row-alumni-accordion .bt-accordion-groups {
position: relative;
height: auto; }
#main .bt-module-row.bt-module-row-alumni-accordion .bt-accordion-groups:before {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -20vw;
top: -1px; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-group {
border-bottom: 2px solid #ffffff;
margin-left: -10px;
margin-right: -10px;
padding-top: 30px;
padding-bottom: 60px; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-group-title {
margin: 0 0 0 11px; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item {
position: relative;
display: block;
padding: 16px;
clear: left;
border-top: 1px solid #cccccc; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item:last-child {
border-bottom: 1px solid #cccccc; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item.collapsed {
border-top-color: #000000;
background-color: #ffffff; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item.collapsed .alumni-accordion-item-title:after {
transform: rotate(180deg); }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item-title {
font-family: Georgia, Times New Roman, Times, serif;
padding: 0 16px;
font-size: 2em;
margin: 0; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item-title:after {
display: block;
width: 24px;
height: 24px;
font-family: "bt-icons";
font-size: 18px;
transform: rotate(0deg);
color: black;
font-weight: bold;
border: 1px solid #000000;
float: right;
border-radius: 50%;
text-align: center;
line-height: 21px;
text-decoration: none !important;
text-decoration: unset !important;
margin-right: 16px;
content: "\e80b"; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-location-title {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
margin-bottom: 24px;
margin-top: 24px;
padding-right: 16px; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item-content {
padding: 0 16px; }
@media (min-width: 768px) {
#main .bt-module-row.bt-module-row-alumni-accordion .bt-accordion-groups {
border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff;
margin-bottom: 80px; }
#main .bt-module-row.bt-module-row-alumni-accordion .bt-accordion-groups:after {
content: "";
position: absolute;
width: 200vw;
height: 2px;
background: #ffffff;
left: -20vw;
bottom: 0; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-items {
margin-left: 30px;
margin-right: 30px; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-group {
margin-left: 0;
margin-right: 0; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-item-title {
font-size: 2em;
padding-left: 16px;
padding-right: 0; }
#main .bt-module-row.bt-module-row-alumni-accordion .alumni-accordion-group-title {
margin: 0 0 0 30px; } }
.alumni-accordion-item-content a[target='_blank'],
.bt-alumni-worldmap-popup-content a[target='_blank'] {
font-size: 1.4rem; }
.alumni-accordion-item-content a[target='_blank']:before,
.bt-alumni-worldmap-popup-content a[target='_blank']:before {
display: inline-block;
content: '\e834';
font-family: "bt-icons";
margin-right: 6px; }
#main .bt-module-content-wrap--bg-img {
color: #fff; }
#main .bt-module-content-wrap--bg-img .bt-module-volkskammer-button {
color: #fff; }
#main .bt-module-content-wrap--bg-img .bt-module-volkskammer-button .bt-button-message {
color: black;
background-color: #fff;
padding: .6rem 2rem; }
#main .bt-module-row .bt-module-content-wrap--bg-img h2.bt-title {
border-top-color: #fff; }
#main .bt-module-row-volkskammer {
background-color: transparent !important; }
#main .bt-module-content-wrap .bt-content-volkskammer-wrapper {
margin-top: 2rem;
transition: opacity .6s; }
@media screen and (min-width: 992px) {
#main .bt-module-content-wrap .bt-content-volkskammer-wrapper {
margin-top: 0; } }
#main .bt-module-content-wrap .bt-content-volkskammer-wrapper--hide-me {
opacity: 0; }
@media (min-width: 768px) {
#main .bt-module-content-wrap .bt-content-volkskammer-wrapper {
transition: transform .6s, opacity .6s; }
#main .bt-module-content-wrap .bt-content-volkskammer-wrapper--hide-me {
transform: translateY(2rem);
opacity: 0; } }
#main .bt-module-content-wrap .bt-module-volkskammer-container-small {
width: 100%;
position: relative;
height: auto;
margin-bottom: 5rem; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi::before {
background: transparent; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi {
margin-top: 0.5rem;
margin-bottom: 1.5rem; }
#main .bt-module-content-wrap .bt-module-container-big .slick-arrow {
color: white; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-next::before,
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-prev::before {
color: white; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-next.black::before,
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-prev.black::before {
color: #000000 !important; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover::before,
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus::before,
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-disabled:active::before {
color: #fff; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow.slick-disabled::before {
color: #fff;
opacity: .1; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow:hover::before,
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow:focus::before,
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-mobile-navi .slick-arrow:active::before {
color: #ff7100; }
#main .bt-module-content-wrap .bt-module-container-big .bt-slider-index {
color: white; }
#main .bt-module-content-wrap .bt-module-container-big .bt-element-volkskammer-item img {
width: 100%; }
#main .bt-module-row-volkskammer .bt-module-volkskammer-button .bt-title {
display: block;
font-size: 2rem;
margin-bottom: 1rem;
border-top-color: #fff; }
#main .bt-module-row-volkskammer--white .bt-module-volkskammer-button .bt-title {
border-top-color: #000; }
#main .bt-module-volkskammer-button {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
justify-content: center;
flex-direction: column; }
#main .bt-module-volkskammer-button .bt-button-message {
display: block;
margin-bottom: 6rem;
box-shadow: none;
-webkit-box-shadow: none; }
#main .bt-module-volkskammer--bg-img canvas {
position: absolute;
z-index: -1;
width: 100% !important;
height: 100% !important; }
#main .bt-module-volkskammer--bg-img::before {
content: '';
background-color: #000;
opacity: 0.5;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
/* CONTENT SCSS */
#main form input[type=checkbox] ~ label a:link.linkIntern, #main .bt-standard-content p a:link.linkIntern,
#main .bt-standard-content ol a:link.linkIntern,
#main .bt-standard-content ul a:link.linkIntern,
#main .bt-standard-content label a:link.linkIntern, #main form input[type=checkbox] ~ label a:link.linkExtern, #main .bt-standard-content p a:link.linkExtern,
#main .bt-standard-content ol a:link.linkExtern,
#main .bt-standard-content ul a:link.linkExtern,
#main .bt-standard-content label a:link.linkExtern, #main form input[type=checkbox] ~ label a:link.linkGeneric, #main .bt-standard-content p a:link.linkGeneric,
#main .bt-standard-content ol a:link.linkGeneric,
#main .bt-standard-content ul a:link.linkGeneric,
#main .bt-standard-content label a:link.linkGeneric, #main form input[type=checkbox] ~ label a:visited.linkIntern, #main .bt-standard-content p a:visited.linkIntern,
#main .bt-standard-content ol a:visited.linkIntern,
#main .bt-standard-content ul a:visited.linkIntern,
#main .bt-standard-content label a:visited.linkIntern, #main form input[type=checkbox] ~ label a:visited.linkExtern, #main .bt-standard-content p a:visited.linkExtern,
#main .bt-standard-content ol a:visited.linkExtern,
#main .bt-standard-content ul a:visited.linkExtern,
#main .bt-standard-content label a:visited.linkExtern, #main form input[type=checkbox] ~ label a:visited.linkGeneric, #main .bt-standard-content p a:visited.linkGeneric,
#main .bt-standard-content ol a:visited.linkGeneric,
#main .bt-standard-content ul a:visited.linkGeneric,
#main .bt-standard-content label a:visited.linkGeneric {
display: inline;
position: relative;
text-decoration: underline; }
#main form input[type=checkbox] ~ label a:link.linkIntern:before, #main .bt-standard-content p a:link.linkIntern:before,
#main .bt-standard-content ol a:link.linkIntern:before,
#main .bt-standard-content ul a:link.linkIntern:before,
#main .bt-standard-content label a:link.linkIntern:before, #main form input[type=checkbox] ~ label a:link.linkExtern:before, #main .bt-standard-content p a:link.linkExtern:before,
#main .bt-standard-content ol a:link.linkExtern:before,
#main .bt-standard-content ul a:link.linkExtern:before,
#main .bt-standard-content label a:link.linkExtern:before, #main form input[type=checkbox] ~ label a:link.linkGeneric:before, #main .bt-standard-content p a:link.linkGeneric:before,
#main .bt-standard-content ol a:link.linkGeneric:before,
#main .bt-standard-content ul a:link.linkGeneric:before,
#main .bt-standard-content label a:link.linkGeneric:before, #main form input[type=checkbox] ~ label a:visited.linkIntern:before, #main .bt-standard-content p a:visited.linkIntern:before,
#main .bt-standard-content ol a:visited.linkIntern:before,
#main .bt-standard-content ul a:visited.linkIntern:before,
#main .bt-standard-content label a:visited.linkIntern:before, #main form input[type=checkbox] ~ label a:visited.linkExtern:before, #main .bt-standard-content p a:visited.linkExtern:before,
#main .bt-standard-content ol a:visited.linkExtern:before,
#main .bt-standard-content ul a:visited.linkExtern:before,
#main .bt-standard-content label a:visited.linkExtern:before, #main form input[type=checkbox] ~ label a:visited.linkGeneric:before, #main .bt-standard-content p a:visited.linkGeneric:before,
#main .bt-standard-content ol a:visited.linkGeneric:before,
#main .bt-standard-content ul a:visited.linkGeneric:before,
#main .bt-standard-content label a:visited.linkGeneric:before {
font-family: "bt-icons";
display: inline;
position: absolute;
top: -2px; }
#main form input[type=checkbox] ~ label a:link.linkIntern, #main .bt-standard-content p a:link.linkIntern,
#main .bt-standard-content ol a:link.linkIntern,
#main .bt-standard-content ul a:link.linkIntern,
#main .bt-standard-content label a:link.linkIntern, #main form input[type=checkbox] ~ label a:visited.linkIntern, #main .bt-standard-content p a:visited.linkIntern,
#main .bt-standard-content ol a:visited.linkIntern,
#main .bt-standard-content ul a:visited.linkIntern,
#main .bt-standard-content label a:visited.linkIntern {
padding-left: 0.75em; }
#main form input[type=checkbox] ~ label a:link.linkIntern:before, #main .bt-standard-content p a:link.linkIntern:before,
#main .bt-standard-content ol a:link.linkIntern:before,
#main .bt-standard-content ul a:link.linkIntern:before,
#main .bt-standard-content label a:link.linkIntern:before, #main form input[type=checkbox] ~ label a:visited.linkIntern:before, #main .bt-standard-content p a:visited.linkIntern:before,
#main .bt-standard-content ol a:visited.linkIntern:before,
#main .bt-standard-content ul a:visited.linkIntern:before,
#main .bt-standard-content label a:visited.linkIntern:before {
content: '\e801';
left: 1px; }
#main form input[type=checkbox] ~ label a:link.linkExtern, #main .bt-standard-content p a:link.linkExtern,
#main .bt-standard-content ol a:link.linkExtern,
#main .bt-standard-content ul a:link.linkExtern,
#main .bt-standard-content label a:link.linkExtern, #main form input[type=checkbox] ~ label a:visited.linkExtern, #main .bt-standard-content p a:visited.linkExtern,
#main .bt-standard-content ol a:visited.linkExtern,
#main .bt-standard-content ul a:visited.linkExtern,
#main .bt-standard-content label a:visited.linkExtern {
padding-left: 1.3em; }
#main form input[type=checkbox] ~ label a:link.linkExtern:before, #main .bt-standard-content p a:link.linkExtern:before,
#main .bt-standard-content ol a:link.linkExtern:before,
#main .bt-standard-content ul a:link.linkExtern:before,
#main .bt-standard-content label a:link.linkExtern:before, #main form input[type=checkbox] ~ label a:visited.linkExtern:before, #main .bt-standard-content p a:visited.linkExtern:before,
#main .bt-standard-content ol a:visited.linkExtern:before,
#main .bt-standard-content ul a:visited.linkExtern:before,
#main .bt-standard-content label a:visited.linkExtern:before {
content: '\e834';
left: 1px;
top: -2px; }
#main form input[type=checkbox] ~ label a:link.linkGeneric, #main .bt-standard-content p a:link.linkGeneric,
#main .bt-standard-content ol a:link.linkGeneric,
#main .bt-standard-content ul a:link.linkGeneric,
#main .bt-standard-content label a:link.linkGeneric, #main form input[type=checkbox] ~ label a:visited.linkGeneric, #main .bt-standard-content p a:visited.linkGeneric,
#main .bt-standard-content ol a:visited.linkGeneric,
#main .bt-standard-content ul a:visited.linkGeneric,
#main .bt-standard-content label a:visited.linkGeneric {
padding-left: 1.2em; }
#main form input[type=checkbox] ~ label a:link.linkGeneric:before, #main .bt-standard-content p a:link.linkGeneric:before,
#main .bt-standard-content ol a:link.linkGeneric:before,
#main .bt-standard-content ul a:link.linkGeneric:before,
#main .bt-standard-content label a:link.linkGeneric:before, #main form input[type=checkbox] ~ label a:visited.linkGeneric:before, #main .bt-standard-content p a:visited.linkGeneric:before,
#main .bt-standard-content ol a:visited.linkGeneric:before,
#main .bt-standard-content ul a:visited.linkGeneric:before,
#main .bt-standard-content label a:visited.linkGeneric:before {
content: '\e810';
left: 1px;
top: -3px; }
#main form input[type=checkbox] ~ label a:hover.linkIntern, #main .bt-standard-content p a:hover.linkIntern,
#main .bt-standard-content ol a:hover.linkIntern,
#main .bt-standard-content ul a:hover.linkIntern,
#main .bt-standard-content label a:hover.linkIntern, #main form input[type=checkbox] ~ label a:hover.linkExtern, #main .bt-standard-content p a:hover.linkExtern,
#main .bt-standard-content ol a:hover.linkExtern,
#main .bt-standard-content ul a:hover.linkExtern,
#main .bt-standard-content label a:hover.linkExtern, #main form input[type=checkbox] ~ label a:hover.linkGeneric, #main .bt-standard-content p a:hover.linkGeneric,
#main .bt-standard-content ol a:hover.linkGeneric,
#main .bt-standard-content ul a:hover.linkGeneric,
#main .bt-standard-content label a:hover.linkGeneric, #main form input[type=checkbox] ~ label a:focus.linkIntern, #main .bt-standard-content p a:focus.linkIntern,
#main .bt-standard-content ol a:focus.linkIntern,
#main .bt-standard-content ul a:focus.linkIntern,
#main .bt-standard-content label a:focus.linkIntern, #main form input[type=checkbox] ~ label a:focus.linkExtern, #main .bt-standard-content p a:focus.linkExtern,
#main .bt-standard-content ol a:focus.linkExtern,
#main .bt-standard-content ul a:focus.linkExtern,
#main .bt-standard-content label a:focus.linkExtern, #main form input[type=checkbox] ~ label a:focus.linkGeneric, #main .bt-standard-content p a:focus.linkGeneric,
#main .bt-standard-content ol a:focus.linkGeneric,
#main .bt-standard-content ul a:focus.linkGeneric,
#main .bt-standard-content label a:focus.linkGeneric, #main form input[type=checkbox] ~ label a:active.linkIntern, #main .bt-standard-content p a:active.linkIntern,
#main .bt-standard-content ol a:active.linkIntern,
#main .bt-standard-content ul a:active.linkIntern,
#main .bt-standard-content label a:active.linkIntern, #main form input[type=checkbox] ~ label a:active.linkExtern, #main .bt-standard-content p a:active.linkExtern,
#main .bt-standard-content ol a:active.linkExtern,
#main .bt-standard-content ul a:active.linkExtern,
#main .bt-standard-content label a:active.linkExtern, #main form input[type=checkbox] ~ label a:active.linkGeneric, #main .bt-standard-content p a:active.linkGeneric,
#main .bt-standard-content ol a:active.linkGeneric,
#main .bt-standard-content ul a:active.linkGeneric,
#main .bt-standard-content label a:active.linkGeneric {
text-decoration: none; }
#main .bt-invisible h2, #main .bt-invisible h4 {
display: none; }
#main .bt-invisible .bt-accordion-toggle {
display: none !important; }
#main .bt-formular {
position: relative; }
#main .bt-formular .bt-context {
padding-top: 0.6rem; }
#main .bt-formular .bt-context > div {
margin-bottom: 14px; }
#main .bt-formular .bt-context > h2 + div {
margin-bottom: 20px; }
#main .form-group {
margin-bottom: 28px; }
#main .form-group.form-group-no-margin {
margin-bottom: 0; }
#main .form-group .counter {
font-size: 1.4rem; }
#main .form-control {
font-size: 1.4rem;
color: #000000;
border-radius: 0;
border-width: 2px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
height: 3em; }
#main .form-control::-webkit-input-placeholder {
color: #666666; }
#main .form-control:-moz-placeholder {
color: #666666; }
#main .form-control::-moz-placeholder {
color: #666666; }
#main .form-control:-ms-input-placeholder {
color: #666666; }
#main textarea.form-control {
height: auto; }
#main select[multiple].form-control, #main select[size].form-control {
height: auto;
max-height: 8.5em;
padding: 10px 15px; }
#main option {
padding: 5px 16px; }
#main select.form-control {
padding: 5px 12px; }
#main .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #000000; }
#main .has-error .help-block, #main .has-error .control-label, #main .has-error .radio, #main .has-error .checkbox, #main .has-error .radio-inline, #main .has-error .checkbox-inline, #main .has-error.radio label, #main .has-error.checkbox label, #main .has-error.radio-inline label, #main .has-error.checkbox-inline label {
color: #ca2f56; }
#main .has-error .form-control {
border-color: #ca2f56; }
#main .has-error label {
color: #ca2f56; }
#main .has-error input[type=checkbox] ~ label:before, #main .has-error input[type=radio] + label:before, #main .has-error input[type=radio] + input + label:before {
border-color: #ca2f56; }
#main .bt-context {
padding-bottom: 4rem; }
#main form label {
font-size: 1.4rem;
font-weight: normal; }
#main form label a {
text-decoration: underline; }
#main form label a:hover, #main form label a:focus, #main form label a:active {
text-decoration: none; }
#main form p {
font-size: 1.4rem; }
#main form p.bt-fieldset-intro {
color: #666666;
margin-bottom: 12px; }
#main form p.bt-form-filled-text {
font-size: 1.6rem;
color: #000000; }
#main form ul {
font-size: 1.4rem; }
#main form .bt-step-navi ul > li {
font-size: 1.6rem; }
#main form input[type=checkbox] ~ label {
margin: 0 2em 0 0; }
#main form input[type=radio] + label, #main form input[type=radio] + input + label {
margin: 0 2em 1em 0;
width: 100%; }
#main form .bt-form-vertical input[type=radio] + label {
width: auto; }
#main form input[type=checkbox] ~ label:before, #main form input[type=radio] + label:before, #main form input[type=radio] + input + label:before {
font-size: 14px;
font-family: bt-icons;
border: solid 2px #ccc;
content: '\e841';
color: transparent;
height: 22px;
max-height: 22px;
width: 22px;
max-width: 22px;
padding: 1px 0 0 2px;
margin: 0 10px 0 0px;
background-color: #ffffff;
display: inline-block;
line-height: 1.15em; }
#main form input[type=radio] + label:before, #main form input[type=radio] + input + label:before {
border-radius: 50%;
padding-left: 2.5px;
padding-top: 1px; }
#main form input[type=checkbox]:focus ~ label:before, #main form input[type=radio]:focus + label:before, #main form input[type=radio]:focus + input + label:before {
border-color: #000000; }
#main form input[type=checkbox]:checked ~ label:before, #main form input[type=radio]:checked + label:before, #main form input[type=radio]:checked + input + label:before {
color: #ff7100; }
#main form input[type="radio"], #main form input[type="checkbox"] {
position: absolute;
left: -10000px;
float: left; }
#main form input[type=radio]:checked + label:before {
content: '\e847'; }
#main form input[type=text]::-ms-clear, #main form input[type=search]::-ms-clear {
display: none; }
#main form fieldset legend {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2em; }
#main .bt-form-vertical input[type=radio], #main .bt-form-vertical input[type=checkbox] {
margin-top: 25px; }
#main .bt-form-vertical input[type=radio]:first-child, #main .bt-form-vertical input[type=checkbox]:first-child {
margin-top: 0; }
#main .btn {
font-size: 1.4rem;
font-weight: bold;
color: #ffffff;
background-color: #31505f;
border: none;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-weight: normal;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }
#main .btn:active {
-webkit-box-shadow: none;
box-shadow: none;
border: none; }
#main .btn:hover, #main .btn:focus, #main .btn:active {
background-color: #ff7100;
color: #000000; }
#main .btn:hover i:before, #main .btn:focus i:before, #main .btn:active i:before {
text-decoration: underline; }
#main .btn:hover i:before, #main .btn:focus i:before, #main .btn:active i:before {
text-decoration: none; }
#main .btn[disabled=""]:hover, #main .btn[disabled=""]:focus, #main .btn[disabled=""]:active {
color: #ffffff;
background-color: #31505f; }
#main .btn.bt-button-message:hover, #main .btn.bt-button-message:focus, #main .btn.bt-button-message:active {
color: #000000; }
#main .btn.bt-button-add i {
padding-left: 0; }
#main .btn.bt-button-add:hover, #main .btn.bt-button-add:focus, #main .btn.bt-button-add:active {
color: #000000; }
#main .btn i {
padding: 0 0 0 10px; }
#main .btn.bt-button-previous i {
padding: 0 10px 0 0; }
#main .btn[type=reset] {
background-color: #cccccc;
color: #000000;
margin: 0 0 0 30px; }
#main .btn[type=reset]:hover, #main .btn[type=reset]:focus, #main .btn[type=reset]:active {
background-color: #ff7100;
color: #000000; }
#main .bt-form-error-list {
color: #ca2f56; }
#main .bt-step-navi {
margin: 0 0 25px 0;
overflow: hidden;
clear: both; }
#main .bt-step-navi > ul {
font-family: Georgia, Times New Roman, Times, serif;
width: 100%;
max-height: 5em;
margin: 0 0 -1px 0;
padding: 0;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
/*margin-bottom: -20px;
padding-bottom: 20px;*/ }
#main .bt-step-navi > ul li {
font-size: 1.6em;
color: #666666;
display: inline-block;
list-style: none;
padding: 0 0 5px 0;
margin: 0 30px 0 0; }
#main .bt-step-navi > ul li:last-child {
margin: 0; }
#main .bt-step-navi > ul li a {
color: #666666; }
#main .bt-step-navi > ul li.active {
border-bottom: solid 4px #ff7100; }
#main .bt-step-navi > ul li.active a {
color: #000000; }
#main .bt-step-navi.nav-tabs {
border-bottom: none; }
#main .bt-step-navi.nav-tabs ul.tablist > li, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li {
padding-bottom: 0;
cursor: pointer; }
#main .bt-step-navi.nav-tabs ul.tablist > li.active, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.active {
color: #666666;
border-bottom: none;
cursor: default; }
#main .bt-step-navi.nav-tabs ul.tablist > li.active a[data-toggle="tab"]:link, #main .bt-step-navi.nav-tabs ul.tablist > li.active a[data-toggle="tab"]:visited, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a[data-toggle="tab"]:link, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a[data-toggle="tab"]:visited {
border-bottom: solid 4px #ff7100; }
#main .bt-step-navi.nav-tabs ul.tablist > li.active a[data-toggle="tab"]:hover, #main .bt-step-navi.nav-tabs ul.tablist > li.active a[data-toggle="tab"]:focus, #main .bt-step-navi.nav-tabs ul.tablist > li.active a[data-toggle="tab"]:active, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a[data-toggle="tab"]:hover, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a[data-toggle="tab"]:focus, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.active a[data-toggle="tab"]:active {
padding-bottom: 5px; }
#main .bt-step-navi.nav-tabs ul.tablist > li.disabled, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.disabled {
color: #666666;
border-bottom: none;
cursor: default; }
#main .bt-step-navi.nav-tabs ul.tablist > li.disabled a[role="tab"]:link, #main .bt-step-navi.nav-tabs ul.tablist > li.disabled a[role="tab"]:visited, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.disabled a[role="tab"]:link, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.disabled a[role="tab"]:visited {
text-decoration: none;
border-bottom: solid 4px transparent;
color: #666666; }
#main .bt-step-navi.nav-tabs ul.tablist > li.disabled a[role="tab"]:hover, #main .bt-step-navi.nav-tabs ul.tablist > li.disabled a[role="tab"]:focus, #main .bt-step-navi.nav-tabs ul.tablist > li.disabled a[role="tab"]:active, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.disabled a[role="tab"]:hover, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.disabled a[role="tab"]:focus, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li.disabled a[role="tab"]:active {
color: #000000;
padding-bottom: 10px;
border-bottom: solid 1px #000000; }
#main .bt-step-navi.nav-tabs ul.tablist > li > a[data-toggle="tab"]:link, #main .bt-step-navi.nav-tabs ul.tablist > li > a[data-toggle="tab"]:visited, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li > a[data-toggle="tab"]:link, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li > a[data-toggle="tab"]:visited {
display: block;
height: 100%;
width: 100%;
padding-bottom: 5px;
border-bottom: solid 4px transparent; }
#main .bt-step-navi.nav-tabs ul.tablist > li > a[data-toggle="tab"]:hover, #main .bt-step-navi.nav-tabs ul.tablist > li > a[data-toggle="tab"]:focus, #main .bt-step-navi.nav-tabs ul.tablist > li > a[data-toggle="tab"]:active, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li > a[data-toggle="tab"]:hover, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li > a[data-toggle="tab"]:focus, #main .bt-step-navi.nav-tabs ul[role="tablist"] > li > a[data-toggle="tab"]:active {
text-decoration: none;
color: #000000;
border-bottom: solid 1px #000000;
padding-bottom: 8px; }
#main .bt-step-navi.bt-content-tab-navi .tab-content {
border-top: solid 1px #cccccc;
padding-top: 3rem; }
#main .bt-step-navi.bt-content-tab-navi .tab-content .bt-step-navi {
margin-top: -0.5em; }
#main .bt-step-navi.bt-content-tab-navi .tab-content .tab-content {
padding-top: 0; }
#main input.bt-date-field {
background: url(/resource/crblob/595640/3c58f203a87c06a3889740c4708c7fb8/icon-calendar-png-data.png) no-repeat right 8px center #ffffff;
background-size: 22px 25px;
padding-right: 2.5rem !important; }
#main .bt-button-previous {
margin: 0 0 30px 0; }
#main .bt-context address, #main .bt-context p {
font-size: 1.4rem; }
#main .bt-context h2 {
font-size: 1.8em; }
#main .collapse {
overflow: hidden; }
#main .collapse.in {
overflow: visible; }
#main .bt-collapse {
display: block;
width: 100%; }
#main a.bt-top-collapser, #main a.bt-redner-collapser {
padding-left: 1.4em;
position: relative;
display: inline-block; }
#main a.bt-top-collapser:before, #main a.bt-redner-collapser:before {
font-family: "bt-icons";
content: "\e80c";
color: #ff7100;
position: absolute;
display: inline-block;
line-height: 1em;
/*margin-left: -0.1em;
margin-right: 0.6em;*/
left: -0.1em;
top: 0.2em;
text-align: center;
text-decoration: none;
width: 1em; }
#main a.bt-top-collapser .bt-top-collapse-text, #main a.bt-top-collapser .bt-redner-collapse-text, #main a.bt-redner-collapser .bt-top-collapse-text, #main a.bt-redner-collapser .bt-redner-collapse-text {
display: inline; }
#main a.bt-top-collapser .bt-top-collapse-text-collapsed, #main a.bt-top-collapser .bt-redner-collapse-text-collapsed, #main a.bt-redner-collapser .bt-top-collapse-text-collapsed, #main a.bt-redner-collapser .bt-redner-collapse-text-collapsed {
display: none; }
#main a.bt-top-collapser.collapsed:before, #main a.bt-redner-collapser.collapsed:before {
content: "\e80e";
color: #31505f; }
#main a.bt-top-collapser.collapsed .bt-top-collapse-text, #main a.bt-top-collapser.collapsed .bt-redner-collapse-text, #main a.bt-redner-collapser.collapsed .bt-top-collapse-text, #main a.bt-redner-collapser.collapsed .bt-redner-collapse-text {
display: none; }
#main a.bt-top-collapser.collapsed .bt-top-collapse-text-collapsed, #main a.bt-top-collapser.collapsed .bt-redner-collapse-text-collapsed, #main a.bt-redner-collapser.collapsed .bt-top-collapse-text-collapsed, #main a.bt-redner-collapser.collapsed .bt-redner-collapse-text-collapsed {
display: inline; }
#main .bt-information .bt-accordion-toggle, #main .bt-dokumente .bt-accordion-toggle {
position: absolute;
border: none;
background: none;
font-size: 2em;
float: right;
height: 4em;
width: 4em;
padding: 0;
right: 0;
top: 0;
text-align: right;
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; }
#main .bt-information .bt-accordion-toggle i, #main .bt-dokumente .bt-accordion-toggle i {
color: #000000; }
#main .bt-information .bt-accordion-toggle i:before, #main .bt-dokumente .bt-accordion-toggle i:before {
text-align: right; }
#main .bt-information .bt-accordion-toggle:hover i, #main .bt-information .bt-accordion-toggle:focus i, #main .bt-information .bt-accordion-toggle:active i, #main .bt-dokumente .bt-accordion-toggle:hover i, #main .bt-dokumente .bt-accordion-toggle:focus i, #main .bt-dokumente .bt-accordion-toggle:active i {
color: #ff7100; }
#main .bt-information .bt-accordion-toggle .icon-angle-circled-up, #main .bt-dokumente .bt-accordion-toggle .icon-angle-circled-up {
display: block; }
#main .bt-information .bt-accordion-toggle .icon-angle-circled-down, #main .bt-dokumente .bt-accordion-toggle .icon-angle-circled-down {
display: none; }
#main .bt-information .bt-accordion-toggle.collapsed .icon-angle-circled-up, #main .bt-dokumente .bt-accordion-toggle.collapsed .icon-angle-circled-up {
display: none; }
#main .bt-information .bt-accordion-toggle.collapsed .icon-angle-circled-down, #main .bt-dokumente .bt-accordion-toggle.collapsed .icon-angle-circled-down {
display: block; }
#main .bt-information .bt-accordion-toggle.collapsed + .bt-filterzeile, #main .bt-dokumente .bt-accordion-toggle.collapsed + .bt-filterzeile {
max-height: 0px;
visibility: hidden;
transition: max-height .25s linear, visibility .25s linear; }
#main .bt-module-row {
position: relative;
overflow: hidden;
background-color: #ffffff; }
#main .bt-module-row .bt-module-row {
overflow: visible;
position: inherit;
background-color: inherit; }
#main .bt-module-row.pages-overlay {
overflow: visible; }
#main .bt-module-row header {
width: 100%;
padding-top: 3em;
height: auto;
position: relative;
background: transparent; }
@media (min-width: 992px) {
#main .bt-module-row header:not(.bt-overlay-header) {
display: flex; }
#main .bt-module-row header:not(.bt-overlay-header) > div {
flex: 1 1 auto;
width: auto; } }
#main .bt-module-row header h2 {
padding-bottom: 1.1em; }
#main .bt-module-row header.bt-filterzeile > form {
width: 100%; }
#main .bt-module-row .bt-module-content-wrap .bt-filterzeile .bab-filter-input-wrap.filter-input {
padding-left: 0;
background: transparent; }
@media (min-width: 768px) {
#main .bt-module-row .bt-module-content-wrap .bt-filterzeile .bab-filter-input-wrap.filter-input {
background: inherit; } }
#main .bt-module-row .bt-module-content-wrap .bt-filterzeile .bab-filter-input-wrap.filter-input input {
padding-right: 2.8rem;
height: 3.2rem; }
#main .bt-module-row .bt-module-content-wrap .bt-filterzeile .bab-filter-input-wrap.filter-input .bab-filter-suche-submit {
padding: 0;
top: 50%;
right: .5rem;
transform: translateY(-50%); }
@media (min-width: 992px) {
#main .bt-module-row .bt-module-content-wrap .bt-petitionen-links {
text-align: right; } }
#main .bt-module-row.bt-module-row-suche header {
padding-top: 0; }
#main .bt-module-row .bt-module-row header {
width: 100%;
padding: 0 0.5rem 0 0;
height: auto;
position: relative; }
#main .bt-module-row .bt-accordion-toggle {
position: absolute;
border: none;
background: none;
font-size: 2em;
float: right;
height: 4em;
width: 4em;
padding: 0;
right: 0;
top: 1rem;
text-align: right;
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; }
#main .bt-module-row .bt-accordion-toggle i {
color: #000000; }
#main .bt-module-row .bt-accordion-toggle i:before {
text-align: right; }
#main .bt-module-row .bt-accordion-toggle:hover i, #main .bt-module-row .bt-accordion-toggle:focus i, #main .bt-module-row .bt-accordion-toggle:active i {
color: #ff7100; }
#main .bt-module-row .bt-accordion-toggle .icon-angle-circled-up {
display: block; }
#main .bt-module-row .bt-accordion-toggle .icon-angle-circled-down {
display: none; }
#main .bt-module-row .bt-accordion-toggle.collapsed .icon-angle-circled-up {
display: none; }
#main .bt-module-row .bt-accordion-toggle.collapsed .icon-angle-circled-down {
display: block; }
#main .bt-module-row .bt-accordion-toggle.collapsed + .bt-filterzeile {
max-height: 0px;
visibility: hidden;
transition: max-height .25s linear, visibility .25s linear; }
#main .bt-module-row h2.bt-title, #main .bt-module-row h4.bt-title {
float: left;
position: relative;
bottom: 0;
padding-top: 1.1rem;
border-top: solid 2px #000000;
line-height: normal;
max-width: 90%; }
#main .bt-module-row .sr-only h2.bt-title, #main .bt-module-row .sr-only h4.bt-title {
border: none; }
#main .bt-module-row aside h4.bt-title {
border-top: none; }
#main .bt-module-row aside h5 {
padding-right: 1rem; }
#main .bt-module-row aside .bt-accordion-toggle {
top: 0; }
#main .bt-standard-content ul {
padding: 0;
list-style: none; }
#main .bt-standard-content ul li {
font-size: 1.4rem;
padding: 0 0 0.5em 1.2em;
position: relative; }
#main .bt-standard-content ul li:before {
content: "\2022";
position: absolute;
left: 0;
top: 0;
color: #666666; }
#main .bt-standard-content ul li ul {
padding-top: 0.5em; }
#main .bt-standard-content ul li ul li {
font-size: 1em; }
#main .bt-standard-content ul li ul li:before {
content: "\25cb";
font-size: .7em;
top: 0.25em; }
#main .bt-standard-content ul.bt-linkliste li {
padding: 0 0 0.5em 0;
position: relative;
font-size: 1.4rem;
width: 100%; }
#main .bt-standard-content ul.bt-linkliste li:before {
display: none; }
#main .bt-standard-content ul.bt-linkliste li a {
padding-left: 1.428em;
color: #31505f;
display: inline-block; }
#main .bt-standard-content ul.bt-linkliste li a:before {
font-family: "bt-icons";
position: absolute;
left: 0;
margin-top: -0.05em;
text-decoration: none; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-question:before {
content: '\e833'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-intern:before {
content: '\e801';
left: 0.35em; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-extern:before {
content: '\e834'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-dokument:before {
content: '\e810'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-download:before {
content: '\e83c'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-email:before {
content: '\e80a'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-audio:before {
content: '\e80f'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-video:before {
content: '\e815'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-podcast:before {
content: '\e83b'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-rss:before {
content: '\e84e'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-clipboard:before {
content: '\e84f'; }
#main .bt-standard-content ul.bt-linkliste li a.bt-link-permalink:before {
content: '\e850'; }
#main .bt-standard-content ul.bt-linkliste li a:hover:before {
text-decoration: underline; }
#main .bt-standard-content ul.bt-linkliste li a:hover:before {
text-decoration: none; }
#main .bt-standard-content ul.bt-list-minus li {
list-style: inside none disc;
padding: 0 0 0.5em 0; }
#main .bt-standard-content ol {
list-style: none;
padding: 0;
counter-reset: num;
margin: 0 0 1em 0; }
#main .bt-standard-content ol li {
font-size: 1.4rem;
padding: 0 0 0.5em 1.8em;
display: inline-block;
width: 100%;
position: relative; }
#main .bt-standard-content ol li:before {
content: counter(num) ". ";
counter-increment: num;
left: 0;
position: absolute;
color: #666666; }
#main .bt-standard-content ol li ol {
margin-left: 0;
margin-bottom: 0;
padding-top: 0.5em; }
#main .bt-standard-content ol li ol li {
font-size: 1em;
padding: 0 0 0.5em 2.6em; }
#main .bt-standard-content ol li ol li:before {
content: counters(num, ".") " "; }
#main .bt-standard-content ol li ol li ol {
margin-left: 0;
margin-bottom: 0; }
#main .bt-standard-content ol li ol li ol li {
padding: 0 0 0.5em 3em; }
#main .bt-standard-content ol.bt-lower-latin {
margin: 0; }
#main .bt-standard-content ol.bt-lower-latin li {
list-style: lower-latin inside;
display: list-item;
padding: 0 0 0.5em 0;
margin: 0 0 0 0; }
#main .bt-standard-content ol.bt-lower-latin li:before {
content: ""; }
#main .bt-standard-content p span i {
color: #31505f; }
#main .bt-standard-content blockquote {
border-width: 2px;
border-color: #cccccc;
font-size: 1.8em;
padding: 0.8em 0 0.8em 0.8em;
margin-bottom: 1.2em; }
#main .bt-standard-content blockquote p {
padding: 0;
position: relative;
font-size: 1em;
line-height: 1.388em;
font-family: Georgia, Times New Roman, Times, serif;
quotes: "\201E" "\201c"; }
#main .bt-standard-content blockquote p:before {
content: open-quote;
left: 0;
bottom: 0; }
#main .bt-standard-content blockquote p:after {
content: close-quote;
right: 0;
bottom: 0; }
#main .bt-standard-content blockquote footer {
font-size: 0.666em; }
#main .bt-standard-content blockquote footer:before {
content: ""; }
#main .bt-standard-content blockquote footer cite {
color: #666666;
font-style: normal;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
#main .bt-standard-content dl {
font-size: 1.4rem; }
#main .bt-standard-content dl dt {
padding-bottom: 0.5em; }
#main .bt-standard-content dl dd {
padding-bottom: 0.7em;
border-bottom: 1px solid #eeeeee;
margin-bottom: 0.7em; }
#main .bt-standard-content dl dd:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0; }
#main .bt-standard-content dl.dl-horizontal dt, #main .bt-standard-content dl.dl-horizontal dd {
padding-top: 0.7em;
border-top: 1px solid #eeeeee;
margin-top: 0.7em;
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0; }
#main .bt-standard-content dl.dl-horizontal dt:first-child, #main .bt-standard-content dl.dl-horizontal dd:first-child {
padding-top: 0;
border-top: none;
margin-top: 0; }
#main .bt-standard-content dl.dl-horizontal dt {
width: 35%;
float: left;
padding-right: 1em;
text-align: left; }
#main .bt-standard-content dl.dl-horizontal dd {
width: 65%;
float: left; }
#main .bt-standard-content dl.dl-horizontal dd:nth-child(2) {
padding-top: 0;
border-top: none;
margin-top: 0; }
#main .bt-standard-content .table-responsive {
border: 0; }
#main .bt-standard-content table.table {
border-bottom: 1px solid #cccccc; }
#main .bt-standard-content table.table caption {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2em;
color: #000000; }
#main .bt-standard-content table.table p {
font-size: 1em; }
#main .bt-standard-content table.table td, #main .bt-standard-content table.table th {
padding: 0.5em 0.64em 0;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
font-size: 1.4rem; }
#main .bt-standard-content table.table th {
background: #eeeeee;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
vertical-align: top; }
#main .bt-standard-content table.table td {
background: #ffffff; }
#main .bt-standard-content table.table.bt-table-data {
display: table; }
#main .bt-standard-content table.table.bt-table-data a:link, #main .bt-standard-content table.table.bt-table-data a:visited {
text-decoration: none; }
#main .bt-standard-content table.table.bt-table-data a:hover, #main .bt-standard-content table.table.bt-table-data a:focus, #main .bt-standard-content table.table.bt-table-data a:active {
text-decoration: underline; }
#main .bt-standard-content table.table.bt-table-data td {
height: auto;
display: -webkit-flex;
display: flex;
padding: 0; }
#main .bt-standard-content table.table.bt-table-data td:before {
content: attr(data-th) ": ";
display: inline-flex;
width: 14em;
max-width: 10em;
min-width: 10em;
background: #eeeeee;
font-size: 1em;
padding: 0.55em;
font-weight: bold;
white-space: normal; }
#main .bt-standard-content table.table.bt-table-data td:first-child {
border-top: solid 1px #666666; }
#main .bt-standard-content table.table.bt-table-data td:last-child:before {
margin-bottom: 1px; }
#main .bt-standard-content table.table.bt-table-data td p, #main .bt-standard-content table.table.bt-table-data td ul {
margin: 0;
padding: 0.55em 1em 0.55em 1em; }
#main .bt-standard-content table.table.bt-table-data thead {
display: none; }
#main .bt-standard-content table.table.bt-table-data.bt-table-data-2col tr th:first-child, #main .bt-standard-content table.table.bt-table-data.bt-table-data-2col tr td:first-child {
min-width: 75%; }
#main .bt-standard-content table.table.bt-table-data.bt-table-data-2col tr th:last-child, #main .bt-standard-content table.table.bt-table-data.bt-table-data-2col tr td:last-child {
min-width: 25%; }
@media (min-width: 768px) {
#main .bt-standard-content table.table.bt-table-data.bt-table-data-2col tr th:nth-child(2) {
width: 2.75%; } }
#main .bt-standard-content table.table.bt-table-data.bt-table-top {
margin-bottom: 6rem; }
#main .bt-standard-content table.table.bt-table-data.bt-table-top tr th {
background: none;
border-top: none; }
#main .bt-standard-content table.table.bt-table-data.bt-table-top tr td::before {
width: 23em;
max-width: 8rem; }
#main .bt-standard-content table.table.bt-table-data.bt-table-top tr th, #main .bt-standard-content table.table.bt-table-data.bt-table-top tr td {
border-left: none;
border-right-color: #ffffff; }
@media screen and (min-width: 768px) {
#main .bt-standard-content table.table.bt-table-data .col-auto {
width: auto !important; }
#main .bt-standard-content table.table.bt-table-data .col-1v12 {
width: 8.33333% !important; }
#main .bt-standard-content table.table.bt-table-data .col-2v12 {
width: 16.66667% !important; }
#main .bt-standard-content table.table.bt-table-data .col-3v12 {
width: 25% !important; }
#main .bt-standard-content table.table.bt-table-data .col-4v12 {
width: 33.33333% !important; }
#main .bt-standard-content table.table.bt-table-data .col-5v12 {
width: 41.66667% !important; }
#main .bt-standard-content table.table.bt-table-data .col-6v12 {
width: 50% !important; }
#main .bt-standard-content table.table.bt-table-data .col-7v12 {
width: 58.33333% !important; }
#main .bt-standard-content table.table.bt-table-data .col-8v12 {
width: 66.66667% !important; }
#main .bt-standard-content table.table.bt-table-data .col-9v12 {
width: 75% !important; }
#main .bt-standard-content table.table.bt-table-data .col-10v12 {
width: 83.33333% !important; }
#main .bt-standard-content table.table.bt-table-data .col-11v12 {
width: 91.66667% !important; }
#main .bt-standard-content table.table.bt-table-data .col-12v12 {
width: 100% !important; } }
#main article.bt-artikel h3 {
font-size: 2.4rem; }
#main article.bt-artikel h3 .bt-dachzeile {
display: inline;
font-weight: normal;
font-size: 1.4rem; }
#main article.bt-artikel p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
padding-bottom: 1.5rem;
line-height: 1.5em; }
#main article.bt-artikel .bt-bild-info-text p {
padding-bottom: 0; }
#main article.bt-artikel .bt-bild-standard {
width: auto;
max-width: 47.37%; }
#main article.bt-artikel .bt-bild-standard.bt-image-mode-portrait {
max-width: 30.05%; }
#main article.bt-artikel .bt-bild-standard.bt-bild-max {
width: 100%;
max-width: 100%; }
#main article.bt-artikel .calendarDetail .singleDate dl {
font-size: inherit; }
#main article.bt-artikel .calendarDetail .singleDate dl dt {
display: inline;
margin: 0;
font-family: Georgia, Times New Roman, Times, serif;
line-height: inherit;
font-size: 1.7em;
font-weight: normal;
padding-bottom: 0.9em; }
@media (min-width: 768px) {
#main article.bt-artikel .calendarDetail .singleDate dl dt {
font-size: 1.8em;
padding-bottom: 0.85em; } }
#main article.bt-artikel .calendarDetail .singleDate dl dt:after {
content: ':'; }
#main article.bt-artikel .calendarDetail .singleDate dl dd {
display: inline;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
padding-bottom: 1.5rem;
line-height: 1.5em;
border: none; }
#main article.bt-artikel .calendarDetail .singleDate dl dd:after {
content: ' ';
display: block; }
#main aside.bt-aside {
padding-top: 4.5em; }
#main aside.bt-aside p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
line-height: 1.5em; }
#main aside.bt-aside h4 {
font-size: 1.8rem; }
#main aside.bt-aside > div {
border-top: 1px solid #cccccc;
padding-top: 2.4rem; }
#main aside.bt-aside > div:first-child {
border-top: none; }
#main .bt-slider-list-view .bt-2col {
float: left;
height: auto;
min-height: 10em;
width: 100%; }
#main .bt-slider-list-view .bt-2col .bt-list-holder {
column-count: 1;
-webkit-column-count: 1;
/* Chrome, Safari, Opera */
-moz-column-count: 1;
/* Firefox */ }
#main .bt-slider-list-view ul {
margin: 0;
padding: 0; }
#main .bt-slider-list-view ul li {
list-style: none;
display: block;
clear: both;
width: 100%;
float: left; }
#main .bt-slider-list-view ul li a:hover, #main .bt-slider-list-view ul li a:focus {
text-decoration: none; }
#main .bt-slider-list-view .bt-teaser-person {
padding-bottom: 0.9rem; }
#main .bt-slider-list-view .bt-teaser-person .bt-bild-standard, #main .bt-slider-list-view .bt-teaser-person p.bt-person-status {
display: none; }
#main .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text h3, #main .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text p.bt-person-fraktion {
display: inline-block;
width: auto; }
#main .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text h3 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.8rem;
margin-right: 1em;
position: relative; }
#main .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text h3:after {
content: "|";
position: absolute;
right: -0.75em;
top: 0;
color: #000000;
font-size: 1em; }
#main .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text p.bt-person-fraktion {
font-size: 1.4rem; }
#main .bt-slider-list-view .bt-teaser-person--fraktionslos .bt-teaser-person-text h3:after {
display: none; }
.modal-backdrop {
z-index: 6000; }
.modal {
z-index: 6050; }
.modal a.bt-remind-close {
position: absolute;
right: 1rem;
top: 1rem;
font-size: 2rem;
color: #000000; }
.modal a.bt-remind-close:hover, .modal a.bt-remind-close:focus, .modal a.bt-remind-close:active {
color: orange;
text-decoration: none; }
.bt-application-frame {
width: 100%;
min-height: 99rem;
height: auto; }
#main .bt-standard-content.bt-single-download {
min-height: 50rem; }
/* Media Tablet */
@media (min-width: 768px) {
#main .bt-invisible h2, #main .bt-invisible h4 {
color: transparent !important;
display: block;
border: none !important; }
#main .bt-module-row h2.bt-title {
max-width: 100%; }
#main .bt-module-row h2.bt-title, #main .bt-module-row h4.bt-title {
width: auto;
line-height: 1em; }
#main .bt-module-row header {
background-color: transparent; }
#main aside.bt-aside > div:first-child {
padding-top: 0; }
#main .bt-module-row .bt-accordion-toggle {
/* width: auto;
max-width: 50%;*/ }
#main .bt-module-row .bt-accordion-toggle:after {
display: none; }
#main .bt-standard-content dl.dl-horizontal dd {
margin-left: 0; }
#main .bt-slider-list-view .bt-2col .bt-list-holder {
column-count: 2;
-webkit-column-count: 2;
/* Chrome, Safari, Opera */
-moz-column-count: 2;
/* Firefox */ }
#main .bt-slider-list-view .bt-list-view-legende {
margin-top: 1em;
font-size: 1.4rem;
font-family: Georgia, Times New Roman, Times, serif; }
#main .bt-standard-content table.table.bt-table-data td {
display: table-cell; }
#main .bt-standard-content table.table.bt-table-data td:before {
display: none; }
#main .bt-standard-content table.table.bt-table-data td:first-child {
border-top: solid 1px #ddd; }
#main .bt-standard-content table.table.bt-table-data thead {
display: table-header-group; }
#main .aside h5 {
padding-right: 0; } }
@media (min-width: 992px) {
#main .bt-slider-list-view .bt-2col {
overflow: hidden; } }
.bt-top-0-5 {
margin-top: 0.5rem; }
.bt-top-1 {
margin-top: 1rem; }
.bt-top-1-5 {
margin-top: 1.5rem; }
.bt-top-2 {
margin-top: 2rem; }
.bt-top-2-5 {
margin-top: 2.5rem; }
.bt-top-3 {
margin-top: 3rem; }
.bt-top-3-5 {
margin-top: 3.5rem; }
.bt-top-4 {
margin-top: 4rem; }
.bt-top-4-5 {
margin-top: 4.5rem; }
.bt-top-5 {
margin-top: 5rem; }
.bt-top-5-5 {
margin-top: 5.5rem; }
.bt-top-6 {
margin-top: 6rem; }
.bt-top-6-5 {
margin-top: 6.5rem; }
.bt-top-7 {
margin-top: 7rem; }
.bt-top-7-5 {
margin-top: 7.5rem; }
.bt-top-8 {
margin-top: 8rem; }
.bt-top-8-5 {
margin-top: 8.5rem; }
.bt-top-9 {
margin-top: 9rem; }
.bt-top-9-5 {
margin-top: 9.5rem; }
.bt-top-10 {
margin-top: 10rem; }
.bt-bottom-0-5 {
margin-bottom: 0.5rem; }
.bt-bottom-1 {
margin-bottom: 1rem; }
.bt-bottom-1-5 {
margin-bottom: 1.5rem; }
.bt-bottom-2 {
margin-bottom: 2rem; }
.bt-bottom-2-5 {
margin-bottom: 2.5rem; }
.bt-bottom-3 {
margin-bottom: 3rem; }
.bt-bottom-3-5 {
margin-bottom: 3.5rem; }
.bt-bottom-4 {
margin-bottom: 4rem; }
.bt-bottom-4-5 {
margin-bottom: 4.5rem; }
.bt-bottom-5 {
margin-bottom: 5rem; }
.bt-bottom-5-5 {
margin-bottom: 5.5rem; }
.bt-bottom-6 {
margin-bottom: 6rem; }
.bt-bottom-6-5 {
margin-bottom: 6.5rem; }
.bt-bottom-7 {
margin-bottom: 7rem; }
.bt-bottom-7-5 {
margin-bottom: 7.5rem; }
.bt-bottom-8 {
margin-bottom: 8rem; }
.bt-bottom-8-5 {
margin-bottom: 8.5rem; }
.bt-bottom-9 {
margin-bottom: 9rem; }
.bt-bottom-9-5 {
margin-bottom: 9.5rem; }
.bt-bottom-10 {
margin-bottom: 10rem; }
@media (min-width: 768px) {
.bt-top-sm-0-5 {
margin-top: 0.5rem; }
.bt-top-sm-1 {
margin-top: 1rem; }
.bt-top-sm-1-5 {
margin-top: 1.5rem; }
.bt-top-sm-2 {
margin-top: 2rem; }
.bt-top-sm-2-5 {
margin-top: 2.5rem; }
.bt-top-sm-3 {
margin-top: 3rem; }
.bt-top-sm-3-5 {
margin-top: 3.5rem; }
.bt-top-sm-4 {
margin-top: 4rem; }
.bt-top-sm-4-5 {
margin-top: 4.5rem; }
.bt-top-sm-5 {
margin-top: 5rem; }
.bt-top-sm-5-5 {
margin-top: 5.5rem; }
.bt-top-sm-6 {
margin-top: 6rem; }
.bt-top-sm-6-5 {
margin-top: 6.5rem; }
.bt-top-sm-7 {
margin-top: 7rem; }
.bt-top-sm-7-5 {
margin-top: 7.5rem; }
.bt-top-sm-8 {
margin-top: 8rem; }
.bt-top-sm-8-5 {
margin-top: 8.5rem; }
.bt-top-sm-9 {
margin-top: 9rem; }
.bt-top-sm-9-5 {
margin-top: 9.5rem; }
.bt-top-sm-10 {
margin-top: 10rem; }
.bt-bottom-sm-0-5 {
margin-bottom: 0.5rem; }
.bt-bottom-sm-1 {
margin-bottom: 1rem; }
.bt-bottom-sm-1-5 {
margin-bottom: 1.5rem; }
.bt-bottom-sm-2 {
margin-bottom: 2rem; }
.bt-bottom-sm-2-5 {
margin-bottom: 2.5rem; }
.bt-bottom-sm-3 {
margin-bottom: 3rem; }
.bt-bottom-sm-3-5 {
margin-bottom: 3.5rem; }
.bt-bottom-sm-4 {
margin-bottom: 4rem; }
.bt-bottom-sm-4-5 {
margin-bottom: 4.5rem; }
.bt-bottom-sm-5 {
margin-bottom: 5rem; }
.bt-bottom-sm-5-5 {
margin-bottom: 5.5rem; }
.bt-bottom-sm-6 {
margin-bottom: 6rem; }
.bt-bottom-sm-6-5 {
margin-bottom: 6.5rem; }
.bt-bottom-sm-7 {
margin-bottom: 7rem; }
.bt-bottom-sm-7-5 {
margin-bottom: 7.5rem; }
.bt-bottom-sm-8 {
margin-bottom: 8rem; }
.bt-bottom-sm-8-5 {
margin-bottom: 8.5rem; }
.bt-bottom-sm-9 {
margin-bottom: 9rem; }
.bt-bottom-sm-9-5 {
margin-bottom: 9.5rem; }
.bt-bottom-sm-10 {
margin-bottom: 10rem; } }
@media (min-width: 992px) {
.bt-top-md-0-5 {
margin-top: 0.5rem; }
.bt-top-md-1 {
margin-top: 1rem; }
.bt-top-md-1-5 {
margin-top: 1.5rem; }
.bt-top-md-2 {
margin-top: 2rem; }
.bt-top-md-2-5 {
margin-top: 2.5rem; }
.bt-top-md-3 {
margin-top: 3rem; }
.bt-top-md-3-5 {
margin-top: 3.5rem; }
.bt-top-md-4 {
margin-top: 4rem; }
.bt-top-md-4-5 {
margin-top: 4.5rem; }
.bt-top-md-5 {
margin-top: 5rem; }
.bt-top-md-5-5 {
margin-top: 5.5rem; }
.bt-top-md-6 {
margin-top: 6rem; }
.bt-top-md-6-5 {
margin-top: 6.5rem; }
.bt-top-md-7 {
margin-top: 7rem; }
.bt-top-md-7-5 {
margin-top: 7.5rem; }
.bt-top-md-8 {
margin-top: 8rem; }
.bt-top-md-8-5 {
margin-top: 8.5rem; }
.bt-top-md-9 {
margin-top: 9rem; }
.bt-top-md-9-5 {
margin-top: 9.5rem; }
.bt-top-md-10 {
margin-top: 10rem; }
.bt-bottom-md-0-5 {
margin-bottom: 0.5rem; }
.bt-bottom-md-1 {
margin-bottom: 1rem; }
.bt-bottom-md-1-5 {
margin-bottom: 1.5rem; }
.bt-bottom-md-2 {
margin-bottom: 2rem; }
.bt-bottom-md-2-5 {
margin-bottom: 2.5rem; }
.bt-bottom-md-3 {
margin-bottom: 3rem; }
.bt-bottom-md-3-5 {
margin-bottom: 3.5rem; }
.bt-bottom-md-4 {
margin-bottom: 4rem; }
.bt-bottom-md-4-5 {
margin-bottom: 4.5rem; }
.bt-bottom-md-5 {
margin-bottom: 5rem; }
.bt-bottom-md-5-5 {
margin-bottom: 5.5rem; }
.bt-bottom-md-6 {
margin-bottom: 6rem; }
.bt-bottom-md-6-5 {
margin-bottom: 6.5rem; }
.bt-bottom-md-7 {
margin-bottom: 7rem; }
.bt-bottom-md-7-5 {
margin-bottom: 7.5rem; }
.bt-bottom-md-8 {
margin-bottom: 8rem; }
.bt-bottom-md-8-5 {
margin-bottom: 8.5rem; }
.bt-bottom-md-9 {
margin-bottom: 9rem; }
.bt-bottom-md-9-5 {
margin-bottom: 9.5rem; }
.bt-bottom-md-10 {
margin-bottom: 10rem; } }
@media (min-width: 1200px) {
.bt-top-lg-0-5 {
margin-top: 0.5rem; }
.bt-top-lg-1 {
margin-top: 1rem; }
.bt-top-lg-1-5 {
margin-top: 1.5rem; }
.bt-top-lg-2 {
margin-top: 2rem; }
.bt-top-lg-2-5 {
margin-top: 2.5rem; }
.bt-top-lg-3 {
margin-top: 3rem; }
.bt-top-lg-3-5 {
margin-top: 3.5rem; }
.bt-top-lg-4 {
margin-top: 4rem; }
.bt-top-lg-4-5 {
margin-top: 4.5rem; }
.bt-top-lg-5 {
margin-top: 5rem; }
.bt-top-lg-5-5 {
margin-top: 5.5rem; }
.bt-top-lg-6 {
margin-top: 6rem; }
.bt-top-lg-6-5 {
margin-top: 6.5rem; }
.bt-top-lg-7 {
margin-top: 7rem; }
.bt-top-lg-7-5 {
margin-top: 7.5rem; }
.bt-top-lg-8 {
margin-top: 8rem; }
.bt-top-lg-8-5 {
margin-top: 8.5rem; }
.bt-top-lg-9 {
margin-top: 9rem; }
.bt-top-lg-9-5 {
margin-top: 9.5rem; }
.bt-top-lg-10 {
margin-top: 10rem; }
.bt-bottom-lg-0-5 {
margin-bottom: 0.5rem; }
.bt-bottom-lg-1 {
margin-bottom: 1rem; }
.bt-bottom-lg-1-5 {
margin-bottom: 1.5rem; }
.bt-bottom-lg-2 {
margin-bottom: 2rem; }
.bt-bottom-lg-2-5 {
margin-bottom: 2.5rem; }
.bt-bottom-lg-3 {
margin-bottom: 3rem; }
.bt-bottom-lg-3-5 {
margin-bottom: 3.5rem; }
.bt-bottom-lg-4 {
margin-bottom: 4rem; }
.bt-bottom-lg-4-5 {
margin-bottom: 4.5rem; }
.bt-bottom-lg-5 {
margin-bottom: 5rem; }
.bt-bottom-lg-5-5 {
margin-bottom: 5.5rem; }
.bt-bottom-lg-6 {
margin-bottom: 6rem; }
.bt-bottom-lg-6-5 {
margin-bottom: 6.5rem; }
.bt-bottom-lg-7 {
margin-bottom: 7rem; }
.bt-bottom-lg-7-5 {
margin-bottom: 7.5rem; }
.bt-bottom-lg-8 {
margin-bottom: 8rem; }
.bt-bottom-lg-8-5 {
margin-bottom: 8.5rem; }
.bt-bottom-lg-9 {
margin-bottom: 9rem; }
.bt-bottom-lg-9-5 {
margin-bottom: 9.5rem; }
.bt-bottom-lg-10 {
margin-bottom: 10rem; } }
/* Pages SCSS */
main#main .bt-overlay-backlink {
display: none; }
main#main .bt-overlay-footer {
display: none;
padding-bottom: 1rem;
float: left; }
main#main .bt-overlay-wrap .bt-overlay-footer {
display: block; }
main#main .bt-overlay-footer [class^="icon-"]:before, main#main .bt-overlay-footer [class*=" icon-"]:before {
margin-left: 1.4rem; }
main#main .bt-overlay-footer i {
font-size: 1.6rem;
margin-left: 0; }
main#main .bt-overlay-footer .bt-footer-share {
padding: 0; }
main#main .bt-overlay-footer .bt-footer-share p a {
padding-top: 0.2rem; }
main#main .bt-overlay-footer ul {
float: left; }
main#main .bt-overlay-footer ul li.bt-overlay-footer-link {
font-size: 1.2rem;
font-family: Georgia, Times New Roman, Times, serif;
float: left;
padding-right: 2.7rem;
padding-bottom: 0;
padding-left: 0; }
main#main .bt-overlay-footer ul li.bt-overlay-footer-link:before {
content: ""; }
main#main .bt-overlay-footer a {
text-decoration: none;
color: #000000; }
main#main .bt-overlay-footer a:hover, main#main .bt-overlay-footer a:focus, main#main .bt-overlay-footer a:active {
text-decoration: underline; }
main#main .bt-overlay-footer a.printButton {
white-space: nowrap; }
main#main .bt-overlay-footer a.printButton:hover i, main#main .bt-overlay-footer a.printButton:focus i, main#main .bt-overlay-footer a.printButton:active i {
color: #ff7100; }
main#main .bt-overlay-footer .bt-footer-share-popup {
bottom: 3rem !important;
right: auto;
left: -0.5em;
box-shadow: none; }
main#main .bt-overlay-footer .bt-footer-share-popup ul {
float: none; }
main#main .bt-overlay-footer .bt-footer-share-popup .shariff li {
font-size: 1.4rem;
padding: 0; }
main#main .bt-overlay-footer .bt-footer-share-popup .shariff li a {
color: #ffffff; }
main#main .bt-overlay-footer .bt-footer-share-popup .shariff li:before {
content: ""; }
main#main .bt-overlay-footer p {
line-height: 1.4em;
padding-bottom: 0;
font-size: 1.2rem;
font-family: Georgia, Times New Roman, Times, serif; }
main#main .bt-module-row-aktuell .bt-pages-overlay {
padding: 0 10px; }
main#main .bt-module-row-aktuell .bt-pages-overlay header {
min-height: auto; }
main#main .bt-module-overlay {
width: 100%;
height: auto;
background: #ffffff;
position: relative; }
main#main .bt-module-overlay .bt-overlay-wrap {
width: 100%;
height: auto;
position: relative; }
main#main .bt-module-overlay .bt-overlay-wrap .bt-loader {
max-width: 1170px;
margin: 0 auto;
position: inherit;
display: block;
height: 60vh;
display: none; }
main#main .bt-module-overlay .bt-overlay-wrap .bt-overlay-content {
display: block; }
main#main .bt-module-overlay .bt-overlay-wrap.loading .bt-loader {
display: block; }
main#main .bt-module-overlay .bt-overlay-wrap.loading .bt-overlay-content {
display: none; }
main#main .bt-module-overlay .bt-overlay-wrap.loading .bt-overlay-jumpTop {
display: none; }
main#main .bt-module-overlay .bt-overlay-swiper {
position: relative;
width: 100%;
height: 1px;
margin: 0 auto;
max-width: 1200px;
top: calc(50vh - 6em - -1px);
z-index: 500; }
@media (min-width: 1280px) {
main#main .bt-module-overlay .bt-overlay-swiper {
display: block; } }
main#main .bt-module-overlay .bt-overlay-swiper button {
position: absolute; }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
left: -6.2em; }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
right: -6.2em; }
main#main .bt-module-overlay h3 .bt-redner {
display: block;
font-size: 1.8rem; }
main#main .bt-module-overlay .bt-overlay-jumpTo-spacer {
margin-top: 7.25rem; }
main#main .bt-module-overlay .bt-overlay-jumpTop {
position: absolute;
left: 50%;
bottom: 0;
z-index: 650;
transform: translateX(-50%); }
@media (max-width: 320px) {
main#main .bt-module-overlay .bt-overlay-jumpTop {
transform: translateX(-100%); } }
main#main .bt-module-overlay .bt-overlay-jumpTop button {
border: 1px solid #000000;
background: rgba(255, 255, 255, 0.75);
border-radius: 3rem 3rem 0 0;
border-bottom: none;
font-family: bt-icons;
min-width: 6.25rem;
height: 5.2rem;
text-align: right; }
main#main .bt-module-overlay .bt-overlay-jumpTop button:hover {
background: #ffffff; }
main#main .bt-module-overlay .bt-overlay-jumpTop button:after {
content: "\e809";
font-size: 4.8em;
line-height: 4.8rem;
margin-right: .85rem; }
main#main .bt-module-overlay .bt-overlay-jumpTop button .bab-scroll-startbutton-text {
display: none;
position: relative;
font-size: 1.6rem;
text-decoration: underline;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0 1.6rem;
top: -0.9rem; }
main#main .bt-module-overlay .bt-overlay-jumpTop button.bt-active {
color: #ff7100; }
main#main .bt-module-overlay .bt-overlay-jumpTop button.bt-active .bab-scroll-startbutton-text {
color: #000000; }
@media (min-width: 1200px) {
main#main .bt-module-overlay .bt-overlay-jumpTop button:hover {
color: #ff7100; }
main#main .bt-module-overlay .bt-overlay-jumpTop button:hover .bab-scroll-startbutton-text {
color: #000000;
display: inline-block; } }
main#main .bt-module-overlay .bt-overlay-jumpTop--fixed {
position: fixed; }
main#main .bt-module-overlay .bt-overlay-jumpTop--animate {
bottom: -100%; }
body.bt-archived-page main#main .bt-module-overlay .bt-overlay-jumpTop--fixed {
bottom: 4.5rem; }
#main .bt-pages-overlay .bt-overlay-header {
background: #eeeeee; }
#main .bt-pages-overlay h2.bt-title {
font-size: 1.8rem;
border: none;
bottom: 0;
float: left;
max-width: 92%;
padding-top: 0.25em;
position: relative;
width: auto; }
#main .bt-pages-overlay .bt-collapse {
border-top: solid 1px #cccccc; }
#main .bt-pages-overlay .bt-overlay-functions {
height: 6rem;
padding-top: 1.5rem;
margin-left: 1.5rem; }
@media (min-width: 768px) {
#main .bt-pages-overlay .bt-overlay-functions {
height: 3rem; } }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink {
position: relative;
float: right;
height: 3.2rem;
z-index: 1;
margin-right: 3rem; }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close:first-child,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink:first-child {
margin-right: 0; }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a::before,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a::before {
position: absolute;
right: 0;
top: 0;
width: 3.2rem;
height: 3.2rem;
font-size: 1.3rem;
margin: 0;
padding: 0.85rem;
color: #000000;
border: 1px solid #000000;
border-radius: 1.6rem;
text-indent: 0.05rem;
background-color: #ffffff; }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a:hover, #main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a:focus, #main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a:active,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a:hover,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a:focus,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a:active {
text-decoration: underline; }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a:hover:before, #main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a:focus:before, #main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close a:active:before,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a:hover:before,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a:focus:before,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a:active:before {
color: #ff7100;
text-decoration: none; }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-close .bab-overlay-function-text,
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink .bab-overlay-function-text {
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
margin-right: 4.2rem;
margin-top: 0.6rem;
font-size: 1.6rem;
display: block; }
#main .bt-pages-overlay .bt-overlay-functions .bt-overlay-backlink a::before {
font-size: 1.9rem;
padding: 0.6rem; }
#main .bt-pages-overlay .container-fluid.bt-border-bottom {
border-bottom: 1px solid #cccccc;
padding-bottom: 0;
margin-bottom: 3rem; }
#main .bt-pages-overlay .bt-step-navi > ul {
font-family: Georgia, Times New Roman, Times, serif; }
#main .bt-pages-overlay article {
border-bottom: solid 1px #cccccc; }
#main .bt-pages-overlay article button.btn, #main .bt-pages-overlay article a.btn {
font-weight: bold;
margin-bottom: 2rem;
font-weight: bold; }
#main .bt-pages-overlay article .bt-dachzeile {
font-weight: normal;
padding-bottom: 0; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article h3 {
font-size: 2rem;
padding-bottom: 0.65em; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article .bt-bild-standard {
max-width: 100%; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article .col-sm-6:first-child {
padding-right: 0; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article p {
padding-bottom: 0;
margin-top: -4px;
font-size: 1.6rem; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article .row {
padding-bottom: 2.6rem; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article ul {
margin: 0;
padding: 0; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article ul li {
font-size: 1.6rem;
padding: 0 0 0.5em 1.2em;
position: relative;
list-style: none; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article ul li:before {
content: "\2022";
position: absolute;
left: 0;
top: 0;
font-size: 1.6rem;
color: #666666; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache a:link .bt-teaser-standard .bt-teaser-text *, #main .bt-pages-overlay.bt-pages-overlay-leichtesprache a:visited .bt-teaser-standard .bt-teaser-text *, #main .bt-pages-overlay.bt-pages-overlay-leichtesprache a:hover .bt-teaser-standard .bt-teaser-text *, #main .bt-pages-overlay.bt-pages-overlay-leichtesprache a:focus .bt-teaser-standard .bt-teaser-text *, #main .bt-pages-overlay.bt-pages-overlay-leichtesprache a:active .bt-teaser-standard .bt-teaser-text * {
color: #31505f; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside {
padding-top: 0; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside > div {
padding-top: 1rem; }
@media (min-width: 768px) {
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside > div {
padding-top: 2.4rem; } }
@media (min-width: 992px) {
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside > div {
padding-top: .3rem; } }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside h4 {
padding-top: 0; }
@media (min-width: 992px) {
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside h4 {
padding-bottom: 0.7em; } }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside .bt-teaser {
padding-bottom: 1rem; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside .bt-teaser-text {
padding: 0;
margin-top: -0.4rem; }
#main .bt-pages-overlay.bt-pages-overlay-leichtesprache div.bt-bild-standard .bt-bild-info-text p {
font-size: 1.2rem; }
#main .bt-pages-overlay aside.bt-aside {
padding-top: 0; }
#main .bt-pages-overlay aside.bt-aside h4 {
padding: 0 0 1.1em; }
#main .bt-pages-overlay .bt-dachzeile {
font-weight: normal; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden {
overflow: hidden;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-teaser,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-teaser {
margin-bottom: 1.5rem;
float: left; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-teaser .bt-teaser-standard .bt-date,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-teaser .bt-teaser-standard .bt-date {
padding: 0; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-teaser .bt-teaser-standard h3,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-teaser .bt-teaser-standard h3 {
font-weight: normal; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more {
color: #31505f;
background-color: #ffffff;
border-bottom: 1px solid #cccccc;
box-shadow: none;
font-weight: bold;
position: static;
bottom: 0;
left: 0;
z-index: 50; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more:hover, #main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more:focus,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more:hover,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more:focus {
color: #000000; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more i,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more i {
display: block;
margin-top: -2px;
margin-left: -10px; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more span.bt-show-more-text,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more span.bt-show-more-text {
display: inline; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more span.bt-show-less-text,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more span.bt-show-less-text {
display: none; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more.showAll span.bt-show-more-text,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more.showAll span.bt-show-more-text {
display: none; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-videos button.bt-btn-show-more.showAll span.bt-show-less-text,
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden button.bt-btn-show-more.showAll span.bt-show-less-text {
display: inline; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow {
height: auto;
overflow: hidden; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser {
display: none; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(1), #main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(2), #main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3) {
display: block; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3n+1) {
clear: both; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow.showAll .bt-teaser {
display: block; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-tagesordnungspunkt-teaser {
position: relative; }
#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser-person {
padding-bottom: 0; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow {
overflow: hidden;
height: auto;
transition: max-height 0.3s ease-in; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser {
display: none; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(1), #main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(2), #main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3) {
display: block; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow.showAll .bt-teaser {
display: block; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow.showAll {
max-height: 10000rem;
transition: max-height 0.3s ease-out; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser-text {
padding: 0;
height: 8em;
overflow: hidden; }
#main .bt-pages-overlay #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser-text p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
color: #000000;
font-size: 1.4rem;
line-height: 1.4em; }
#main .bt-pages-overlay .bt-dokumente .bt-collapse-padding-bottom {
margin-bottom: 2rem; }
#main .bt-pages-overlay .bt-bullet {
display: block;
width: 10px;
height: 10px;
margin: 5px;
border-radius: 50%;
float: left; }
#main .bt-pages-overlay .bt-bullet.bt-abstimmung-ja {
background-color: #5cbd00; }
#main .bt-pages-overlay .bt-bullet.bt-abstimmung-nein {
background-color: #e70097; }
#main .bt-pages-overlay .bt-bullet.bt-abstimmung-enthalten {
background-color: #00b2dc; }
#main .bt-pages-overlay .bt-bullet.bt-abstimmung-nicht-teilgenommen {
background-color: #b1b3b4; }
#main .bt-pages-overlay .bt-abstimmungsergebnis .bt-collapse-padding-bottom {
margin-bottom: 2rem; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste {
width: 100%; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li {
padding-top: 1.5rem;
border-top: 1px solid #eeeeee; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li:first-child {
border-top: none;
padding-top: 0; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li.bt-uebersicht-abstimmung a {
padding: 0; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li.bt-uebersicht-abstimmung ul {
display: inline-block;
width: 100%; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li.bt-uebersicht-abstimmung ul li {
font-size: 1.2rem;
float: left;
margin-right: 13px;
padding-top: 0;
border-top: none;
width: auto; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li.bt-uebersicht-abstimmung ul li:last-child {
margin-right: 0; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li.bt-uebersicht-abstimmung ul li .bt-bullet {
margin: 3px 2px 0 0; }
#main .bt-pages-overlay .bt-abstimmungsergebnis ul.bt-linkliste li:before {
content: ""; }
#main .bt-pages-overlay .bt-standard-content .bt-beschluss .bt-collapse-padding-bottom {
margin-bottom: 2.4rem; }
#main .bt-pages-overlay .bt-standard-content .bt-beschluss ul li {
padding: 0 0 0.5rem 0; }
#main .bt-pages-overlay .bt-standard-content .bt-beschluss ul li:before {
display: none; }
#main .bt-pages-overlay .bt-sitzungsablauf .bt-collapse-padding-bottom {
margin-bottom: 1.9rem; }
#main .bt-pages-overlay .bt-kontakt .bt-collapse-padding-bottom {
margin-bottom: 2.4rem; }
#main .bt-pages-overlay .bt-kontakt p {
margin: 0 0 0.3em 0;
overflow: hidden;
text-overflow: ellipsis; }
#main .bt-pages-overlay .bt-kontakt p span {
white-space: nowrap; }
#main .bt-pages-overlay .bt-kontakt ul li {
padding: 0; }
#main .bt-pages-overlay .bt-kontakt ul li:before {
content: ""; }
#main .bt-pages-overlay .bt-nutzungbedingungen h5 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.4rem; }
#main .bt-pages-overlay .bt-nutzungbedingungen .form-group {
position: relative;
width: 100%; }
#main .bt-pages-overlay .bt-nutzungbedingungen form input[type=checkbox] ~ label {
margin: 0 2em 0 2rem;
position: relative;
padding: 0 0 0 1rem; }
#main .bt-pages-overlay .bt-nutzungbedingungen form input[type=checkbox] ~ label::before {
position: absolute;
left: -2rem; }
#main .bt-pages-overlay .bt-text-scrollbar {
height: 16rem;
border: 2px solid #ccc;
padding: 1rem;
margin-bottom: 1.5rem;
overflow-y: scroll; }
#main .bt-pages-overlay .bt-text-scrollbar p, #main .bt-pages-overlay .bt-text-scrollbar li {
font-size: 1.2rem;
line-height: 1.6rem; }
#main .bt-pages-overlay .bt-bildinformation dl {
display: block;
margin-bottom: 2rem; }
#main .bt-pages-overlay .bt-bildinformation dt {
float: left;
padding-right: 0.5rem;
padding-bottom: 0; }
#main .bt-pages-overlay .bt-bildinformation dd {
border: none;
padding-bottom: 0.5rem;
margin-bottom: 0; }
#main .bt-pages-overlay[class*=" bt-overlay-mediathek"] aside {
padding-bottom: 1rem; }
@media (min-width: 992px) {
#main .bt-pages-overlay[class*=" bt-overlay-mediathek"] aside {
padding-bottom: 3rem; } }
#main .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a.bt-link-intern {
padding-left: 1.35em; }
#main .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a.bt-link-intern:before {
left: 0.1em; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel h1 {
font-size: 2.4em; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel .protokollDachzeile {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem;
font-weight: bold;
padding-bottom: 0; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel .text {
font-size: 1.4rem; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel .textfett {
font-size: 1.4rem;
font-weight: bold;
padding-bottom: 1em; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 4em; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel table tr {
border-top: 1px solid #000000;
border-bottom: 1px solid #cccccc; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel table tr td {
display: table-cell;
height: auto;
padding: 1em 2em;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel table tr td:nth-child(1), #main .bt-pages-overlay .bt-standard-content article.bt-artikel table tr td:nth-child(2) {
width: 4%; }
#main .bt-pages-overlay .bt-standard-content article.bt-artikel table tr td:nth-child(3), #main .bt-pages-overlay .bt-standard-content article.bt-artikel table tr td:nth-child(4) {
width: 46%; }
#main .tab-content .bt-module-overlay .container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-module-row-biografien .bt-pages-overlay .bt-overlay-functions {
height: 0;
margin-left: 0; }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
main#main .bt-pages-overlay .container-fluid.bt-border-bottom {
padding-bottom: 5rem; }
main#main .bt-pages-overlay .bt-collapse {
border: none; }
main#main .bt-pages-overlay h5.bt-title {
width: 100%;
max-width: 100%; }
main#main .bt-pages-overlay.bt-pages-overlay-leichtesprache article .row {
padding-bottom: 3.4rem; }
main#main .bt-pages-overlay aside.bt-aside {
padding-top: 3.2rem;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4) {
display: block; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(3n+1) {
clear: none; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4n+1) {
clear: both; }
main#main .bt-pages-overlay .bt-overlay-footer ul li.bt-overlay-footer-link {
font-size: 1.6rem; }
main#main .bt-pages-overlay .bt-overlay-footer p {
font-size: 1.6rem; }
main#main .bt-pages-overlay .bt-overlay-footer .bt-footer-share p a {
padding-top: 0; }
main#main .bt-pages-overlay .bt-overlay-footer .bt-footer-share-popup {
right: auto;
left: -1.5rem; }
#main .bt-module-row-biografien .bt-pages-overlay .bt-overlay-close {
height: 3.2rem; } }
/* Desktop */
@media (min-width: 992px) {
main#main .bt-pages-overlay aside.bt-aside {
padding-top: 3.7rem; }
main#main .bt-pages-overlay aside.bt-aside.bt-no-top-padding {
padding-top: 0; }
main#main .bt-pages-overlay.bt-overlay-kurznachrichten aside.bt-aside {
padding-top: 1rem; }
main#main .bt-pages-overlay article {
border: none; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-teaser,
main#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-teaser {
border-left: 1px solid #cccccc; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-teaser:nth-child(2n+1),
main#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-teaser:nth-child(2n+1) {
border-left: 1px solid transparent; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-videos #bt-tagesordnungspunkt-videos-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4) {
display: block; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow {
height: auto;
transition: max-height 0.25s; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow.showAll {
max-height: 10000rem;
transition: max-height 0.25s; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow {
transition: max-height 0.25s; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-videos .bt-tagesordnungspunkt-teaser .bt-tagesordnungspunkt-overflow.showAll {
max-height: 10000rem;
height: auto !important;
transition: max-height 0.25s; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(4n+1) {
clear: none; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden #bt-tagesordnungspunkt-reden-collapse .bt-tagesordnungspunkt-overflow .bt-teaser:nth-child(2n+1) {
clear: both; }
main#main .bt-pages-overlay .bt-tagesordnungspunkt-reden, main#main .bt-pages-overlay .bt-tagesordnungspunkt-videos {
display: block; }
main#main .bt-pages-overlay .bt-accordion-toggle {
top: -0.25rem; }
main#main .bt-pages-overlay .bt-module-row-aktuell .bt-pages-overlay {
padding: 0; }
main#main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside .bt-teaser {
padding-bottom: 1.3rem; }
#main .bt-module-row.bt-module-row-aktuell .bt-module-overlay .bt-overlay-header h2.bt-title {
margin-left: 0.5rem; }
main#main .bt-pages-overlay .bt-overlay-footer .bt-footer-share-popup {
right: -1.8rem;
left: auto; }
#main .bt-module-row-biografien .bt-pages-overlay .bt-overlay-functions {
margin-left: 1.5rem; } }
.bt-module-row-biografien .bt-overlay-header, .bt-module-row-biografien-single .bt-overlay-header {
background: #fff;
margin-bottom: 0; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-overlay-close a::before, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-overlay-close a::before {
background-color: #ffffff; }
.bt-pages-overlay.bt-module-row-biografien p span a, .bt-pages-overlay.bt-module-row-biografien-single p span a {
text-decoration: none; }
.bt-pages-overlay.bt-module-row-biografien p span a:hover, .bt-pages-overlay.bt-module-row-biografien p span a:active, .bt-pages-overlay.bt-module-row-biografien p span a:focus, .bt-pages-overlay.bt-module-row-biografien-single p span a:hover, .bt-pages-overlay.bt-module-row-biografien-single p span a:active, .bt-pages-overlay.bt-module-row-biografien-single p span a:focus {
text-decoration: underline; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil {
background-color: #eeeeee;
padding-top: 5.5rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-potrait, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-potrait {
padding-left: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-potrait .bt-bild-standard, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-potrait .bt-bild-standard {
margin-bottom: 2.7em; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-potrait .bt-bild-standard img.img-responsive, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-potrait .bt-bild-standard img.img-responsive {
max-width: none;
width: 100%; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-name, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-name {
margin-top: -.75rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-name h3, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-name h3 {
padding-bottom: 0.2em; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-beruf p, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-beruf p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.7rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-logo-partei, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-logo-partei {
padding-bottom: 2.5em; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-logo-partei img, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-logo-partei img {
transform: scale(0.85);
transform-origin: left; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div {
padding-bottom: 2rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div div, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div div {
padding-bottom: 0.7rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div h5, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div h5 {
font-size: 1.7rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div.bt-kontakt, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div.bt-kontakt {
margin: 0;
padding-bottom: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div.bt-kontakt p span i:before, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div.bt-kontakt p span i:before {
margin-left: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div:last-child, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div:last-child {
padding-bottom: 1.2em; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div ul.bt-linkliste, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div ul.bt-linkliste {
width: 100%; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div ul.bt-linkliste li, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div ul.bt-linkliste li {
width: 100%; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt div ul.bt-linkliste li a.bt-link-extern, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt div ul.bt-linkliste li a.bt-link-extern {
width: 100%;
word-wrap: break-word; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil p.headline, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil p.headline {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4em; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie h4, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie h4 {
font-size: 1.8rem;
padding-bottom: 0.9rem;
padding-right: 25px;
margin-top: 0.9rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie h4:focus, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie h4:focus {
color: red; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-collapse.first h4, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-collapse.first h4 {
padding-top: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie h5, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie h5 {
font-size: 1.6em;
font-weight: 700;
padding-bottom: 0.5rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-collapse-padding-bottom {
padding-bottom: 1rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie #ptv2 .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien .bt-biografie #ptv3 .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie #ptv2 .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie #ptv3 .bt-collapse-padding-bottom {
padding-bottom: 3rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie #bt-funktion-collapse .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien .bt-biografie #bt-aemter-collapse .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie #bt-funktion-collapse .bt-collapse-padding-bottom, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie #bt-aemter-collapse .bt-collapse-padding-bottom {
padding-bottom: 0.5rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie i, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie i {
color: #31505f; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie {
margin-bottom: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie .tab-content, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie .tab-content {
padding-top: 0 !important;
border-top: none;
margin-top: -1px; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie p, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie p {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .tab-content .tab-pane, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .tab-content .tab-pane {
display: block; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more .bt-show-less-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more .bt-show-less-text {
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more .bt-show-less-text i, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more .bt-show-less-text i {
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more .bt-show-more-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more .bt-show-more-text {
display: inline; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more .bt-show-more-text i, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more .bt-show-more-text i {
display: inline; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-more-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-more-text {
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-more-text i, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-more-text i {
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-less-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-less-text {
display: inline; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-less-text i, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more.bt-reden-showall .bt-show-less-text i {
display: inline; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-reden-show-more .bt-reden-more-link, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-reden-show-more .bt-reden-more-link {
font-size: 1.4em;
margin-top: 1em;
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie ul.bt-reden, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie ul.bt-reden {
padding: 0;
margin-bottom: 1.5rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie ul.bt-reden li, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie ul.bt-reden li {
font-size: 1em;
list-style-type: none;
border-top: 1px solid #ccc;
padding: 1rem 0 0.5rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie ul.bt-reden li:first-child, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie ul.bt-reden li:first-child {
border: none;
padding-top: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie ul.bt-reden li i, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie ul.bt-reden li i {
padding-right: 0.2em; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-show-more .bt-show-less-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-show-more .bt-show-less-text {
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-show-more .bt-show-more-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-show-more .bt-show-more-text {
display: inline; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-show-more.bt-abstimmungen-showall .bt-show-more-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-show-more.bt-abstimmungen-showall .bt-show-more-text {
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-show-more.bt-abstimmungen-showall .bt-show-less-text, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-show-more.bt-abstimmungen-showall .bt-show-less-text {
display: inline; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-show-more .bt-abstimmungen-more-link, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-show-more .bt-abstimmungen-more-link {
font-size: 1.4em;
margin-top: 1em;
display: none; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table {
margin-bottom: 2rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table tr, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table tr {
border-top: 1px solid #cccccc;
display: table-row; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table tr:first-child, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table tr:first-child {
border: none;
padding-top: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table tr:first-child td, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table tr:first-child td {
padding-top: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table td.bt-time, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table td.bt-time {
padding-right: 3.5rem;
width: 10rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table td, .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table th, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table td, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table th {
vertical-align: top;
display: table-cell;
padding: 1rem 0 0.5rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table a, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table a {
color: #31505f; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table .bt-abstimmung, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table .bt-abstimmung {
padding-left: 1rem;
width: 10rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table .bt-abstimmung span, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table .bt-abstimmung span {
font-size: 1.1rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table td.bt-standard-content ul.bt-linkliste li a, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table td.bt-standard-content ul.bt-linkliste li a {
font-size: 1.4rem !important;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif !important; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-wk-map, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-wk-map {
height: auto;
padding-bottom: 0.5em; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-wk-map iframe, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-wk-map iframe {
width: 100px;
min-width: 100%; }
.bt-pages-overlay.bt-module-row-biografien .bt-richtextfeld .bt-individuell-erlauterung, .bt-pages-overlay.bt-module-row-biografien-single .bt-richtextfeld .bt-individuell-erlauterung {
padding: 0.5em 0 1em; }
.bt-pages-overlay.bt-module-row-biografien .bt-richtextfeld .voa_tab1, .bt-pages-overlay.bt-module-row-biografien-single .bt-richtextfeld .voa_tab1 {
margin-bottom: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-richtextfeld .bt-fragment p, .bt-pages-overlay.bt-module-row-biografien-single .bt-richtextfeld .bt-fragment p {
margin-bottom: 7px;
font-size: 1.4rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-richtextfeld h5, .bt-pages-overlay.bt-module-row-biografien-single .bt-richtextfeld h5 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4rem;
font-weight: bold;
padding-bottom: 0.75em; }
.bt-pages-overlay.bt-module-row-biografien .bt-richtextfeld h6, .bt-pages-overlay.bt-module-row-biografien-single .bt-richtextfeld h6 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4rem;
font-weight: normal;
padding-bottom: 0.5em; }
#main .bt-standard-content ul.voa_list {
padding: 0 0 1.5rem 0; }
#main .bt-standard-content ul.voa_list li {
list-style: none;
padding: 0; }
#main .bt-standard-content ul.voa_list li::before {
display: none; }
#main .bt-standard-content ul.voa_list li ul {
padding: 0; }
#main .bt-standard-content ul.voa_list li ul li {
padding-left: 1.5rem; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-accordion-toggle, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-accordion-toggle {
top: 0; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie {
margin-bottom: 0; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.bt-liste) li a,
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.voa_list) li a, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.bt-liste) li a,
#main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.voa_list) li a {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.85rem; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.bt-liste).bt-reden li a,
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.voa_list).bt-reden li a, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.bt-liste).bt-reden li a,
#main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie ul:not(.voa_list).bt-reden li a {
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
font-size: 1.4rem; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie .tab-content, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie .tab-content {
border-top: none; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie button, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie button {
width: 100%;
color: #000000;
background-color: #cccccc;
font-weight: bold; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-accordion-toggle, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-accordion-toggle {
top: 0.8rem; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-standard-content ul:not(.voa_list), #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-standard-content ul:not(.voa_list) {
padding: 0;
list-style: none; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-standard-content ul:not(.voa_list) li, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-standard-content ul:not(.voa_list) li {
font-size: 1.4rem;
padding: 0 0 0.5em 1.2em;
position: relative; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-standard-content ul:not(.voa_list) li:before, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-standard-content ul:not(.voa_list) li:before {
content: "\2022";
position: absolute;
left: 0;
top: 0;
color: #666666; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table h4.bt-title {
margin: 1.5em 0 0.6em 0; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive {
clear: both; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th, #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td {
border-right: none;
border-left: none;
padding: 1em 0.5em 0.5em 0; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:first-child, #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:first-child {
max-width: 28%;
min-width: 24%; }
@media (min-width: 480px) and (orientation: landscape) {
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:first-child, #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:first-child {
max-width: 15%;
min-width: 10%; } }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:nth-child(2n), #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:nth-child(2n) {
max-width: 10em;
white-space: normal; }
@media (min-width: 480px) and (orientation: landscape) {
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:nth-child(2n), #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:nth-child(2n) {
max-width: 20em; } }
/** BREAKPOINTS **/
/* Tablet */
@media (min-width: 768px) {
.bt-pages-overlay.bt-module-row-biografien .bt-profil, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil {
padding-top: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-potrait .bt-bild-standard, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-potrait .bt-bild-standard {
margin-bottom: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-name, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-name {
padding-top: 2.5rem;
padding-bottom: 2em;
margin-top: 0; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-name h3, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-name h3 {
font-size: 2.2rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-beruf p, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-beruf p {
font-size: 2rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-logo-partei, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-logo-partei {
padding-bottom: 2.5em; }
.bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-profil-kontakt, .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-profil-kontakt {
display: block; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table .bt-abstimmung, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table .bt-abstimmung {
padding-left: 3rem;
width: 12rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie {
padding-top: 3em;
padding-bottom: 3em; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .tab-content, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .tab-content {
padding-top: 3em; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .tab-content .tab-pane, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .tab-content .tab-pane {
display: none;
margin-top: 2rem; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .tab-content .tab-pane.active, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .tab-content .tab-pane.active {
display: block; }
.bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-wk-map, .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-wk-map {
padding-bottom: 0; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-collapse, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-collapse {
border-top: 1px solid #cccccc; }
#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi.bt-step-navi-biografie .tab-content, #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-step-navi.bt-step-navi-biografie .tab-content {
border-top: 1px solid #cccccc; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:first-child, #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:first-child {
max-width: none;
min-width: 7em; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:nth-child(2n), #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:nth-child(2n) {
max-width: 38em; } }
/* Desktop */
@media (min-width: 992px) {
main#main .bt-module-overlay .bt-overlay-wrap .bt-overlay-content {
min-height: 50em; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .row-no-padding:first-child .bt-collapse, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .row-no-padding:first-child .bt-collapse {
border-top: none; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .row-no-padding:first-child .bt-collapse h4, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .row-no-padding:first-child .bt-collapse h4 {
margin-top: 0; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .row-no-padding:first-child .bt-collapse .bt-accordion-toggle, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .row-no-padding:first-child .bt-collapse .bt-accordion-toggle {
top: 0; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-abstimmungen-table .bt-abstimmung, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie .bt-abstimmungen-table .bt-abstimmung {
padding-left: 2rem;
width: 10.5rem; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-profil, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-profil {
/*.bt-profil-contact div {
float: left;
}*/ }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-biografie-name, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-biografie-name {
padding-top: 3rem;
padding-bottom: 1.5em; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-profil .bt-logo-partei img, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-profil .bt-logo-partei img {
transform: scale(1); }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-collapse.first, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-collapse.first {
border-top: 0; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-collapse.first h5.bt-title, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-collapse.first h5.bt-title {
padding-top: 0; }
main#main .bt-pages-overlay.bt-module-row-biografien .bt-collapse.first a, main#main .bt-pages-overlay.bt-module-row-biografien-single .bt-collapse.first a {
top: -0.8em; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:first-child, #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:first-child {
max-width: 6em;
min-width: 6em; }
#main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na th:nth-child(2n), #main .bt-module-row-biografien.bt-pages-overlay .bt-standard-content.bt-na-table .table-responsive table.table.table-na td:nth-child(2n) {
max-width: 55em; }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
left: -0.1em; }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
right: -0.1em; } }
/* Media Large */
@media (min-width: 1436px) {
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
left: -6.2em; }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
right: -6.2em; } }
main#main .bt-module-row .bt-pages-overlay {
padding: 0 10px; }
main#main .bt-module-overlay {
background: transparent; }
main#main .bt-module-overlay .bt-module-row .container-fluid {
padding-left: 30px;
padding-right: 30px;
background: #ffffff; }
main#main .bt-module-overlay .bt-overlay-content > div > .container-fluid {
box-shadow: 0px 7px 20px 0px rgba(50, 50, 50, 0.75);
margin-bottom: 3rem; }
main#main .bt-module-overlay .bt-overlay-swiper .scrollToStartButton {
right: 2em; }
@media (min-width: 992px) {
main#main .bt-module-overlay .bt-overlay-swiper .scrollToStartButton {
right: -0.1em; } }
@media (min-width: 1485px) {
main#main .bt-module-overlay .bt-overlay-swiper .scrollToStartButton {
right: -9.2em; } }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
display: none; }
@media (min-width: 992px) {
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
display: block;
left: -0.1em; } }
@media (min-width: 1485px) {
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
left: -9.2em; } }
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
display: none;
right: -0.1em; }
@media (min-width: 992px) {
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
display: block;
right: -0.1em; } }
@media (min-width: 1485px) {
main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
right: -9.2em; } }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-collapse {
border-top: none; }
@media only screen and (max-width: 767px) {
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard img {
height: 8.7rem;
width: auto; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
margin-left: -20px;
width: calc(100vw - 20px); } }
@media (min-width: 768px) {
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard img {
height: 13.6rem;
width: auto; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
width: 96vw; } }
@media (min-width: 992px) {
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .container-fluid {
padding-left: 3rem;
padding-right: 3rem; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie div.bt-bild-standard img {
height: 20.5rem;
width: auto; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
width: 89vw;
margin-left: -15px; } }
@media (min-width: 992px) {
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien #main .bt-bildergalerie-element .container-fluid {
padding-left: 0;
padding-right: 0; }
#main .bt-pages-overlay .bt-module-row.bt-module-row-bildergalerien .bt-bildergalerie-element .bt-bildergalerie-slider-overlay {
width: 100%;
margin-left: 0; } }
@media (min-width: 992px) {
main#main .bt-module-overlay .bt-overlay-jumpTop {
transform: translateX(-50%); } }
#main .bt-step-navi.bt-suche {
overflow: visible;
margin: 0 0 5px 0; }
#main .bt-step-navi.bt-suche > ul > li:hover, #main .bt-step-navi.bt-suche > ul > li:focus, #main .bt-step-navi.bt-suche > ul > li:active {
border-bottom: 1px solid #000000;
padding-bottom: 8px; }
#main .bt-step-navi.bt-suche > ul > li.active:hover, #main .bt-step-navi.bt-suche > ul > li.active:focus, #main .bt-step-navi.bt-suche > ul > li.active:active {
border-bottom: 4px solid #ff7100;
padding-bottom: 5px;
cursor: default; }
#main .bt-step-navi.bt-suche > ul > li > a:hover, #main .bt-step-navi.bt-suche > ul > li > a:focus, #main .bt-step-navi.bt-suche > ul > li > a:active {
text-decoration: none;
color: #000000; }
#main .bt-step-navi.bt-suche .tab-content {
padding-top: 0.6rem;
border-top: 1px solid #cccccc; }
#main .bt-step-navi.bt-suche div.bt-filterzeile {
padding-top: 0;
margin-left: -1rem;
/*.filter-field.filter-date {
margin-left: -9px;
}*/ }
#main .bt-step-navi.bt-suche .select2-selection--multiple .select2-search--inline .select2-search__field {
max-width: 8.75em !important; }
#main ul.bt-suche-results {
float: left;
padding: 0;
margin: 0 0 1.3rem 0;
width: 100%; }
#main ul.bt-suche-results li {
list-style: none;
width: 100%;
clear: both; }
#main ul.bt-suche-results.bt-standard-content table.table td {
max-width: 14em; }
#main .select2-selection__clear {
z-index: 45; }
#main .bt-quiz-bild {
padding-bottom: 1.1rem; }
#main .bt-quiz-text {
margin-top: -0.6rem;
padding-bottom: 4rem; }
#main .bt-quiz-text .bt-dachzeile {
margin-top: 0.2rem; }
#main .bt-quiz-text .bt-quiz-error {
color: #ca2f56;
font-weight: bold; }
#main .bt-quiz-text .bt-quiz-correct {
color: #2C882E;
font-weight: bold; }
#main .bt-quiz-text .btn {
font-weight: bold; }
#main .bt-quiz-text .bt-quiz-buttons {
padding-top: 1.6rem; }
#main .bt-quiz-text a.btn {
font-weight: bold;
text-decoration: none;
float: right; }
#main .bt-quiz-text a.btn.bt-btn-quizhint {
float: left;
color: #000000; }
#main .bt-quiz-text a.btn.bt-btn-quizhint:link, #main .bt-quiz-text a.btn.bt-btn-quizhint:visited {
background-color: #cccccc; }
#main .bt-quiz-text a.btn.bt-btn-quizhint:hover, #main .bt-quiz-text a.btn.bt-btn-quizhint:focus, #main .bt-quiz-text a.btn.bt-btn-quizhint:active {
background-color: #ff7100; }
#main .bt-quiz-text h4 {
padding-bottom: 1rem; }
#main .bt-quiz-text h4.bt-quiz-result-headline {
padding-top: 1rem; }
#main .bt-quiz-text .bt-quiz-result {
width: 100%;
height: 1rem;
max-height: 1rem;
background-color: #eeeeee;
margin: 0.2rem 0 0.5rem 0; }
#main .bt-quiz-text .bt-quiz-result .bt-quiz-result-meter {
height: 100%;
background-color: #ff7100; }
#main .bt-module-row.bt-module-row-quiz form input[type="radio"] + label, #main .bt-module-row.bt-module-row-quiz form input[type="radio"] + input + label {
display: block; }
#main .bt-module-row.bt-module-row-quiz form input[type="radio"] + label:before, #main .bt-module-row.bt-module-row-quiz form input[type="radio"] + input + label:before {
display: block;
float: left;
margin-bottom: 5px;
padding-left: 2px;
padding-top: 1px; }
@media (min-width: 992px) {
#main .bt-quiz-bild {
padding-bottom: 11.6rem; } }
main#main .bt-module-row.bt-page-sitemap {
padding-top: 2.5em;
margin-bottom: 1.75rem; }
main#main .bt-module-row.bt-page-sitemap h2 {
font-size: 1.5rem;
color: #31505f;
font-weight: bold;
padding-bottom: 0.5em;
border-bottom: 1px solid #cccccc;
margin-bottom: 0.5em; }
main#main .bt-module-row.bt-page-sitemap .bt-accordion-toggle {
top: -0.2em; }
main#main .bt-module-row.bt-page-sitemap ul.bt-linkliste {
margin-bottom: 1.1em; }
main#main .bt-module-row.bt-page-sitemap ul.bt-linkliste li ul {
padding-left: 1em; }
main#main .bt-module-row.bt-page-sitemap ul.bt-linkliste li ul li:last-child {
padding: 0; }
main#main .bt-module-row.bt-page-sitemap ul.bt-linkliste ul.bt-linkliste {
margin-bottom: 0; }
@media (min-width: 768px) {
main#main .bt-module-row.bt-page-sitemap {
margin-bottom: 2.75rem; }
main#main .bt-module-row.bt-page-sitemap h2 {
font-size: 1.6rem; } }
html[dir="rtl"] {
/* Wird fuer die Klammern benötigt */
/* Modul Aktuell */ }
html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12 {
float: right; }
html[dir="rtl"] #main *:after {
content: "\200E";
font-size: 0.1px;
color: transparent; }
html[dir="rtl"] #main .bt-videoplayer div:after {
content: ""; }
html[dir="rtl"] #main .bt-video-funktionen ul:after, html[dir="rtl"] #main .bt-video-funktionen li:after {
content: "";
display: none; }
html[dir="rtl"] #main div[dir="ltr"] *:after {
content: ""; }
html[dir="rtl"] #main footer.bt-overlay-footer *:after {
content: ""; }
html[dir="rtl"] #main footer.bt-overlay-footer * .share_text:after {
content: "\200E";
font-size: 0.1px;
color: transparent; }
html[dir="rtl"] #main footer.bt-overlay-footer .bt-footer-share-popup {
bottom: 3rem !important;
left: auto;
right: 0;
box-shadow: none; }
html[dir="rtl"] #main .bt-filterzeile *:after {
content: ""; }
html[dir="rtl"] #main .bt-module-row-biografien .bt-teaser-person .bt-teaser-person-text *:after {
content: ""; }
html[dir="rtl"] #main .bt-step-navi.nav-tabs ul.tablist > li:after, html[dir="rtl"] #main .bt-step-navi.nav-tabs ul[role="tablist"] > li:after {
display: none; }
html[dir="rtl"] #main .bt-loader:after {
content: "";
font-size: 10px;
position: absolute;
text-indent: -9999em;
border-top: 0.4em solid rgba(51, 51, 51, 0.33);
border-right: 0.4em solid rgba(51, 51, 51, 0.33);
border-bottom: 0.4em solid rgba(51, 51, 51, 0.33);
border-left: .4em solid #000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
left: 50%;
margin-top: -2em;
margin-left: -2em; }
html[dir="rtl"] #main .form-group input[type=checkbox], html[dir="rtl"] #main input[type=radio] {
left: inherit;
right: -10000px; }
html[dir="rtl"] footer .bt-footer .bt-footer-share p a {
display: block;
padding-left: 2.5em;
position: relative; }
html[dir="rtl"] footer .bt-footer .bt-footer-share i {
left: 0;
margin-left: 0;
position: absolute;
top: 0; }
@media (min-width: 768px) {
html[dir="rtl"] footer .bt-footer .bt-footer-share i {
top: -5px; } }
html[dir="rtl"] footer .bt-footer-share-popup .shariff li a {
padding-left: 0;
padding-right: 1em; }
html[dir="rtl"] div[dir="ltr"] footer .bt-footer-share-popup .shariff li a {
padding-left: 1em;
padding-right: 0; }
html[dir="rtl"] div.sr-menu {
left: auto;
right: 0; }
html[dir="rtl"] header h1 img {
display: inline-block;
left: 0;
position: relative;
float: left; }
html[dir="rtl"] header nav.nav-service ul {
margin-right: -24px; }
html[dir="rtl"] .bt-header h1 {
float: left; }
html[dir="rtl"] .bt-header h1 a {
max-width: 100%; }
html[dir="rtl"] .bt-header div.bt-menu-wrap button.bt-main-nav-toggle i, html[dir="rtl"] .bt-header div.bt-menu-wrap button.bt-search-toggle i {
float: right; }
html[dir="rtl"] .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-menu-toggle {
left: 0;
right: auto; }
html[dir="rtl"] header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a, html[dir="rtl"] header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a {
padding-right: 0.8em; }
html[dir="rtl"] header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h2 a.bt-menu-toggle.bt-menu-sub-close i.icon-left-dir:before, html[dir="rtl"] header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu h3 a.bt-menu-toggle.bt-menu-sub-close i.icon-left-dir:before {
content: "\e81a"; }
html[dir="rtl"] #main .bt-module-row h2.bt-title, html[dir="rtl"] #main .bt-module-row h4.bt-title {
float: right; }
html[dir="rtl"] #main .bt-module-row div.bt-filterzeile {
text-align: right; }
html[dir="rtl"] #main .bt-module-row div.bt-filterzeile .select2-container {
margin-top: 0; }
html[dir="rtl"] #main .bt-module-row .bt-accordion-toggle {
right: auto;
left: 0;
text-align: left; }
html[dir="rtl"] #main .bt-page-title .bt-page-title-gradient {
background: linear-gradient(right, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%);
background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%);
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%);
background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 60%); }
html[dir="rtl"] #main .bt-page-title.bt-page-title-light .bt-page-title-gradient {
background: linear-gradient(right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%);
background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 60%); }
html[dir="rtl"] #main div.bt-bild-standard button.bt-bild-info-icon {
left: 1rem;
right: inherit; }
html[dir="rtl"] #main div.bt-bild-standard .bt-bild-info-text button.bt-bild-info-close {
left: 1em;
right: inherit; }
html[dir="rtl"] #main .select2-container .select2-selection--single .select2-selection__rendered, html[dir="rtl"] #main .select2-container .select2-selection--multiple .select2-selection__rendered {
padding: 0.3rem 1rem 0.3rem 2.8rem; }
html[dir="rtl"] #main .select2-container .select2-selection--single .select2-selection__rendered:before, html[dir="rtl"] #main .select2-container .select2-selection--multiple .select2-selection__rendered:before {
position: absolute;
content: "\e812";
font-family: bt-icons;
color: #000;
left: 0.9rem; }
html[dir="rtl"] #main .select2-container--open .select2-selection--single .select2-selection__rendered::before {
content: "\e813"; }
html[dir="rtl"] #main .select2-container .select2-selection--single .select2-selection__rendered:after, html[dir="rtl"] #main .select2-container .select2-selection--multiple .select2-selection__rendered:after {
content: ''; }
html[dir="rtl"] #main .bt-pages-overlay .bt-overlay-close a {
right: auto;
left: 0.5rem;
float: left; }
html[dir="rtl"] #main .bt-pages-overlay .bt-overlay-close a::before {
left: 0;
right: auto;
padding-right: 0.7rem; }
html[dir="rtl"] #main .bt-pages-overlay .bt-overlay-close a .bab-overlay-close-text {
margin-left: 5.2rem;
margin-right: 0; }
html[dir="rtl"] #main .bt-pages-overlay .bt-overlay-close a .bab-overlay-function-text {
margin-left: 4.2rem;
margin-right: 0; }
html[dir="rtl"] #main .bt-module-overlay[dir="ltr"] .bt-pages-overlay .bt-overlay-close a {
right: 0.5rem;
left: auto;
float: right; }
html[dir="rtl"] #main .bt-standard-content ul:not(.voa_list) li {
padding: 0 0.2em 0.5em 0; }
html[dir="rtl"] #main .bt-standard-content ul:not(.voa_list) li:before {
left: auto;
right: 0; }
html[dir="rtl"] #main .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a.bt-link-intern {
padding-right: 0.85em;
padding-left: 0; }
html[dir="rtl"] #main .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a.bt-link-intern:before {
left: auto;
right: 0.1rem;
content: '\e800'; }
html[dir="rtl"] #main .bt-standard-content .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close {
left: 0;
right: auto; }
html[dir="rtl"] #main .bt-video-funktionen .bt-video-funktionen-overlay header a.icon-close {
left: 0;
right: auto; }
html[dir="rtl"] main#main .bt-pages-overlay .bt-overlay-close {
height: 5rem;
float: left; }
html[dir="rtl"] main#main [dir="ltr"] .bt-pages-overlay .bt-overlay-close {
float: right; }
html[dir="rtl"] .select2-search--dropdown:after {
left: 0.5em;
right: auto; }
html[dir="rtl"] div.bt-head-search.active input.bt-search-input {
padding-right: 3rem; }
html[dir="rtl"] .select2-container.select2-container--open {
right: 0; }
html[dir="rtl"] #main .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a {
padding-left: 0;
padding-right: 1.428em; }
html[dir="rtl"] #main .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a:before {
left: auto;
right: 0; }
html[dir="rtl"] #main div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a {
padding-left: 1.428em;
padding-right: 0; }
html[dir="rtl"] #main div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a:before {
left: 0;
right: auto; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell header {
padding-right: 1em;
padding-left: 0; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell header .bt-accordion-toggle {
left: 1rem; }
html[dir="rtl"] #main div.bt-bild-standard button.bt-bild-info-icon {
left: 1rem;
right: auto; }
html[dir="rtl"] #main div.bt-bild-standard span.bt-bild-video-icon, html[dir="rtl"] #main div.bt-bild-standard span.bt-bild-galerie-icon {
right: 1rem;
left: auto; }
html[dir="rtl"] #main .bt-module-row .bt-slider-mobile-navi .slick-arrow.slick-next {
right: auto;
left: 0;
transform: rotate(180deg); }
html[dir="rtl"] #main .bt-module-row .bt-slider-mobile-navi .slick-arrow.slick-prev {
right: 0;
left: auto;
transform: rotate(180deg); }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-next {
left: 1rem; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-prev {
right: 1rem; }
html[dir="rtl"] .bt-filterzeile-scroller {
white-space: inherit; }
html[dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text, html[dir="rtl"] .select2-container .select2-selection--multiple .select2-selection__rendered span.bt-select2-rendered-text {
font-size: 1.6rem; }
html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__rendered, html[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
font-size: 1.6rem; }
html[dir="rtl"] .select2-results__option {
font-size: 1.4rem; }
html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__clear:before, html[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__clear:before {
right: 0.6em;
left: 0; }
html[dir="rtl"] div.bt-filterzeile {
margin-top: 0; }
html[dir="rtl"] #main form p.bt-filterzeile-special-link {
position: relative;
top: 5px; }
html[dir="rtl"] div.bt-filterzeile.bt-tag-group ul {
padding-left: 0;
padding-right: 0.5rem;
padding-bottom: 1.2em; }
html[dir="rtl"] a.bt-link-print, html[dir="rtl"] a.bt-link-list, html[dir="rtl"] a.bt-link-tiles {
padding: 1em 1em 1em 0; }
@media (min-width: 992px) {
html[dir="rtl"] a.bt-link-print, html[dir="rtl"] a.bt-link-list, html[dir="rtl"] a.bt-link-tiles {
float: left; } }
html[dir="rtl"] #main .bt-paginierung ul button i:before, html[dir="rtl"] #main .bt-paginierung ul a i:before {
position: relative;
top: 2px;
transform: rotate(180deg); }
html[dir="rtl"] #main .bt-paginierung ul button i.icon-angle-right:before, html[dir="rtl"] #main .bt-paginierung ul a i.icon-angle-right:before {
left: 0; }
html[dir="rtl"] #main .bt-paginierung ul button i.icon-angle-left:before, html[dir="rtl"] #main .bt-paginierung ul a i.icon-angle-left:before {
left: 3px; }
html[dir="rtl"] main#main .bt-overlay-footer a.printButton {
white-space: unset; }
@media (min-width: 768px) {
html[dir="rtl"] {
/* Modul Aktuell */ }
html[dir="rtl"] #main div.bt-filterzeile {
margin-right: -1rem; }
html[dir="rtl"] #main div.bt-filterzeile.bt-tag-group ul {
padding-left: 0;
padding-right: 2rem; }
html[dir="rtl"] header nav.nav-service ul {
margin-right: auto;
margin-left: 24px;
float: left; }
html[dir="rtl"] header h1 img {
left: -5px;
float: none; }
html[dir="rtl"] header .bt-header h1 {
text-align: left; }
html[dir="rtl"] header .bt-header div.bt-menu-wrap button span {
font-size: 2.2rem;
top: 0;
right: 0.5rem; }
html[dir="rtl"] #breadcrumb li a:after, html[dir="rtl"] #bab-breadcrumb-top li a:after {
content: ""; }
html[dir="rtl"] #breadcrumb li a:before, html[dir="rtl"] #bab-breadcrumb-top li a:before {
content: '\e81b';
font-family: 'bt-icons';
position: absolute;
right: auto;
left: -1.5rem; }
html[dir="rtl"] .select2-container {
font-size: 2.2rem; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div {
height: 28.5rem; }
html[dir="rtl"] #breadcrumb::after, html[dir="rtl"] #bab-breadcrumb-top::after {
display: none; }
html[dir="rtl"] #breadcrumb .container-fluid::after, html[dir="rtl"] #bab-breadcrumb-top .container-fluid::after {
display: none; }
html[dir="rtl"] #breadcrumb ul, html[dir="rtl"] #bab-breadcrumb-top ul {
margin: .5rem 0; }
html[dir="rtl"] #breadcrumb ul {
margin: .5rem 0; } }
@media (min-width: 992px) {
html[dir="rtl"] #breadcrumb ul, html[dir="rtl"] #bab-breadcrumb-top ul {
margin: 1.2rem 0; }
html[dir="rtl"] #main .col-md-offset-1 {
margin-right: 8.33333%;
margin-left: 0; }
html[dir="rtl"] #main .bt-module-row div.bt-filterzeile {
text-align: left;
margin-right: 0; }
html[dir="rtl"] div.bt-filterzeile {
margin-top: 0.3em; }
html[dir="rtl"] #main form p.bt-filterzeile-special-link {
top: 6px;
float: left; }
html[dir="rtl"] #main div.bt-filterzeile.bt-tag-group ul {
padding-left: 2rem;
padding-right: 0;
padding-bottom: 0; }
html[dir="rtl"] .select2-container.select2-container--open {
left: 0;
right: inherit; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-next {
right: auto;
left: -9.2rem;
transform: rotate(180deg); }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider-mobile-navi .slick-arrow.slick-prev {
right: -9.2rem;
left: auto;
transform: rotate(180deg); }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider {
height: 57.3rem; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div {
height: 28.6rem; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div.bt-slide-medium {
height: 57.3rem; }
html[dir="rtl"] main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next:hover .bab-slick-arrow-text {
top: -8px;
padding-bottom: 0; }
html[dir="rtl"] main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev:hover .bab-slick-arrow-text {
padding-bottom: 1.1em; } }
@media (min-width: 1200px) {
html[dir="rtl"] #main .slick-arrow.slick-prev {
left: auto;
right: -9.2rem;
transform: rotate(180deg); }
html[dir="rtl"] main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-prev {
left: auto; }
html[dir="rtl"] #main .slick-arrow.slick-next {
transform: rotate(180deg);
left: -9.2rem;
right: auto; }
html[dir="rtl"] main#main .bt-module-overlay .bt-overlay-swiper button.slick-arrow.slick-next {
right: auto; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider {
height: 67.3rem; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div {
height: 33.6rem; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide > div.bt-slide-medium {
height: 67.3rem; } }
html[dir="rtl"] #main div[dir="ltr"] .col-xs-1, html[dir="rtl"] #main div[dir="ltr"] .col-xs-2, html[dir="rtl"] #main div[dir="ltr"] .col-xs-3, html[dir="rtl"] #main div[dir="ltr"] .col-xs-4, html[dir="rtl"] #main div[dir="ltr"] .col-xs-5, html[dir="rtl"] #main div[dir="ltr"] .col-xs-6, html[dir="rtl"] #main div[dir="ltr"] .col-xs-7, html[dir="rtl"] #main div[dir="ltr"] .col-xs-8, html[dir="rtl"] #main div[dir="ltr"] .col-xs-9, html[dir="rtl"] #main div[dir="ltr"] .col-xs-10, html[dir="rtl"] #main div[dir="ltr"] .col-xs-11, html[dir="rtl"] #main div[dir="ltr"] .col-xs-12, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-1, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-2, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-3, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-4, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-5, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-6, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-7, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-8, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-9, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-10, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-11, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .col-xs-12 {
float: left; }
html[dir="rtl"] #main div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a {
padding-left: 1.428em;
padding-right: 0; }
html[dir="rtl"] #main div[dir="ltr"] .bt-pages-overlay .bt-overlay-close a, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .bt-pages-overlay .bt-overlay-close a {
right: 0.5rem;
left: auto; }
html[dir="rtl"] #main div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a {
padding-left: 1.428;
padding-right: 0; }
html[dir="rtl"] #main div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a:before, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .bt-pages-overlay .bt-standard-content ul.bt-linkliste li a:before {
left: 0;
right: auto; }
html[dir="rtl"] #main div[dir="ltr"] .bt-accordion-toggle, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .bt-accordion-toggle {
right: 0;
left: auto;
text-align: right; }
html[dir="rtl"] #main div[dir="ltr"] h2.bt-title, html[dir="rtl"] #main div[dir="ltr"] h4.bt-title, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] h2.bt-title, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] h4.bt-title {
float: left; }
html[dir="rtl"] #main div[dir="ltr"] .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text h3:after, html[dir="rtl"] #main .bt-module-row div[dir="ltr"] .bt-slider-list-view .bt-teaser-person .bt-teaser-person-text h3:after {
content: "|";
position: absolute;
right: -0.75em;
top: 0;
color: #000000;
font-size: 1em; }
html[dir="rtl"] .bt-videoplayer .undocked, html[dir="rtl"] .bt-videoplayer-gs .undocked {
right: auto;
left: 2rem; }
html[dir="rtl"] .bt-videoplayer .undocked .bab-close-video, html[dir="rtl"] .bt-videoplayer-gs .undocked .bab-close-video {
right: auto;
left: 0;
top: 0;
border-radius: 0 0 1rem 0; }
html[dir="rtl"] main#main .bt-overlay-footer {
float: right; }
html[dir="rtl"] main#main .bt-overlay-footer ul li.bt-overlay-footer-link {
float: right; }
html[dir="rtl"] main#main .bt-overlay-footer ul li.bt-overlay-footer-link i {
float: left; }
html[dir="rtl"] main#main .bt-overlay-footer [class^="icon-"]:before, html[dir="rtl"] main#main .bt-overlay-footer [class*=" icon-"]:before {
margin-right: 1.4rem; }
html[dir="rtl"] #main .slick-arrow:hover .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow:focus .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow:active .bab-slick-arrow-text {
transform: rotate(180deg);
display: block;
top: -4px;
position: relative; }
html[dir="rtl"] #main .slick-arrow.slick-next:hover .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow.slick-next:focus .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow.slick-next:active .bab-slick-arrow-text {
padding-right: 2.5rem;
padding-left: 4.5rem; }
html[dir="rtl"] #main .slick-arrow.slick-prev:hover .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow.slick-prev:focus .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow.slick-prev:active .bab-slick-arrow-text {
padding-left: 2.5rem;
padding-right: 4.5rem; }
html[dir="rtl"] #main .slick-arrow.slick-disabled:hover .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow.slick-disabled:focus .bab-slick-arrow-text, html[dir="rtl"] #main .slick-arrow.slick-disabled:active .bab-slick-arrow-text {
display: none; }
html[dir="rtl"] div.bt-bild-standard span.bt-bild-info-icon {
right: auto;
left: 1em; }
html[dir="rtl"] #main form input[type=radio] + label, html[dir="rtl"] #main form input[type=radio] + input + label {
margin: 0 0 1em 2em; }
html[dir="rtl"] #main form input[type=radio] + label:before, html[dir="rtl"] #main form input[type=radio] + input + label:before {
padding-right: 1.5px; }
html[dir="rtl"] #main form input[type=checkbox] ~ label:before, html[dir="rtl"] #main form input[type=radio] + label:before, html[dir="rtl"] #main form input[type=radio] + input + label:before {
margin: 0 0 0 10px; }
html[dir="rtl"] .clipboard-content[dir="ltr"] {
text-align: right; }
html[dir="rtl"] #main .bt-module-overlay .bt-overlay-content:after,
html[dir="rtl"] #main .bt-module-overlay .bt-module-row.bt-pages-overlay:after,
html[dir="rtl"] #main .bt-module-overlay .bt-overlay-wrap:after {
display: none; }
html[dir="rtl"] #main .bt-module-overlay .bt-overlay-jumpTop button.scrollToStartButton:after {
color: #000000 !important;
content: "\e809" !important;
font-size: 4.8rem !important;
line-height: 4.8rem !important;
margin-left: 0.85rem !important; }
html[dir="rtl"] #main .bt-module-overlay .bt-overlay-jumpTop button.scrollToStartButton:hover:after {
color: #ff7100 !important;
content: "\e809" !important;
font-size: 4.8rem !important;
line-height: 4.8rem !important;
margin-left: 0.85rem !important; }
html[dir="rtl"] #main .bt-module-overlay .bt-overlay-jumpTop:after {
display: none; }
html[dir="rtl"] .bt-module-overlay .bt-sticky-share *:after, html[dir="rtl"] .bt-module-overlay .bt-sticky-share:after {
display: none; }
html[dir="rtl"] #main .bt-standard-content .bt-video-funktionen > ul > li a .icon-bg > i.icon-embed,
html[dir="rtl"] #main .bt-video-funktionen > ul > li a .icon-bg > i.icon-embed {
margin-left: .3rem; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi {
text-align: right;
padding: 7.8rem 0 0 0;
margin-left: 0;
column-gap: 2rem; }
@media (min-width: 768px) {
html[dir="rtl"] header nav.nav-service ul.bt-langnavi {
padding: 7.8rem 2rem 0 0;
column-gap: 4rem; } }
@media (min-width: 1200px) {
html[dir="rtl"] header nav.nav-service ul.bt-langnavi {
padding: 3.5rem 2rem 0 10rem; } }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close {
right: auto;
left: 2rem;
top: 3rem; }
@media (min-width: 1200px) {
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close {
left: 0; } }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close a:link, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close a a:visited {
padding-right: 0;
padding-left: 2rem; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li.bt-langnavi-close i {
left: -2rem;
right: auto;
top: -1rem;
position: absolute; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li {
text-align: right;
padding-right: 2rem; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:link i.icon-left-dir, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited i.icon-left-dir {
position: absolute;
left: auto;
right: -1.9rem;
top: -0.2rem;
color: #ff7100;
font-size: 1.75rem;
display: none; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:link .bt-langname, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited .bt-langname {
float: left;
right: 0;
left: auto; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:link .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited .bt-langnative {
right: 8.5rem; }
@media (min-width: 768px) {
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:link .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited .bt-langnative {
right: 10.5rem; } }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:hover i.icon-left-dir, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:focus i.icon-left-dir, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:active i.icon-left-dir, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a.active i.icon-left-dir {
display: block; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:hover .bt-langname, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:focus .bt-langname, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:active .bt-langname, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a.active .bt-langname {
float: left;
right: 0;
left: auto; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:hover .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:focus .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:active .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a.active .bt-langnative {
right: 8.5rem; }
@media (min-width: 768px) {
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:hover .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:focus .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:active .bt-langnative, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a.active .bt-langnative {
right: 10.5rem; } }
@media (max-width: 359px) {
html[dir="rtl"] header nav.nav-service ul.bt-langnavi {
column-gap: 2rem; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li {
padding-bottom: 1.7rem; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li > a:link span, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited span {
line-height: normal;
vertical-align: bottom;
display: inline-block; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li > a:link span.bt-langname, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited span.bt-langname {
max-width: 5rem;
margin-right: 0;
margin-left: 0.5rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li > a:link i.icon-right-dir, html[dir="rtl"] header nav.nav-service ul.bt-langnavi > li a:visited i.icon-right-dir {
top: -0.3rem; } }
html[dir="rtl"] .bt-module-overlay .bt-sticky-share *:after, html[dir="rtl"] .bt-module-overlay .bt-sticky-share:after {
display: none; }
html[dir="rtl"] #main .bt-standard-content .bt-video-funktionen > ul > li a .icon-bg > i.icon-embed,
html[dir="rtl"] #main .bt-video-funktionen > ul > li a .icon-bg > i.icon-embed {
margin-left: .3rem; }
html[dir="rtl"] .bab-flyout-nav > ul > li {
width: 16.66%; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide {
float: right; }
html[dir="rtl"] #main .bt-module-row.bt-module-row-aktuell-na .bt-slider .bt-slide {
float: right; }
html[dir="rtl"] html.detection-edge #main .bt-module-overlay[dir="ltr"] .bt-overlay-jumpTop--fixed {
left: auto;
right: 50%; }
html[dir="rtl"] html.detection-edge #main .bt-module-overlay[dir="ltr"] .bt-fixed {
left: auto !important;
right: 50% !important; }
.bt-archived-page .bt-profil .bt-profil-kontakt, .bt-archived-page .bt-profil .bt-kontakt-accordion-wrapper {
display: none !important; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-track {
position: relative;
top: 0;
left: 0;
display: block; }
.slick-track:before,
.slick-track:after {
display: table;
content: ''; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px; }
[dir='rtl'] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
#main .bt-slider {
clear: both;
/*width: 100vw;
margin-left: -10px;*/ }
#main .bt-slider .bt-slide [class^="col-"].bt-row {
width: 100%; }
#main .bt-slider .bt-slide.bt-slide-medium {
position: relative;
/*width: auto !important;
max-width: 585px;*/
/*.bt-slide-content {
width: 100%;
}*/ }
#main .bt-slider.no-padding-left .bt-slide {
padding-left: 0 !important; }
#main .slick-arrow:hover:before, #main .slick-arrow:focus:before, #main .slick-arrow:active:before {
color: #ff7100; }
#main .slick-arrow.slick-disabled:hover:before, #main .slick-arrow.slick-disabled:focus:before, #main .slick-arrow.slick-disabled:active:before {
color: #000000; }
#main .slick-slide > div:not(.bt-slide):not(.bt-slide-content) {
clear: both; }
#main .bt-slider-mobile-navi {
height: 5.8em;
width: 100%;
position: relative; }
#main .bt-slider-mobile-navi:before {
position: absolute;
content: "";
width: 200%;
height: 2px;
background: #ffffff;
top: 0;
left: -50vw; }
#main .bt-slider-mobile-navi p.bt-slider-index {
width: 12em;
margin: 0 auto;
color: #666666;
font-size: 1.6rem;
line-height: 1em;
text-align: center;
font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
#main .bt-slider-mobile-navi .slick-arrow {
position: absolute;
top: 0em;
height: 100%;
border: none;
width: 5em;
background: transparent; }
#main .bt-slider-mobile-navi .slick-arrow:before {
position: absolute;
top: -0.15em;
font-family: "bt-icons";
font-size: 4.8rem;
color: #000000; }
#main .bt-slider-mobile-navi .slick-arrow.slick-disabled {
cursor: default; }
#main .bt-slider-mobile-navi .slick-arrow.slick-disabled:before {
color: #000000;
opacity: 0.3; }
#main .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 0; }
#main .bt-slider-mobile-navi .slick-arrow.slick-prev:before {
left: 0;
content: "\e800"; }
#main .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 0; }
#main .bt-slider-mobile-navi .slick-arrow.slick-next:before {
right: 0;
content: "\e801"; }
#main .bt-slider-mobile-navi .slick-arrow:hover, #main .bt-slider-mobile-navi .slick-arrow:focus, #main .bt-slider-mobile-navi .slick-arrow:active {
color: #ff7100; }
#main .bt-slider-mobile-navi .slick-arrow:hover:before, #main .bt-slider-mobile-navi .slick-arrow:focus:before, #main .bt-slider-mobile-navi .slick-arrow:active:before {
color: #ff7100; }
#main .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover, #main .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus, #main .bt-slider-mobile-navi .slick-arrow.slick-disabled:active {
color: #000000; }
#main .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover:before, #main .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus:before, #main .bt-slider-mobile-navi .slick-arrow.slick-disabled:active:before {
color: black; }
#main .bt-modul-microsites .bt-slider-mobile-navi {
margin-top: -1.1em; }
#main .bt-modul-microsites .bt-slider-mobile-navi:before {
height: 0; }
#main .bt-modul-microsites .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 6px; }
#main .bt-modul-microsites .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 6px; }
@media (max-width: 991px) {
#main .bab-slick-arrow-text {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; } }
#main .bt-submodule .bt-slider-mobile-navi .slick-arrow.slick-next:before {
right: 6px; }
#main .bt-submodule .bt-slider-mobile-navi .slick-arrow.slick-prev:before {
left: 6px; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi p.bt-slider-index, #main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi p.bt-slider-index, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi p.bt-slider-index, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi p.bt-slider-index, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow::before {
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow:hover::before, #main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow:focus::before, #main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow:active::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow:hover::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow:focus::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow:active::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow:hover::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow:focus::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow:active::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow:hover::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow:focus::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow:active::before {
color: #ff7100; }
#main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover::before, #main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus::before, #main .bt-module-row.bt-module-row-plenarsitzung .bt-slider-mobile-navi .slick-arrow.slick-disabled:active::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus::before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .bt-slider-mobile-navi .slick-arrow.slick-disabled:active::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus::before, #main .bt-module-row.bt-module-row-liveuebertragungen .bt-slider-mobile-navi .slick-arrow.slick-disabled:active::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow.slick-disabled:hover::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow.slick-disabled:focus::before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-slider-mobile-navi .slick-arrow.slick-disabled:active::before {
color: #ffffff; }
#main .bt-slide-error {
height: 100% !important;
text-align: left;
border: none !important;
width: 31rem !important; }
#main .bt-slide-error .bt-teaser-kurztext {
padding: 2rem 2rem 2rem 0; }
#main .bt-slide-error .bt-teaser-kurztext p {
font-size: 1.6rem; }
#main .bt-module-row-parlamentsfernsehen .bt-slide-error .bt-teaser-kurztext h3, #main .bt-module-row-parlamentsfernsehen .bt-slide-error .bt-teaser-kurztext p, #main .bt-module-row-liveuebertragungen .bt-slide-error .bt-teaser-kurztext h3, #main .bt-module-row-liveuebertragungen .bt-slide-error .bt-teaser-kurztext p {
color: #ffffff; }
/* Media Tablet */
@media (min-width: 768px) {
#main {
/*.bt-slider {
width: auto;
margin-left: 0;
}*/ }
#main .bt-slide [class^="col-"].bt-row {
width: 100%; }
#main .bt-slide.bt-slide-medium {
position: relative;
/*width: auto !important;
max-width: 585px;*/ }
#main .bt-slide.bt-slide-medium .bt-slide-content {
width: 200%; }
#main .bt-modul-microsites .bt-slider-mobile-navi .slick-arrow.slick-prev {
left: 12px; }
#main .bt-modul-microsites .bt-slider-mobile-navi .slick-arrow.slick-next {
right: 12px; }
#main .bt-submodule .bt-slider-mobile-navi .slick-arrow.slick-next:before {
right: 12px; }
#main .bt-submodule .bt-slider-mobile-navi .slick-arrow.slick-prev:before {
left: 12px; }
#main .bt-slide-error {
width: 600px !important; } }
/* Media Desktop */
@media (min-width: 992px) {
#main .slick-arrow {
font-family: bt-icons;
position: absolute;
top: 50%;
margin-top: -2.4em;
min-width: 4.8rem;
height: 4.8rem;
border-radius: 2.4rem;
border: 1px solid #000000;
background: rgba(255, 255, 255, 0.75);
box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.8);
text-align: center;
z-index: 20;
padding: 0; }
#main .slick-arrow:before {
position: absolute;
top: -1.3rem;
left: 0;
width: 4.8rem;
height: 4.8rem;
font-size: 4.8em;
background: transparent; }
#main .slick-arrow.slick-prev:before {
content: "\e800";
left: -0.4rem; }
#main .slick-arrow.slick-next:before {
content: "\e801";
left: auto;
right: -0.4rem; }
#main .slick-arrow.slick-disabled {
cursor: default;
border-color: rgba(0, 0, 0, 0.3); }
#main .slick-arrow.slick-disabled:before {
opacity: 0.3; }
#main .slick-arrow.slick-prev {
left: -0.1em; }
#main .slick-arrow.slick-prev .bab-slick-arrow-text {
padding-left: 4.5rem; }
#main .slick-arrow.slick-next {
right: -0.1em; }
#main .slick-arrow.slick-next .bab-slick-arrow-text {
padding-right: 4.5rem; }
#main .slick-arrow:hover, #main .slick-arrow:focus, #main .slick-arrow:active {
background-color: #ffffff; }
#main .slick-arrow:hover:before, #main .slick-arrow:focus:before, #main .slick-arrow:active:before {
color: #ff7100; }
#main .slick-arrow:hover .bab-slick-arrow-text, #main .slick-arrow:focus .bab-slick-arrow-text, #main .slick-arrow:active .bab-slick-arrow-text {
display: inline; }
#main .slick-arrow.slick-disabled:hover, #main .slick-arrow.slick-disabled:focus, #main .slick-arrow.slick-disabled:active {
background: rgba(255, 255, 255, 0.75); }
#main .slick-arrow.slick-disabled:hover:before, #main .slick-arrow.slick-disabled:focus:before, #main .slick-arrow.slick-disabled:active:before {
color: #000000; }
#main .slick-arrow.slick-disabled:hover .bab-slick-arrow-text, #main .slick-arrow.slick-disabled:focus .bab-slick-arrow-text, #main .slick-arrow.slick-disabled:active .bab-slick-arrow-text {
display: none; }
#main .bab-slick-arrow-text {
display: none;
position: static;
padding: 1.6rem;
font-size: 1.6rem;
text-decoration: underline;
font-family: Georgia, "Times New Roman", Times, serif; }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow {
background: rgba(0, 0, 0, 0.75);
border-color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:before {
background: transparent;
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:hover, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:focus, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:active, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:hover, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:focus, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:active, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:hover, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:focus, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:active, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:hover, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:focus, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:active {
background: #000000; }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:hover:before, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:focus:before, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:active:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:hover:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:focus:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:active:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:hover:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:focus:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:active:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:hover:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:focus:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:active:before {
color: #ff7100; }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:hover .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:focus .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow:active .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:hover .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:focus .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow:active .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:hover .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:focus .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow:active .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:hover .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:focus .bab-slick-arrow-text, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow:active .bab-slick-arrow-text {
color: #ffffff; }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled {
border-color: rgba(255, 255, 255, 0.3); }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled:hover, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled:focus, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled:active, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled:hover, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled:focus, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled:active, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled:hover, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled:focus, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled:active, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled:hover, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled:focus, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled:active {
background: rgba(0, 0, 0, 0.75); }
#main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled:hover:before, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled:focus:before, #main .bt-module-row.bt-module-row-plenarsitzung .slick-arrow.slick-disabled:active:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled:hover:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled:focus:before, #main .bt-module-row.bt-module-row-parlamentsfernsehen .slick-arrow.slick-disabled:active:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled:hover:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled:focus:before, #main .bt-module-row.bt-module-row-liveuebertragungen .slick-arrow.slick-disabled:active:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled:hover:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled:focus:before, #main .bt-module-row.bt-module-row-liveuebertragungen-single .slick-arrow.slick-disabled:active:before {
color: #ffffff; }
#main .bt-slide-error {
width: 720px !important; } }
/* Media Large */
@media (min-width: 1436px) {
#main .slick-arrow.slick-prev {
left: -6.2em; }
#main .slick-arrow.slick-next {
right: -6.2em; }
#main .bt-slider-mobile-navi:before {
display: none; } }
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0; }
.leaflet-container {
overflow: hidden; }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none; }
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast; }
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0; }
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block; }
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
max-height: none !important; }
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y; }
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom; }
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none; }
.leaflet-container {
-webkit-tap-highlight-color: transparent; }
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }
.leaflet-tile {
filter: inherit;
visibility: hidden; }
.leaflet-tile-loaded {
visibility: inherit; }
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800; }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none; }
.leaflet-pane {
z-index: 400; }
.leaflet-tile-pane {
z-index: 200; }
.leaflet-overlay-pane {
z-index: 400; }
.leaflet-shadow-pane {
z-index: 500; }
.leaflet-marker-pane {
z-index: 600; }
.leaflet-tooltip-pane {
z-index: 650; }
.leaflet-popup-pane {
z-index: 700; }
.leaflet-map-pane canvas {
z-index: 100; }
.leaflet-map-pane svg {
z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px; }
.lvml {
display: inline-block;
position: absolute; }
/* control positioning */
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted;
/* IE 9-10 doesn't have auto */
pointer-events: auto; }
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none; }
.leaflet-top {
top: 0; }
.leaflet-right {
right: 0; }
.leaflet-bottom {
bottom: 0; }
.leaflet-left {
left: 0; }
.leaflet-control {
float: left;
clear: both; }
.leaflet-right .leaflet-control {
float: right; }
.leaflet-top .leaflet-control {
margin-top: 10px; }
.leaflet-bottom .leaflet-control {
margin-bottom: 10px; }
.leaflet-left .leaflet-control {
margin-left: 10px; }
.leaflet-right .leaflet-control {
margin-right: 10px; }
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
will-change: opacity; }
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1; }
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0; }
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform; }
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none; }
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden; }
/* cursors */
.leaflet-interactive {
cursor: pointer; }
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab; }
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair; }
.leaflet-popup-pane,
.leaflet-control {
cursor: auto; }
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing; }
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none; }
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted;
/* IE 9-10 doesn't have auto */
pointer-events: auto; }
/* visual tweaks */
.leaflet-container {
background: #ddd;
outline: 0; }
.leaflet-container a {
color: #0078A8; }
.leaflet-container a.leaflet-active {
outline: 2px solid orange; }
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5); }
/* general typography */
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }
/* general toolbar styles */
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
border-radius: 4px; }
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black; }
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block; }
.leaflet-bar a:hover {
background-color: #f4f4f4; }
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none; }
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb; }
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px; }
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; }
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px; }
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
font-size: 22px; }
/* layers control */
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
border-radius: 5px; }
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
width: 36px;
height: 36px; }
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-size: 26px 26px; }
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px; }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none; }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative; }
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff; }
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px; }
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px; }
.leaflet-control-layers label {
display: block; }
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px; }
/* Default icon URLs */
.leaflet-default-icon-path {
background-image: url(images/marker-icon.png); }
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0; }
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333; }
.leaflet-control-attribution a {
text-decoration: none; }
.leaflet-control-attribution a:hover {
text-decoration: underline; }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px; }
.leaflet-left .leaflet-control-scale {
margin-left: 5px; }
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px; }
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5); }
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px; }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777; }
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none; }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box; }
/* popup */
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px; }
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px; }
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4; }
.leaflet-popup-content p {
margin: 18px 0; }
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none; }
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent; }
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999; }
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd; }
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1; }
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px; }
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999; }
/* div icon */
.leaflet-div-icon {
background: #fff;
border: 1px solid #666; }
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto; }
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: ""; }
/* Directions */
.leaflet-tooltip-bottom {
margin-top: 6px; }
.leaflet-tooltip-top {
margin-top: -6px; }
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px; }
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff; }
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff; }
.leaflet-tooltip-left {
margin-left: -6px; }
.leaflet-tooltip-right {
margin-left: 6px; }
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px; }
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff; }
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff; }
html.detection-ie {
-ms-overflow-style: scrollbar; }
html.detection-ie body.noscroll {
-ms-overflow-style: none; }
html.detection-ie body.bt-archived-page header nav.bt-langnavi-active {
margin-top: 38rem; }
@media (min-width: 768px) {
html.detection-ie body.bt-archived-page header nav.bt-langnavi-active {
margin-top: 33rem; } }
@media (min-width: 1200px) {
html.detection-ie body.bt-archived-page header nav.bt-langnavi-active {
margin-top: 21.7rem; } }
html.detection-ie header .bt-head-navi .bt-main-nav ul.bt-nav-menu a, html.detection-ie header .bt-head-navi .bt-main-nav ul.bt-nav-menu strong {
padding: 14.15px 10px; }
html.detection-ie header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar li:first-child {
height: 4.925em; }
html.detection-ie header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar li {
height: 4.925em; }
html.detection-ie header .bt-head-navi .bt-main-nav ul.bt-nav-menu .bt-sub-menu {
display: none; }
html.detection-ie[dir="rtl"] .bt-paginierung ul button i:before, html.detection-ie .bt-paginierung ul button i:before {
margin-top: 0; }
html.detection-ie[dir="rtl"] .bt-paginierung ul button i.icon-angle-left:before, html.detection-ie .bt-paginierung ul button i.icon-angle-left:before {
margin-left: -0.2em; }
html.detection-ie[dir="rtl"] .bt-paginierung ul button i.icon-angle-right:before, html.detection-ie .bt-paginierung ul button i.icon-angle-right:before {
margin-left: -0.1em; }
html.detection-ie[dir="rtl"] .bt-paginierung ul a i:before, html.detection-ie .bt-paginierung ul a i:before {
position: relative;
left: 1px;
top: 1px; }
html.detection-ie #main .bt-paginierung ul button i.icon-angle-left::before, html.detection-ie #main .bt-paginierung ul a i.icon-angle-left::before #main .bt-module-row.bt-module-row-calendar .bt-standard-content.hb-event-detail .singleDate h4 .bt-dachzeile {
display: inline; }
html.detection-ie .select2-container .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text, html.detection-ie .select2-container .select2-selection--multiple .select2-selection__rendered span.bt-select2-rendered-text {
max-width: 138px; }
html.detection-ie body.print-mitglieder table.table.bt-table-data thead {
display: none !important; }
html.detection-ie div.bt-bar-chart .bt-chart-canvas-wrap {
width: 97.5%; }
@media (min-width: 992px) {
html.detection-ie .bt-nav-menu .antiscroll-inner {
width: 365px !important; }
html.detection-ie #main .bt-step-navi.bt-ptv-programm div.bt-ptv-programm-wrap .antiscroll-inner table.bt-ptv-programm-table {
width: 90%; }
html.detection-ie #main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .antiscroll-inner .bt-standard-content, html.detection-ie #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .antiscroll-inner .bt-standard-content {
width: 90%; } }
html.detection-ie div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--single .select2-selection__rendered span.bt-select2-rendered-text, html.detection-ie div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container .select2-selection--multiple .select2-selection__rendered span.bt-select2-rendered-text {
max-width: 100px;
padding-right: 0; }
html.detection-ie div.bt-filterzeile.bt-filterzeile-mediathek-suche .select2-container--default .select2-selection--single .select2-selection__clear, html.detection-ie html.detection-ie .select2-container--default .select2-selection--multiple .select2-selection__clear {
margin-left: 0; }
html.detection-ie #main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
top: 3px; }
html.detection-ie #main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated:only-child {
top: 0; }
html.detection-ie header nav.nav-service ul.bt-langnavi > li a {
padding-top: 0.4rem !important; }
html.detection-ie header nav.nav-service ul.bt-langnavi > li > a i.icon-right-dir {
top: 0; }
html.detection-ie header nav.nav-service ul.bt-langnavi > li > a i.icon-right-dir:before {
margin-top: -4px;
display: block; }
html.detection-ie main#main .bt-module-overlay .bt-overlay-jumpTop button::after {
margin-right: 0.7rem; }
html.detection-ie[dir="rtl"] #main .bt-module-overlay[dir="ltr"] .bt-overlay-jumpTop--fixed {
left: auto;
right: 50%; }
html.detection-ie[dir="rtl"] #main .bt-module-overlay[dir="ltr"] .bt-fixed {
left: auto !important;
right: 50% !important; }
/* Nur ab Internet Explorer Edge */
@media (min-width: 992px) {
html.detection-edge header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list {
overflow-x: hidden; } }
html.detection-edge header nav.nav-service ul.bt-langnavi > li a {
padding-top: 0.4rem !important; }
html.detection-edge header nav.nav-service ul.bt-langnavi > li > a i.icon-right-dir {
top: 0; }
html.detection-edge header nav.nav-service ul.bt-langnavi > li > a i.icon-right-dir:before {
margin-top: -4px;
display: block; }
html.detection-edge[dir="rtl"] #main .bt-module-overlay[dir="ltr"] .bt-overlay-jumpTop--fixed {
left: auto;
right: 50%; }
html.detection-edge[dir="rtl"] #main .bt-module-overlay[dir="ltr"] .bt-fixed {
left: auto !important;
right: 50% !important; }
html.detection-edgephone {
-ms-overflow-style: -ms-autohiding-scrollbar; }
html.detection-edgephone .bt-videoplayer-gs {
width: 34rem;
height: 19.1rem; }
html.detection-edgephone .bt-videoplayer-gs #vv-player {
min-width: 34rem;
min-height: 19.1rem; }
html.detection-firefox header .bt-head-navi .bt-main-nav ul.bt-nav-menu a, html.detection-firefox header .bt-head-navi .bt-main-nav ul.bt-nav-menu strong {
padding: 14.15px 10px; }
html.detection-firefox header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar li:first-child {
height: 4.855em; }
html.detection-firefox header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar li {
height: 4.925em; }
html.detection-firefox .select2-selection--multiple .select2-search--inline .select2-search__field {
top: 0.15em; }
html.detection-firefox #main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
top: 3px; }
html.detection-firefox #main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated:only-child {
top: 0; }
html.detection-firefox #main .bt-module-row-suche div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
height: 3.2rem;
padding: 4px 5px 4px 5px; }
html.detection-firefox #main form input[type=radio] + label:before, html.detection-firefox #main form input[type=radio] + input + label:before {
padding-left: 2px;
padding-top: 0; }
html.detection-firefox #main .bt-quiz-text form input[type=radio] + label:before, html.detection-firefox #main .bt-quiz-text form input[type=radio] + input + label:before {
padding-left: 2.5px;
padding-top: 1px; }
html.detection-firefox #main .bt-pages-overlay.bt-pages-overlay-leichtesprache aside.bt-aside .bt-teaser-text {
margin-top: -1.2rem; }
html.detection-firefox html[dir="rtl"] a.bt-link-print, html.detection-firefox html[dir="rtl"] a.bt-link-list, html.detection-firefox html[dir="rtl"] a.bt-link-tiles {
float: none;
padding: 1em 1em 1em 0; }
html.detection-firefox html[dir="rtl"] #main .bt-paginierung ul button i:before, html.detection-firefox html[dir="rtl"] #main .bt-paginierung ul a i:before {
top: 4px; }
@media (min-width: 992px) {
html.detection-firefox .bt-nav-menu {
overflow-x: hidden; }
html.detection-firefox .bt-nav-menu html[dir="rtl"] #main form p.bt-filterzeile-special-link {
float: none; }
html.detection-firefox header .bt-head-navi .bt-main-nav ul.bt-nav-sidebar-list {
overflow-x: hidden; }
html.detection-firefox[dir="rtl"] .bt-head-navi .bt-main-nav ul.bt-nav-menu .antiscroll-inner {
width: 366px !important; }
html.detection-firefox header .bt-head-navi .bt-main-nav ul.bt-nav-menu li {
width: 366px !important; }
html.detection-firefox #main .bt-step-navi.bt-ptv-programm div.bt-ptv-programm-wrap .antiscroll-inner table.bt-ptv-programm-table tr {
padding: 1em 7em 0.5rem 0; }
html.detection-firefox #main .bt-module-row.bt-module-row-liveuebertragungen .bt-live-content-wrap .antiscroll-inner .bt-standard-content, html.detection-firefox #main .bt-module-row.bt-module-row-liveuebertragungen-single .bt-live-content-wrap .antiscroll-inner .bt-standard-content {
width: 90%; } }
html.detection-firefox main#main .bt-module-overlay .bt-overlay-jumpTop button {
margin-left: -1px; }
html.detection-firefox main#main .bt-module-overlay .bt-overlay-jumpTop button::after {
margin-right: 0.7rem; }
html.detection-nexus6 header .bt-head-navi .bt-main-nav .main-menu-wrap {
background-color: #fff !important;
min-height: 100vh; }
html.detection-nexus6 header .bt-head-navi .bt-main-nav ul.bt-nav-menu {
background-color: #fff !important; }
html.detection-nexus6 #main .bt-module-row-biografien .bt-slide .bt-slide-content, html.detection-nexus6 #main .bt-module-row-biografien-single .bt-slide .bt-slide-content {
height: 25.5rem; }
@media (orientation: landscape) {
html.detection-nexus6 #main .bt-module-row-biografien .bt-slide .bt-slide-content, html.detection-nexus6 #main .bt-module-row-biografien-single .bt-slide .bt-slide-content {
height: 36.5rem; } }
html.detection-nexus6 #main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
top: 2px;
padding: 4px 5px 4px 5px; }
html.detection-nexus #main form input[type=radio] + label:before {
padding-top: 2px;
padding-left: 2px;
margin-top: -2px; }
html.detection-nexus #main textarea.form-control {
max-height: 18em;
height: 18em; }
html.detection-nexus #main .bt-pages-overlay.bt-module-row-biografien .bt-biografie h5, html.detection-nexus #main .bt-pages-overlay.bt-module-row-biografien-single .bt-biografie h5,
html.detection-nexus #main .bt-pages-overlay.bt-module-row-biografien .bt-biografie .bt-step-navi .tab-pane p, html.detection-nexus #main .bt-pages-overlay.bt-module-row-biografien-single .bt-step-navi .tab-pane p {
max-height: 1000000px; }
html.detection-nexus #main .bt-module-row-adler .bt-adler .bt-adler-form div:after, html.detection-nexus #main #main .bt-module-row-adler .bt-adler .bt-adler-form div:before {
top: 15.5rem; }
@media (min-width: 992px) {
html.detection-nexus #main .bt-module-row.bt-module-row-plenarsitzung .bt-step-navi div.bt-top-wrap {
height: 326px;
overflow: hidden; }
html.detection-nexus #main .bt-module-row.bt-module-row-plenarsitzung div.bt-thema-wrap {
height: 326px;
overflow: scroll; } }
html.detection-iphone body * {
-webkit-overflow-scrolling: touch; }
html.detection-iphone body.noscroll {
position: fixed;
overflow: hidden;
max-width: 100%; }
html.detection-iphone body #main input[type="text"] {
-webkit-appearance: none; }
html.detection-iphone body #main div.bt-bild-standard button.bt-bild-info-icon {
padding: 2px 0; }
html.detection-iphone body #main form input[type=text]:focus, html.detection-iphone body #main form input[type=text]:hover, html.detection-iphone body #main form input[type=text] :active, html.detection-iphone body #main form select:focus, html.detection-iphone body #main form select:hover, html.detection-iphone body #main form select :active, html.detection-iphone body #main form textarea:focus, html.detection-iphone body #main form textarea:hover, html.detection-iphone body #main form textarea :active {
font-size: 16px !important; }
html.detection-iphone body #main .bt-footer-share-popup {
bottom: 5.1em; }
html.detection-iphone body #main .bt-paginierung ul button {
display: block;
padding: 0 0 0 0.1em; }
html.detection-iphone body #main .bt-paginierung ul i.icon-angle-left:before {
margin-left: 0; }
html.detection-iphone body #main .bt-paginierung ul i.icon-angle-right:before {
margin-left: 0; }
html.detection-iphone body #main .bt-page-title.bt-page-title-suche input[type="text"] {
-webkit-appearance: none; }
html.detection-iphone body #main .bt-page-title.bt-page-title-suche button[type="submit"] {
height: 3.7rem; }
html.detection-iphone body #main .bt-page-title.bt-page-title-suche button[type="submit"] .icon-search:before {
margin-left: -0.3em; }
html.detection-iphone body #main div.bt-filterzeile:not(.bt-filterzeile-mediathek-suche) .filter-date-seperated {
top: 0;
padding: 4px 5px 4px 5px; }
html.detection-iphone body .bt-module-overlay .bt-overlay-jumpTop button.scrollToStartButton:after {
margin-right: 0.5rem !important; }
html.detection-iphone body .bt-sticky-share:not(.active) .icon-share {
position: relative;
right: 2px !important; }
html.detection-iphoneIOS8 body #main h1, html.detection-iphoneIOS8 body #main h2, html.detection-iphoneIOS8 body #main h3, html.detection-iphoneIOS8 body #main h4, html.detection-iphoneIOS8 body #main h5 {
font-weight: 400; }
html.detection-iphoneIOS8 body #main .bt-module-row.bt-module-row-aktuell .bt-slider .bt-slide .bt-teaser-standard .bt-teaser-text {
margin-top: 1rem; }
html.detection-iphoneIOS8 body #main form input[type=checkbox] + input + label:before, html.detection-iphoneIOS8 body #main form input[type=radio] + label:before {
padding-top: 1px;
padding-bottom: 2px;
padding-left: 1px; }
html.detection-iphoneIOS8 body #main .bt-teaser-petition {
border-bottom-width: 2px; }
html.detection-ipad body * {
-webkit-overflow-scrolling: touch; }
html.detection-ipad body.noscroll {
position: fixed;
overflow: hidden;
max-width: 100%; }
html.detection-ipad body #main h1, html.detection-ipad body #main h2, html.detection-ipad body #main h3, html.detection-ipad body #main h4, html.detection-ipad body #main h5 {
font-weight: 400; }
html.detection-ipad body #main div.bt-listenteaser h3 {
font-weight: 600; }
html.detection-ipad body #main .bt-teaser-kurztext h3 {
font-weight: 600; }
html.detection-ipad body #main .bt-biografie h5 {
font-weight: 600; }
html.detection-ipad body #main .bt-paginierung ul button {
display: block;
padding: 0 0 0 0.1em; }
html.detection-ipad body #main .bt-paginierung ul i.icon-angle-left:before {
margin-left: 0; }
html.detection-ipad body #main .bt-paginierung ul i.icon-angle-right:before {
margin-left: 0; }
html.detection-ipad body #main .bt-page-title input[type="text"] {
-webkit-appearance: none; }
html.detection-ipad body #main .bt-page-title button[type="submit"] .icon-search:before {
margin-left: -0.3em; }
@media (min-width: 768px) {
html.detection-ipad body #main .bt-page-title button[type="submit"] {
top: 2.9rem;
height: 3.7rem; }
html.detection-ipad body #main .bt-module-row.bt-module-row-dokumente.bt-module-row-sitzungsablauf table.bt-table-data {
margin-bottom: -2px; } }
html.detection-ipad body #main .bt-bild-standard button.bt-bild-info-icon i:before {
margin-left: 3px; }
html.detection-ipad .bt-module-overlay .bt-overlay-jumpTop button.scrollToStartButton:after {
margin-right: 0.5rem !important; }
html.detection-ipad .bt-sticky-share:not(.active) .icon-share {
position: relative;
right: 2px !important; }
html.detection-android #main button.bt-datepicker-input {
min-width: 6.25em; }
html.detection-android #main .select2-container--default .select2-selection--single .select2-selection__clear, html.detection-android #main .select2-container--default .select2-selection--multiple .select2-selection__clear {
/*top: 0.6em;
right: 2.25em;*/ }
html.detection-android #main .bt-step-navi.bt-suche .select2-selection--multiple .select2-search--inline .select2-search__field {
max-width: 9.4em !important; }
html.detection-chrome #main a:link .bt-teaser-person p.bt-person-funktion, html.detection-chrome #main a:visited .bt-teaser-person p.bt-person-funktion, html.detection-chrome #main a:hover .bt-teaser-person p.bt-person-funktion, html.detection-chrome #main a:focus .bt-teaser-person p.bt-person-funktion, html.detection-chrome #main a:active .bt-teaser-person p.bt-person-funktion {
word-wrap: break-word; }
html.detection-chrome body.print-mitglieder #main .bt-standard-content table.table th {
display: none; }
/* Repaint Tool für IOS Geräte bei fixed Elements */
@-webkit-keyframes repaint {
from {
width: 99.9%; }
to {
width: 100%; } }
@-moz-keyframes repaint {
from {
width: 99.9%; }
to {
width: 100%; } }
@keyframes repaint {
from {
width: 99.9%; }
to {
width: 100%; } }
.repaint {
-webkit-animation: repaint 100ms;
-moz-animation: repaint 100ms;
-ms-animation: repaint 100ms;
animation: repaint 100ms; }
/*# sourceMappingURL=bundestag.css.map */
