
/* - unibonnstartseite.css - */
@media screen {
/* https://www.uni-bonn.de/portal_css/unibonnstartseite.css?original=1 */
/* */
#formfield-form-centered,
#formfield-form-odd_pause,
#formfield-form-odd_speed,
#formfield-form-easytemplate_enabled,
#formfield-form-resume_play,
#formfield-form-vertical,
#formfield-form-on_hover,
#formfield-form-navigation_buttons_rendering_type {
display: none;
}
/* */
.cycle-slideshow, .cycle-slideshow * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* */
.cycle-slideshow img {
position: absolute;
left: 0;
width: 100%;
padding: 0;
display: block;
height: auto;
}
/* */
.cycle-slideshow img:first-child {
position: static;
z-index: 100;
}
/* */
.cycle-pager {
text-align: center;
width: 100%;
z-index: 101;
position: absolute;
}
.cycle-pager span {
font-size: 70px;
width: 30px;
display: inline-block;
color: rgba(255,255,255,.4);
cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
color: rgba(255,255,255,.9);
}
.cycle-pager span:hover {
color: rgba(255,255,255,.7);
}
.cycle-pager > * {
cursor: pointer;
}
/* */
.cycle-caption {
position: absolute;
color: white;
bottom: 15px;
right: 15px;
z-index: 700;
}
/* */
.cycle-overlay {
position: absolute;
bottom: 0;
width: 100%;
z-index: 600;
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
color: white;
padding: 15px;
width: 25%;
height: 100%;
}
.cycle-overlay.right {
right: 0;
}
.cycle-overlay.top {
top: 0;
width: 100%;
height: auto;
bottom: inherit;
}
.cycle-overlay.bottom {
bottom: 0;
width: 100%;
height: auto;
}
/* */
.cycle-prev, .cycle-next {
position: absolute;
top: calc(50% - 30px);
width: auto;
opacity: 0;
filter: alpha(opacity=0);
z-index: 800;
height: auto;
cursor: pointer;
color: #ffffff;
font-size: 60px;
}
.cycle-prev {
left: 20px;
}
.cycle-next {
right: 20px;
}
.big_arrows {
background-size: 100%;
}
.small_arrows {
background-size: 30%;
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next {
opacity: .7;
filter: alpha(opacity=70);
}
.disabled {
opacity: .5;
filter:alpha(opacity=50);
}
/* */
.cycle-paused:after {
content: 'Paused';
color: white;
background: black;
padding: 10px;
z-index: 500;
position: absolute;
top: 10px;
right: 10px;
border-radius: 10px;
opacity: .5;
filter: alpha(opacity=50);
}
.slide-cycle2 {
width: 100%;
}
.slide-cycle2 p{
margin: 0;
}
.news-image img {
width: 100%;
height: auto;
}

}


/* - bootstrap.css - */
/* https://www.uni-bonn.de/portal_css/bootstrap.css?original=1 */
/* */
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 {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
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"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
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;
}
* {
-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: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #444444;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #004291;
text-decoration: none;
}
a:hover,
a:focus {
color: #915d00;
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.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
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: 20px;
margin-bottom: 20px;
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
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 {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #004291;
}
a.text-primary:hover,
a.text-primary:focus {
color: #002b5e;
}
.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;
background-color: #004291;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #002b5e;
}
.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: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@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%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.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.42857143;
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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 768px) {
.container {
width: 770px;
}
}
@media (min-width: 992px) {
.container {
width: 960px;
}
}
@media (min-width: 1192px) {
.container {
width: 1160px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 25px;
padding-right: 25px;
}
.row {
margin-left: -25px;
margin-right: -25px;
}
.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: 25px;
padding-right: 25px;
}
.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-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@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-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@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-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1192px) {
.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-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row: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,
.visible-sm,
.visible-md,
.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: 992px) {
.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: 992px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 992px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 992px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none;
}
}
@media (min-width: 992px) {
.hidden-lg {
display: none;
}
}
.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;
}
}


/* - unibonntheme2016.css - */
/* https://www.uni-bonn.de/portal_css/unibonntheme2016.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
@font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: local('Exo 2'), local('Exo2-Regular'), url(++resource++unibonn.theme2016.static/Exo2-Regular-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* */
@font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: local('Exo 2'), local('Exo2-Regular'), url(++resource++unibonn.theme2016.static/Exo2-Regular-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* */
@font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: local('Exo 2'), local('Exo2-Regular'), url(++resource++unibonn.theme2016.static/Exo2-Regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
html, body{
height:100%;
font-size: 14px;
font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
}
/* */
.invisible {
visibility: visible;
}
/* */
body#content {
font-size: 14px !important;
}
h1, h2, h3, h4, h5, h6 {
color: #444;
font-family: "Exo 2", sans-serif;
font-weight: 400;
margin: 0 0 15px;
text-transform: none;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
margin-top: 25px;
}
h1 {
font-size: 38px;
line-height: 42px;
}
h2 {
font-size: 26px;
line-height: 30px;
}
h3 {
font-size: 20px;
line-height: 24px;
}
h4 {
font-size: 18px;
line-height: 22px;
}
h5 {
font-size: 14px;
line-height: 20px;
}
h6 {
font-size: 12px;
line-height: 18px;
}
dd {
margin-left: 15px;
}
#portal-logo,
#sub-logo {
float: left;
}
#sub-logo {
margin-left: 10px;
}
.logo-wrapper {
height: 100px;
overflow: hidden;
float: left;
}
.searchbox-socialmedia-wrapper {
margin-top: 15px;
margin-bottom: 10px;
float: right;
}
.socialmedia-viewlet {
float: right;
height: 38px;
}
.socialmedia-buttons {
margin-bottom: 0;
}
.socialmedia-buttons li {
line-height: 30px;
padding: 4px 0;
}
#unibonn-searchbox {
margin-left: 15px;
}
#portal-firstline .container {
background-color: #f5f5f5;
padding-top: 10px;
padding-bottom: 10px;
}
#portal-siteactions a,
#portal-languageselector a{
color: #444444;
}
#portal-siteactions a:hover,
#portal-languageselector a:hover{
color: #07d;
text-decoration: none;
}
.socialmedia-buttons {
list-style: none;
float: left;
}
#portal-siteactions ul,
#portal-languageselector {
list-style: none;
float: left;
margin: 0 15px;
padding-left: 0;
}
.socialmedia-buttons li,
#portal-siteactions li,
#portal-languageselector li {
float: left;
}
#portal-languageselector li a {
text-transform: uppercase;
}
#searchSimple {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
color: #444;
height: 30px;
max-width: 100%;
padding: 4px 6px;
transition: all 0.2s linear 0s;
margin-right: 10px;
}
button.searchButton {
background: #eee none repeat scroll 0 0;
border-radius: 100%;
border: none;
box-sizing: border-box;
color: #444;
display: inline-block;
font-size: 18px;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
}
button.searchButton:hover {
color: #004191;
}
#portal-languageselector li.currentLanguage a {
color: #07d;
}
#portal-siteactions ul li,
#portal-languageselector li {
flex: none;
padding-left: 10px;
}
#portal-siteactions ul li:first-of-type,
#portal-languageselector li:first-of-type {
padding-left: 0;
}
#portal-siteactions ul > *::before,
#portal-languageselector > *::before {
content: "";
height: 10px;
vertical-align: middle;
display: inline-block;
}
#portal-siteactions ul > *:nth-child(n+2)::before,
#portal-languageselector > *:nth-child(n+2)::before {
border-left: 1px solid #ddd;
margin-right: 10px;
}
.socialmedia-buttons li a {
font-size: 150%;
margin: 0 5px;
color: #999999;
}
.socialmedia-buttons li a:hover {
color: #004291;
text-decoration: none;
}
#collage .two-columns-largeleft .block_1 {
width: 100%;
}
#collage .two-columns-largeleft .block_2 {
width: 100%;
}
.cycle-overlay h2,
.cycle-overlay h3 {
color: #fff;
}
.cycle-overlay a {
background-color: #004291;
border: medium none;
box-sizing: border-box;
color: #fff;
font-family: inherit;
font-feature-settings: inherit;
font-kerning: inherit;
font-language-override: inherit;
font-size: 1rem;
font-size-adjust: inherit;
font-stretch: inherit;
font-style: inherit;
font-synthesis: inherit;
font-variant: inherit;
font-weight: inherit;
line-height: 30px;
min-height: 30px;
padding: 0 12px;
text-decoration: none;
display: inline-block;
margin-top: 10px
}
.cycle-overlay a:hover {
background-color: rgba(0, 66, 145, 0.7);
}
.cycle-overlay.bottom {
padding-bottom: 40px;
}
.cycle-pager span {
line-height: 30px;
}
.featurebutton {
border-bottom: 3px solid #004291;
background: #eee none repeat scroll 0 0;
border: medium none;
color: #444;
font-size: 1rem;
line-height: 30px;
min-height: 30px;
padding: 0 12px;
text-decoration: none;
border-bottom: 3px solid #004291;
color: #004291;
padding: 15px 0;
display: block;
text-align: center;
}
.featurebutton:hover {
border-bottom: 3px solid #915d00;
color: #915d00;
}
.featurebuttonHeading {
clear: both;
display: block;
}
.featurebutton .fa::before {
font-size: 250%;
vertical-align: -22%;
}
.template-collage_startpage_view .documentByLine,
.template-collage_startpage_view #portal-breadcrumbs {
display: none;
}
.template-collage_startpage_view #portal-columns {
margin-top: 0;
}
.template-collage_startpage_view #collage div:nth-child(3) {
margin-top: 0;
border-top: none;
}
.template-collage_startpage_view .portletFooter:hover ,
.news-block-overview a:hover {
background: rgba(0, 66, 145, 0.7);
}
#portal-personaltools-wrapper {
position: relative;
top:0;
right: 0;
float: right;
}
/* */
.contentActions {
z-index: 105;
}
.template-atct_edit .contentActions {
z-index: 1;
}
#text___Frame,
iframe[id$='___Frame'] {
border: medium none !important;
}
#portal-contentviews {
margin-top: 25px;
}
.contentViews {
margin: 0;
padding: 0;
}
.contentViews li a {
margin: 0 0 0 -0.5em;
padding: 0 1em;
border-bottom: none;
border-top-left-radius: 5px;
background-color: #fff;
z-index: 0;
position: relative;
}
.contentViews .selected a {
border-bottom: none;
}
.contentViews li:first-of-type a {
margin: 0;
}
#portal-column-one,
#portal-column-two {
background-color: #fff;
}
#portal-column-one ~ #portal-column-content {
border-left: 1px solid #ddd;
border-collapse: collapse;
}
#portal-column-two ~ #portal-column-content {
border-right: 1px solid #ddd;
border-collapse: collapse;
}
.datagridwidget-table-edit {
table-layout: fixed;
width: 100%;
}
.datagridwidget-table-edit td {
width: auto;
}
.datagridwidget-table-edit td.datagridwidget-manipulator {
width: 16px;
}
.datagridwidget-table-edit th:not(.discreet) {
width: 16px;
}
.field {
margin: 0 0 1em 0;
}
/* */
#dropdown-portal-globalnav,
#portal-columns,
#portal-contentviews {
padding-left: 0px;
padding-right: 0px;
}
#portal-columns {
margin-top: 25px;
margin-bottom: 25px;
}
/* */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
.five-columns-equal.row {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
.managedPortlet {
padding: 1em;
border: 1px solid #004291;
}
/* */
#dropdown-portal-globalnav {
background: #969696 none repeat scroll 0 0;
list-style: none;
margin-bottom: 0;
}
#dropdown-portal-globalnav > li {
float: left;
position: static;
}
#dropdown-portal-globalnav > li > a {
color: #fff;
font-weight: bold;
box-sizing: border-box;
font-size: 14px;
height: 40px;
line-height: 40px;
padding: 0 15px;
text-decoration: none;
float: left;
}
#dropdown-portal-globalnav li.selected,
#dropdown-portal-globalnav li.selected a,
#dropdown-portal-globalnav li:hover,
#dropdown-portal-globalnav li:hover a,
#dropdown-portal-globalnav li a:hover {
background-color: #fff;
color: #444;
outline: 0 none;
}
/* */
.portletHeader {
font-size: 16px;
font-family: "Exo 2";
line-height: 22px;
color: #444;
font-weight: 400;
margin: 0 0 15px;
text-transform: none;
}
.portlet {
margin-bottom: 0;
}
.portletWrapper .portlet{
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
}
.portletStaticText ul {
list-style: none;
}
.template-collage_startpage_view .portletStaticText ul li {
background: rgba(0,0,0,.05);
border-bottom: 1px solid #fff;
padding: 5px 15px;
}
.portletStaticText ul li:hover {
background: #004291;
}
.portletStaticText ul li:hover a {
color: #fff;
text-decoration: none;
}
.portletStaticText ul li a {
color: #444;
}
/* */
.portletWrapper:last-of-type .portlet {
border-bottom: none;
}
.campaign {
background-color: #ebf7fd;
color: #2d7091;
float: left;
margin-bottom: 10px;
min-height: 279px;
width: 100%;
}
.campaignDescription,
.campaignHeading {
margin-left:15px;
margin-right: 15px;
}
.campaignImage img {
width: 100%;
}
.news-block article {
margin-top: 25px;
}
.news-block article:nth-of-type(1),
.news-block article:nth-of-type(2) {
margin-top: 0;
}
.news-block article:nth-child(2n+1) {
clear: both;
}
.news-block-overview {
display: block;
text-align: center;
clear: both;
}
.portletFooter {
background-color: #004291;
}
.portletFooter:hover {
background: rgba(0, 66, 145, 0.7);
}
.news-block-overview a,
.portletFooter a {
color: #ddd;
line-height: 30px;
min-height: 30px;
padding: 6px 12px;
margin-top: 10px;
white-space: nowrap;
}
.portletFooter a:hover {
color: #fff;
}
.portlet .webmaillogin {
text-align: center;
margin-top: 1em;
}
.portlet .webmaillogin input {
border: 1px solid #969696;
background: none;
margin-bottom: 5px;
padding: 3px;
width: 100%;
}
.portlet .webmaillogin button {
background-color: #0052a8;
border: 1px solid #0052a8;
color: #fff;
font-size: 100%;
margin-bottom: 5px;
padding: 3px;
width: 100%;
}
.portlet .webmaillogin .info,
.portlet .webmaillogin .loginsuccess
{
background-color: #d1dbe5;
border: 1px solid #0052a8;
display: none;
margin-bottom: 1em;
padding: 0.5em;
}
.portlet .webmaillogin .info.success {
background-color: #d1dbe5;
border: 1px solid #0052a8;
display: none;
margin-bottom: 1em;
}
.portlet .webmaillogin .info.error {
background-color: #FBB;
border: 1px solid #f00;
}
.news-block-overview a {
background-color: #004291;
padding: 6px 12px;
line-height: 30px;
}
.news-date {
font-size: 12px;
line-height: 18px;
color: #999;
margin-bottom: 0;
}
h3.news-title {
margin-top: 0;
}
.news-block article figcaption {
border: 1px solid #ddd;
border-top: none;
padding: 5px;
font-size: 11px;
line-height: 16px;
margin-bottom: 5px;
}
/* */
#portal-column-one ul,
#portal-column-two ul,
#doormat-container ul,
.portletStaticText ul,
#content ul {
list-style-position: inside;
padding-left:0;
}
.portletEvents .portletItem,
.portletRss .portletItem,
.portletNews .portletItem,
.portletUniBonnEventPortlet .portletItem,
.portletCollection .portletItem {
background-image:url(bullet.gif);
background-position: 0 0;
background-repeat:no-repeat;
padding: 0 0 15px 15px!important;
margin: 0 0 15px 0;
border-bottom: 1px solid #ddd;
}
#portal-column-two dl.portletUniBonnEventPortlet dd.portletItem a.cancelled
{
color: #969696;
}
.portletRss dd.portletFooter {
margin-left: 0;
}
.portletRss .portletItem {
background: none;
padding-left: 0 !important;
}
.portletRss .portletItem a span.portletItemDetails {
color: #999;
}
#portal-socialbookmarks li {
display: inline;
}
#portal-socialbookmarks li img{
width: 16px;
height: 16px;
}
#content #portal-socialbookmarks li a[href^="http:"] {
background: none;
padding-left: 0px
}
#portal-column-content .portletRss .portletItem, #portal-column-content .portletNews .portletItem{
margin-left: 1em;
padding-left: 1em!important;
background-position: 0 0em;
}
/* */
/* */
.eventHeadline {
font-size: 110%;
font-weight: bold;
margin-bottom: 5px;
}
.template-event_listing #content hr {
margin: 10px 0;
}
.eventDetails {
clear: right;
float: right;
margin: 0 0 0.5em 1em;
}
.eventDetails table.listing {
border:none;
margin: 0;
}
.eventDetails table tr:hover {
background-color:#ffffff;
}
.eventDetails table.listing td {
display: block;
padding: 0 0 1em 1em;
text-align: left;
border-bottom: 2px dotted #dddddd;
border-top: none;
border-right: none;
border-left: none;
color: black!important;
}
.eventDetails table.listing td a {
color: #004191!important;
}
.eventDetails table.listing th {
text-transform: none;
font-weight: bold;
background-color:transparent;
display:block;
padding: 1em 0 0 1em;
text-align: left;
border:none;
color: #969696;
}
.eventShortview {
background-color: #b7cde4;
}
.eventShortview:hover {
background-color: #b7cde4!important;
}
.eventShortview th {
padding: 0.3em 0 0.3em 1em !important;
text-align:left !important;
color: #65686a !important;
}
.portletEvents .portletItemDetails{
text-align: left;
}
.portletEvents .portletFooter {
color:#4875ac;
font-weight: bold;
}
#showAdvancedSearchSet tr td {
display: inline-block;
}
#showAdvancedSearchSet tr:nth-of-type(2) td:nth-of-type(3) {
display: block;
}
/* */
.portletRss dd,
#collage .portletUniBonnEventPortlet  dd {
background-image: none;
padding-left: 0 !important;
}
.portletRss dd a,
#collage .portletUniBonnEventPortlet  dd a {
color: #999;
}
#collage .portletUniBonnEventPortlet  dd a:hover span{
color: #915d00;
text-decoration: underline;
}
.portletRss dd a span,
#collage .portletUniBonnEventPortlet  dd a span {
color: #004291;
display: block;
}
.portletRss dd.portletFooter a,
#collage .portletUniBonnEventPortlet  dd.portletFooter a {
color: #ddd;
}
.portletRss dd.portletFooter a:hover,
#collage .portletUniBonnEventPortlet  dd.portletFooter a:hover {
color: #fff;
}
.portletCalendar .portletHeader {
text-align: center;
}
.calendarPrevious {
float: left;
}
.calendarNext {
float: right;
}
.ploneCalendar {
width: 100%;
}
.ploneCalendar .weekdays{
border-bottom: none;
}
.ploneCalendar .weekdays th {
background-color: transparent;
font-weight: bold;
border-top: none;
border-bottom: none;
}
.ploneCalendar td {
text-align: center;
}
.calendar-previous, .calendar-next, .portletCalendar .portletHeader{
font-weight:bold;
}
.ploneCalendar .todayevent{
background-color:#004291;
border:none;
}
.ploneCalendar .todayevent a {
color: #FFFFFF;
}
#portal-column-two .ui-datepicker-inline {
margin-bottom: 1em;
padding: 2.5em 0 1em;
width: 100%;
}
#portal-column-two table.ui-datepicker {
width: 100%;
}
#portal-column-two table.ui-datepicker td a {
border-color: #fff;
}
#portal-column-two .ui-datepicker-prev a ,
#portal-column-two .ui-datepicker-current a, .ui-datepicker-next a{
color:white;
font-weight: bold;
}
#portal-column-two .ui-datepicker-prev{
float:left;
/* */
}
#portal-column-two .ui-datepicker-current{
float:left;
padding-left: 0.5em;
padding-right: 0.5em;
text-align: center;
}
#portal-column-two .ui-datepicker-next{
text-align: right;
}
#portal-column-two .ui-datepicker-links{
margin: 0.5em 1.9em 0 1.9em;
line-height:1.6em;
position:relative;
}
#portal-column-two .ui-datepicker-links div a{
color:#444;
}
#portal-column-two .ui-datepicker-one-month{
padding-left:0em;
}
#portal-column-two .ui-datepicker {
width:95%;
line-height: 1.6em;
text-align: center;
}
#portal-column-two .ui-datepicker a {
color:#444;
}
#portal-column-two .ui-datepicker-title-row{
font-weight:bold;
}
#portal-column-two .ui-datepicker a:hover {
color:#fff;
}
#portal-column-two .ui-datepicker-header select.ui-datepicker-new-month {
left: 0;
width: 8em;
}
#portal-column-two .ui-datepicker-header select.ui-datepicker-new-year {
left: 8.5em;
width: 5em;
}
/* */
.pressimage a,
.pressimage a img {
float: right;
}
.pressitem {
display: inline-block;
padding-bottom: 15px;
margin-bottom: 25px;
width: 100%;
clear: both;
border-bottom: 1px solid #ddd;
}
.pressabstract {
margin-top: 15px;
}
.pressimage {
float: right;
padding: 0 0 10px 10px;
}
.pressfirstimage {
float:right;
padding: 0.5em;
}
#pressrelease-result-list {
list-style: none;
margin: 2em 0em 1em 0em
}
.pressreleaseDate, .pressrelease-uplink {
display: inline;
}
.pressrelease-above-title {
clear: both;
}
.pressreleaseAbstract {
color: #969696;
font-size: 14px;
line-height: 20px;
font-weight: bold;
padding-top: 0.5em;
display: block;
}
.pressreleaseHeadlin {
display: block;
}
#search-pressreleaseform fieldset legend{
display: none;
}
#search-pressreleaseform fieldset {
border: none;
}
.image-title {
font-weight: bold;
}
.portletPressreleaseNavigation ul,
#pressreleaseimagelist {
list-style: none;
}
#portal-footer-container {
background: #969696 none repeat scroll 0 0;
color: rgba(255, 255, 255, 0.9);
padding-top: 25px;
padding-bottom: 50px;
}
#portal-footer-container a {
color: rgba(255, 255, 255, 0.8);
white-space: nowrap;
}
#portal-footer-container h3 {
color: rgba(255, 255, 255, 1);
}
#portal-footer-container a:hover {
color: rgba(255, 255, 255, 1);
text-decoration: underline;
}
#doormat-container {
background: none;
margin: 0;
}
#doormat-container dl {
margin: 0;
}
.portalFooteractionWrapper {
border-top: 1px solid #ddd;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 25px;
}
#portal-footer-actions {
list-style: none;
padding-left: 0;
}
#portal-footer-actions > *::before {
content: "";
height: 10px;
vertical-align: middle;
display: inline-block;
}
#portal-footer-actions > *:nth-child(n+2)::before {
border-left: 1px solid #ddd;
margin-right: 10px;
margin-left: 10px;
}
#portal-footer-actions > li {
float: left;
}
.managePortletsFallback {
color: #ddd;
display: block;
text-align: center;
width: 100%;
}
.managePortletsFallback:hover {
color: #fff;
}
.portal-column-slider {
display: none;
background-color: #004291;
color: #ddd;
position: fixed;
width: 50px;
height: 50px;
z-index: 101;
overflow: hidden;
font-size: 40px;
text-align: center;
line-height: 50px;
bottom: 5%;
cursor: e-resize;
}
#portal-column-two-slider:not(.closed) {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
cursor: e-resize;
}
#portal-column-one-slider:not(.closed) {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
cursor: w-resize;
}
#portal-column-one-slider.closed {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
cursor: e-resize;
}
#portal-column-two-slider.closed {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
cursor: w-resize;
}
.portal-column-slider:hover {
color: #fff;
text-decoration: none;
}
#searchbox-socialmedia-wrapper {
float: right;
}
#portal-column-one .portletNavigationTree .portletHeader a {
display:none;
}
#portal-column-one .portletNavigationTree .portletHeader {
border-top:none;
}
.portletNavigationTree .portletItem {
border:none;
padding: 0;
padding-left: 0em!important;
padding-right: 0!important;
}
.portletNavigationTree .navTreeCurrentItem {
border:none !important;
}
.navTreeItem div{
padding-left: 0em;
border-bottom: 1px solid #bbbdbe;
}
.navTreeItem div a {
padding-left: 1.5em;
}
.navTreeItemInPath, .navTreeCurrentItem,  .navTreeCurrentNode {
background-color: #ffffff;
}
/* */
.navTreeLevel1, .navTreeLevel2, .navTreeLevel3, .navTreeLevel4, .navTreeLevel5, .navTreeLevel6, .navTreeLevel7, .navTreeLevel8, .navTreeLevel9 {
margin-left: 0em;
}
.navTreeLevel1 .navTreeItem div a {
padding-left: 2em;
background-position: 1em 2px;
}
.navTreeLevel2 .navTreeItem div a {
padding-left: 3em;
background-position: 2em 2px;
}
.navTreeLevel3 .navTreeItem div a {
padding-left: 4em;
background-position: 3em 2px;
}
.navTreeLevel4 .navTreeItem div a {
padding-left: 5em;
background-position: 4em 2px;
}
.navTreeLevel5 .navTreeItem div a {
padding-left: 6em;
background-position: 5em 2px;
}
.navTreeLevel6 .navTreeItem div a {
padding-left: 7em;
background-position: 6em 2px;
}
.navTreeLevel7 .navTreeItem div a {
padding-left: 8em;
background-position: 7em 2px;
}
.navTreeLevel8 .navTreeItem div a {
padding-left: 9em;
background-position: 8em 2px;
}
.navTreeLevel9 .navTreeItem div a {
padding-left: 10em;
background-position: 9em 2px;
}
dd.portletItem .navTreeItem a {
border:none;
background-color: transparent;
color: #000000 !important;
}
dd.portletItem .navTreeItem a:hover {
border:none;
background-color: transparent;
color: #000000 !important;
}
.navTreeItem a:hover, .navTreeItem .navTreeCurrentItem {
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0.5em 2px;
color: #000000;
background-color:#ffffff;
}
.navTreeLevel0 {
background-color: #FFFFFF;
border-top: none;
border-left: none;
border-right:none;
}
#portal-sitemap{
background-color: #ffffff;
margin-left: 30px;
margin-right: 30px;
}
#portal-sitemap a {
color:black!important;
font-weight:bold;
}
#portal-sitemap .navTreeItem a:hover {
background-image:none;
}
#portal-sitemap .navTreeLevel0  a  {
padding-left:0;
background-image:none;
}
#portal-sitemap .navTreeLevel0 li, #portal-sitemap  .navTreeItem, #portal-sitemap  .navTreeItem div, #portal-sitemap  .navTreeItem a {
border: none !important;
color: #000000;
}
#portal-sitemap li{
border: none;
list-style-type: none;
list-style-image: none;
}
#portal-sitemap .navTreeLevel2 {
border-left:none;
border-bottom: 2px dotted #dddddd;
margin-bottom:0.5em;
padding-bottom:0.5em;
margin-left: 0;
padding-left:0;
}
#portal-sitemap .navTreeLevel2 .navTreeItem  a {
background-image:url(bullet.gif);
background-repeat:no-repeat;
}
#portal-sitemap .navTreeLevel3 .navTreeItem  a {
font-weight:normal;
background-image:url(bullet_gray.gif);
background-repeat:no-repeat;
}
#portal-sitemap .navTreeLevel3 {
margin:0;
}
#portal-sitemap a {
border:none;
background-color:#ffffff;
}
#portal-sitemap a:hover {
border:none;
}
.flyoutmenu {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
list-style-position: inside;
z-index: 110;
width: 100%;
left: 0;
top: 40px;
min-height: 400px;
padding-bottom: 15px;
float: left;
position: absolute;
}
#dropdown-portal-globalnav .flyoutmenu a {
color: #444;
}
.flyoutmenu-nav > h3 {
float: left;
margin: 5px;
padding: 5px;
}
.flyoutmenu-nav > h3 i{
padding-left: 10px;
}
.flyoutmenu-nav .close {
margin: 5px;
padding: 5px;
}
#dropdown-portal-globalnav li:hover a.direct-link,
#dropdown-portal-globalnav a.direct-link {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #969696;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
float: left;
font-size: 86%;
font-weight: bold;
margin: 5px;
padding: 5px;
text-transform: uppercase;
}
#dropdown-portal-globalnav li:hover a.direct-link:hover {
color: #444;
background-color: #ddd;
}
#dropdown-portal-globalnav .close {
float: right;
cursor: pointer;
font-size: 24px;
}
#dropdown-portal-globalnav .close span {
display: none;
}
ul.flyout-column,
.flyoutmenu > ul {
display: table;
float: left;
list-style: outside none none;
margin: 0;
padding: 0;
vertical-align: top;
min-width: 235px;
border-right: 1px solid #ddd;
}
.flyoutmenu > ul:nth-of-type(4) {
border: none;
}
ul.flyout-column  li a,
#dropdown-portal-globalnav .flyoutmenu ul li a {
padding: 5px 10px 5px 10px;
display: block;
}
ul.flyout-column li h3,
#dropdown-portal-globalnav .flyoutmenu ul li h3 {
margin: 5px 5px 5px 10px;
border-bottom: 1px solid #ddd;
font-size: 12px;
font-weight: 700;
padding: 5px 0;
text-transform: uppercase;
color: #999;
}
ul.flyout-column li:hover a,
ul.flyout-column li a:hover,
#dropdown-portal-globalnav .flyoutmenu ul li:hover a,
#dropdown-portal-globalnav .flyoutmenu ul li a:hover {
background-color: #004291;
color: #fff;
text-decoration: none;
}
hr.divider {
clear: both;
}
/* */
.highlight {
background-color: #c2d1e5;
padding: 0.25em;
}
/* */
.overlay {
/* */
display:none;
/* */
z-index:10000;
/* */
background-color:#FFFFFF;
min-height:200px;
border:1px solid #666;
/* */
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
width: auto;
}
.overlay .image-title,
.overlay .image-description
{
padding: 0 1em;
max-width: 730px;
}
/* */
.overlay .close {
background-image:url(close.png);
position:absolute;
right:-15px;
top:-15px;
cursor:pointer;
height:35px;
width:35px;
text-indent:40px;
overflow: hidden;
}
/* */
.template-fg_base_view_p3 .overlay {
width: 800px;
}
#portal-languageselector .translated-False a img{
opacity: 0.4;
filter: alpha(opacity = 40);
}
#portal-languageselector .currentLanguage a img{
border: 1px solid #436976;
padding: 1px;
box-shadow: 2px 2px 2px #888888;
}
.tileItem {
border-top: none;
border-bottom:  2px dotted #dddddd;
margin-bottom: 15px;
}
.tileHeadline {
border: none;
font-size: 110%;
font-weight: bold;
}
.tileHeadline a {
text-decoration: none;
}
.tileBody {
margin-bottom: 0.5em;
}
.tileImage {
float: right;
margin: 0 0 0.5em 0.5em;
border: 1px solid black;
}
.comment {
background: #EDEDED none repeat scroll 0 0;
border: 1px dashed #76797c;
}
.template-folder_listing #content dt {
margin-left:30px;
}
.template-folder_listing #content dt span a {
color: #000000!important;
text-decoration:none;
}
.template-folder_listing #content dt .documentByLine a {
color: #004191!important;
text-decoration:underline;
}
.template-folder_listing #content dd {
margin-left:30px;
border-bottom: 2px dotted #dddddd;
margin-bottom:none;
}
.unibonn-event-entry-row {
vertical-align: top;
}
.unibonn-event-startdate-column {
width: 85px;
text-align:right;
}
.unibonn-event-starttime-column {
padding-right: 2em;
}
.unibonn-event-title-column a{
color:#2b62a4;
text-decoration:none;
}
.weekdayList {
display: block;
}
.unibonnEventTable {
border-spacing: 1.5em;
}
.unibonnEventTable tr {
text-align: left;
vertical-align: top;
padding-bottom: 0.3em;
}
.unibonnEventTable th {
min-width: 20%;
vertical-align: top;
padding-right: 15px;
}
.unibonnEventTable td {
vertical-align: bottom;
}
#content a.link-feed {
padding: 1px 0px 1px 22px;
}
#content .link-plain {
background-image: none !important;
padding: 0 !important;
}
#content a img {
background-image: none;
text-decoration: none;
}
#document-toc {
border-left: 1px solid #ccc;
float: right;
margin-left: 15px;
padding-left: 15px;
width: 250px;
}
#document-toc a[href ^="http:"] {
padding: 0;
}
#parent-fieldname-description{
padding-bottom: 15px;
}
#parent-fieldname-text{
margin-left: 0px;
/* */
}
.section-Pressemitteilungen #parent-fieldname-text{
margin-left: 0px;
/* */
}
.documentContent ul {
list-style: none;
}
.documentContent ul li {
background: url("bullet.gif") 0 1px no-repeat;
padding-left: 1em;
}
ul.formTabs {
margin: 0;
}
.documentContent ul li.formTab {
background: none;
padding: 0;
}
.documentActions ul {
list-style: none;
list-style-position: inside;
padding-left:0;
float: right;
}
.documentActions ul li {
display: inline;
background: none;
}
.documentActions ul li a {
padding-left: 1em;
}
/* */
table.listing {
margin: 1em 0em 1em 0em;
}
table.listing th{
color: #ffffff;
font-weight: bold;
font-size: 9pt;
text-transform: none;
background-color: #7fa6cf;
padding: 0.25em 0.5em;
}
table.listing td, table.listing td a, table.listing td span a {
color: black !important;
}
table.listing .even , table .listing .odd{
border: 1px solid #aaaaaa;
}
table.listing td{
border: 1px solid #aaaaaa;
padding: 0.25em 0.5em;
}
table.listing tr:hover {
background-color: #ededed;
}
table.listing a:hover{
text-decoration:none;
}
/* */
.listingBar {
color: white;
line-height: 30px;
margin-bottom: 30px;
}
.listingBar {
border:none;
background-color: #7fa6cf;
padding:  0;
text-align: center;
}
.listingBar a{
color:#ffffff;
padding: 0 0.3em;
line-height: 30px;
}
.listingBar span {
display: inline-block;
line-height: 30px;
padding: 0 0.3em;
}
.listingBar span.previous, .listingPrevious  {
margin-left: 1em;
float: left;
}
.listingBar span.next, .listingNext {
margin-right: 1em;
float: right;
}
.listingBar .current {
color: #444;
background-color: #ffffff;
}
#listing-table td {
border: 1px solid #ddd;
padding: 0.25em;
font-size: 80%;
white-space: nowrap;
}
/* */
pre {
background-color: #c8d9ea;
border:none;
}
.pullquote {
color:#6e6e6e;
border-left:4px solid #7fa6cf;
padding: 0 1em 0 1em;
margin: 0 0 1em 1em;
font-weight: bold;
color: #6e6e6e;
float: right;
width: 35%;
clear: right;
border-left: 4px solid #7fa6cf;
}
.callout {
padding: 1em 0 1em 0;
border-bottom: 1px solid #274a97;
border-top: 1px solid #274a97;
color: #6e829e;
font-size: 126%;
font-family: "Times New Roman", serif;
}
.discreet {
color: #76797c;
font-size: 85%;
font-weight: normal;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 1px solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em 0em 0.5em 1;
border: 1px solid Black;
}
dd.image-caption {
text-align:left;
padding: 0; margin:0;
}
dl.captioned {
padding: 10px;
}
/* */
/* */
.newsImageContainer {
float:right;
margin: 0 0 0.5em 1em;
width: 192px;
}
.newsImageContainer .discreet {
font-size: 11px;
}
.newsContent {
padding: 0 1em 1em 1em;
}
.newsContent ul,
.newsContent li {
display: block;
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.newsAbout {
display: block;
font-size: 80%;
padding: 0;
margin-top: 0;
list-style: none;
list-style-image: none;
float: right;
text-align: right;
}
.newsAbout li {
display: inline;
}
.newsFooter {
}
.newsFooter li {
display: inline;
margin: 0 1em 0 0;
}
/* */
dl.portalMessage {
background-color: #ffffe3;
border: 1px solid #996;
}
dl.portalMessage a {
color: black;
border: none;
text-decoration: underline;
}
dl.portalMessage dt {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: #ffffff;
line-height: 1.25em;
}
dl.portalMessage dd {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning dt {
background-color: #d80;
}
dl.error {
border-color: #d00;
}
dl.error dt {
background-color: #d00;
}
dl.warning {
border-color: #d80;
}
dl.warning dd {
background-color: #fd7;
}
dl.error {
border-color: #d80;
}
dl.error dd {
background-color: #fd7;
}
.documentDescription {
/* */
font-weight: bold;
display: block;
margin: 0em 0em 0.5em 0em;
line-height: 1.5em;
}
.documentByLine {
font-size: 80%;
font-weight: normal;
color: #76797c;
margin-bottom: 0.5em;
}
#document-toc ol {
padding-left: 0px;
}
#document-toc ol li{
list-style-position: inside;
text-indent: -15px;
padding-left: 15px;
}
#portal-searchbox {
margin: 0 0 0 0;
height: 30px;
}
form.searchPage {
text-align: center;
}
form.searchPage input[type="text"] {
line-height: 30px;
width: 40%;
}
.portletSearch .portletItem {
background-color: transparent;
}
.LSResult {
display:none;
padding-top: 0;
}
#livesearchLegend  {
display: none;
}
.LSTable {
margin: 0;
}
.LSRow {
padding: 5px;
}
.LSRow:hover a,
.LSRow:hover {
background-color: #004291;
color: #fff;
}
.livesearchContainer {
margin: 1em 0;
padding: 0;
}
#global-sections-wrapper{
display:inline;
float:left;
background-color: #969696;
}
input.searchField {
border: 1px solid #ddd;
}
div[data-template="filteredfacets"] {
width: 50% !important;
margin: 25px 5px;
}
div[data-template="filteredfacets"] input[type="checkbox"]{
float: left !important;
margin: 7px 5px 0 0 !important;
}
.mb-flexbox .nav > li label.checkbox > span > .pull-right {
padding: 0 !important;
}
.mb-line-item, .nav > li label.checkbox > span {
width: auto !important;
}
.mb-flexbox .mb-line-item > *, .mb-flexbox .nav > li label.checkbox > span > * {
display: block !important;
margin-right: 10px !important;
max-width: 100% !important;
width: auto !important;
}
#search-content .ui-autocomplete .ui-menu-item {
margin: 0;
}
/* */
#collage p.collapse,
#content p.collapse {
cursor: pointer;
font-weight: bold;
background-image: url('pfeil_blau_klein_rechts.png');
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left: 14px;
}
#collage h2.collapse,
#collage h3.collapse,
#content h2.collapse,
#content h3.collapse {
cursor: pointer;
color: #004191;
background-image: url('pfeil_blau_rechts.png');
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left: 14px;
text-decoration: underline;
}
#collage p.collapse.open,
#content p.collapse.open {
background-image: url('pfeil_blau_klein_unten.png');
background-repeat: no-repeat;
padding-left: 14px;
}
#collage h2.collapse.open,
#collage h3.collapse.open,
#content h2.collapse.open,
#content h3.collapse.open{
background-image: url('pfeil_blau_unten.png');
background-repeat: no-repeat;
padding-left: 14px;
}
#collage h3.collapse,
#content h3.collapse {
background-position: 0px 5px;
background-image: url('pfeil_blau_klein_rechts.png');
}
#collage h3.collapse.open,
#content h3.collapse.open{
background-image: url('pfeil_blau_klein_unten.png');
}
.collapse-container {
display: none;
}
/* */
#portletPageColumns hr {
margin: 0.2em 0;
}
#portletPageTopRow  .portletItem{
padding:0;
}
#portletPageTopRow .portlet {
margin-bottom:1em;
}
#portletPageColumns .portlet a{
background-image:none;
padding: 0;
}
#portletPageTopRow  .PressreleasePortletEntryWrapper,
#portletPageBottomRow .PressreleasePortletEntryWrapper{
border-top:2px dotted #CCCCCC;
clear:both;
float:right;
margin-left:1em;
padding-bottom:0.5em;
padding-top:0.5em;
width:100%;
}
#portletPageColumns .portletFooter {
clear:both;
}
.PressreleasePortletAbstract {
display: inline;
padding-right: 1em;
}
#portletPageFirstColumn .portletItem, #portletPageFirstColumn .portletHeader, #portletPageFirstColumn .portletFooter{
margin-left:0;
}
#portletPageSecondColumn .portletItem, #portletPageSecondColumn .portletHeader, #portletPageSecondColumn .portletFooter{
margin-right:0;
}
.PressreleasePortletImage{
float:right;
width: 75px;
overflow:hidden;
text-align: right;
}
/* */
/* */
body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
display: none;
}
body.fullscreen #portal-column-content {
margin: 0;
padding: 0;
}
/* */
.fieldRequired {
color: #000000;
}
.pfg-form form, form.public-form {
border: #8ba8cb;
background-color: #e8edf2;
padding: 1em;
clear: both;
}
.pfg-form input, .pfg-form select, .pfg-form textarea, .pfg-form radio, .pfg-form checkbox,
.public-form input, .public-form select, .public-form textarea, .public-form radio, .public-form checkbox {
border: #8ba8cb solid 1px;
}
.pfg-form div.error, .public-form div.error {
background-color: #D1DBE5;
border: 1px solid #c0c0c0;
}
.pfg-form .context, .public-form .context {
background-color: #7ea6ce;
background-image: none;
color: white;
padding-left: 1px;
text-transform: none;
}
.public-form legend{
background-color: #e8edf2;
}
#content #parent-fieldname-text  a[href ^="https://www.uni-bonn.de"] {
background: none;
padding: 0;
}
#content #parent-fieldname-text a[href $=".pdf"],
#content a.link-callto {
background: transparent url(https://www.uni-bonn.de/pdf.png) 0px 1px no-repeat;
padding: 1px 0px 1px 22px;
}
#content #parent-fieldname-text a.link-plain {
background: none !important;
padding: 0;
}
legend {
background: White none repeat scroll 0 0;
font-size: 90%;
padding: 0.5em;
}
fieldset {
border: 1px solid #dddddd;
line-height: 1.5em;
margin: 1em 0;
padding: 0 1em 1em;
width: auto;
}
input {
color: #444;
}
/* */
div.gm-style-iw {
overflow-y: auto;
}
div.geotag-level1 {
padding-left: 1em;
}
div.geotag-level2 {
padding-left: 2em;
}
div.geotag-level3 {
padding-left: 3em;
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
font-size: 12px;
}
/* */
.template-kupu_config #content .documentContent form fieldset:first-child,
.template-kupu_config #content .documentContent form fieldset:first-child + fieldset
{
display: none;
}
/* */
.highlight {
background-color: #c2d1e5;
padding: 0.25em;
}
/* */
/* */
.prefsBlockName, .prefsBlockPostAdress, .prefsBlockOfficeAdress, .prefsBlockPrivateAdress {
border: 1px solid gray;
padding: 1em;
margin: 0.5em 0;
}
/* */
span.cancelled {
font-size: 80%;
color: red;
}
div.eventType {
margin: 1em 0 1em 0;
}
.collage-item dd {
margin-left: 0px;
}
.collage-item dt a {
text-decoration: none;
font-weight: normal;
}
div #category {
padding:1em 0;
}
#content .link-category {
color: #004191 !important;
}
.collage-row {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid #ddd;
}
/* */
table.listing th, .stx table th {
text-transform:none;
}
.SC_Item div.autoFlowPlayer {
width: auto  !important;
height: auto  !important;
}
#content #galleria {
box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.8);
margin: 15px auto;
}
#subgallery-search select {
color: #000000;
}
#subgallery-galleries {
list-style-image: none;
margin: 1em 0em;
}
#subgallery-galleries li {
margin: 0px;
margin-right: 10px;
}
#content #subgallery-galleries li a {
border-bottom: none;
width: auto;
padding: 5px;
}
.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
margin-top: 7px;
}
.galleria-info {
left: 10px !important;
}
#content a#galleria-player {
display: none !important;
}
.floating-div {
display: inline-block;
float: left;
}
.two-columns {
width: 49%;
margin-right: 2%;
}
.collage-item .two-columns + .two-columns,
#parent-fieldname-text > .two-columns + .two-columns {
margin-right: 0;
}
.three-columns {
width: 32%;
margin-right: 2%;
}
.three-columns + .three-columns + .three-columns,
#parent-fieldname-text > .three-columns + .three-columns + .three-columns  {
margin-right: 0;
}
.collapse-all {
color: #004191;
cursor: pointer;
float: right;
}
.collapse-all.open {
color: #666666;
}
#collage .image p.collapse,
#content .image p.collapse {
background-image: none;
padding-left: 0;
}
#collage .image.gray,
#content .image.gray {
background-color: #ededed;
}
#collage .image p.collapse:hover,
#content .image p.collapse:hover {
opacity: 0.8;
color: #004191;
}
.collapse img {
width: 100%;
height: auto;
}
.collapse-text-handle {
padding: 0.5em;
display: inline-block;
}
#audienceredirect select {
width: 100%;
}
#login-form {
margin: 0 auto;
max-width: 30em;
}
#forgotten-password {
float: right;
margin: 0;
width: 100%;
}
.documentEditable .documentContent {
border: none;
border-top: 1px solid #004291;
}
.formPanel {
padding: 0;
border: none;
}
.template-atct_edit #portal-globalnav,
.template-atct_edit #portal-column-two,
.template-atct_edit #portal-column-one {
display: none;
}
.pb-ajax {
overflow: scroll;
padding: 10px;
}
.pb-ajax .formControls {
padding-bottom: 10px;
}
.column-staff{
width:36%; box-sizing:border-box; float:left;
}
.staff-row,
.staff-row span{
display: block;
}
.row-staff:after{
content:" ";
height:0;
clear:both;
display:block;
}
.staff-row span.column-name{
display:inline;
white-space:nowrap;
}
.column-bild{
float:left;
width:112px;
}
.person-staff:nth-child(even){
background-color:#eee;
}
p span.staff-row:nth-child(2n){
background-color: #eee;
}
/* */
.tabbed-content ul.formTabs {
position: relative;
display: block;
float: left;
width: 100%;
margin: 0 0 25px 0;
padding: 1px 0 0 0;
line-height: 25px;
list-style-type: none;
text-align: center;
background-color: #f5f5f5;
}
.tabbed-content li.formTab {
display: inline;
float: left;
margin: 0;
padding: 0;
}
.tabbed-content li.formTab.firstFormTab {
margin-left: 1px;
}
.tabbed-content li.formTab a {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: none;
border: none;
color: #444;
margin: 0;
padding: 0.125em 0.75em;
text-decoration: none;
}
.tabbed-content li.formTab a:visited {
color: #444;
}
.tabbed-content li.formTab a:hover,
.tabbed-content li.formTab a.selected {
background: #969696 none repeat scroll 0 0;
border-bottom: none;
color: #fff;
}
.tabbed-content li.formTab.firstFormTab a:hover,
.tabbed-content li.formTab.firstFormTab a.selected {
}
.tabbed-content dl dd,
.tabbed-content .tileText {
margin-bottom: 25px;
margin-left: 0px;
}
#viewlet-social-bookmarks {
padding-top: 0px;
}
@media only screen and  (max-width: 320px){
.column-staff{ width:100%;}
.column-name{display:block;}
.column-bild{width:100%}
.column-bild img{width:100%; height:auto;}
}
@media only screen and  (max-width: 480px){
.column-staff{ width:100%;}
}
@media only screen and (min-width: 1px) and (max-width: 3000px) {
.template-atct_edit #portal-column-two,
.template-atct_edit #portal-column-one {
display: block;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
#portal-column-two ~ #portal-column-content {
border-right: none;
}
#portal-column-one-slider {
left: 0px;
}
#portal-column-two-slider {
right: 0px;
display: block;
}
#portal-column-two {
display: none;
z-index: 100;
position: absolute;
border-top: 1px solid #BBBDBE;
border-bottom: 1px solid #BBBDBE;
right: 0;
left: auto;
top: auto;
border-left: 1px solid #BBBDBE;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.flyoutmenu ul {
width: 50%;
margin: 0;
padding: 0;
}
.flyoutmenu > ul:nth-of-type(2) {
border: none;
}
}
/* */
@media only screen and (max-width: 767px) {
html, body{
overflow-x: hidden; /* */
height: auto;
margin: 0 10px;
}
iframe html,
iframe body {
overflow-x: auto;
}
.copyright,
.logo-wrapper {
margin-left: 15px;
}
#portal-firstline #portal-siteactions {
display: none;
}
#portal-column-one .portletNavigationTree:first-of-type {
display: none;
}
#portal-column-one ~ #portal-column-content,
#portal-column-two ~ #portal-column-content {
border-right: none;
}
#portal-column-one-slider {
left: 0px;
display: block;
}
#portal-column-two-slider {
right: 0px;
display: block;
}
#portal-column-one,
#portal-column-two {
display: none;
z-index: 100;
position: absolute;
border-top: 1px solid #BBBDBE;
border-bottom: 1px solid #BBBDBE;
}
#portal-column-one {
left: 0px;
border-right: 1px solid #BBBDBE;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#portal-column-two {
right: 0px;
border-left: 1px solid #BBBDBE;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.searchbox-socialmedia-wrapper {
margin-top: 10px;
}
/* */
#globalnav-bar-toggle {
background-color: transparent;
list-style: none;
float: left;
margin: 0;
}
#globalnav-bar-toggle a {
padding: 0em;
}
#portal-globalnav {
display: none;
background-color: #f6f6f6;
float: left;
list-style: none;
list-style-position: inside;
padding: 0;
width: 100%
}
#portal-globalnav li {
float: left;
width: 100%;
padding: 5px 0;
}
#portal-globalnav li a {
border-right: none;
background-color: transparent;
color: #515151;
}
#globalnav-bar-toggle #portaltab-search {
float: right;
}
a.hasDropDown,
a.hasDropDown:hover {
background: none;
}
#portal-globalnav li a {
line-height: 30px;
}
#portal-globalnav .nested > a > span {
float: right;
line-height: 30px;
text-align: center;
width: 30px;
border-left: 1px solid #e1e1e1;
}
#portal-globalnav ul.submenu {
position: relative;
left: 0;
float: left;
width: 100%;
display: block;
padding-left: 0px;
}
#portal-globalnav ul.submenu li a {
width: 100%;
border: none;
}
#portal-sections ul#portal-globalnav a:hover,
#portal-sections #portal-globalnav ul a:hover {
background-color: #004192;
border: medium none;
color: #fff;
text-decoration: none;
}
ul.submenu.current {
background-color: #fdfdfd;
}
#portal-globalnav li ul ul {
margin-left: 0;
}
#portal-sections #portal-globalnav li a {
padding-left: 0.5em;
}
.submenu li a {
padding-left: 1em;
}
.submenu.navTreeLevel1 li a {
padding-left: 2em;
}
.submenu.navTreeLevel2 li a {
padding-left: 3em;
}
.submenu.navTreeLevel3 li a {
padding-left: 4em;
}
.submenu.navTreeLevel4 li a {
padding-left: 5em;
}
.submenu.navTreeLevel5 li a {
padding-left: 6em;
}
.submenu.navTreeLevel6 li a {
padding-left: 7em;
}
/* */
.cycle-overlay {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
bottom: -20%;
color: #444;
height: 20%;
padding: 10px 0 0 0;
position: relative;
width: 100%;
z-index: 600;
}
.cycle-overlay h2, .cycle-overlay h3 {
color: #444;
}
.cycle-prev, .cycle-next {
top: 30%;
}
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
opacity: 1.0;
}
.searchbox-socialmedia-wrapper {
margin-top: 10px;
width: 100%;
text-align: right;
}
#dropdown-portal-globalnav > li {
display: none;
}
#dropdown-portal-globalnav > li#portaltab-menu {
display: block;
}
.socialmedia-buttons {
padding-left: 0;
}
.socialmedia-viewlet {
float: none;
display: inline-block;
}
#unibonn-searchbox {
margin-left: 15px;
float: none;
display: inline;
}
#portal-logo img {
display: none;
}
#portal-logo {
background: #fff url('logo-mobile.png') no-repeat scroll 0 0;
width: 84px;
height: 106px;
}
.two-columns,
.three-columns {
width: 100%;
margin-right: 0;
}
div[data-template="filteredfacets"] {
width: 100% !important;
}
}


/* - unibonntheme2016print.css - */
@media print {
/* https://www.uni-bonn.de/portal_css/unibonntheme2016print.css?original=1 */
body {
font-size: 16px !important;
font-family: Arial, Sans Serif, Helvetica, Verdana;
}
#portal-columns,
.footnote-links h2 {
border-top:3px dotted #dddddd;
}
.footnote-links h2 {
margin-top: 1em;
padding-top: 1em;
}
h1 {
font-size: 18pt;
}
h2, h3 {
page-break-after: avoid;
}
img {
border:none;
max-width: 100% !important;
}
ul, img {
page-break-inside: avoid;
}
.image-right {
border: 1px solid Black;
clear: both;
float: right;
margin: 0.5em;
}
.image-left {
border: 1px solid Black;
clear: both;
float: left;
margin: 0.5em;
}
#portal-logo, .institutLogo {
display: inline;
}
.institutLogo {
float: right;
//height: 100px;
//overflow: hidden;
}
#sub-institution-logo img {
height: 95px;
}
#doormat-container,
#portal-sections,
.searchbox-socialmedia-wrapper,
#dropdown-portal-globalnav,
#slider-cycle2-container,
.collage_type_featurebutton,
.headerPicture,
#slider-container,
.portal-column-slider,
#portal-siteactions-pull,
#portal-globalnav-pull,
#portal-footer-container {
display: none;
}
.portalLogoWrapper{
height:100px;
overflow:hidden;
float: left;
}
.visualClear {
clear: both;
}
.pressreleaseAbstract {
color: #969696;
font-size: 11pt !important;
font-weight: bold;
display: block;
padding-top: 0.5em;
}
#content {
margin-top: 25px;
}
.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 {
width: 100%;
}
.col-md-push-3, .col-md-push-6, .col-md-push-9 {
left: 0;
}
.col-md-pull-3, .col-md-pull-6, .col-md-pull-9 {
right: 0;
}
}


/* - ++resource++unibonn.rootobject.static/adapted.css - */
/* https://www.uni-bonn.de/portal_css/++resource++unibonn.rootobject.static/adapted.css?original=1 */
.template-search_mindbreeze input.mb-query {
background-image: url("https://msa-extern.uni-bonn.de/apps/img/smallm.png");
background-position: 4px 50%;
background-repeat: no-repeat;
border-radius: 1em;
box-sizing: border-box;
height: 30px;
padding-left: 25px !important;
padding-right: 50px !important;
}
.template-search_mindbreeze .mb-header {
background: #222 none repeat scroll 0 0;
}
.template-search_mindbreeze .mb-header form {
margin: 0 auto;
max-width: 600px;
padding-bottom: 23px;
padding-top: 22px;
position: relative;
width: 75%;
z-index: 1;
}
.template-search_mindbreeze .mb-header .mb-pulse {
position: absolute;
}
.template-search_mindbreeze .navbar .search-field button.btn {
bottom: 23px;
color: #333;
font-size: 1.5em;
margin-left: -40px;
margin-top: 0;
padding: 4px;
position: absolute;
right: 1px;
vertical-align: bottom;
}
.template-search_mindbreeze .mb-header h1 {
border: 0 none;
display: none;
line-height: 0;
margin: 0;
padding: 0;
}
.template-search_mindbreeze .mb-header h1 img {
max-height: 75px;
}
@media (min-width: 1450px) {
.template-search_mindbreeze .mb-header {
height: 75px;
}
.template-search_mindbreeze .mb-header h1 {
border: 0 none;
display: block;
margin: 0;
padding: 0;
position: absolute;
}
.template-search_mindbreeze .mb-header h1 img {
height: 75px;
max-width: none;
}
}
@media (max-width: 997px) {}
.template-search_mindbreeze .mb-header.navbar .nav > li > a,
.template-search_mindbreeze .mb-header.navbar .nav > li > button {
font-size: 1.25em;
}
.template-search_mindbreeze .mb-header.navbar {
margin-bottom: 0;
}
.template-search_mindbreeze .mb-header .mb-top-menu {
max-width: 100%;
position: relative;
z-index: 2;
}
.template-search_mindbreeze .mb-scroll-horizontal {
max-width: 100%;
overflow-x: auto;
white-space: nowrap;
}
.template-search_mindbreeze .navbar .mb-scroll-horizontal {
position: static;
}
.template-search_mindbreeze .mb-header .mb-top-menu li {
display: inline-block;
float: none;
vertical-align: bottom;
}
.template-search_mindbreeze .mb-header .mb-top-menu a,
.template-search_mindbreeze .mb-header .mb-top-menu button {
overflow: visible;
}
.template-search_mindbreeze .mb-header .mb-login-action {
display: none !important;
}
.template-search_mindbreeze .mb-header .mb-login-action.login,
.template-search_mindbreeze .mb-header .mb-login-action.logout {
display: inline-block !important;
}
.template-search_mindbreeze .ui-helper-hidden-accessible {
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.template-search_mindbreeze .ui-menu {
display: block;
list-style: outside none none;
margin: 0;
outline: 0 none;
padding: 2px;
}
.template-search_mindbreeze .ui-autocomplete {
background: #fff none repeat scroll 0 0;
border: 1px solid #666;
cursor: default;
left: 0;
position: absolute;
top: 0;
}
.template-search_mindbreeze .ui-front {
z-index: 99999;
}
.template-search_mindbreeze .ui-state-focus {
background-color: #eee;
}
.template-search_mindbreeze .ui-menu a {
color: #333;
display: block;
}
.template-search_mindbreeze .ui-autocomplete .mb-definition {
font-size: 0.8em;
padding-left: 0.5em;
}
.template-search_mindbreeze .ui-autocomplete-category {
background: #888 none repeat scroll 0 0;
color: #fff;
font-size: 0.9em;
font-weight: 400;
margin: 0 -2px;
padding: 2px 4px;
}
.template-search_mindbreeze .ui-autocomplete-category:first-child {
margin-top: -2px;
}
.template-search_mindbreeze .ui-autocomplete .ui-menu-item {
margin: 0 -2px 0 -6px;
padding: 1px 0 1px 4px;
position: relative;
}
.template-search_mindbreeze .ui-autocomplete li {
clear: both;
}
.template-search_mindbreeze .ui-autocomplete li a {
padding-left: 4px;
}
.template-search_mindbreeze .ui-autocomplete a:hover {
text-decoration: none;
}
.template-search_mindbreeze .ui-autocomplete .ui-state-focus {
background: #bbb none repeat scroll 0 0;
}
.template-search_mindbreeze ul.ui-autocomplete {
text-align: left;
}
.template-search_mindbreeze .mb-stack,
.template-search_mindbreeze .mb-stack-element {
background: #fff none repeat scroll 0 0;
margin-bottom: -3em;
padding: 0.25em 1.5em 1.5em;
width: 100%;
}
.template-search_mindbreeze .mb-stack-element {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #f0c70f;
border-image: none;
border-style: solid;
border-width: 8px 0 0;
box-shadow: 0 0 10px #999;
}
.template-search_mindbreeze .mb-stack-content {
position: relative;
}
.template-search_mindbreeze .mb-stack-content::after {
clear: both;
content: " ";
display: block;
}
.template-search_mindbreeze .mb-stack-element.mb-has-child,
.template-search_mindbreeze .mb-stack.mb-has-child {
background: rgba(200, 200, 200, 0.25) none repeat scroll 0 0;
border-width: 0;
box-shadow: none;
}
.template-search_mindbreeze .mb-has-child .mb-stack .mb-stack-content,
.template-search_mindbreeze .mb-has-child .mb-stack-element .mb-stack-content {
display: block;
}
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-close,
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-content,
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-title .hidden-when-mb-stack-has-child,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-close,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-content,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-title .hidden-when-mb-stack-has-child {
display: none;
}
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-title:hover,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-title:hover {
cursor: pointer;
}
.template-search_mindbreeze .mb-stack {
margin: 0 -1.5em 1em;
}
@media (max-width: 830px) {
.template-search_mindbreeze .mb-stack,
.template-search_mindbreeze .mb-stack-element {
margin: 0 -1.5em -1.5em;
}
}
.template-search_mindbreeze .leaflet-image-layer,
.template-search_mindbreeze .leaflet-layer,
.template-search_mindbreeze .leaflet-map-pane,
.template-search_mindbreeze .leaflet-marker-icon,
.template-search_mindbreeze .leaflet-marker-pane,
.template-search_mindbreeze .leaflet-marker-shadow,
.template-search_mindbreeze .leaflet-overlay-pane,
.template-search_mindbreeze .leaflet-overlay-pane svg,
.template-search_mindbreeze .leaflet-popup-pane,
.template-search_mindbreeze .leaflet-shadow-pane,
.template-search_mindbreeze .leaflet-tile,
.template-search_mindbreeze .leaflet-tile-container,
.template-search_mindbreeze .leaflet-tile-pane,
.template-search_mindbreeze .leaflet-zoom-box {
left: 0;
position: absolute;
top: 0;
}
.template-search_mindbreeze .leaflet-container {
overflow: hidden;
}
.template-search_mindbreeze .leaflet-marker-icon,
.template-search_mindbreeze .leaflet-marker-shadow,
.template-search_mindbreeze .leaflet-tile {
-moz-user-select: none;
}
.template-search_mindbreeze .leaflet-marker-icon,
.template-search_mindbreeze .leaflet-marker-shadow {
display: block;
}
.template-search_mindbreeze .leaflet-container img {
max-width: none !important;
}
.template-search_mindbreeze .leaflet-container img.leaflet-image-layer {
max-width: 15000px !important;
}
.template-search_mindbreeze .leaflet-tile {
filter: inherit;
visibility: hidden;
}
.template-search_mindbreeze .leaflet-tile-loaded {
visibility: inherit;
}
.template-search_mindbreeze .leaflet-zoom-box {
height: 0;
width: 0;
}
.template-search_mindbreeze .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.template-search_mindbreeze .leaflet-tile-pane {
z-index: 2;
}
.template-search_mindbreeze .leaflet-objects-pane {
z-index: 3;
}
.template-search_mindbreeze .leaflet-overlay-pane {
z-index: 4;
}
.template-search_mindbreeze .leaflet-shadow-pane {
z-index: 5;
}
.template-search_mindbreeze .leaflet-marker-pane {
z-index: 6;
}
.template-search_mindbreeze .leaflet-popup-pane {
z-index: 7;
}
.template-search_mindbreeze .leaflet-vml-shape {
height: 1px;
width: 1px;
}
.template-search_mindbreeze .lvml {
display: inline-block;
position: absolute;
}
.template-search_mindbreeze .leaflet-control {
pointer-events: auto;
position: relative;
z-index: 7;
}
.template-search_mindbreeze .leaflet-bottom,
.template-search_mindbreeze .leaflet-top {
pointer-events: none;
position: absolute;
z-index: 1000;
}
.template-search_mindbreeze .leaflet-top {
top: 0;
}
.template-search_mindbreeze .leaflet-right {
right: 0;
}
.template-search_mindbreeze .leaflet-bottom {
bottom: 0;
}
.template-search_mindbreeze .leaflet-left {
left: 0;
}
.template-search_mindbreeze .leaflet-control {
clear: both;
float: left;
}
.template-search_mindbreeze .leaflet-right .leaflet-control {
float: right;
}
.template-search_mindbreeze .leaflet-top .leaflet-control {
margin-top: 10px;
}
.template-search_mindbreeze .leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.template-search_mindbreeze .leaflet-left .leaflet-control {
margin-left: 10px;
}
.template-search_mindbreeze .leaflet-right .leaflet-control {
margin-right: 10px;
}
.template-search_mindbreeze .leaflet-fade-anim .leaflet-popup,
.template-search_mindbreeze .leaflet-fade-anim .leaflet-tile {
opacity: 0;
transition: opacity 0.2s linear 0s;
}
.template-search_mindbreeze .leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.template-search_mindbreeze .leaflet-fade-anim .leaflet-tile-loaded {
opacity: 1;
}
.template-search_mindbreeze .leaflet-zoom-anim .leaflet-zoom-animated {
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.template-search_mindbreeze .leaflet-pan-anim .leaflet-tile,
.template-search_mindbreeze .leaflet-touching .leaflet-zoom-animated,
.template-search_mindbreeze .leaflet-zoom-anim .leaflet-tile {
transition: none 0s ease 0s;
}
.template-search_mindbreeze .leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
.template-search_mindbreeze .leaflet-clickable {
cursor: pointer;
}
.template-search_mindbreeze .leaflet-container {
cursor: grab;
}
.template-search_mindbreeze .leaflet-control,
.template-search_mindbreeze .leaflet-popup-pane {
cursor: auto;
}
.template-search_mindbreeze .leaflet-dragging .leaflet-clickable,
.template-search_mindbreeze .leaflet-dragging .leaflet-container {
cursor: grabbing;
}
.template-search_mindbreeze .leaflet-container {
background: #ddd none repeat scroll 0 0;
outline: 0 none;
}
.template-search_mindbreeze .leaflet-container a {
color: #0078a8;
}
.template-search_mindbreeze .leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.template-search_mindbreeze .leaflet-zoom-box {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
border: 2px dotted #38f;
}
.template-search_mindbreeze .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.template-search_mindbreeze .leaflet-bar {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.template-search_mindbreeze .leaflet-bar a,
.template-search_mindbreeze .leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
color: #000;
display: block;
height: 26px;
line-height: 26px;
text-align: center;
text-decoration: none;
width: 26px;
}
.template-search_mindbreeze .leaflet-bar a,
.template-search_mindbreeze .leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.template-search_mindbreeze .leaflet-bar a:hover {
background-color: #f4f4f4;
}
.template-search_mindbreeze .leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.template-search_mindbreeze .leaflet-bar a:last-child {
border-bottom: medium none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.template-search_mindbreeze .leaflet-bar a.leaflet-disabled {
background-color: #f4f4f4;
color: #bbb;
cursor: default;
}
.template-search_mindbreeze .leaflet-touch .leaflet-bar a {
height: 30px;
line-height: 30px;
width: 30px;
}
.template-search_mindbreeze .leaflet-control-zoom-in,
.template-search_mindbreeze .leaflet-control-zoom-out {
font: 700 18px "Lucida Console", Monaco, monospace;
text-indent: 1px;
}
.template-search_mindbreeze .leaflet-control-zoom-out {
font-size: 20px;
}
.template-search_mindbreeze .leaflet-touch .leaflet-control-zoom-in {
font-size: 22px;
}
.template-search_mindbreeze .leaflet-touch .leaflet-control-zoom-out {
font-size: 24px;
}
.template-search_mindbreeze .leaflet-control-layers {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.template-search_mindbreeze .leaflet-control-layers-toggle {
background-image: url("https://msa-extern.uni-bonn.de/apps/client/component/map/js/leaflet/images/layers.png");
height: 36px;
width: 36px;
}
.template-search_mindbreeze .leaflet-retina .leaflet-control-layers-toggle {
background-image: url("https://msa-extern.uni-bonn.de/apps/client/component/map/js/leaflet/images/layers-2x.png");
background-size: 26px 26px;
}
.template-search_mindbreeze .leaflet-touch .leaflet-control-layers-toggle {
height: 44px;
width: 44px;
}
.template-search_mindbreeze .leaflet-control-layers .leaflet-control-layers-list,
.template-search_mindbreeze .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.template-search_mindbreeze .leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.template-search_mindbreeze .leaflet-control-layers-expanded {
background: #fff none repeat scroll 0 0;
color: #333;
padding: 6px 10px 6px 6px;
}
.template-search_mindbreeze .leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.template-search_mindbreeze .leaflet-control-layers label {
display: block;
}
.template-search_mindbreeze .leaflet-control-layers-separator {
border-top: 1px solid #ddd;
height: 0;
margin: 5px -10px 5px -6px;
}
.template-search_mindbreeze .leaflet-container .leaflet-control-attribution {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
margin: 0;
}
.template-search_mindbreeze .leaflet-control-attribution,
.template-search_mindbreeze .leaflet-control-scale-line {
color: #333;
padding: 0 5px;
}
.template-search_mindbreeze .leaflet-control-attribution a {
text-decoration: none;
}
.template-search_mindbreeze .leaflet-control-attribution a:hover {
text-decoration: underline;
}
.template-search_mindbreeze .leaflet-container .leaflet-control-attribution,
.template-search_mindbreeze .leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.template-search_mindbreeze .leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.template-search_mindbreeze .leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.template-search_mindbreeze .leaflet-control-scale-line {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
border-color: -moz-use-text-color #777 #777;
border-image: none;
border-style: none solid solid;
border-width: medium 2px 2px;
box-sizing: content-box;
font-size: 11px;
line-height: 1.1;
overflow: hidden;
padding: 2px 5px 1px;
white-space: nowrap;
}
.template-search_mindbreeze .leaflet-control-scale-line:not(:first-child) {
border-bottom: medium none;
border-top: 2px solid #777;
margin-top: -2px;
}
.template-search_mindbreeze .leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.template-search_mindbreeze .leaflet-touch .leaflet-bar,
.template-search_mindbreeze .leaflet-touch .leaflet-control-attribution,
.template-search_mindbreeze .leaflet-touch .leaflet-control-layers {
box-shadow: none;
}
.template-search_mindbreeze .leaflet-touch .leaflet-bar,
.template-search_mindbreeze .leaflet-touch .leaflet-control-layers {
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0.2);
}
.template-search_mindbreeze .leaflet-popup {
position: absolute;
text-align: center;
}
.template-search_mindbreeze .leaflet-popup-content-wrapper {
border-radius: 12px;
padding: 1px;
text-align: left;
}
.template-search_mindbreeze .leaflet-popup-content {
line-height: 1.4;
margin: 13px 19px;
}
.template-search_mindbreeze .leaflet-popup-content p {
margin: 18px 0;
}
.template-search_mindbreeze .leaflet-popup-tip-container {
height: 20px;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 40px;
}
.template-search_mindbreeze .leaflet-popup-tip {
height: 17px;
margin: -10px auto 0;
padding: 1px;
transform: rotate(45deg);
width: 17px;
}
.template-search_mindbreeze .leaflet-popup-content-wrapper,
.template-search_mindbreeze .leaflet-popup-tip {
background: #fff none repeat scroll 0 0;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.template-search_mindbreeze .leaflet-container a.leaflet-popup-close-button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #c3c3c3;
font: 700 16px/14px Tahoma, Verdana, sans-serif;
height: 14px;
padding: 4px 4px 0 0;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 0;
width: 18px;
}
.template-search_mindbreeze .leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.template-search_mindbreeze .leaflet-popup-scrolled {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
overflow: auto;
}
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-content-wrapper {}
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-tip {
margin: 0 auto;
width: 24px;
}
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.template-search_mindbreeze .leaflet-oldie .leaflet-control-layers,
.template-search_mindbreeze .leaflet-oldie .leaflet-control-zoom,
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-content-wrapper,
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
.template-search_mindbreeze .leaflet-div-icon {
background: #fff none repeat scroll 0 0;
border: 1px solid #666;
}
.template-search_mindbreeze .handsontable {
position: relative;
}
.template-search_mindbreeze .handsontable .hide {
display: none;
}
.template-search_mindbreeze .handsontable .relative {
position: relative;
}
.template-search_mindbreeze .handsontable.htAutoSize {
left: -99000px;
position: absolute;
top: -99000px;
visibility: hidden;
}
.template-search_mindbreeze .handsontable .wtHider {
width: 0;
}
.template-search_mindbreeze .handsontable .wtSpreader {
height: auto;
position: relative;
width: 0;
}
.template-search_mindbreeze .handsontable div,
.template-search_mindbreeze .handsontable input,
.template-search_mindbreeze .handsontable table,
.template-search_mindbreeze .handsontable tbody,
.template-search_mindbreeze .handsontable td,
.template-search_mindbreeze .handsontable textarea,
.template-search_mindbreeze .handsontable th,
.template-search_mindbreeze .handsontable thead {
box-sizing: content-box;
}
.template-search_mindbreeze .handsontable input,
.template-search_mindbreeze .handsontable textarea {
min-height: initial;
}
.template-search_mindbreeze .handsontable table.htCore {
border-collapse: separate;
border-spacing: 0;
border-width: 0;
margin: 0;
max-height: none;
max-width: none;
outline-width: 0;
table-layout: fixed;
width: 0;
}
.template-search_mindbreeze .handsontable col,
.template-search_mindbreeze .handsontable col.rowHeader {
width: 50px;
}
.template-search_mindbreeze .handsontable td,
.template-search_mindbreeze .handsontable th {
background-color: #fff;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
empty-cells: show;
height: 22px;
line-height: 21px;
outline-width: 0;
overflow: hidden;
padding: 0 4px;
vertical-align: top;
white-space: pre-line;
}
.template-search_mindbreeze .handsontable td.htInvalid {
background-color: #ff4c42 !important;
}
.template-search_mindbreeze .handsontable td.htNoWrap {
white-space: nowrap;
}
.template-search_mindbreeze .handsontable th:last-child {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable th.htNoFrame,
.template-search_mindbreeze .handsontable th.htNoFrame:first-child,
.template-search_mindbreeze .handsontable tr:first-child th.htNoFrame {
background-color: #fff;
border-color: #fff;
border-left-width: 0;
}
.template-search_mindbreeze .handsontable .htNoFrame + td,
.template-search_mindbreeze .handsontable .htNoFrame + th,
.template-search_mindbreeze .handsontable td:first-of-type,
.template-search_mindbreeze .handsontable th:first-child {
border-left: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable.htRowHeaders thead tr th:nth-child(2) {
border-left: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable tr:first-child td,
.template-search_mindbreeze .handsontable tr:first-child th {
border-top: 1px solid #ccc;
}
.template-search_mindbreeze .ht_master:not(.innerBorderLeft) ~ .handsontable tbody tr th,
.template-search_mindbreeze .ht_master:not(.innerBorderLeft) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
border-right-width: 0;
}
.template-search_mindbreeze .ht_master:not(.innerBorderTop) thead tr.lastChild th,
.template-search_mindbreeze .ht_master:not(.innerBorderTop) thead tr:last-child th,
.template-search_mindbreeze .ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th,
.template-search_mindbreeze .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th {
border-bottom-width: 0;
}
.template-search_mindbreeze .handsontable th {
background-color: #eee;
color: #222;
font-weight: 400;
}
.template-search_mindbreeze .handsontable thead th {
padding: 0;
}
.template-search_mindbreeze .handsontable th.active {
background-color: #ccc;
}
.template-search_mindbreeze .handsontable thead th .relative {
padding: 2px 4px;
}
.template-search_mindbreeze .handsontable .manualColumnMover {
background-color: transparent;
cursor: move;
height: 25px;
left: 0;
position: fixed;
top: 0;
width: 5px;
z-index: 999;
}
.template-search_mindbreeze .handsontable .manualRowMover {
background-color: transparent;
cursor: move;
height: 5px;
left: -4px;
position: fixed;
top: 0;
width: 50px;
z-index: 999;
}
.template-search_mindbreeze .handsontable .manualColumnMoverGuide,
.template-search_mindbreeze .handsontable .manualRowMoverGuide {
background-color: #ccc;
display: none;
height: 25px;
left: 0;
opacity: 0.7;
position: fixed;
top: 0;
width: 25px;
}
.template-search_mindbreeze .handsontable .manualColumnMoverGuide.active,
.template-search_mindbreeze .handsontable .manualRowMoverGuide.active {
display: block;
}
.template-search_mindbreeze .handsontable .manualColumnMover.active,
.template-search_mindbreeze .handsontable .manualColumnMover:hover,
.template-search_mindbreeze .handsontable .manualRowMover.active,
.template-search_mindbreeze .handsontable .manualRowMover:hover {
background-color: #88f;
}
.template-search_mindbreeze .handsontable .manualColumnResizer {
cursor: col-resize;
height: 25px;
position: fixed;
top: 0;
width: 5px;
z-index: 110;
}
.template-search_mindbreeze .handsontable .manualRowResizer {
cursor: row-resize;
height: 5px;
left: 0;
position: fixed;
width: 50px;
z-index: 110;
}
.template-search_mindbreeze .handsontable .manualColumnResizer.active,
.template-search_mindbreeze .handsontable .manualColumnResizer:hover,
.template-search_mindbreeze .handsontable .manualRowResizer.active,
.template-search_mindbreeze .handsontable .manualRowResizer:hover {
background-color: #aab;
}
.template-search_mindbreeze .handsontable .manualColumnResizerGuide {
background-color: #aab;
border-right: 1px dashed #777;
display: none;
margin-left: 5px;
position: fixed;
right: 0;
top: 0;
width: 0;
}
.template-search_mindbreeze .handsontable .manualRowResizerGuide {
background-color: #aab;
border-bottom: 1px dashed #777;
bottom: 0;
display: none;
height: 0;
left: 0;
margin-top: 5px;
position: fixed;
}
.template-search_mindbreeze .handsontable .manualColumnResizerGuide.active,
.template-search_mindbreeze .handsontable .manualRowResizerGuide.active {
display: block;
}
.template-search_mindbreeze .handsontable .columnSorting {
position: relative;
}
.template-search_mindbreeze .handsontable .columnSorting:hover {
cursor: pointer;
text-decoration: underline;
}
.template-search_mindbreeze .handsontable .columnSorting.ascending::after {
color: #5f5f5f;
content: "▲";
position: absolute;
right: -15px;
}
.template-search_mindbreeze .handsontable .columnSorting.descending::after {
color: #5f5f5f;
content: "▼";
position: absolute;
right: -15px;
}
.template-search_mindbreeze .handsontable .wtBorder {
font-size: 0;
position: absolute;
}
.template-search_mindbreeze .handsontable .wtBorder.hidden {
display: none !important;
}
.template-search_mindbreeze .handsontable td.area {
background: #fff linear-gradient(to bottom, rgba(181, 209, 255, 0.34) 0px, rgba(181, 209, 255, 0.34) 100%) repeat scroll 0 0;
}
.template-search_mindbreeze .handsontable .wtBorder.corner {
cursor: crosshair;
font-size: 0;
}
.template-search_mindbreeze .handsontable .htBorder.htFillBorder {
background: red none repeat scroll 0 0;
height: 1px;
width: 1px;
}
.template-search_mindbreeze .handsontableInput {
background-color: #fff;
border: 0 none;
border-radius: 0;
box-shadow: 0 0 0 2px #5292f7 inset;
color: #000;
display: inline-block;
font-family: inherit;
font-size: inherit;
line-height: 21px;
margin: 0;
outline-width: 0;
padding: 1px 5px 0;
resize: none;
}
.template-search_mindbreeze .handsontableInputHolder {
left: 0;
position: absolute;
top: 0;
z-index: 100;
}
.template-search_mindbreeze .htSelectEditor {
position: absolute;
width: auto;
}
.template-search_mindbreeze .handsontable .htDimmed {
color: #777;
}
.template-search_mindbreeze .handsontable .htSubmenu {
position: relative;
}
.template-search_mindbreeze .handsontable .htSubmenu *::after {
color: #777;
content: "▶";
position: absolute;
right: 5px;
}
.template-search_mindbreeze .handsontable .htLeft {
text-align: left;
}
.template-search_mindbreeze .handsontable .htCenter {
text-align: center;
}
.template-search_mindbreeze .handsontable .htRight {
text-align: right;
}
.template-search_mindbreeze .handsontable .htJustify {
text-align: justify;
}
.template-search_mindbreeze .handsontable .htTop {
vertical-align: top;
}
.template-search_mindbreeze .handsontable .htMiddle {
vertical-align: middle;
}
.template-search_mindbreeze .handsontable .htBottom {
vertical-align: bottom;
}
.template-search_mindbreeze .handsontable .htPlaceholder {
color: #999;
}
.template-search_mindbreeze .handsontable .htAutocompleteArrow {
color: #eee;
cursor: default;
float: right;
font-size: 10px;
text-align: center;
width: 16px;
}
.template-search_mindbreeze .handsontable td .htAutocompleteArrow:hover {
color: #777;
}
.template-search_mindbreeze .handsontable td.area .htAutocompleteArrow {
color: #d3d3d3;
}
.template-search_mindbreeze .handsontable .htCheckboxRendererInput.noValue {
opacity: 0.5;
}
.template-search_mindbreeze .handsontable .htNumeric {
text-align: right;
}
.template-search_mindbreeze .htCommentCell {
position: relative;
}
.template-search_mindbreeze .htCommentCell::after {
border-left: 6px solid transparent;
border-top: 6px solid red;
content: "";
position: absolute;
right: 0;
top: 0;
}
@keyframes opacity-hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes opacity-hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes opacity-show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes opacity-show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.template-search_mindbreeze .handsontable .handsontable.ht_clone_top .wtHider {
padding: 0 0 5px;
}
.template-search_mindbreeze .handsontable .autocompleteEditor.handsontable {
padding-right: 17px;
}
.template-search_mindbreeze .handsontable .autocompleteEditor.handsontable.htMacScroll {
padding-right: 15px;
}
.template-search_mindbreeze .handsontable.listbox {
margin: 0;
}
.template-search_mindbreeze .handsontable.listbox .ht_master table {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-collapse: separate;
}
.template-search_mindbreeze .handsontable.listbox td,
.template-search_mindbreeze .handsontable.listbox th,
.template-search_mindbreeze .handsontable.listbox tr:first-child td,
.template-search_mindbreeze .handsontable.listbox tr:first-child th,
.template-search_mindbreeze .handsontable.listbox tr:last-child th {
border-width: 0;
}
.template-search_mindbreeze .handsontable.listbox td,
.template-search_mindbreeze .handsontable.listbox th {
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .handsontable.listbox td.htDimmed {
color: inherit;
cursor: default;
font-style: inherit;
}
.template-search_mindbreeze .handsontable.listbox .wtBorder {
visibility: hidden;
}
.template-search_mindbreeze .handsontable.listbox tr td.current,
.template-search_mindbreeze .handsontable.listbox tr:hover td {
background: #eee none repeat scroll 0 0;
}
.template-search_mindbreeze .ht_clone_left {
z-index: 102;
}
.template-search_mindbreeze .ht_clone_corner,
.template-search_mindbreeze .ht_clone_debug {
z-index: 103;
}
.template-search_mindbreeze .handsontable td.htSearchResult {
background: #fcedd9 none repeat scroll 0 0;
color: #583707;
}
.template-search_mindbreeze .htBordered {
border-width: 1px;
}
.template-search_mindbreeze .htBordered.htTopBorderSolid {
border-top-color: #000;
border-top-style: solid;
}
.template-search_mindbreeze .htBordered.htRightBorderSolid {
border-right-color: #000;
border-right-style: solid;
}
.template-search_mindbreeze .htBordered.htBottomBorderSolid {
border-bottom-color: #000;
border-bottom-style: solid;
}
.template-search_mindbreeze .htBordered.htLeftBorderSolid {
border-left-color: #000;
border-left-style: solid;
}
.template-search_mindbreeze .htCommentTextArea {
background-color: #fffacd;
border: 1px solid #999;
box-shadow: 1px 1px 2px #bbb;
font-family: Arial;
}
.template-search_mindbreeze .handsontable colgroup col.rowHeader.htGroupCol {
width: 25px !important;
}
.template-search_mindbreeze .handsontable colgroup col.rowHeader.htGroupColClosest {
width: 30px !important;
}
.template-search_mindbreeze .handsontable .htGroupIndicatorContainer {
background: #fff none repeat scroll 0 0;
border: 0 none;
padding-bottom: 0;
position: relative;
vertical-align: bottom;
}
.template-search_mindbreeze .handsontable thead .htGroupIndicatorContainer {
border-bottom: 0 none;
vertical-align: top;
}
.template-search_mindbreeze .handsontable tbody tr th:nth-last-child(2) {
border-right: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable thead tr:nth-last-child(2) th {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.template-search_mindbreeze .ht_clone_corner thead tr th:nth-last-child(2) {
border-right: 1px solid #ccc;
}
.template-search_mindbreeze .htVerticalGroup {
height: 100%;
}
.template-search_mindbreeze .htHorizontalGroup {
height: 100%;
width: 100%;
}
.template-search_mindbreeze .htVerticalGroup:not(.htCollapseButton)::after {
background: #ccc none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
margin-left: 5px;
width: 1px;
}
.template-search_mindbreeze .htHorizontalGroup:not(.htCollapseButton)::after {
background: #ccc none repeat scroll 0 0;
content: "";
display: block;
height: 1px;
margin-top: 20%;
width: 100%;
}
.template-search_mindbreeze .htCollapseButton {
border: 1px solid #f3f3f3;
border-radius: 5px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
cursor: pointer;
height: 10px;
line-height: 10px;
margin-bottom: 3px;
position: relative;
text-align: center;
width: 10px;
}
.template-search_mindbreeze .htCollapseButton::after {
background: #ccc none repeat scroll 0 0;
bottom: 10px;
content: "";
display: block;
height: 300%;
margin-left: 4px;
position: absolute;
width: 1px;
}
.template-search_mindbreeze thead .htCollapseButton {
background: #fff none repeat scroll 0 0;
position: absolute;
right: 5px;
top: 5px;
}
.template-search_mindbreeze thead .htCollapseButton::after {
height: 1px;
right: 10px;
top: 4px;
width: 700%;
}
.template-search_mindbreeze .handsontable tr th .htGroupStart::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
position: relative;
top: 50%;
width: 5px;
}
.template-search_mindbreeze .handsontable thead tr th .htGroupStart::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
height: 5px;
left: 50%;
position: relative;
top: 0;
width: 50%;
}
.template-search_mindbreeze .handsontable .htGroupLevelTrigger {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
cursor: pointer;
height: 15px;
line-height: 15px;
margin: 4px auto;
padding: 0;
width: 15px;
}
.template-search_mindbreeze .handsontable tr th .htExpandButton {
border: 1px solid #f3f3f3;
border-radius: 5px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
cursor: pointer;
display: none;
height: 10px;
line-height: 10px;
position: absolute;
text-align: center;
top: 0;
width: 10px;
}
.template-search_mindbreeze .handsontable thead tr th .htExpandButton {
top: 5px;
}
.template-search_mindbreeze .handsontable tr th .htExpandButton.clickable {
display: block;
}
.template-search_mindbreeze .handsontable col.hidden {
width: 0 !important;
}
.template-search_mindbreeze .handsontable tr.hidden,
.template-search_mindbreeze .handsontable tr.hidden td,
.template-search_mindbreeze .handsontable tr.hidden th {
display: none;
}
.template-search_mindbreeze .ht_clone_left,
.template-search_mindbreeze .ht_clone_top,
.template-search_mindbreeze .ht_master {
overflow: hidden;
}
.template-search_mindbreeze .ht_master .wtHolder {
overflow: auto;
}
.template-search_mindbreeze .ht_clone_left .wtHolder {
overflow-x: hidden;
overflow-y: auto;
}
.template-search_mindbreeze .ht_clone_top .wtHolder {
overflow-x: auto;
overflow-y: hidden;
}
.template-search_mindbreeze .wtDebugHidden {
display: none;
}
.template-search_mindbreeze .wtDebugVisible {
animation-duration: 0.5s;
animation-name: wtFadeInFromNone;
display: block;
}
@keyframes wtFadeInFromNone {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
}
}
@keyframes wtFadeInFromNone {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
}
}
.template-search_mindbreeze .handsontable.mobile,
.template-search_mindbreeze .handsontable.mobile .wtHolder {
-moz-user-select: none;
}
.template-search_mindbreeze .htMobileEditorContainer {
-moz-text-size-adjust: none;
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #ebebeb;
border-radius: 20px;
box-sizing: border-box;
display: none;
height: 54pt;
position: absolute;
top: 0;
width: 70%;
z-index: 999;
}
.template-search_mindbreeze .bottomRightSelectionHandle,
.template-search_mindbreeze .bottomRightSelectionHandle-HitArea,
.template-search_mindbreeze .topLeftSelectionHandle,
.template-search_mindbreeze .topLeftSelectionHandle-HitArea {
left: -10000px;
top: -10000px;
}
.template-search_mindbreeze .htMobileEditorContainer.active {
display: block;
}
.template-search_mindbreeze .htMobileEditorContainer .inputs {
bottom: 10pt;
height: 34pt;
left: 14px;
position: absolute;
right: 210pt;
top: 10pt;
}
.template-search_mindbreeze .htMobileEditorContainer .inputs textarea {
border: 1px solid #a1a1a1;
bottom: 0;
box-shadow: none;
font-size: 13pt;
left: 14px;
padding: 7pt;
position: absolute;
right: 14px;
top: 0;
}
.template-search_mindbreeze .htMobileEditorContainer .cellPointer {
border-bottom: 13pt solid #ebebeb;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
height: 0;
left: 30px;
position: absolute;
top: -13pt;
width: 0;
}
.template-search_mindbreeze .htMobileEditorContainer .cellPointer.hidden {
display: none;
}
.template-search_mindbreeze .htMobileEditorContainer .cellPointer::before {
border-bottom: 13pt solid #f8f8f8;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
content: "";
display: block;
height: 0;
left: -13pt;
position: absolute;
top: 2px;
width: 0;
}
.template-search_mindbreeze .htMobileEditorContainer .moveHandle {
bottom: 0;
cursor: move;
left: 5px;
position: absolute;
top: 10pt;
width: 30px;
z-index: 9999;
}
.template-search_mindbreeze .htMobileEditorContainer .moveHandle::after {
color: #ebebeb;
content: "..\a ..\a ..\a ..";
display: inline-block;
font-size: 20pt;
line-height: 10px;
margin-top: -8px;
white-space: pre;
}
.template-search_mindbreeze .htMobileEditorContainer .positionControls {
bottom: 0;
position: absolute;
right: 5pt;
top: 0;
width: 205pt;
}
.template-search_mindbreeze .htMobileEditorContainer .positionControls > div {
float: left;
height: 100%;
width: 50pt;
}
.template-search_mindbreeze .htMobileEditorContainer .positionControls > div::after {
content: " ";
display: block;
height: 15pt;
line-height: 50pt;
text-align: center;
width: 15pt;
}
.template-search_mindbreeze .htMobileEditorContainer .downButton::after,
.template-search_mindbreeze .htMobileEditorContainer .leftButton::after,
.template-search_mindbreeze .htMobileEditorContainer .rightButton::after,
.template-search_mindbreeze .htMobileEditorContainer .upButton::after {
margin: 21pt 0 0 21pt;
transform-origin: 5pt 5pt 0;
}
.template-search_mindbreeze .htMobileEditorContainer .leftButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(-45deg);
}
.template-search_mindbreeze .htMobileEditorContainer .leftButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .htMobileEditorContainer .rightButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(135deg);
}
.template-search_mindbreeze .htMobileEditorContainer .rightButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .htMobileEditorContainer .upButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(45deg);
}
.template-search_mindbreeze .htMobileEditorContainer .upButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .htMobileEditorContainer .downButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(225deg);
}
.template-search_mindbreeze .htMobileEditorContainer .downButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .handsontable.hide-tween {
animation: 0.3s ease 0s normal forwards 1 running opacity-hide;
}
.template-search_mindbreeze .handsontable.show-tween {
animation: 0.3s ease 0s normal forwards 1 running opacity-show;
}
.template-search_mindbreeze .htContextMenu {
display: none;
position: absolute;
z-index: 1060;
}
.template-search_mindbreeze .htContextMenu .ht_clone_corner,
.template-search_mindbreeze .htContextMenu .ht_clone_debug,
.template-search_mindbreeze .htContextMenu .ht_clone_left,
.template-search_mindbreeze .htContextMenu .ht_clone_top {
display: none;
}
.template-search_mindbreeze .htContextMenu table.htCore {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #bbb;
border-image: none;
border-style: solid;
border-width: 1px 2px 2px 1px;
}
.template-search_mindbreeze .htContextMenu .wtBorder {
visibility: hidden;
}
.template-search_mindbreeze .htContextMenu table tbody tr td {
background: #fff none repeat scroll 0 0;
border-width: 0;
cursor: pointer;
overflow: hidden;
padding: 4px 6px 0;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .htContextMenu table tbody tr td:first-child {
border: 0 none;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htDimmed {
color: #323232;
font-style: normal;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.current,
.template-search_mindbreeze .htContextMenu table tbody tr td.zeroclipboard-is-hover {
background: #e9e9e9 none repeat scroll 0 0;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htSeparator {
border-top: 1px solid #bbb;
height: 0;
padding: 0;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htDisabled {
color: #999;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htDisabled:hover {
background: #fff none repeat scroll 0 0;
color: #999;
cursor: default;
}
.template-search_mindbreeze .htContextMenu table tbody tr td div {
padding-left: 10px;
}
.template-search_mindbreeze .htContextMenu table tbody tr td div span.selected {
left: 4px;
margin-top: -2px;
position: absolute;
}
.template-search_mindbreeze .htContextMenu .ht_master .wtHolder {
overflow: hidden;
}
.template-search_mindbreeze .pika-single {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #fff none repeat scroll 0 0;
border-color: #ccc #ccc #bbb;
border-image: none;
border-style: solid;
border-width: 1px;
color: #333;
display: block;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
position: relative;
z-index: 9999;
}
.template-search_mindbreeze .pika-single::after,
.template-search_mindbreeze .pika-single::before {
content: " ";
display: table;
}
.template-search_mindbreeze .pika-single::after {
clear: both;
}
.template-search_mindbreeze .pika-single {}
.template-search_mindbreeze .pika-single.is-hidden {
display: none;
}
.template-search_mindbreeze .pika-single.is-bound {
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
position: absolute;
}
.template-search_mindbreeze .pika-lendar {
float: left;
margin: 8px;
width: 240px;
}
.template-search_mindbreeze .pika-title {
position: relative;
text-align: center;
}
.template-search_mindbreeze .pika-label {
background-color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 20px;
margin: 0;
overflow: hidden;
padding: 5px 3px;
position: relative;
z-index: 9999;
}
.template-search_mindbreeze .pika-title select {
cursor: pointer;
left: 0;
margin: 0;
opacity: 0;
position: absolute;
top: 5px;
z-index: 9998;
}
.template-search_mindbreeze .pika-next,
.template-search_mindbreeze .pika-prev {
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
border: 0 none;
cursor: pointer;
display: block;
height: 30px;
opacity: 0.5;
outline: 0 none;
overflow: hidden;
padding: 0;
position: relative;
text-indent: 20px;
white-space: nowrap;
width: 20px;
}
.template-search_mindbreeze .pika-next:hover,
.template-search_mindbreeze .pika-prev:hover {
opacity: 1;
}
.template-search_mindbreeze .is-rtl .pika-next,
.template-search_mindbreeze .pika-prev {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
float: left;
}
.template-search_mindbreeze .is-rtl .pika-prev,
.template-search_mindbreeze .pika-next {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
float: right;
}
.template-search_mindbreeze .pika-next.is-disabled,
.template-search_mindbreeze .pika-prev.is-disabled {
cursor: default;
opacity: 0.2;
}
.template-search_mindbreeze .pika-select {
display: inline-block;
}
.template-search_mindbreeze .pika-table {
border: 0 none;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.template-search_mindbreeze .pika-table td,
.template-search_mindbreeze .pika-table th {
padding: 0;
width: 14.2857%;
}
.template-search_mindbreeze .pika-table th {
color: #999;
font-size: 12px;
font-weight: 700;
line-height: 25px;
text-align: center;
}
.template-search_mindbreeze .pika-button {
background: #f5f5f5 none repeat scroll 0 0;
border: 0 none;
box-sizing: border-box;
color: #666;
cursor: pointer;
display: block;
font-size: 12px;
line-height: 15px;
margin: 0;
outline: 0 none;
padding: 5px;
text-align: right;
width: 100%;
}
.template-search_mindbreeze .pika-week {
color: #999;
font-size: 11px;
}
.template-search_mindbreeze .is-today .pika-button {
color: #3af;
font-weight: 700;
}
.template-search_mindbreeze .is-selected .pika-button {
background: #3af none repeat scroll 0 0;
border-radius: 3px;
box-shadow: 0 1px 3px #178fe5 inset;
color: #fff;
font-weight: 700;
}
.template-search_mindbreeze .is-inrange .pika-button {
background: #d5e9f7 none repeat scroll 0 0;
}
.template-search_mindbreeze .is-startrange .pika-button {
background: #6cb31d none repeat scroll 0 0;
border-radius: 3px;
box-shadow: none;
color: #fff;
}
.template-search_mindbreeze .is-endrange .pika-button {
background: #3af none repeat scroll 0 0;
border-radius: 3px;
box-shadow: none;
color: #fff;
}
.template-search_mindbreeze .is-disabled .pika-button {
color: #999;
cursor: default;
opacity: 0.3;
pointer-events: none;
}
.template-search_mindbreeze .pika-button:hover {
background: #ff8000 none repeat scroll 0 0;
border-radius: 3px;
box-shadow: none;
color: #fff;
}
.template-search_mindbreeze .pika-table abbr {
border-bottom: 0 none;
cursor: help;
}
.template-search_mindbreeze .handsontable {
clear: both;
overflow: auto;
table-layout: fixed;
width: auto;
}
.template-search_mindbreeze .handsontable th {
max-width: 400px;
min-width: 150px;
overflow: hidden;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.template-search_mindbreeze .handsontable th .colHeader {
display: block;
margin-right: 50px;
text-align: left;
}
.template-search_mindbreeze .handsontable th .colHeader input[type="text"] {
text-align: left;
width: 100% !important;
}
.template-search_mindbreeze .handsontable thead .colHeader:hover {
cursor: pointer;
}
.template-search_mindbreeze .handsontable td {
color: #000 !important;
max-width: 400px;
min-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.template-search_mindbreeze .handsontable td h3 {
line-height: 20px;
padding-bottom: 5px;
padding-top: 5px;
}
.template-search_mindbreeze .handsontable .relative {
height: 30px !important;
}
.template-search_mindbreeze .wtHolder {
height: calc(100vh - 400px) !important;
min-height: 300px;
width: auto !important;
}
.template-search_mindbreeze .colHeaderEl,
.template-search_mindbreeze .colHeaderElBeforeLoad {
float: left;
}
.template-search_mindbreeze .colHeaderElBeforeLoad a:hover {
text-decoration: none !important;
}
.template-search_mindbreeze .delAll {
height: 23px;
position: absolute;
right: 5px;
width: 20px;
}
.template-search_mindbreeze .btn_del {
background-color: Transparent;
border: medium none;
display: none;
height: 23px;
padding: 0;
top: 1px;
width: 20px;
}
.template-search_mindbreeze .relative:hover .btn_del {
display: block;
}
.template-search_mindbreeze .handsontable-ui-autocomplete {
margin-right: 20px;
max-height: calc(100vh - 400px);
min-height: 100px;
overflow-x: hidden;
overflow-y: auto;
}
.template-search_mindbreeze .handsontable .ui-autocomplete-input {
width: 90%;
}
.template-search_mindbreeze #addColHeader {
background-color: Transparent;
border: medium none;
}
.template-search_mindbreeze .handsontable .icon-trash::before {
content: "";
}
.template-search_mindbreeze .manualColumnMover {
height: 35px !important;
}
.template-search_mindbreeze .hidden-when-has-child small {
color: #333;
}
.template-search_mindbreeze .exportToCSV {
margin-bottom: 10px;
}
.template-search_mindbreeze .manualColumnResizer {
height: 30px !important;
}
.template-search_mindbreeze .handsontable .icon-ok-sign {
margin-left: 17px;
}
.template-search_mindbreeze .InputFieldEdit button {
background-color: Transparent;
border: medium none;
cursor: pointer;
margin-top: 5px;
position: absolute;
}
.template-search_mindbreeze .addColumnWidth {
width: 85px;
}
.template-search_mindbreeze .ht_clone_top {
z-index: 1 !important;
}
.template-search_mindbreeze .loaderLeft {
background-color: #fff;
border-radius: 6px;
display: none;
list-style-type: none;
overflow: auto;
padding-left: 10px;
padding-top: 10px;
z-index: 1500;
}
.template-search_mindbreeze .loaderLeft .icon-remove-circle {
margin-right: 5px;
padding-top: 3px;
}
.template-search_mindbreeze .loaderLeft .icon-remove-circle:hover {
cursor: pointer;
text-decoration: underline;
}
.template-search_mindbreeze .loaderLeft .mb-export-progress {
margin-right: 0;
padding-right: 0;
}
.template-search_mindbreeze .loaderLeft .pull-right {
font-size: 12px;
margin-right: 0 !important;
padding-right: 7px !important;
}
.template-search_mindbreeze .loaderLeft .mb-export-finished {
padding: 3px 10px;
}
.template-search_mindbreeze .loaderLeft .mb-flexbox-label {
-moz-box-flex: 1;
display: block;
flex: 1 1 0;
max-width: 100%;
overflow: hidden;
padding-right: 10px;
text-overflow: ellipsis;
}
.template-search_mindbreeze .loaderLeft .mb-flexbox-export {
display: flex;
}
.template-search_mindbreeze .loaderLeft .mb-export-is-running {
padding-right: 0 !important;
}
.template-search_mindbreeze .exportDownloaderBlink {
animation-direction: alternate;
animation-duration: 800ms;
animation-iteration-count: infinite;
animation-name: blink;
}
@keyframes blink {
0% {
opacity: 1;
}
100% {
opacity: 0.2;
}
}
@media (min-width: 768px) {
.template-search_mindbreeze .loaderLeft {
box-shadow: 0 0 10px #999;
color: #000;
max-height: 400px;
max-width: 340px;
min-height: 30px;
min-width: 250px;
overflow: auto;
padding-bottom: 10px;
position: absolute;
right: 10px;
top: 40px;
}
.template-search_mindbreeze .loaderLeft li {
display: block !important;
margin-right: 10px;
margin-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .loaderLeft .mb-progress-label {
height: 0;
margin-left: 15px;
padding-bottom: 25px;
}
.template-search_mindbreeze .loaderLeft .mb-progress-bar {
margin-left: 10px;
margin-top: 10px !important;
}
.template-search_mindbreeze .loaderLeft .mb-no-export-results {
padding-top: 7px;
position: absolute;
text-align: center;
width: 90%;
}
}
@media (max-width: 767px) {
.template-search_mindbreeze .loaderLeft {
box-shadow: 0 0 10px #999;
left: 20px;
max-height: 150px;
min-height: 30px;
position: fixed;
right: 20px;
top: 47px;
width: auto;
}
.template-search_mindbreeze .mb-header .mb-top-menu .loaderLeft li {
height: 30px;
padding-left: 5px;
padding-right: 10px;
width: 95%;
}
.template-search_mindbreeze .loaderLeft .mb-progress-label {
margin-left: 15px;
padding-bottom: 25px;
}
.template-search_mindbreeze .loaderLeft .mb-progress-bar {
margin-left: 8px;
top: 24px !important;
}
}
.template-search_mindbreeze .resetProperties {
display: none;
float: left;
font-size: 12px;
margin-left: 10px;
margin-top: 5px;
}
.template-search_mindbreeze #allowExportTable {
float: left;
}
.template-search_mindbreeze .ht_clone_left.handsontable {
display: none !important;
}
.template-search_mindbreeze .mb-role[aria-describedby] {
position: relative;
}
.template-search_mindbreeze .mb-role[role="tooltip"] {
background-color: #000;
border-radius: 4px;
box-sizing: initial;
color: #fff;
display: block;
font-size: 11px;
height: 20px;
left: 50%;
line-height: 20px;
margin-left: -75px;
opacity: 1;
padding: 3px 8px;
position: absolute;
text-align: center;
text-decoration: none;
top: -20px;
transition: opacity 0.15s linear 0s;
white-space: nowrap;
width: 150px;
z-index: 999999;
}
.template-search_mindbreeze .mb-role[role="tooltip"]::after {
border-color: #000 transparent transparent;
border-style: solid;
border-width: 5px 5px 0;
content: " ";
display: block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
top: 26px;
width: 0;
}
.template-search_mindbreeze .mb-role.mb-bottom[role="tooltip"] {
bottom: -20px;
top: auto;
}
.template-search_mindbreeze .mb-role.mb-bottom[role="tooltip"]::after {
border-color: transparent transparent #000;
border-width: 0 5px 5px;
top: -5px;
}
.template-search_mindbreeze .mb-role.mb-left[role="tooltip"] {
left: -185px;
margin-left: 0;
margin-top: -10px;
top: 50%;
}
.template-search_mindbreeze .mb-role.mb-left[role="tooltip"]::after {
border-color: transparent transparent transparent #000;
border-width: 5px 0 5px 5px;
left: 100%;
margin-left: 0;
margin-top: -5px;
top: 50%;
}
.template-search_mindbreeze .mb-role[role="tooltip"][aria-hidden="true"],
.template-search_mindbreeze .mb-touch .mb-role[role="tooltip"] {
display: none;
opacity: 0;
}
.template-search_mindbreeze .mb-high-contrast .mb-role[role="tooltip"] {
border: 2px solid #000;
}
.template-search_mindbreeze .mb-high-contrast.mb-white-on-black .mb-role[role="tooltip"] {
border: 2px solid #fff;
}
.template-search_mindbreeze .btn-link {
color: #0071bc;
}
.template-search_mindbreeze .btn-group-justified {
border-collapse: separate;
display: table;
table-layout: fixed;
width: 100%;
}
.template-search_mindbreeze .btn-group-justified > .btn,
.template-search_mindbreeze .btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.template-search_mindbreeze .btn-group-justified > .btn-group .btn {
width: 100%;
}
.template-search_mindbreeze .nav {
overflow: hidden;
}
.template-search_mindbreeze .btn-link {
border: 0 none;
}
.template-search_mindbreeze .mb-body .modal-dialog .close,
.template-search_mindbreeze .mb-body .popover-content .close {
opacity: 1;
}
.template-search_mindbreeze .mb-btn-no-decor,
.template-search_mindbreeze .mb-btn-no-decor:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
transition: opacity 0.25s linear 0s;
}
.template-search_mindbreeze .mb-btn-no-decor:hover {
opacity: 0.7;
}
.template-search_mindbreeze body.mb-body {
padding-bottom: 2em;
}
@media (max-width: 979px) {}
.template-search_mindbreeze .navbar-inner {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
overflow-x: auto;
overflow-y: hidden;
}
@media (max-width: 767px) {
.template-search_mindbreeze .navbar {
margin-left: -20px;
margin-right: -20px;
}
}
.template-search_mindbreeze .navbar .nav > li > a,
.template-search_mindbreeze .navbar .nav > li > button {
text-shadow: none;
}
.template-search_mindbreeze .container {
max-width: 1048px;
}
.template-search_mindbreeze .dropdown-menu a,
.template-search_mindbreeze .nav a,
.template-search_mindbreeze .nav button,
.template-search_mindbreeze a.btn {
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
}
.template-search_mindbreeze .mb-selected .scroller-image {
width: 400px;
}
.template-search_mindbreeze .scroller-image {
box-shadow: 0 0 5px #333;
display: inline-block;
text-align: center;
vertical-align: middle;
width: 200px;
}
.template-search_mindbreeze small {
color: #777;
opacity: 1;
}
.template-search_mindbreeze input::-moz-placeholder {
color: #777;
opacity: 1;
}
.template-search_mindbreeze input:-moz-placeholder {
color: #777;
opacity: 1;
}
.template-search_mindbreeze .media {
border-top: 1px dotted #dcdada;
clear: both;
padding: 1em 0;
}
.template-search_mindbreeze .media::after {
clear: both;
content: " ";
display: block;
}
.template-search_mindbreeze .mb-filters input,
.template-search_mindbreeze .mb-filters select {
width: 100%;
}
.template-search_mindbreeze .media:first-of-type {
border-top: 0 none;
margin-top: -0.5em;
}
.template-search_mindbreeze .media-object img,
.template-search_mindbreeze img.media-object {
max-height: 200px;
max-width: 200px;
}
.template-search_mindbreeze .media-object img.mb-icon[src$="svg"] {
height: 32px;
width: 32px;
}
.template-search_mindbreeze .media-object img.mb-icon,
.template-search_mindbreeze img.mb-icon.media-object {
max-height: 32px;
max-width: 32px;
}
.template-search_mindbreeze .media .pull-left .media-object.pull-left {
margin-right: 0;
}
.template-search_mindbreeze .nowrap {
white-space: nowrap;
}
.template-search_mindbreeze .navbar .nowrap .nav,
.template-search_mindbreeze .navbar .nowrap .nav > li {
display: inline-block;
float: none;
vertical-align: bottom;
}
.template-search_mindbreeze .navbar .nav > .active > a,
.template-search_mindbreeze .navbar .nav > .active > a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-bottom: 3px solid #eaba06;
box-shadow: none;
}
.template-search_mindbreeze .navbar .container > button {
margin-left: -10px;
padding: 10px 15px;
}
.template-search_mindbreeze .nav-pills > li > a {
padding-bottom: 4px;
padding-top: 4px;
}
.template-search_mindbreeze .languages img {
height: 1.25em;
width: 1.75em;
}
.template-search_mindbreeze .languages .dropdown-menu {
min-width: 0;
}
.template-search_mindbreeze .languages .btn {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
box-shadow: none;
}
.template-search_mindbreeze .nav-horizontal {
margin-left: 8px;
}
.template-search_mindbreeze .nav-horizontal li {
float: left;
line-height: 40px;
padding: 0 6px;
}
.template-search_mindbreeze .main {
box-sizing: border-box;
min-height: 100%;
position: relative;
}
.template-search_mindbreeze .indent {}
@keyframes pulse {
0% {
opacity: 1;
}
33% {
opacity: 0.75;
}
67% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
.template-search_mindbreeze .editable {
border: 1px dotted #333;
overflow: hidden;
}
.template-search_mindbreeze .btn-edit {
float: right;
}
.template-search_mindbreeze .jstree label {
display: inline-block;
margin-bottom: 0;
padding-left: 0.25em;
}
.template-search_mindbreeze .jstree input,
.template-search_mindbreeze .jstree label {
vertical-align: middle;
}
.template-search_mindbreeze .jstree input {
margin: 0;
}
.template-search_mindbreeze .applist img.icon {
float: left;
margin: 3px 6px 0 -54px;
width: 48px;
}
.template-search_mindbreeze .applist {
padding-bottom: 1em;
}
.template-search_mindbreeze .applist,
.template-search_mindbreeze .applist .federatedClient {
clear: both;
}
.template-search_mindbreeze .applist .federatedClient {
border-top: 1px dotted #dcdada;
padding-left: 54px;
padding-right: 70px;
position: relative;
}
.template-search_mindbreeze .applist .switch {
position: absolute;
right: 0;
top: 1em;
}
.template-search_mindbreeze .applist h5,
.template-search_mindbreeze .applist h6 {
margin: 0.25em 0;
}
.template-search_mindbreeze .muted {
color: #aaa;
}
.template-search_mindbreeze #secondary-navigation > ul {
list-style-position: inside;
margin-left: 0;
padding-left: 0;
padding-top: 0;
text-align: right;
}
.template-search_mindbreeze #secondary-navigation > ul li {
border-color: #ddd;
list-style-image: none;
list-style-type: none;
padding-top: 10px;
}
.template-search_mindbreeze #secondary-navigation > ul a {
color: #333;
display: block;
line-height: 160%;
padding-right: 10px;
text-decoration: none;
transition: all 0.35s ease 0s;
}
.template-search_mindbreeze hr.large {
border-style: none;
margin-bottom: 0;
margin-top: 0;
padding: 0 0 3%;
text-align: right;
}
.template-search_mindbreeze hr.large::after {
content: ".....................";
letter-spacing: 4px;
}
.template-search_mindbreeze .center,
.template-search_mindbreeze .mb-center {
text-align: center;
}
.template-search_mindbreeze .mb-block {
display: block;
}
.template-search_mindbreeze .search-field input {
margin-bottom: 0;
width: 100%;
}
.template-search_mindbreeze .search-field button:hover {
color: #333;
text-decoration: none;
}
.template-search_mindbreeze .btn-rounded {
border-radius: 50%;
}
.template-search_mindbreeze .mb-scrollable-y {
overflow-x: hidden;
overflow-y: auto;
}
.template-search_mindbreeze .mb-in-preview .mb-content {
display: none;
}
.template-search_mindbreeze .mb-preview-action {
padding-left: 0.5em;
}
.template-search_mindbreeze .mb-preview h1,
.template-search_mindbreeze .mb-preview h2,
.template-search_mindbreeze .mb-preview h3,
.template-search_mindbreeze .mb-preview h4,
.template-search_mindbreeze .mb-preview h5,
.template-search_mindbreeze .mb-preview h6 {
font-size: 1.1em;
}
.template-search_mindbreeze .mb-html-preview-container #page-container {
margin: 0 -20px -20px;
position: relative;
}
.template-search_mindbreeze .ui-autocomplete .unmatched {
font-weight: 700;
}
.template-search_mindbreeze .pager li a,
.template-search_mindbreeze .pager li a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
}
.template-search_mindbreeze .mb-separated > *:first-child {
padding-left: 3px;
}
.template-search_mindbreeze .mb-separated.mb-actions > *:first-child {
padding-left: 0;
}
.template-search_mindbreeze .mb-separated {
color: #777;
margin-bottom: 0;
}
.template-search_mindbreeze .media .mb-metadata::before {
content: " ";
padding-left: 3px;
}
.template-search_mindbreeze dl.mb-horizontal dt::after {
content: ": ";
}
.template-search_mindbreeze dl.mb-horizontal dt::before {
content: " ";
display: block;
}
.template-search_mindbreeze dl.mb-comma-separated-values > dd::before {
content: ", ";
}
.template-search_mindbreeze dl.mb-comma-separated-values > dt + dd::before {
content: "";
}
.template-search_mindbreeze dl.mb-horizontal.mb-separated dt::before {
display: inline;
}
.template-search_mindbreeze dl.mb-separated,
.template-search_mindbreeze ul.mb-separated {
display: block;
margin-top: 0;
white-space: nowrap;
}
.template-search_mindbreeze dl.mb-comma-separated dd,
.template-search_mindbreeze dl.mb-horizontal dd,
.template-search_mindbreeze dl.mb-horizontal dt,
.template-search_mindbreeze dl.mb-separated dd,
.template-search_mindbreeze dl.mb-separated dt,
.template-search_mindbreeze ul.mb-separated li {
display: inline;
margin: 0;
}
.template-search_mindbreeze dl.mb-comma-separated dd,
.template-search_mindbreeze dl.mb-horizontal dd,
.template-search_mindbreeze dl.mb-separated dd,
.template-search_mindbreeze ul.mb-separated li {
white-space: normal;
}
.template-search_mindbreeze .mb-separated img {
display: none;
}
.template-search_mindbreeze .mb-separated > *::before {
white-space: normal;
}
.template-search_mindbreeze .mb-separated > *::before,
.template-search_mindbreeze dl.mb-horizontal.mb-separated dt::before {
content: " - ";
}
.template-search_mindbreeze .mb-separated > *:first-child::before {
content: "";
}
.template-search_mindbreeze .mb-separated .mb-separated > *::after {
content: ", ";
}
.template-search_mindbreeze .mb-separated .mb-separated > *::before,
.template-search_mindbreeze .mb-separated .mb-separated > *:last-child::after {
content: "";
}
.template-search_mindbreeze .nav img {
max-height: 16px;
max-width: 16px;
}
.template-search_mindbreeze .mb-about-popover h2,
.template-search_mindbreeze .mb-filters h1,
.template-search_mindbreeze .mb-filters h2,
.template-search_mindbreeze .mb-filters h3,
.template-search_mindbreeze .mb-filters h4,
.template-search_mindbreeze .mb-filters h5,
.template-search_mindbreeze .mb-filters h6 {
font-size: 14px;
line-height: 20px;
}
.template-search_mindbreeze .mb-filters .nav {
margin-bottom: 0;
}
.template-search_mindbreeze .mb-filters .nav-pills li label {
overflow: hidden;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .mb-filters .nav > li,
.template-search_mindbreeze .mb-filters .nav > li > a {
position: relative;
}
.template-search_mindbreeze .mb-progress-indicator.pull-right {
position: absolute;
text-align: right;
}
.template-search_mindbreeze .media-heading {
font-size: 16px;
line-height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.template-search_mindbreeze .media-heading a {
color: #111;
}
.template-search_mindbreeze .media {
margin-top: 0;
}
.template-search_mindbreeze .mb-close {
color: #333;
font-size: 1.5em;
}
.template-search_mindbreeze .mb-preview {
padding: 3px;
}
.template-search_mindbreeze .mb-preview pre {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 20px;
}
.template-search_mindbreeze .mb-preview th {
text-align: left;
}
.template-search_mindbreeze .mb-computing .mb-pulse {
animation: 2s linear 0s normal none infinite running pulse;
display: inline-block;
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.45;
}
100% {
opacity: 1;
}
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.45;
}
100% {
opacity: 1;
}
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.45;
}
100% {
opacity: 1;
}
}
@keyframes mb-progress {
0% {
width: 0;
}
0.7% {
width: 75%;
}
1% {
width: 80%;
}
1.5% {
width: 83%;
}
2% {
width: 85%;
}
5% {
width: 90%;
}
20% {
width: 95%;
}
100% {
width: 97%;
}
}
@keyframes mb-progress {
0% {
width: 0;
}
0.7% {
width: 75%;
}
1% {
width: 80%;
}
1.5% {
width: 83%;
}
2% {
width: 85%;
}
5% {
width: 90%;
}
20% {
width: 95%;
}
100% {
width: 97%;
}
}
@keyframes mb-progress {
0% {
width: 0;
}
0.7% {
width: 75%;
}
1% {
width: 80%;
}
1.5% {
width: 83%;
}
2% {
width: 85%;
}
5% {
width: 90%;
}
20% {
width: 95%;
}
100% {
width: 97%;
}
}
.template-search_mindbreeze .navbar-fixed-bottom,
.template-search_mindbreeze .navbar-fixed-top {
z-index: 1001;
}
.template-search_mindbreeze .nav-stacked .nav-stacked {
margin-left: 1em;
}
.template-search_mindbreeze .mb-progress-indicator {
display: none;
width: 100%;
}
.template-search_mindbreeze .mb-absolute {
position: absolute;
}
.template-search_mindbreeze .mb-absolute.mb-progress-indicator {
background: rgba(238, 238, 238, 0.95) none repeat scroll 0 0;
border-radius: 8px;
display: block;
height: 100px;
left: -100px;
line-height: 100px;
margin-left: -50px;
margin-top: -50px;
opacity: 0;
position: fixed;
text-align: center;
top: -100px;
transition: opacity 0.25s linear 0s;
vertical-align: middle;
width: 100px;
z-index: 1049;
}
.template-search_mindbreeze .mb-computing .mb-absolute.mb-progress-indicator {
left: 50%;
opacity: 1;
top: 50%;
}
.template-search_mindbreeze .mb-computing .mb-progress-indicator {
display: block;
}
.template-search_mindbreeze .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.template-search_mindbreeze .breadcrumb li {
padding-right: 1em;
}
.template-search_mindbreeze .mb-scroll-placeholder {
border: 0 none;
display: block;
font-size: 1em;
font-weight: 400;
margin: 0;
padding: 0;
}
@media (max-width: 767px) {
.template-search_mindbreeze .mb-scroll-placeholder {
display: none;
}
.template-search_mindbreeze .mb-header {
margin-left: -20px;
margin-right: -20px;
}
}
.template-search_mindbreeze .IN-widget {
vertical-align: middle !important;
}
.template-search_mindbreeze .media,
.template-search_mindbreeze .media-body {
overflow: visible;
}
.template-search_mindbreeze .mb-dropdown-toggle {
overflow: visible;
position: relative;
}
.template-search_mindbreeze .mb-dropdown-toggle .caret {
vertical-align: middle;
}
.template-search_mindbreeze .first10 li {
display: none;
}
.template-search_mindbreeze .first10 li:nth-of-type(0),
.template-search_mindbreeze .first10 li:nth-of-type(1),
.template-search_mindbreeze .first10 li:nth-of-type(10),
.template-search_mindbreeze .first10 li:nth-of-type(11),
.template-search_mindbreeze .first10 li:nth-of-type(2),
.template-search_mindbreeze .first10 li:nth-of-type(3),
.template-search_mindbreeze .first10 li:nth-of-type(4),
.template-search_mindbreeze .first10 li:nth-of-type(5),
.template-search_mindbreeze .first10 li:nth-of-type(6),
.template-search_mindbreeze .first10 li:nth-of-type(7),
.template-search_mindbreeze .first10 li:nth-of-type(8),
.template-search_mindbreeze .first10 li:nth-of-type(9) {
display: list-item;
}
.template-search_mindbreeze .mb-logout {
opacity: 0.25;
}
.template-search_mindbreeze .action,
.template-search_mindbreeze .mb-clickable,
.template-search_mindbreeze a {
cursor: pointer;
}
.template-search_mindbreeze .mb-login .modal-body {
max-height: 500px;
}
.template-search_mindbreeze .mb-login iframe {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
height: 450px;
width: 100%;
}
.template-search_mindbreeze .mb-line-item img,
.template-search_mindbreeze img.mb-small {
max-height: 24px;
max-width: 24px;
}
.template-search_mindbreeze .mb-header.navbar .nav > li > a,
.template-search_mindbreeze .mb-header.navbar .nav > li > button,
.template-search_mindbreeze .mb-selectable,
.template-search_mindbreeze .nav > li > a,
.template-search_mindbreeze .nav > li > button {
border-bottom: 0 none;
margin-bottom: 2px;
padding-bottom: 12px;
}
.template-search_mindbreeze .mb-header.navbar .nav > li > a:hover,
.template-search_mindbreeze .mb-header.navbar .nav > li > button:hover,
.template-search_mindbreeze .mb-selected,
.template-search_mindbreeze .nav > li > a.mb-selected,
.template-search_mindbreeze .nav > li > a[aria-selected="true"],
.template-search_mindbreeze .nav > li > button.mb-selected,
.template-search_mindbreeze .nav > li > button[aria-selected="true"] {
border-bottom: 2px solid #eaba06;
padding-bottom: 10px;
}
.template-search_mindbreeze .mb-selected,
.template-search_mindbreeze .nav > li > a.mb-selected,
.template-search_mindbreeze .nav > li > a[aria-selected="true"],
.template-search_mindbreeze .nav > li > button.mb-selected,
.template-search_mindbreeze .nav > li > button[aria-selected="true"] {
margin-bottom: inherit;
}
.template-search_mindbreeze .mb-selected a:hover {
text-decoration: none;
}
.template-search_mindbreeze .mb-embedded .mb-hidden-embedded {
display: none;
}
.template-search_mindbreeze .mb-inline,
.template-search_mindbreeze .mb-inline li {
display: inline-block;
margin: 0;
padding: 0;
}
.template-search_mindbreeze .alert {
margin-bottom: 8px;
}
.template-search_mindbreeze .mb-clipped {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .mb-loading .mb-hidden-loading,
.template-search_mindbreeze .mb-visible-loading {
display: none;
}
.template-search_mindbreeze .mb-loading .mb-visible-loading {
display: block;
}
.template-search_mindbreeze .mb-content {
overflow: hidden;
padding-left: 3px;
}
[class*="span"] {
position: relative;
}
@media (max-width: 480px) {
.template-search_mindbreeze .media .pull-left,
.template-search_mindbreeze .media .pull-right {
float: left;
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.template-search_mindbreeze .mb-clickable-phone {
cursor: pointer;
}
.template-search_mindbreeze .mb-separated > * {
display: block;
margin-bottom: 2px;
}
.template-search_mindbreeze .mb-separated > *::after {
content: "";
}
.template-search_mindbreeze .mb-clear-phone {
clear: both;
}
.template-search_mindbreeze .mb-actions {
border: 1px solid #dcdada;
}
.template-search_mindbreeze .mb-actions > *::before {
content: "";
}
.template-search_mindbreeze .mb-actions a {
border-bottom: 1px solid #dcdada;
display: block;
padding: 0.5em;
}
.template-search_mindbreeze .mb-actions li:last-child a,
.template-search_mindbreeze .mb-actions span:last-child a {
border-bottom: 0 none;
}
.template-search_mindbreeze .mb-top-separated-phone {
border-top: 1px dotted #dcdada;
padding-top: 1.5em;
}
}
.template-search_mindbreeze .mb-open .mb-visible-open {
display: inherit !important;
}
.template-search_mindbreeze .mb-actions.mb-visible-open {
overflow: hidden;
}
.template-search_mindbreeze .mb-acc,
.template-search_mindbreeze .mb-acc * {
background: transparent none repeat scroll 0 0 !important;
color: transparent !important;
display: block !important;
height: 1px !important;
left: 0 !important;
margin: 0 !important;
overflow: hidden;
padding: 0 !important;
position: absolute !important;
top: 0 !important;
width: 1px !important;
}
.template-search_mindbreeze .mb-acc:focus,
.template-search_mindbreeze .mb-acc:focus * {
background: inherit !important;
color: inherit !important;
display: inherit !important;
height: auto !important;
left: inherit !important;
margin: inherit !important;
overflow: inherit !important;
padding: inherit !important;
position: inherit !important;
top: inherit !important;
width: auto !important;
}
.template-search_mindbreeze .mb-acc:focus a,
.template-search_mindbreeze a.mb-acc:focus {
color: #0071bc !important;
}
.template-search_mindbreeze .leaflet-container {
margin: 1.5em 0 2.5em;
}
@media (max-width: 480px) {
.template-search_mindbreeze .leaflet-container {
height: 100px !important;
}
.template-search_mindbreeze .leaflet-control-attribution {
display: none;
}
.template-search_mindbreeze .media-object img,
img.media-object {
max-height: 100px;
max-width: 100px;
}
}
.template-search_mindbreeze h2 small {
font-size: 14px;
}
.template-search_mindbreeze .icon-spinner {
background-image: url("https://msa-extern.uni-bonn.de/apps/img/spinner.gif");
display: inline-block;
height: 20px;
width: 20px;
}
.template-search_mindbreeze .icon-spinner::before {
content: "";
}
.template-search_mindbreeze .mb-about-popover {
border-radius: 2px;
color: #fff;
left: auto !important;
padding: 35px 25px 35px 35px;
right: 2px;
top: auto !important;
width: 220px;
}
.template-search_mindbreeze .mb-about-popover .background-container {
height: 426px;
left: -35px;
overflow: hidden;
position: absolute;
right: -35px;
top: -35px;
z-index: -1;
}
.template-search_mindbreeze .mb-about-popover .background {
max-height: none;
max-width: none;
}
.template-search_mindbreeze .mb-about-popover .popover-content {
padding-top: 235px;
position: relative;
}
.template-search_mindbreeze .mb-top-right {
position: absolute;
right: 0;
top: -12px;
}
.template-search_mindbreeze .mb-about-popover.bottom .arrow {
left: auto;
right: 20px;
}
.template-search_mindbreeze .mb-about-popover.bottom .arrow::after {
border-bottom-color: #101010;
}
.template-search_mindbreeze .mb-about-popover h2 {
color: #ffcf1f;
margin-bottom: 0;
}
.template-search_mindbreeze .mb-inverted,
.template-search_mindbreeze .mb-inverted .btn-link {
background-color: #202020;
color: #ddd;
}
.template-search_mindbreeze .mb-inverted a {
color: gray;
}
.template-search_mindbreeze .mb-inverted a:hover {
color: #fff;
}
.template-search_mindbreeze .mb-hide-text {
color: transparent;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.template-search_mindbreeze .mb-add-and-available {
box-sizing: border-box;
display: inline-block;
max-width: 100%;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
}
.template-search_mindbreeze .mb-filters .nav-pills a.mb-add-and {
background: #fff none repeat scroll 0 0;
bottom: 0;
opacity: 0;
padding: 0;
position: absolute;
right: -16px;
top: -4px;
transition: opacity 0.5s ease-in 0s;
}
.template-search_mindbreeze .mb-filters .nav-pills li:hover a.mb-add-and {
opacity: 1;
right: 0;
}
.template-search_mindbreeze .mb-filters .nav-pills li:hover .mb-add-and-available {
padding-right: 16px;
transition: padding 0s ease-in 0s;
}
.template-search_mindbreeze .mb-print {
display: none;
}
@media print {
.template-search_mindbreeze a[href]::after {
content: "";
}
.template-search_mindbreeze .navbar-inner {
border: 0 none;
}
.template-search_mindbreeze .mb-no-print {
display: none !important;
}
.template-search_mindbreeze .mb-print {
display: inline;
}
.template-search_mindbreeze .mb-print-left {
text-align: left;
}
.template-search_mindbreeze input[type="search"] {
border: 0 none;
box-shadow: none;
transition: none 0s ease 0s;
}
.template-search_mindbreeze input.mb-query {
padding-left: 0 !important;
}
}
.template-search_mindbreeze .mb-small {
font-size: 10px;
}
@media (max-width: 979px) {
.template-search_mindbreeze .mb-login {
position: absolute;
}
}
.template-search_mindbreeze .mb-visible {
display: inherit !important;
}
@media (max-width: 480px) {
.template-search_mindbreeze .mb-login .modal-body {
max-height: none;
padding: 0;
}
}
.template-search_mindbreeze .mb-input-clear {
display: inline-block;
position: relative;
white-space: nowrap;
width: 100%;
}
.template-search_mindbreeze .mb-input-clear i {
display: none;
}
.template-search_mindbreeze .mb-input-clear:hover i {
display: block;
font-size: 13px;
}
.template-search_mindbreeze .mb-input-clear button {
margin-left: -28px;
}
.template-search_mindbreeze .mb-input-clear input {
padding-right: 20px;
width: 100%;
}
.template-search_mindbreeze .mb-full-width-input .mb-input-clear,
.template-search_mindbreeze .mb-full-width-input .uneditable-input,
.template-search_mindbreeze .mb-full-width-input input,
.template-search_mindbreeze .mb-full-width-input input.ui-autocomplete-input,
.template-search_mindbreeze .mb-full-width-input textarea {
box-sizing: border-box;
width: 100%;
}
.template-search_mindbreeze input[type="button"],
.template-search_mindbreeze input[type="checkbox"],
.template-search_mindbreeze input[type="file"],
.template-search_mindbreeze input[type="image"],
.template-search_mindbreeze input[type="radio"],
.template-search_mindbreeze input[type="reset"],
.template-search_mindbreeze input[type="submit"] {
width: auto;
}
.template-search_mindbreeze .mb-collected a.action.collect {
color: #777;
}
.template-search_mindbreeze .mb-collected a.action.collect::after {
content: "";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
padding-left: 0.25em;
text-decoration: inherit;
}
.template-search_mindbreeze .mb-collected a.action.collect:hover {
text-decoration: none;
}
.template-search_mindbreeze .mb-saved-searches .mb-hint {
display: block;
margin-top: -1.25em;
}
.template-search_mindbreeze .mb-saved-searches .nav-pills > li > a {
margin: 0 -4px;
padding: 0 4px;
}
.template-search_mindbreeze .mb-saved-searches ul .pull-right a {
padding: 0;
}
.template-search_mindbreeze .navbar .search-field button.mb-btn-save-search {
color: #fff;
margin-right: -24px;
text-shadow: none;
}
.template-search_mindbreeze .navbar .search-field button.mb-btn-save-search i {
font-size: 0.8em;
}
.template-search_mindbreeze .mb-inplace-edit-control {
display: inline-block;
}
.template-search_mindbreeze .mb-inplace-editable {
position: relative;
}
.template-search_mindbreeze .mb-inplace-handle {
line-height: 1.5em !important;
margin-right: 0 !important;
margin-top: -0.75em !important;
padding: 0 !important;
position: absolute !important;
right: 0 !important;
top: 50% !important;
}
.template-search_mindbreeze .mb-inplace-action {
color: #222;
padding: 0 !important;
}
.template-search_mindbreeze .mb-text {
display: inline;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
margin: 0;
padding: 0;
}
.template-search_mindbreeze .mb-filters ul .pull-right {
background: inherit;
}
.template-search_mindbreeze .mb-saved-searches .nav-pills > li > a {
padding-right: 4em;
}
.template-search_mindbreeze .mb-saved-searches .nav a {
text-overflow: clip;
}
.template-search_mindbreeze .mb-saved-searches .mb-inplace-action,
.template-search_mindbreeze .mb-saved-searches .nav a:hover .mb-inplace-action {
background: #fff none repeat scroll 0 0 !important;
display: inline-block !important;
position: relative;
vertical-align: middle;
z-index: 1;
}
.template-search_mindbreeze .mb-filters .nav a:hover .mb-inplace-action {
background: inherit;
}
.template-search_mindbreeze .mb-modal-content .mb-hidden-detail {
display: none;
}
.template-search_mindbreeze .mb-touch .close {
font-size: 32px;
line-height: 22px;
}
.template-search_mindbreeze .mb-touch .alert .close {
top: -5px;
}
.template-search_mindbreeze .mb-saved-searches input.mb-inplace-edit {
box-sizing: border-box;
width: 100%;
}
.template-search_mindbreeze .mb-role[aria-multiselectable="true"] [role="tab"] {
cursor: pointer;
position: relative;
}
.template-search_mindbreeze .mb-role[aria-multiselectable="true"] [role="tab"]::after {
content: "";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
position: absolute;
right: 0;
text-decoration: inherit;
top: 0;
}
.template-search_mindbreeze .mb-role[aria-multiselectable="true"] [aria-expanded="true"][role="tab"]::after {
content: "";
}
.template-search_mindbreeze .mb-btn-full-width {
text-align: left;
width: 100%;
}
.template-search_mindbreeze .dropdown-menu li > a,
.template-search_mindbreeze .mb-filters .nav-pills a.mb-add-and {
margin: 0 !important;
}
.template-search_mindbreeze .mb-filters input,
.template-search_mindbreeze .mb-filters select {
box-sizing: border-box;
}
.template-search_mindbreeze .mb-feedbackbutton a,
.template-search_mindbreeze .mb-feedbackbutton button {
background-image: url("https://msa-extern.uni-bonn.de/apps/img/feedback.png");
border: 0 none;
bottom: 0;
box-shadow: 0 0 7px 0 #333;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.template-search_mindbreeze .mb-feedbackbutton a:hover,
.template-search_mindbreeze .mb-feedbackbutton button:hover {
box-shadow: 0 0 8px 0 #000;
}
.template-search_mindbreeze .mb-feedbackbutton,
.template-search_mindbreeze .mb-role.mb-feedbackbutton {
height: 102px;
position: fixed;
right: 0;
top: 50%;
width: 24px;
}
.template-search_mindbreeze .mb-line-item,
.template-search_mindbreeze .nav > li label.checkbox > span {
display: table;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.template-search_mindbreeze .mb-line-item button,
.template-search_mindbreeze .nav > li label.checkbox > span button {
text-align: left;
}
.template-search_mindbreeze .mb-line-item > *,
.template-search_mindbreeze .nav > li label.checkbox > span > * {
display: table-cell;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.template-search_mindbreeze .mb-line-item > .pull-left,
.template-search_mindbreeze .mb-line-item > .pull-right,
.template-search_mindbreeze .nav > li label.checkbox > span > .pull-left,
.template-search_mindbreeze .nav > li label.checkbox > span > .pull-right {
float: none;
white-space: nowrap;
width: 1%;
}
.template-search_mindbreeze .mb-flexbox .mb-line-item,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span {
display: flex;
}
.template-search_mindbreeze .mb-flexbox .mb-line-item > *,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > * {
-moz-box-flex: 1;
display: block;
flex: 1 1 0;
max-width: 100%;
}
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-left,
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-right,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-left,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-right {
flex: 0 0 auto;
width: auto;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches .nav-pills li a.mb-line-item {
border-radius: 0;
padding-left: 0;
padding-right: 0;
position: relative;
z-index: 2;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches ul .pull-right {
margin-top: 0;
top: 0.25em;
}
.template-search_mindbreeze .mb-saved-searches .mb-inplace-actions {
position: absolute;
right: 0;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches .mb-inplace-actions {
display: block;
font-size: 1.25em;
margin-top: 1px;
position: static;
text-align: center;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches .mb-inplace-actions .mb-inplace-action {
padding: 4px 8px !important;
}
.template-search_mindbreeze .mb-progress-bar {
height: 3px;
margin: auto;
position: relative;
width: 100%;
}
.template-search_mindbreeze .mb-progress-bar::before {
border-top: 4px solid #f0c70f;
content: " ";
display: block;
left: 0;
opacity: 0;
position: absolute;
width: 0;
}
.template-search_mindbreeze .mb-progress-bar.mb-fixed {
left: 0;
right: 0;
top: 0;
z-index: 9999;
}
.template-search_mindbreeze .mb-fixed {
position: fixed;
}
.template-search_mindbreeze .mb-computing .mb-progress-bar::before {
animation: 200s linear 0s normal none 1 running mb-progress;
opacity: 1;
width: 99%;
}
.template-search_mindbreeze .mb-progress .mb-computing {
position: relative;
}
.template-search_mindbreeze .mb-progress .mb-progress-bar {
height: 4px;
margin-top: -2px;
position: absolute;
top: 50%;
}
.template-search_mindbreeze .mb-hidden-radio {
display: inline-block;
position: relative;
}
.template-search_mindbreeze .mb-hidden-radio input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
height: 24px;
width: 24px;
}
.template-search_mindbreeze .mb-hidden-radio > span {
background: #fff none repeat scroll 0 0;
bottom: 0;
left: 0;
line-height: 24px;
position: absolute;
right: 0;
text-align: center;
top: 4px;
vertical-align: middle;
}
.template-search_mindbreeze .mb-hidden-radio input:checked + span {
background: #222 none repeat scroll 0 0;
color: #fff;
}
.template-search_mindbreeze .mb-body *:focus {
outline: 0 none;
}
.template-search_mindbreeze .mb-highlight-focus *:focus {
box-shadow: 0 0 0 3px #eaba06 !important;
outline: 1px dotted #222 !important;
outline-offset: -1px !important;
}
.template-search_mindbreeze .mb-highlight-focus .navbar-inverse *:focus {
outline: 1px dotted #eaba06 !important;
}
.template-search_mindbreeze .mb-highlight-focus .mb-role[role="toolbar"]:focus {
box-shadow: none !important;
outline: 0 none !important;
outline-offset: 0 !important;
}
.template-search_mindbreeze .mb-body .uneditable-input:focus,
.template-search_mindbreeze .mb-body input[type="color"]:focus,
.template-search_mindbreeze .mb-body input[type="date"]:focus,
.template-search_mindbreeze .mb-body input[type="datetime-local"]:focus,
.template-search_mindbreeze .mb-body input[type="datetime"]:focus,
.template-search_mindbreeze .mb-body input[type="email"]:focus,
.template-search_mindbreeze .mb-body input[type="month"]:focus,
.template-search_mindbreeze .mb-body input[type="number"]:focus,
.template-search_mindbreeze .mb-body input[type="password"]:focus,
.template-search_mindbreeze .mb-body input[type="search"]:focus,
.template-search_mindbreeze .mb-body input[type="tel"]:focus,
.template-search_mindbreeze .mb-body input[type="text"]:focus,
.template-search_mindbreeze .mb-body input[type="time"]:focus,
.template-search_mindbreeze .mb-body input[type="url"]:focus,
.template-search_mindbreeze .mb-body input[type="week"]:focus,
.template-search_mindbreeze .mb-body textarea:focus {
border-color: #eaba06 !important;
border-style: dotted !important;
outline: 0 none !important;
}
.template-search_mindbreeze .mb-actions,
.template-search_mindbreeze .mb-filters .nav-pills li label,
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-left,
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-right,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-left,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-right,
.template-search_mindbreeze .mb-line-item,
.template-search_mindbreeze .media-heading,
.template-search_mindbreeze .nav,
.template-search_mindbreeze .nav > li label.checkbox > span {
margin: -3px;
padding: 3px;
}
.template-search_mindbreeze .nav > li label.checkbox > span {
margin-left: 0;
}
.template-search_mindbreeze .mb-actions,
.template-search_mindbreeze .media-heading {
margin-left: 0;
margin-right: 0;
}
.template-search_mindbreeze .media-heading {
margin-top: 0;
}
.template-search_mindbreeze .mb-filters .nav-pills li label {
padding-left: 23px;
}
.template-search_mindbreeze .navbar .nav {
margin-bottom: -3px;
}
.template-search_mindbreeze .navbar .container > button {
margin-bottom: 3px;
}
.template-search_mindbreeze .mb-high-contrast .media-heading em {
font-style: italic;
}
.template-search_mindbreeze .mb-high-contrast.mb-body *:focus {
outline-width: 3px !important;
}
.template-search_mindbreeze .mb-high-contrast.mb-body .uneditable-input:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="color"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="date"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="datetime-local"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="datetime"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="email"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="month"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="number"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="password"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="search"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="tel"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="text"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="time"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="url"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="week"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body textarea:focus {
outline: medium dotted !important;
}
.template-search_mindbreeze .mb-high-contrast.mb-white-on-black .mb-feedbackbutton .mb-hide-text {
color: inherit;
overflow: visible;
text-indent: 0;
}
.template-search_mindbreeze .mb-high-contrast.mb-white-on-black .mb-feedbackbutton {
transform: rotate(270deg);
}
.template-search_mindbreeze .mb-toggle {
display: block;
}
.template-search_mindbreeze button.btn-export {
display: none;
}
.template-search_mindbreeze button[data-export-enabled="true"] {
display: inline-block;
}
.template-search_mindbreeze button[data-export-enabled="false"] {
display: none;
}
.template-search_mindbreeze .dropdownfilter {
margin-top: 10px;
position: relative;
}
.template-search_mindbreeze .dropdownfilter .caret {
position: absolute;
right: 7px;
}
.template-search_mindbreeze .dropdownfilter .dropdown-menu[aria-expanded="true"] {
box-sizing: border-box;
display: block;
padding-left: 8px;
padding-right: 10px;
position: absolute;
top: 57px;
width: 100%;
}
.template-search_mindbreeze .dropdownfilter .dropdown-toggle.full-width {
box-sizing: border-box;
overflow: hidden;
padding-right: 5px;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.template-search_mindbreeze .dropdownfilter .dropdown-menu {
max-height: 325px;
overflow-y: scroll;
}
.template-search_mindbreeze .dropdownfilter input.ui-autocomplete-input {
margin-bottom: 5px;
}


/* - ++resource++unibonn.rootobject.static/style.min.css - */
/* https://www.uni-bonn.de/portal_css/++resource++unibonn.rootobject.static/style.min.css?original=1 */
.template-search_mindbreeze .gd-result .gd-description,
.template-search_mindbreeze .gd-result .gd-title,
.template-search_mindbreeze .gd-result .gd-url,
.template-search_mindbreeze .mbi-title {
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
}
.template-search_mindbreeze .mbi-title {
font-size: 18px;
margin: 0 0 0 5px
}
.template-search_mindbreeze .mb-progress-bar:before {
border-top: 4px solid #48688E
}
.template-search_mindbreeze .gd-result {
max-width: 600px
}
.template-search_mindbreeze .gd-result em {
background-color: transparent
}
.template-search_mindbreeze .gd-result .gd-title {
font-size: 14px
}
.template-search_mindbreeze .gd-result .gd-title a,
.template-search_mindbreeze .gd-result .gd-title a:active,
.template-search_mindbreeze .gd-result .gd-title a:hover,
.template-search_mindbreeze .gd-result .gd-title a:visited {
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
color: #004191;
text-decoration: underline
}
.template-search_mindbreeze .gd-result .gd-description,
.template-search_mindbreeze .gd-result .gd-url {
font-size: 12px;
line-height: normal
}
.template-search_mindbreeze .gd-result .gd-url {
color: green
}
@media (max-width:767px) {
body.template-search_mindbreeze  {
padding: 0
}
}
.template-search_mindbreeze input.mb-query  {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
color: #444;
height: 30px;
margin-right: 10px;
width: calc(100% - 50px);
width: -moz-calc(100% - 50px);
width: -webkit-calc(100% - 50px);
padding-left: 0 !important;
padding-right: 0 !important;
padding: 4px 6px !important;
transition: all 0.2s linear 0s;
border-radius: 0em;
float: left;
}
.template-search_mindbreeze #search-content li {
background: none;
padding-left: 0;
}
.template-search_mindbreeze input[name="host"] {
display: none;
}
.template-search_mindbreeze .mb-actions, .mb-filters .nav-pills li label, .mb-flexbox .mb-line-item > .pull-left, .mb-flexbox .mb-line-item > .pull-right, .mb-flexbox .nav > li label.checkbox > span > .pull-left, .mb-flexbox .nav > li label.checkbox > span > .pull-right, .mb-line-item, .media-heading, .nav, .nav > li label.checkbox > span {
margin: 0;
}
.template-search_mindbreeze #search-content h3 {
text-transform: capitalize;
margin-bottom: 5px;
}
/* */


/* - ++resource++unibonn.courses/main.css - */
@media screen {
/* https://www.uni-bonn.de/portal_css/++resource++unibonn.courses/main.css?original=1 */
/* */
.ilink,
.archive {
font-size: 80% !important;
vertical-align: super;
}
.footnote {
font-size: 80% !important;
vertical-align: super;
}
.semester {
font-size: 70%;
font-weight: normal !important;
display: block;
}
.all_accepted,
.open_admission {
display: block;
margin-top: 5px;
}
.hint.on {
color: #999999;
}
.archive {
font-size: 70%;
font-weight: normal !important;
/* */
}
.legend {
padding: 10px 0 0 0;
}
/* */
.course-info h2 span {
padding-left: 0.25em;
}
.course-image img {
width: 100%;
height: auto;
padding: 0 0 25px 0;
}
.course-fact.text {
padding: 0 0 25px 0;
}
.before-study {
padding: 0 0 25px 0;
}
.while-study {
padding: 0 0 25px 0;
}
.after-study {
padding: 0 0 25px 0;
}
/* */
.portletItem + .portletItem {
padding-top: 10px;
}
.portlet.portletCoursePortlet.course-fact.admission .portletItem,
.portlet.portletCoursePortlet.course-fact.admission_requirements .portletItem,
.portlet.portletCoursePortlet.course-fact.language_of_instruction .portletItem,
.portlet.portletCoursePortlet.course-fact.degree .portletItem,
.portlet.portletCoursePortlet.course-fact.online-self-assessment .portletItem,
.portlet.portletCoursePortlet.course-fact.needed_semesters .portletItem,
.portlet.portletCoursePortlet.course-fact.selection .portletItem.even a,
.portlet.portletCoursePortlet.course-fact.selection .portletItem.odd .admission_restriction,
.portlet.portletCoursePortlet.course-fact.start_of_studies .portletItem,
.portlet.portletCoursePortlet.course-fact.study_model .portletItem.odd,
.portlet.portletCoursePortlet.course-fact.precourses .portletItem,
.portlet.portletGraduationPortlet.course-fact.degree .portletItem.odd {
font-weight: bold;
}
.portlet.portletCoursePortlet.course-fact.course-info-part .portletItem,
.portlet.portletGraduationPortlet.course-fact.course-info-part .portletItem,
.portlet.portletStudyPortlet.course-fact.course-info-part .portletItem {
text-align: center;
}
.portlet.course-fact h6 {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #666666;
}
.portlet.course-fact ul {
margin-bottom: 0;
}
#selection-wrapper {
display: block;
width: 80%;
background-color: #f5f5f5;
padding: 10px;
margin: 15px 10px 15px 10px;
text-align: center;
}
#selection {
display: block;
font-weight: bold;
padding: 10px 0 0 0;
color: #444444;
font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
text-decoration: none;
text-align: left;
}
/* */
#courses-results {
table-layout: fixed;
width: 100%;
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin-bottom: 20px;
}
#courses-results td {
width: 25%;
}
#courses-results th {
padding: 10px;
}
#courses-results tr.odd {
background-color: #f5f5f5;
}
#courses-results td {
padding: 10px;
}
#courses-results h6 {
font-size: 14px;
font-weight: normal;
color: #666666;
margin-bottom: 5px;
margin-top: 5px;
}
#courses-results h5 {
font-weight: bold;
margin-bottom: 5px;
}
#courses-results dt.current {
display: none;
}
#courses-results .closed,
#courses-results .open {
cursor: pointer;
}
#courses-results .closed + dd {
display: none;
}
#courses-results .result-examination_regulations dd {
margin-left: 0;
}
#courses-results .main {
font-weight: bold;
}
#courses-results .modification {
margin-left: 1em;
background: none;
}
#courses-results ul.archived {
margin-top: 10px;
}
#courses-results ul.archived .main {
margin-top: 10px;
}
td.result-title {
vertical-align: top;
}
td.result-selection span {
font-weight: bold;
}
#selection h5 {
font-weight: bold;
}
#selection h6 {
margin-bottom: 5px;
margin-top: 5px;
}
#footnotes {
counter-reset: list;
margin: 0 0 30px 0;
}
#footnotes > li {
list-style: none;
position: relative;
}
#footnotes > li:before {
counter-increment: list;
content: counter(list, decimal) ") ";
position: absolute;
left: -1.4em;
}
.selection-tables {
display: none;
position: absolute;
width: 320px;
padding: 10px;
background-color: white;
color: #444444;
border: none;
font-size: 120%;
-webkit-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
z-index: 1;
}
.selection_table tr {
border-bottom: 1px solid #ddd;
background-color: white;
}
.selection_table tr:last-child {
border-bottom: none;
}
.selection_table tr.current {
background-color: #f5f5f5;
border: 1px solid #004291;
}
.selection_table tr.current td.semester {
font-weight: bold;
}
.selection_table td {
padding: 10px;
vertical-align: middle;
}
.selection_table td span {
font-weight: bold;
}
.selection_table h6.grade {
margin-top: 0 !important;
}
.selection_table .semester {
font-size: 100%;
}
#courses-results .selection_table td {
width: 50%;
}
#courses-results .result-precourses dl {
margin-bottom: 0;
}
/* */
#cousessearchform {
float: left;
width: 100%;
}
.course-searchform-column {
margin-bottom: 20px;
float: left;
}
.course-searchform-column.title,
.course-searchform-column.title input {
width: 100%;
}
.course-searchform-column.studycourses_basic,
.course-searchform-column.studycourses_further {
padding-top: 0px;
}
.course-searchform-column.initial_letter .widget .bracket {
display: none;
}
.course-searchform-column.initial_letter .widget {
font-size: 90%;
color: #bbb;
}
.course-searchform-column.initial_letter .widget a {
}
.course-searchform-column.initial_letter a.checked {
font-weight: bold;
color: #444;
cursor: default;
}
.course-searchform-column.initial_letter a.checked:hover {
text-decoration: none;
}
.course-searchform-column.initial_letter a.checked::before {
content: "[";
}
.course-searchform-column.initial_letter a.checked::after {
content: "]";
}
.course-searchform-column.international_orientation {
clear: left;
}
#cousessearchform input[type="radio"] {
float: left;
clear: left;
height: 16px;
margin: 2px;
}
#cousessearchform input[type="radio"] + label {
float: left;
}
.template-course_search #parent-fieldname-text,
.template-course_search_precourses #parent-fieldname-text {
margin-bottom: 20px;
}
.template-course_search .formControls,
.template-course_search_precourses .formControls {
margin-bottom: 20px;
float: right;
}
.template-course_search .formControls .submit-form,
.template-course_search_precourses .formControls .submit-form {
/* */
width: 0px !important;
padding: 0px !important;
margin: 0px !important;
overflow: hidden;
border: none !important;
}
/* */
.overlay #admission_requirements_full {
min-height: 200px;
}
/* */
.template-course_view #close,
.template-graduation_view #close,
.template-study_view #close {
width: 100%;
text-align: right;
display: block;
margin-top: 10px;
padding: 2px 10px 5px 0;
background-color: #f5f5f5;
}
/* */
.template-course_admission #parent-fieldname-text {
margin-bottom: 30px;
}
#wizard {
hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
}
#wizard form {
float: none;
clear: both;
}
#wizard label {
margin-bottom: 10px;
line-height: 25px;
float: none;
cursor: pointer;
}
#wizard input[type="radio"] {
float: left;
width: 16px;
font-size: 14px;
vertical-align: middle;
text-align: center;
height: 25px;
margin: 0 9px 1px 0;
cursor: pointer;
background: none;
}
#wizard input[type="text"] {
width: 100%;
}
#wizard .control {
float: right;
padding: 20px 0 20px 0;
}
#wizard .control a {
color: #444;
padding-left: 10px;
}
#wizard .control a.inactive {
cursor: default;
}
#wizard div.conditional {
display: none;
}
#wizard div.conditional label + p {
clear: left;
margin: 0 0 0 25px;
}
#wizard div.current {
display: block;
}
#wizard .steps h2 {
color: #444444;
font-weight: bold;
padding: 0 15px;
line-height: 40px;
font-size: 14px;
height: 40px;
margin: 0;
text-align: center;
}
#wizard .steps h2 i.fa {
min-width: 20px;
}
#wizard .steps h2.current {
color: white;
background-color: #969696;
}
#wizard .steps h2.inactive,
#wizard .control a.inactive {
color: #969696;
}
#wizard .steps h2.skipped {
color: #eeeeee;
}
#wizard .tcontent {
display: none;
position: absolute;
display: none;
position: absolute;
width: 200px;
padding: 10px;
background-color: white;
color: #444444;
border: none;
font-size: 120%;
-webkit-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
z-index: 1;
font-weight: normal;
font-size: 100%;
text-align: left;
line-height: 1.5em;
}
.template-course_admission .ui-autocomplete {
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}
.template-course_admission .ui-autocomplete li {
background: none;
}
@media only screen and (max-width: 767px) {
.steps {
padding-bottom: 10px;
}
.fifth {
width: calc(20vw - 10px);
float: left;
padding: 0;
text-align: center;
}
#wizard .fifth h2 {
padding: 0;
}
#wizard .fifth:first-child {
margin-left: 25px;
}
}
@media only screen and (min-width: 768px) {
#wizard .questions {
padding-left: 0;
}
}

}


/* - ploneCustom.css - */
@media all {
/* https://www.uni-bonn.de/portal_css/ploneCustom.css?original=1 */
/* */
/* */
#portal-logo-200 {
margin-left: 10px;
float: left;
}
/* */
/* */

}

