.fieldPreview {
    background: #eee;
    padding: 1em 1em 1px 1em;
    margin: 0.5em 0;
    -moz-border-radius: 0.5em;
    position: relative;
    border: solid 2px #ccc;
}

.fieldFromBehavior {
    border: dashed 2px #ccc;
}

.fieldFromBehavior .disabled-field-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #fff;
    opacity: 0.6;
}

.fieldLabel {
    background: #ddd;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -moz-border-radius-bottomright: 0.5em;
    margin: -1em -1em 0.5em -1em;
    padding: 0.5em;
    position: relative;
    z-index: 3;
}

.fieldFromBehavior .fieldLabel {
    outline-width-top: 0;
    outline-left: none;
}

.fieldControls {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 10;
}

#content #form fieldset {
    width: 100%;
    border-top: none;
}

#content #form legend {
    display: none;
}

.contenttype-easyform.contenttype-easyform::before {
    font-family: 'Glyphicons Halflings';
    content: '\e028';
    top: 2px;
}

.icon-easyform-view.toolbar-menu-icon::before {
    content: '\e807';
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}ul.dt-button-collection.dropdown-menu{display:block;z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}ul.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}ul.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}ul.dt-button-collection.dropdown-menu>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.dropdown-menu.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.dropdown-menu.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.dropdown-menu.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}

table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#337ab7;z-index:201}

table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #337ab7;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}

table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#0088cc}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#0084c7}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#0083c4}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#0085c7}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#0080c0}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#0081c2}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#0082c4}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#0085c7}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#0086c9}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#0087cb}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#0080c0}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#0085c7}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#007cbb}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#007dbc}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#007fbf}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#007cbb}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable tbody tr.selected,table.dataTable tbody th.selected,table.dataTable tbody td.selected{color:white}table.dataTable tbody tr.selected a,table.dataTable tbody th.selected a,table.dataTable tbody td.selected a{color:#a2d4ed}

table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}

table.DTFC_Cloned tr{background-color:white;margin-bottom:0}div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{border-bottom:none !important;margin-bottom:0 !important;background-color:white}div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:none;margin:0 !important}div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after{display:none}div.DTFC_LeftBodyWrapper table tbody tr:first-child th,div.DTFC_LeftBodyWrapper table tbody tr:first-child td,div.DTFC_RightBodyWrapper table tbody tr:first-child th,div.DTFC_RightBodyWrapper table tbody tr:first-child td{border-top:none}div.DTFC_LeftFootWrapper table,div.DTFC_RightFootWrapper table{border-top:none;margin-top:0 !important;background-color:white}div.DTFC_Blocker{background-color:white}




/* Resource: ++plone++unikold.policybuilder/policybuilder.css */
div.collapse{display:none}div.collapse.in{display:block}div.text-block{margin-left:60px}


/* Could not find resource: ++plone++unikold.vvv/vvv.css */



/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	border:1px solid #ccc;
	padding:4px;
	text-align:center;
	-moz-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	z-index:1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(++plone++static/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(++plone++static/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}


div.overlay {
    width: auto;
    height: auto;
    /* initially overlay is hidden */
    display: none;
    /* some padding to layout nested elements nicely  */
    margin: 1em;
}

div.overlay-iframe,
div.overlay-ajax {
    width: 60%;
    min-height: 100px;
    z-index: 99; /* overlays should be above everything */
}

div.overlay-iframe {
    height: 60%;
}

/* default close button positioned on upper-left corner */
div.overlaybg div.close,
div.overlay div.close {
    background-image: url(++plone++static/pb_close.png);
    position: absolute;
    left: -14px;
    top: -14px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.pb-ajax {
    overflow-y: auto;
}

.pb-ajax, .pb-image {
    background-color: #fff;
    border: 1px solid #999;
    white-space: normal;
    box-shadow: 0 0 3em 0.5em #666;
    -moz-box-shadow: 0 0 3em 0.5em #666;
    -webkit-box-shadow: 0 0 3em #666;
}

.pb-ajax > div {
    width: 92%;
    padding: 1em;
}

.pb-ajax .documentActions {display:none}

div.overlay div.close span {
    display: block;
    height: 1px;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}

div.overlay textarea { width: 100%; }

/* Hide form elements that don't make sense within an overlay. */
div.overlay .link-parent { display: none; }
div.overlay #createGroup legend { display: none; }
div.overlay #createGroup fieldset { border: none; }

/* lets play nice with paragraphs, links, tabbed pages in overlay e.g. when plone.openid is installed */
div.overlay p {
    margin-bottom: 1em;
}
div.overlay label {
    margin-bottom: 0.25em;
}
div.overlay a:hover {
    color: #75ad0a;
}
div.overlay a.selected {
    color: #000000;
}
div.overlay .formTab {
    margin-right:1em;
    font-weight: bold;
}
div.overlay .formTab.lastFormTab {
    margin-right:0em;
}
div.overlay .formControls a { 
    display: block;
    margin: 0.75em;
}

/* line 1, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform {
  padding: 1em;
  background-color: white;
  box-shadow: 0 0 3em 0.5em #666;
  line-height: 2;
  -moz-box-shadow: 0 0 3em 0.5em #666;
  -webkit-box-shadow: 0 0 3em #666;
}
/* line 10, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform h1 {
  color: #888888;
  border-bottom: 1px solid #DDDDDD;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 5px;
}
/* line 20, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform form {
  margin-bottom: 0;
}
/* line 24, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform .rifield {
  clear: both;
}
/* line 28, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform .rifield .field {
  float: left;
  clear: none;
}
/* line 33, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform .label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
  width: 130px;
}
/* line 42, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform #rirtemplate {
  margin-top: 6px;
}
/* line 46, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div#riformfields {
  min-height: 11em;
  min-width: 25em;
}
/* line 51, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform #rirangeoptions input,
div.riform #rimonthlyoptions input,
div.riform #riyearlyoptions input {
  margin: 0;
}
/* line 57, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform #riweeklyweekdays .riweeklyweekday input {
  display: block;
  margin: 8px auto 0;
}
/* line 61, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform #riweeklyweekdays .riweeklyweekday label {
  display: block;
}
/* line 65, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform #riweeklyweekdays .riweeklyweekday {
  margin-right: 15px;
  float: left;
}
/* line 70, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform input.ricancelbutton {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABHVBMVEUAAAAAAAADAwMEBAQFBQUGBgYJCQkKCgoPDw8RERETExMWFhYbGxscHBwfHx8iIiIlJSUoKCgsLCwyMjI1NTU4ODg7OztDQ0NGRkZKSkpLS0tNTU1XV1ddXV1gYGBjY2NkZGRmZmZoaGhsbGxvb291dXV7e3t+fn6BgYGCgoKFhYWLi4uMjIyNjY2Ojo6QkJCTk5OVlZWWlpaXl5eZmZmdnZ2fn5+qqqqurq6vr6+ysrKzs7O5ubnCwsLFxcXHx8fJycnLy8vMzMzR0dHV1dXY2Nja2trc3Nzd3d3f39/g4ODh4eHk5OTl5eXo6Ojr6+vs7Ozt7e3u7u7x8fHy8vLz8/P19fX29vb39/f4+Pj6+vr7+/v8/Pz9/f3////kwcJJAAAAAXRSTlMAQObYZgAAAThJREFUKBXNwWdb2gAYhtH3CVbQFisVlOLWVlHcdeBedXSQqoiR4f3/f4YJF8Gg9psfPMfezL8avvqNvaaCz/2Nr2wvPFBbz8qXXrynZs/AXp9aUidgHRpsOmpz5sEibthzFLVGxZ5wl5Q0MCjfx/G49KGEtf1iRdIXyEufS6xLmuTKQh4ZSX0e5PtLUJDU28BC3CqQ8+AWio58p1iIczXlqkDRUWCHH9bCTzWlroA5NW2zai1cK5ByoQF5BY74bi01kpISLhSHPZiW5JSx0CXfJGWg6CjnsSUpi2uhJdy4pMlpR1I6n5S0z661lSiowxgVezIBY4oYrLNqEWswq7bRKgcW1bMCZyNxBbKHcCDrkJj6C9XTjY3jMlwvyJ6Ja/mCpj+bXbKXupUYmpn5+kmy/4jFFLP34hGuw0GxTwkuWgAAAABJRU5ErkJggg==);
  background-color: transparent;
  font-size: 0;
  /* For IE8 */
  color: transparent;
  border: none;
  position: absolute;
  left: -14px;
  top: -14px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
/* line 85, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrencesactions .riaddoccurrence #adddate {
  width: 75%;
}
/* line 89, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrencesactions .rioccurancesheader {
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.5;
  clear: both;
  margin-top: 30px;
}
/* line 96, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrencesactions .rioccurancesheader h2 {
  color: #888888;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 5px 5px;
}
/* line 105, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences div.batching {
  font-size: 70%;
  text-align: center;
}
/* line 110, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences span.current {
  font-weight: bold;
}
/* line 114, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.riform span.action a {
  height: 19px;
  width: 19px;
  overflow: hidden;
  float: right;
  text-indent: 9999px;
}
/* line 122, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences .occurrence {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/* line 127, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences .occurrence:hover {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
/* line 132, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences .occurrence.start span.rlabel,
div.rioccurrences .occurrence.rdate span.rlabel {
  color: #9CBA9B;
  margin: 0 5px;
  font-size: 70%;
  font-weight: bold;
}
/* line 140, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences .occurrence.exdate {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 145, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.ridisplay .occurrence.exdate {
  display: none;
}
/* line 149, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.ridisplay label.ridisplay {
  font-weight: 300;
}
/* line 153, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.ridisplay .rimain a {
  margin-right: 0.5em;
}
/* line 157, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences .occurrence.rdate {
  background: #FFFFE0;
}
/* line 161, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences div.occurrence {
  margin-left: 5px;
}
/* line 165, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences a.rrule,
div.rioccurrences a.rdate,
div.rioccurrences a.exdate {
  color: transparent;
  margin-top: 6px;
  margin-right: 5px;
}
/* line 174, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences a.rrule,
div.rioccurrences a.rdate {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAdVBMVEUAAAAAAAACAgIHBwcICAgODg4PDw8QEBASEhIXFxcbGxsdHR0fHx8gICAnJyc2NjY3Nzc4ODg5OTk+Pj5ERERISEhJSUlSUlJYWFhqampvb2/Hx8fPz8/R0dHn5+fs7Ozv7+/x8fHy8vL39/f9/f3+/v7///8jaUCMAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAOkAAADpAVSSFEsAAAB9SURBVBjTY2BQQwcMDGqyYuxsCMAuJqvGoCbCiApEgGIsECaTEBOEwQIUYwbSbAKCUmqSggKsQDYzVEwGarw0kpiwKlhIhR9JjEVNXFlMWUKNEUWMU4FZgYfGYrxKHEp8KGJM8opqQCgHEwP7l1sUBLhg/sUWLljCD0s4AwBmjBYPljOv7QAAAABJRU5ErkJggg==);
}
/* line 180, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrences a.exdate {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAnFBMVEUCodIAAAABAQEVAAAHBwcICAgKCgoPDw8QEBBTAABVAABZAABaAAAXFxdcBwdhCgodHR2TAAAhISFlDw9nDw8vLy8wMDAxMTH4AAD5AQH6AgL+Bgb/BweDKipBQUFERERJSUlQUFBXV1daWlpmZmb0nZ31nZ36o6P/pqb/qanNzc3R0dHp6ens7Ozt7e3v7+/y8vL39/f8/Pz////TudgfAAAAAXRSTlMAQObYZgAAAKFJREFUGFdt0FsXQkAUhuHZIYfIITTVFJVEiNr//781xoUJ79Ws52KvNR8hOI0QrFJDHzPSCgkmoIBcwk0D3+LP1X41mMZNBZNuozjDLI7W3FRhYJ/K4fxrNDgzgd+LZFAcn7fPHUE2DJnbOhNzcprPrHVZODP9cShm1u7Y5s+8zum8ktqS1Q2+saktagrTeguufQFYvvhvAnKK2GVhv4WdfzaPHhGyo11gAAAAAElFTkSuQmCC);
}
/* line 185, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.rioccurrencesactions a.rirefreshbutton {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAA1VBMVEWbLGwAAAABAQECAgIFBQUGBgYHBwcICAgJCQkKCgoWFhYZGRkaGhoeHh4fHx8gICAkJCQmJiYoKCgrKyssLCwxMTE3Nzc4ODg5OTk+Pj5DQ0NHR0dISEhRUVFUVFRWVlZXV1ddXV1fX19gYGBkZGRoaGhwcHBxcXF6enp/f3+BgYGDg4OEhISJiYmNjY2VlZWampqnp6eoqKirq6uurq62trbCwsLDw8PFxcXIyMjNzc3V1dXW1tbZ2dnb29vv7+/19fX39/f4+Pj6+vr7+/v8/Pz///9okOBsAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAOkAAADpAVSSFEsAAADYSURBVBjTZdBrk8EwFAbghEprFaulxN2y2HVZ6n5tWX3//0+ScIwZ3g/JmWcmOTlhDK9hDBtpCiEqqYTQMeUGDJLrtBcxfo9UJnSRnKCfbyV1KchKRyDq4Fh6mhchxF8hQOQ9zDpg1V0a3F7hYJE1EdjlD3XMDtAkG8Gnnj5GZDMMyYaYkQ0wJ5tjQFbDyVFgec4JNTJji73LY/7vHlvj8T43xLn4gwtC9zlHbo2vf2CdozlMfXlcfvYwjuvSVFalnnz6fduqynaNbEYn7dTVmm3s9Ke+/fMVeXMr/BRXPaEAAAAASUVORK5CYII=);
  color: transparent;
  margin-top: 4px;
  margin-right: 5px;
}
/* line 193, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div#messagearea,
div.errorarea {
  display: none;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 2px 10px;
}
/* line 202, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div#calroot {
  z-index: 10000;
}
/* line 206, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.ributtons .risavebutton {
  display: block;
  margin: 30px auto 0;
}
/* line 212, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
#calnext,
#calprev {
  background-image: url(data:image/gif;base64,R0lGODlhDgAOAOZsAPb29vv7+/f39/Ly8vr6+vn5+QCFzfz8/PDw8PPz8wCEzQODzACHzwCFzgCBzCKb1fL7/fHx8aXZ7+r4/F295LXg8pTR6wKCzA2L0J3V7ZnW7T234gaS05bV7v3+/ofN65Tb8JfX7/n+/pff8uv6/YXN60C748/s9wCIz9ry+gKHzgOIzs7r9gF+yx+Z1QKEzSKg2AGP0mG54uf2++b4/AyP0QGCzGG844bN62m95Gm/5Fm95AeQ0vf8/bzl9ACAyxma1rbi9DKm2////weGzpfW7Mvp9QyO0J/Y7qrc8AiJz9jy+mK949Tv+QCDzHLA5geIzgCDzcfr9gqM0Mzv+ACQ0g2Q0sLn9XbM6y+p3L/s96LY706w3sbo9PX19ZXT7PD7/Tis3gyQ0g+R0v7+/gCGzgCHzvj4+ACCzPT09O/v7wCJz+7u7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAGwALAAAAAAOAA4AAAe0gGyCamlnBAQCCYKLbAMHTVgbJh00BWqLA2QlMQpoCxdAQQGXagc4CmZlRxIWC1ZXZ2xpVBwGZTVIZBlKDllgCAUfaAxTGkNfUAxraydpATloK0VkW0Rmyw1JAAFPDio6EEYuUcsGFQBnIQZmNkwiLA9lZlUpCQMkME4oLzceXRg/KPS4VMDHGDRl0Mjg0kLIDC+DCEgJw2NNAzE7JghgpEYAGS0gRiw5kIbRogjozqRBwCgQADs=);
}
/* line 216, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
#calnext {
  background-image: url(data:image/gif;base64,R0lGODlhDgAOAOZsAPb29vv7+/f39/Ly8vr6+vn5+QCFzfz8/PDw8PPz8wCEzQODzACHzwCFzgCBzCKb1fL7/fHx8aXZ7+r4/F295LXg8pTR6wKCzA2L0J3V7ZnW7T234gaS05bV7v3+/ofN65Tb8JfX7/n+/pff8uv6/YXN60C748/s9wCIz9ry+gKHzgOIzs7r9gF+yx+Z1QKEzSKg2AGP0mG54uf2++b4/AyP0QGCzGG844bN62m95Gm/5Fm95AeQ0vf8/bzl9ACAyxma1rbi9DKm2////weGzpfW7Mvp9QyO0J/Y7qrc8AiJz9jy+mK949Tv+QCDzHLA5geIzgCDzcfr9gqM0Mzv+ACQ0g2Q0sLn9XbM6y+p3L/s96LY706w3sbo9PX19ZXT7PD7/Tis3gyQ0g+R0v7+/gCGzgCHzvj4+ACCzPT09O/v7wCJz+7u7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAGwALAAAAAAOAA4AAAe2gGyCbAhpZ2cAEYOLaQdLIyBaZAJqiwITO2INazxhUgSVbF4zQi1cMmhlaGM+BWxqPRQ/GF0eNy8oTjAkAwkpVWZlDywiTDZmBiGIFQZra1EuRhA6Kg5PAQBJm2tmRFtkRStoOQFpJ84MUF9DGlMMaB8FCGBZDkoZZEg1ZQYcVGlszlyxssCChCNlzCjAcaCSmgBBgFxYgEZBjBJkBgxSU4BGBxMbsDQ5oHERmwQCCBA4kyYUm0AAOw==);
}
/* line 219, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
div.overlaybg div.close,
div.overlay div.close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABHVBMVEUAAAAAAAADAwMEBAQFBQUGBgYJCQkKCgoPDw8RERETExMWFhYbGxscHBwfHx8iIiIlJSUoKCgsLCwyMjI1NTU4ODg7OztDQ0NGRkZKSkpLS0tNTU1XV1ddXV1gYGBjY2NkZGRmZmZoaGhsbGxvb291dXV7e3t+fn6BgYGCgoKFhYWLi4uMjIyNjY2Ojo6QkJCTk5OVlZWWlpaXl5eZmZmdnZ2fn5+qqqqurq6vr6+ysrKzs7O5ubnCwsLFxcXHx8fJycnLy8vMzMzR0dHV1dXY2Nja2trc3Nzd3d3f39/g4ODh4eHk5OTl5eXo6Ojr6+vs7Ozt7e3u7u7x8fHy8vLz8/P19fX29vb39/f4+Pj6+vr7+/v8/Pz9/f3////kwcJJAAAAAXRSTlMAQObYZgAAAThJREFUKBXNwWdb2gAYhtH3CVbQFisVlOLWVlHcdeBedXSQqoiR4f3/f4YJF8Gg9psfPMfezL8avvqNvaaCz/2Nr2wvPFBbz8qXXrynZs/AXp9aUidgHRpsOmpz5sEibthzFLVGxZ5wl5Q0MCjfx/G49KGEtf1iRdIXyEufS6xLmuTKQh4ZSX0e5PtLUJDU28BC3CqQ8+AWio58p1iIczXlqkDRUWCHH9bCTzWlroA5NW2zai1cK5ByoQF5BY74bi01kpISLhSHPZiW5JSx0CXfJGWg6CjnsSUpi2uhJdy4pMlpR1I6n5S0z661lSiowxgVezIBY4oYrLNqEWswq7bRKgcW1bMCZyNxBbKHcCDrkJj6C9XTjY3jMlwvyJ6Ja/mCpj+bXbKXupUYmpn5+kmy/4jFFLP34hGuw0GxTwkuWgAAAABJRU5ErkJggg==);
}
/* line 224, https://www.uni-koblenz.de/Service/++plone++static/components//jquery.recurrenceinput.js/src/jquery.recurrenceinput.css */
#calroot {
  width: auto;
}
/* line 6, https://www.uni-koblenz.de/Service/++resource++mockup/recurrence/pattern.recurrence.less */
div.riform #rirtemplate select {
  width: auto;
}
/* ui helper less rules */
/* line 32, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.modal.pattern-relateditems-container .fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 73, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.modal-backdrop.pattern-relateditems-container .fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 110, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.modal-footer .pattern-relateditems-container .btn + .pattern-relateditems-container .btn,
.modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.modal-footer .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.modal-footer .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 115, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.modal-footer .btn-group .pattern-relateditems-container .btn + .pattern-relateditems-container .btn,
.modal-footer .pattern-relateditems-container .btn-group .btn + .btn,
.modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.modal-footer .btn-group .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.modal-footer .btn-group .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* buttons */
/* line 11, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 34, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:active,
.plone-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn.disabled,
.plone-btn[disabled],
fieldset[disabled] .plone-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 12, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 13, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 14, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-sm {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 16, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:focus,
.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-primary,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-primary:hover,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-primary:focus,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-primary.focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-primary:hover,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-primary:focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 17, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:focus,
.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-warning,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-warning:hover,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-warning:focus,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-warning.focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-warning:hover,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-warning:focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 18, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:focus,
.plone-btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-default,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-default:hover,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-default:focus,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-default.focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-default:hover,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-default:focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 19, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:focus,
.plone-btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-success,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-success:hover,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-success:focus,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-success.focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-success:hover,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-success:focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 20, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:focus,
.plone-btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-info,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-info:hover,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-info:focus,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-info.focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-info:hover,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-info:focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 21, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:focus,
.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-danger,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-danger:hover,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-danger:focus,
.open > .pattern-relateditems-container .dropdown-toggle.plone-btn-danger.focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-danger:hover,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-danger:focus,
.pattern-relateditems-container .open > .dropdown-toggle.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 22, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
/* line 101, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:active,
.plone-btn-link.active,
.plone-btn-link[disabled],
fieldset[disabled] .plone-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:hover,
.plone-btn-link:focus,
.plone-btn-link:active {
  border-color: transparent;
}
/* line 115, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link:hover,
.plone-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 25, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-group .plone-btn + .plone-btn,
.plone-btn-group .plone-btn + .plone-btn-group,
.plone-btn-group .plone-btn-group + .plone-btn,
.plone-btn-group .plone-btn-group + .plone-btn-group {
  margin-left: -1px;
}
/* line 33, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-btn-block {
  display: block;
  width: 100%;
}
/* line 35, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/close.less */
.plone-close:hover,
.plone-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* line 29, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/close.less */
button.plone-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/* modals */
/* line 39, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.fade .modal-dialog,
.plone-modal.pattern-relateditems-container .fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 40, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 41, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 42, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-modal-body {
  position: relative;
  padding: 15px;
}
/* line 43, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 110, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn + .btn,
.plone-modal-footer .pattern-relateditems-container .btn + .pattern-relateditems-container .btn,
.plone-modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.plone-modal-footer .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.plone-modal-footer .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 115, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-group .btn + .btn,
.plone-modal-footer .btn-group .pattern-relateditems-container .btn + .pattern-relateditems-container .btn,
.plone-modal-footer .pattern-relateditems-container .btn-group .btn + .btn,
.plone-modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.plone-modal-footer .btn-group .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.plone-modal-footer .btn-group .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 119, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 44, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.fade,
.plone-modal-backdrop.pattern-relateditems-container .fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 74, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* progress */
/* line 48, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 49, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 50, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.plone-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* rotate transforms */
/* line 53, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.rright {
  /* right-rotate by 90° */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* iOS, Android */
  transform: rotate(90deg);
}
/* line 59, https://www.uni-koblenz.de/Service/++resource++mockupless//base.less */
.rleft {
  /* left-rotate by 90° */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* iOS, Android */
  transform: rotate(-90deg);
}
/* line 7, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 18, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* line 19, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 23, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 27, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 31, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 37, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.top .tooltip-arrow,
.tooltip.top .mockup-tooltip .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 44, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.top-left .tooltip-arrow,
.tooltip.top-left .mockup-tooltip .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 51, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.top-right .tooltip-arrow,
.tooltip.top-right .mockup-tooltip .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 58, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.right .tooltip-arrow,
.tooltip.right .mockup-tooltip .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
/* line 65, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.left .tooltip-arrow,
.tooltip.left .mockup-tooltip .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
/* line 72, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.bottom .tooltip-arrow,
.tooltip.bottom .mockup-tooltip .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 79, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-left .mockup-tooltip .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 86, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip.tooltip.bottom-right .tooltip-arrow,
.tooltip.bottom-right .mockup-tooltip .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 96, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
/* line 106, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/tooltip.less */
.mockup-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* loading icon animation */
/* line 6, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
.plone-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: calc(50% - 2.5em);
}
/* line 12, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
.plone-loader div {
  margin: -6em auto;
  font-size: 5px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(39, 33, 33, 0.2);
  border-right: 1.1em solid rgba(218, 211, 211, 0.2);
  border-bottom: 1.1em solid rgba(218, 211, 211, 0.2);
  border-left: 1.1em solid rgba(218, 211, 211, 0.2);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
/* line 26, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
.plone-loader div,
.plone-loader div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  /* line 33, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 37, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  /* line 43, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 47, https://www.uni-koblenz.de/Service/++resource++mockupless//ui.less */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 14, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/clearfix.less */
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.plone-modal-header:before,
.plone-modal-header:after,
.plone-modal-footer:before,
.plone-modal-footer:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .pattern-relateditems-container .btn-group:before,
.btn-group-vertical > .pattern-relateditems-container .btn-group:after {
  display: table;
  content: " ";
}
/* line 19, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/clearfix.less */
.modal-header:after,
.modal-footer:after,
.plone-modal-header:after,
.plone-modal-footer:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .pattern-relateditems-container .btn-group:after {
  clear: both;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn,
.pattern-pickadate-wrapper .btn,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 28, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn:focus,
.pattern-relateditems-container .btn:active:focus,
.pattern-relateditems-container .btn.active:focus,
.pattern-relateditems-container .btn.focus,
.pattern-relateditems-container .btn:active.focus,
.pattern-relateditems-container .btn.active.focus,
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn:active:focus,
.pattern-pickadate-wrapper .btn.active:focus,
.pattern-pickadate-wrapper .btn.focus,
.pattern-pickadate-wrapper .btn:active.focus,
.pattern-pickadate-wrapper .btn.active.focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn:focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn:active:focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn.active:focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn.focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn:active.focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn.active.focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn:focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn:active:focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn.active:focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn.focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn:active.focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 34, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn:hover,
.pattern-relateditems-container .btn:focus,
.pattern-relateditems-container .btn.focus,
.pattern-pickadate-wrapper .btn:hover,
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn.focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn:hover,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn:focus,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn.focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn:hover,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn:focus,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn:active,
.pattern-relateditems-container .btn.active,
.pattern-pickadate-wrapper .btn:active,
.pattern-pickadate-wrapper .btn.active,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn:active,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn.active,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn:active,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn.disabled,
.pattern-relateditems-container .btn[disabled],
fieldset[disabled] .pattern-relateditems-container .btn,
.pattern-pickadate-wrapper .btn.disabled,
.pattern-pickadate-wrapper .btn[disabled],
fieldset[disabled] .pattern-pickadate-wrapper .btn,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn.disabled,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn[disabled],
fieldset[disabled] .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn.disabled,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn[disabled],
fieldset[disabled] .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 57, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
a.pattern-relateditems-container .btn.disabled,
fieldset[disabled] a.pattern-relateditems-container .btn,
a.pattern-pickadate-wrapper .btn.disabled,
fieldset[disabled] a.pattern-pickadate-wrapper .btn,
a.pattern-pickadate-wrapper .pattern-relateditems-container .btn.disabled,
fieldset[disabled] a.pattern-pickadate-wrapper .pattern-relateditems-container .btn,
a.pattern-relateditems-container .pattern-pickadate-wrapper .btn.disabled,
fieldset[disabled] a.pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  pointer-events: none;
}
/* line 68, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-default:focus,
.pattern-relateditems-container .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-default:active,
.pattern-relateditems-container .btn-default.active,
.open > .dropdown-toggle.pattern-relateditems-container .btn-default,
.open > .pattern-relateditems-container .dropdown-toggle.btn-default,
.pattern-relateditems-container .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-default:active:hover,
.pattern-relateditems-container .btn-default.active:hover,
.open > .dropdown-toggle.pattern-relateditems-container .btn-default:hover,
.pattern-relateditems-container .btn-default:active:focus,
.pattern-relateditems-container .btn-default.active:focus,
.open > .dropdown-toggle.pattern-relateditems-container .btn-default:focus,
.pattern-relateditems-container .btn-default:active.focus,
.pattern-relateditems-container .btn-default.active.focus,
.open > .dropdown-toggle.pattern-relateditems-container .btn-default.focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-default:hover,
.open > .pattern-relateditems-container .dropdown-toggle.btn-default:focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-default.focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-default:hover,
.pattern-relateditems-container .open > .dropdown-toggle.btn-default:focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-default.disabled:hover,
.pattern-relateditems-container .btn-default[disabled]:hover,
fieldset[disabled] .pattern-relateditems-container .btn-default:hover,
.pattern-relateditems-container .btn-default.disabled:focus,
.pattern-relateditems-container .btn-default[disabled]:focus,
fieldset[disabled] .pattern-relateditems-container .btn-default:focus,
.pattern-relateditems-container .btn-default.disabled.focus,
.pattern-relateditems-container .btn-default[disabled].focus,
fieldset[disabled] .pattern-relateditems-container .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 71, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-relateditems-container .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-primary:focus,
.pattern-relateditems-container .btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-primary:active,
.pattern-relateditems-container .btn-primary.active,
.open > .dropdown-toggle.pattern-relateditems-container .btn-primary,
.open > .pattern-relateditems-container .dropdown-toggle.btn-primary,
.pattern-relateditems-container .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-primary:active:hover,
.pattern-relateditems-container .btn-primary.active:hover,
.open > .dropdown-toggle.pattern-relateditems-container .btn-primary:hover,
.pattern-relateditems-container .btn-primary:active:focus,
.pattern-relateditems-container .btn-primary.active:focus,
.open > .dropdown-toggle.pattern-relateditems-container .btn-primary:focus,
.pattern-relateditems-container .btn-primary:active.focus,
.pattern-relateditems-container .btn-primary.active.focus,
.open > .dropdown-toggle.pattern-relateditems-container .btn-primary.focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-primary:hover,
.open > .pattern-relateditems-container .dropdown-toggle.btn-primary:focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-primary.focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-primary:hover,
.pattern-relateditems-container .open > .dropdown-toggle.btn-primary:focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-primary.disabled:hover,
.pattern-relateditems-container .btn-primary[disabled]:hover,
fieldset[disabled] .pattern-relateditems-container .btn-primary:hover,
.pattern-relateditems-container .btn-primary.disabled:focus,
.pattern-relateditems-container .btn-primary[disabled]:focus,
fieldset[disabled] .pattern-relateditems-container .btn-primary:focus,
.pattern-relateditems-container .btn-primary.disabled.focus,
.pattern-relateditems-container .btn-primary[disabled].focus,
fieldset[disabled] .pattern-relateditems-container .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-relateditems-container .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-success,
.pattern-relateditems-container .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-success:hover,
.open > .pattern-relateditems-container .dropdown-toggle.btn-success:focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-success.focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-success:hover,
.pattern-relateditems-container .open > .dropdown-toggle.btn-success:focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 79, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-info,
.pattern-relateditems-container .open > .dropdown-toggle.btn-info,
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-info:hover,
.open > .pattern-relateditems-container .dropdown-toggle.btn-info:focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-info.focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-info:hover,
.pattern-relateditems-container .open > .dropdown-toggle.btn-info:focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-info.focus,
.pattern-pickadate-wrapper .btn-info:active:hover,
.pattern-pickadate-wrapper .btn-info.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info:active:focus,
.pattern-pickadate-wrapper .btn-info.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info:active.focus,
.pattern-pickadate-wrapper .btn-info.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-info.disabled:hover,
.pattern-pickadate-wrapper .btn-info[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info.disabled:focus,
.pattern-pickadate-wrapper .btn-info[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.disabled.focus,
.pattern-pickadate-wrapper .btn-info[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-warning,
.pattern-relateditems-container .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-warning:hover,
.open > .pattern-relateditems-container .dropdown-toggle.btn-warning:focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-warning.focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-warning:hover,
.pattern-relateditems-container .open > .dropdown-toggle.btn-warning:focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 87, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-danger,
.pattern-relateditems-container .open > .dropdown-toggle.btn-danger,
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.open > .pattern-relateditems-container .dropdown-toggle.btn-danger:hover,
.open > .pattern-relateditems-container .dropdown-toggle.btn-danger:focus,
.open > .pattern-relateditems-container .dropdown-toggle.btn-danger.focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-danger:hover,
.pattern-relateditems-container .open > .dropdown-toggle.btn-danger:focus,
.pattern-relateditems-container .open > .dropdown-toggle.btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger:active:hover,
.pattern-pickadate-wrapper .btn-danger.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger:active:focus,
.pattern-pickadate-wrapper .btn-danger.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger:active.focus,
.pattern-pickadate-wrapper .btn-danger.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-danger.disabled:hover,
.pattern-pickadate-wrapper .btn-danger[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger.disabled:focus,
.pattern-pickadate-wrapper .btn-danger[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.disabled.focus,
.pattern-pickadate-wrapper .btn-danger[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.pattern-pickadate-wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 135, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-lg > .btn,
.btn-group-lg > .pattern-relateditems-container .btn,
.btn-group-lg > .pattern-pickadate-wrapper .btn,
.btn-group-lg > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-lg > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 139, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-sm > .btn,
.pattern-relateditems-container .toolbar .btn,
.btn-group-sm > .pattern-relateditems-container .btn,
.pattern-relateditems-container .toolbar .pattern-relateditems-container .btn,
.btn-group-sm > .pattern-pickadate-wrapper .btn,
.pattern-relateditems-container .toolbar .pattern-pickadate-wrapper .btn,
.btn-group-sm > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.pattern-relateditems-container .toolbar .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-sm > .pattern-relateditems-container .pattern-pickadate-wrapper .btn,
.pattern-relateditems-container .toolbar .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 143, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-xs > .btn,
.btn-group-xs > .pattern-relateditems-container .btn,
.btn-group-xs > .pattern-pickadate-wrapper .btn,
.btn-group-xs > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-xs > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 8, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 13, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .btn,
.pattern-relateditems-container .btn-group > .btn,
.btn-group > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  position: relative;
  float: left;
}
/* line 17, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn:hover,
.btn-group-vertical > .pattern-relateditems-container .btn:hover,
.btn-group > .pattern-relateditems-container .btn:focus,
.btn-group-vertical > .pattern-relateditems-container .btn:focus,
.btn-group > .pattern-relateditems-container .btn:active,
.btn-group-vertical > .pattern-relateditems-container .btn:active,
.btn-group > .pattern-relateditems-container .btn.active,
.btn-group-vertical > .pattern-relateditems-container .btn.active,
.pattern-relateditems-container .btn-group > .btn:hover,
.pattern-relateditems-container .btn-group > .btn:focus,
.pattern-relateditems-container .btn-group > .btn:active,
.pattern-relateditems-container .btn-group > .btn.active,
.btn-group > .pattern-pickadate-wrapper .btn:hover,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:hover,
.btn-group > .pattern-pickadate-wrapper .btn:focus,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:focus,
.btn-group > .pattern-pickadate-wrapper .btn:active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:active,
.btn-group > .pattern-pickadate-wrapper .btn.active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn.active,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:hover,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:hover,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:focus,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:focus,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:active,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:active,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn.active,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn.active,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:hover,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:hover,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:focus,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:focus,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:active,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:active,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn.active,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn.active {
  z-index: 2;
}
/* line 28, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group .pattern-relateditems-container .btn + .pattern-relateditems-container .btn,
.btn-group .pattern-relateditems-container .btn + .btn-group,
.btn-group .btn-group + .pattern-relateditems-container .btn,
.pattern-relateditems-container .btn-group .btn + .btn,
.pattern-relateditems-container .btn-group .btn + .pattern-relateditems-container .btn-group,
.pattern-relateditems-container .btn-group .pattern-relateditems-container .btn-group + .btn,
.pattern-relateditems-container .btn-group .pattern-relateditems-container .btn-group + .pattern-relateditems-container .btn-group,
.btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group .btn-group + .pattern-pickadate-wrapper .btn,
.btn-group .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .btn-group,
.btn-group .btn-group + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .pattern-relateditems-container .pattern-pickadate-wrapper .btn,
.btn-group .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group .btn-group + .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-toolbar .pattern-relateditems-container .btn,
.btn-toolbar .pattern-relateditems-container .btn-group,
.btn-toolbar .pattern-relateditems-container .input-group,
.btn-toolbar .pattern-pickadate-wrapper .btn,
.btn-toolbar .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-toolbar .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  float: left;
}
/* line 46, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-toolbar > .pattern-relateditems-container .btn,
.btn-toolbar > .pattern-relateditems-container .btn-group,
.btn-toolbar > .pattern-relateditems-container .input-group,
.btn-toolbar > .pattern-pickadate-wrapper .btn,
.btn-toolbar > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-toolbar > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
}
/* line 53, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.pattern-relateditems-container .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 58, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn:first-child,
.pattern-relateditems-container .btn-group > .btn:first-child,
.btn-group > .pattern-pickadate-wrapper .btn:first-child,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:first-child,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:first-child {
  margin-left: 0;
}
/* line 60, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn:first-child:not(:last-child):not(.dropdown-toggle),
.pattern-relateditems-container .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .pattern-pickadate-wrapper .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 65, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn:last-child:not(:first-child),
.pattern-relateditems-container .btn-group > .btn:last-child:not(:first-child),
.pattern-relateditems-container .btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .pattern-relateditems-container .dropdown-toggle:not(:first-child),
.btn-group > .pattern-pickadate-wrapper .btn:last-child:not(:first-child),
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:last-child:not(:first-child),
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 71, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn-group > .pattern-relateditems-container .btn-group {
  float: left;
}
/* line 74, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-relateditems-container .btn,
.pattern-relateditems-container .btn-group > .pattern-relateditems-container .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
/* line 78, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-relateditems-container .btn:last-child,
.pattern-relateditems-container .btn-group > .pattern-relateditems-container .btn-group:first-child:not(:last-child) > .btn:last-child,
.pattern-relateditems-container .btn-group > .pattern-relateditems-container .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-relateditems-container .dropdown-toggle,
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 83, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-relateditems-container .btn:first-child,
.pattern-relateditems-container .btn-group > .pattern-relateditems-container .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 88, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn-group .dropdown-toggle:active,
.pattern-relateditems-container .btn-group.open .dropdown-toggle,
.btn-group .pattern-relateditems-container .dropdown-toggle:active,
.btn-group.open .pattern-relateditems-container .dropdown-toggle,
.btn-group.pattern-relateditems-container .open .dropdown-toggle {
  outline: 0;
}
/* line 107, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-relateditems-container .btn + .dropdown-toggle,
.pattern-relateditems-container .btn-group > .btn + .dropdown-toggle,
.btn-group > .btn + .pattern-relateditems-container .dropdown-toggle,
.btn-group > .pattern-pickadate-wrapper .btn + .dropdown-toggle,
.btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .dropdown-toggle,
.btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 111, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn-group > .btn-lg + .dropdown-toggle,
.btn-group > .btn-lg + .pattern-relateditems-container .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
/* line 118, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn-group.open .dropdown-toggle,
.btn-group.open .pattern-relateditems-container .dropdown-toggle,
.btn-group.pattern-relateditems-container .open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 122, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .pattern-relateditems-container .dropdown-toggle.btn-link,
.btn-group.pattern-relateditems-container .open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 129, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-relateditems-container .btn .caret,
.pattern-pickadate-wrapper .btn .caret,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn .caret,
.pattern-relateditems-container .pattern-pickadate-wrapper .btn .caret {
  margin-left: 0;
}
/* line 147, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-relateditems-container .btn,
.btn-group-vertical > .btn-group > .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .btn-group,
.btn-group-vertical > .pattern-relateditems-container .btn-group > .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 159, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group > .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .btn-group > .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  float: none;
}
/* line 164, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-relateditems-container .btn + .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-relateditems-container .btn,
.btn-group-vertical > .btn + .pattern-relateditems-container .btn-group,
.btn-group-vertical > .pattern-relateditems-container .btn-group + .btn,
.btn-group-vertical > .pattern-relateditems-container .btn-group + .pattern-relateditems-container .btn-group,
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .pattern-relateditems-container .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  margin-top: -1px;
  margin-left: 0;
}
/* line 174, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-relateditems-container .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 177, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-relateditems-container .btn:first-child:not(:last-child),
.btn-group-vertical > .pattern-pickadate-wrapper .btn:first-child:not(:last-child),
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:first-child:not(:last-child),
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 181, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-relateditems-container .btn:last-child:not(:first-child),
.btn-group-vertical > .pattern-pickadate-wrapper .btn:last-child:not(:first-child),
.btn-group-vertical > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:last-child:not(:first-child),
.btn-group-vertical > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 186, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-relateditems-container .btn,
.btn-group-vertical > .pattern-relateditems-container .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
/* line 190, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-relateditems-container .btn:last-child,
.btn-group-vertical > .pattern-relateditems-container .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .pattern-relateditems-container .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-relateditems-container .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 195, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-relateditems-container .btn:first-child,
.btn-group-vertical > .pattern-relateditems-container .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .pattern-relateditems-container .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-relateditems-container .pattern-pickadate-wrapper .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 208, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .pattern-relateditems-container .btn,
.btn-group-justified > .pattern-relateditems-container .btn-group,
.btn-group-justified > .pattern-pickadate-wrapper .btn,
.btn-group-justified > .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-justified > .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 214, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .btn-group .pattern-relateditems-container .btn,
.btn-group-justified > .pattern-relateditems-container .btn-group .btn,
.btn-group-justified > .btn-group .pattern-pickadate-wrapper .btn,
.btn-group-justified > .btn-group .pattern-pickadate-wrapper .pattern-relateditems-container .btn,
.btn-group-justified > .btn-group .pattern-relateditems-container .pattern-pickadate-wrapper .btn {
  width: 100%;
}
/* line 218, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .pattern-relateditems-container .btn-group .dropdown-menu,
.btn-group-justified > .btn-group .pattern-relateditems-container .dropdown-menu {
  left: auto;
}
/* line 239, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/button-groups.less */
[data-toggle="buttons"] > .pattern-relateditems-container .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-relateditems-container .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-relateditems-container .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-relateditems-container .btn input[type="checkbox"],
[data-toggle="buttons"] > .pattern-relateditems-container .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-relateditems-container .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="checkbox"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .pattern-relateditems-container .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .pattern-relateditems-container .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .pattern-relateditems-container .btn input[type="checkbox"],
[data-toggle="buttons"] > .pattern-relateditems-container .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-relateditems-container .pattern-pickadate-wrapper .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-relateditems-container .pattern-pickadate-wrapper .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 6, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 26, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.top {
  margin-top: -10px;
}
/* line 27, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.right {
  margin-left: 10px;
}
/* line 28, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.bottom {
  margin-top: 10px;
}
/* line 29, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.left {
  margin-left: -10px;
}
/* line 33, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover > .arrow,
.popover > .pattern-relateditems-container .arrow {
  border-width: 11px;
}
/* line 36, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover > .arrow,
.pattern-relateditems-container .popover > .arrow:after,
.popover > .pattern-relateditems-container .arrow,
.popover > .pattern-relateditems-container .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 46, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover > .arrow:after,
.popover > .pattern-relateditems-container .arrow:after {
  content: "";
  border-width: 10px;
}
/* line 52, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.top > .arrow,
.popover.top > .pattern-relateditems-container .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
/* line 59, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.top > .arrow:after,
.popover.top > .pattern-relateditems-container .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
/* line 67, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.right > .arrow,
.popover.right > .pattern-relateditems-container .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
/* line 74, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.right > .arrow:after,
.popover.right > .pattern-relateditems-container .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
/* line 82, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.bottom > .arrow,
.popover.bottom > .pattern-relateditems-container .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 89, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.bottom > .arrow:after,
.popover.bottom > .pattern-relateditems-container .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
/* line 98, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.left > .arrow,
.popover.left > .pattern-relateditems-container .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 105, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover.left > .arrow:after,
.popover.left > .pattern-relateditems-container .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
/* line 115, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
/* line 124, https://www.uni-koblenz.de/Service/++plone++static/components//bootstrap/less/popovers.less */
.pattern-relateditems-container .popover-content {
  padding: 9px 14px;
}
/* line 1, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover {
  min-width: 111px;
  max-width: 500px;
}
/* line 5, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover .popover-title,
.popover .pattern-relateditems-container .popover-title {
  padding-bottom: 0;
}
/* line 8, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover .popover-title input,
.popover .pattern-relateditems-container .popover-title input {
  margin-bottom: 0;
}
/* line 12, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover.active {
  display: block;
}
/* line 16, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover.bottom-right {
  margin-top: 10px;
}
/* line 17, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover.bottom-right > .arrow,
.popover.bottom-right > .pattern-relateditems-container .arrow {
  top: -11px;
  left: 20px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 24, https://www.uni-koblenz.de/Service/++resource++mockupless//popover.less */
.pattern-relateditems-container .popover.bottom-right > .arrow:after,
.popover.bottom-right > .pattern-relateditems-container .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
/* specifying (less) here forces it to be included inline, processed as less and minified */
/* line 4, https://www.uni-koblenz.de/Service/++resource++mockup//select2/pattern.select2.less */
.select2-container {
  margin-bottom: 1em;
}
/* line 10, https://www.uni-koblenz.de/Service/++resource++mockup//select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-choice-dragging {
  border-color: #FF0000;
}
/* line 14, https://www.uni-koblenz.de/Service/++resource++mockup//select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-search-field input {
  height: inherit;
  padding: 2px 1px 1px 8px;
}
/* line 23, https://www.uni-koblenz.de/Service/++resource++mockup//select2/pattern.select2.less */
.select2-container-multi .select2-orderable .select2-search-choice,
.select2-container-multi .select2-orderable .select2-search-choice span {
  cursor: move;
}
/* line 33, https://www.uni-koblenz.de/Service/++resource++mockup//select2/pattern.select2.less */
#content-core .select2-search-choice-close {
  border-bottom: 0;
}
/* line 38, https://www.uni-koblenz.de/Service/++resource++mockup//select2/pattern.select2.less */
.pat-select2 {
  min-width: 50%;
}
/* line 14, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container {
  position: relative;
  display: inline-block;
}
/* line 57, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .toolbar {
  background-color: #d8d8d8;
  display: inline-block;
  width: 100%;
}
/* line 66, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .toolbar .mode-selector {
  display: inline-block;
  vertical-align: middle;
}
/* line 71, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .toolbar .path-wrapper {
  display: inline-block;
  margin: 0.5em;
  vertical-align: middle;
}
/* line 77, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .toolbar .controls {
  display: inline-block;
  vertical-align: middle;
}
/* line 83, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .favorites .recentlyUsed {
  position: relative;
}
/* line 88, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu {
  padding: 1em 0;
}
/* line 91, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu a,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu a {
  cursor: pointer;
  display: block;
  padding: 0.5em 1em;
}
/* line 96, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu a,
.pattern-relateditems-container .dropdown-menu a:hover,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu a,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu a:hover {
  border-bottom: 0;
  text-decoration: none;
}
/* line 102, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu a:hover,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 106, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu a:last-child,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu a:last-child {
  margin-bottom: 0;
}
/* line 111, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu .pattern-relateditems-recentlyused-select,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu .pattern-relateditems-recentlyused-select {
  display: flex;
  justify-content: space-between;
  padding: 3px;
}
/* line 116, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu .pattern-relateditems-recentlyused-select .pattern-relateditems-recentlyused-info,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu .pattern-relateditems-recentlyused-select .pattern-relateditems-recentlyused-info {
  flex-grow: 2;
  hyphens: auto;
  white-space: normal;
}
/* line 122, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .dropdown-menu .pattern-relateditems-recentlyused-select .pattern-relateditems-recentlyused-image,
.pattern-relateditems-container .pattern-relateditems-container .dropdown-menu .pattern-relateditems-recentlyused-select .pattern-relateditems-recentlyused-image {
  flex: 0 0 auto;
}
/* line 128, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .toolbar .dropdown-menu,
.pattern-relateditems-container .toolbar .pattern-relateditems-container .dropdown-menu {
  min-width: 310px;
}
/* line 132, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .pattern-relateditems-result-info {
  flex-grow: 2;
  margin: 0.4em 0.4em 0.4em 1.5em;
  hyphens: auto;
}
/* line 138, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-container .pattern-relateditems-item {
  display: flex;
}
/* line 144, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-dropdown .select2-results {
  background-color: #fff;
  max-height: 350px;
}
/* line 148, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-dropdown .select2-results .select2-result {
  background-color: transparent;
}
/* line 151, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-dropdown .select2-results .select2-result:nth-child(odd) {
  background-color: #f7f7f7;
}
/* line 155, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-dropdown .select2-results .select2-result.select2-highlighted {
  border-left: 0.3em solid #007bb3;
  border-right: 0.3em solid #007bb3;
}
/* line 160, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-dropdown .select2-results .select2-result-label {
  padding: 0;
}
/* line 165, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-dropdown .select2-results .select2-selected {
  display: list-item;
}
/* line 171, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-active {
  background-color: #ddd;
  padding: 5px;
}
/* line 176, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-path-label {
  margin-top: 2px;
}
/* line 181, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pat-relateditems .select2-choices {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0.2em;
}
/* line 188, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pat-relateditems .select2-choices > li {
  flex: 1 1 100%;
}
/* line 193, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pat-relateditems .select2-choices .select2-search-choice.select2-search-choice-focus {
  border-left: 0.5em solid #286090;
}
/* line 201, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pat-relateditems.select2-container-multi .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #eee;
  margin: 0.2em;
  padding: 0;
}
/* line 209, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pat-relateditems.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  left: 0.4rem;
  right: auto;
  text-decoration: none;
  top: 0.4rem;
}
/* line 216, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pat-relateditems.select2-container-multi .select2-choices .select2-search-choice .pattern-relateditems-item-image {
  flex: 0 0 auto;
}
/* line 225, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.15em;
}
/* line 231, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result a:hover {
  text-decoration: none;
}
/* line 236, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result .pattern-relateditems-result-info {
  padding: 0.4em;
}
/* line 240, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper {
  display: flex;
  flex: 2 1 fill;
  justify-content: flex-start;
}
/* line 247, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-select:not(.selectable):not(.one-level-up) {
  opacity: 0.6;
}
/* line 253, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse {
  font-size: 2.1rem;
  line-height: 1.8em;
  margin: 0 0.1em 0 0;
  padding: 0 0.15em 0 0.1em;
}
/* line 259, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse:hover {
  background-color: #e5e5e5;
}
/* line 263, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse span {
  vertical-align: middle;
}
/* line 268, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result.one-level-up {
  background-color: #ddd;
}
/* line 271, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result.one-level-up .pattern-relateditems-result-browse-wrapper {
  flex-direction: row-reverse;
}
/* line 277, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-item-title,
.pattern-relateditems-result-title {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0;
}
/* line 284, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-item-title[class*="contenttype-"]::before,
.pattern-relateditems-result-title[class*="contenttype-"]::before {
  font-size: 1.46rem;
  height: 25px;
  vertical-align: middle;
  width: 14px;
}
/* line 293, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result-path {
  margin-top: -5px;
}
/* line 303, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-result-image img,
.pattern-relateditems-recentlyused-image img,
.pattern-relateditems-item-image img,
#content-core .pattern-relateditems-result-image img,
#content-core .pattern-relateditems-recentlyused-image img,
#content-core .pattern-relateditems-item-image img {
  max-height: 128px;
  max-width: 128px;
}
/* line 312, https://www.uni-koblenz.de/Service/++resource++mockup/relateditems/pattern.relateditems.less */
.pattern-relateditems-recentlyused-path,
.pattern-relateditems-item-path,
.pattern-relateditems-result-path {
  color: #444;
  display: block;
  font-size: 0.8em;
  padding-left: 0.2em;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 7, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
/* line 23, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 29, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 35, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 48, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
/* line 54, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
/* line 76, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__frame {
  padding: 1px;
}
/* line 79, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
/* line 85, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.css */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
/* line 13, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
/* line 21, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
/* line 28, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
/* line 36, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  /* line 45, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 50, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month {
  width: 35%;
}
/* line 53, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--year {
  width: 22.5%;
}
/* line 56, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
/* line 63, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  /* line 73, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 78, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  /* line 83, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 87, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  /* line 92, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 96, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
/* line 107, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
/* line 111, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* line 117, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
/* line 129, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  /* line 140, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 144, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
/* line 151, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  /* line 160, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 167, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
/* line 172, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--today {
  position: relative;
}
/* line 175, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
/* line 185, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--disabled:before {
  border-top-color: #aaa;
}
/* line 188, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--outfocus {
  color: #ddd;
}
/* line 191, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* line 197, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted {
  border-color: #0089ec;
}
/* line 200, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* line 206, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
/* line 212, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
/* line 220, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 227, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__footer {
  text-align: center;
}
/* line 230, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
/* line 242, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
/* line 250, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
/* line 257, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
/* line 264, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
/* line 269, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
/* line 275, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
/* line 280, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
/* line 288, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
/* line 295, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
/* line 15, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  /* line 24, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
/* line 29, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
/* line 37, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
/* line 41, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
/* line 48, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
/* line 56, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
/* line 69, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
/* line 82, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
/* line 92, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
/* line 98, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
/* line 111, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
/* line 118, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  /* line 122, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
/* line 129, https://www.uni-koblenz.de/Service/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
/* line 8, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper {
  position: relative;
  margin-bottom: 0.5em;
}
/* line 10, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .btn,
.pattern-pickadate-wrapper .pattern-relateditems-container .btn {
  vertical-align: top;
  margin: 0.2em;
}
/* line 20, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker {
  display: none;
}
/* line 22, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker.picker--opened {
  display: block;
}
/* line 27, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 30, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__input {
  width: 300px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
/* line 36, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__holder {
  width: 300px;
  font-size: 12px;
  margin-top: -2px;
}
/* line 44, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}
/* line 50, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 53, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__input {
  width: 180px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
/* line 59, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__holder {
  width: 180px;
  font-size: 11px;
  margin-top: -2px;
}
/* line 65, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__list-item {
  text-align: center;
}
/* line 70, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-timezone-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 75, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-now {
  display: inline-block;
}
/* line 79, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-clear {
  display: inline-block;
}
/* line 83, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker__select--month,
.pattern-pickadate-wrapper .picker__select--year {
  height: 3em;
}
/* line 87, https://www.uni-koblenz.de/Service/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker__footer {
  display: none;
}
/* specifying (less) here forces it to be included inline, processed as less and minified */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 25, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
/* line 56, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
/* line 60, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
/* line 72, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
/* line 76, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
/* line 88, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
/* line 93, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('++plone++static/components/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
/* line 110, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
/* line 114, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
/* line 119, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
/* line 137, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 155, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
/* line 166, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
/* line 171, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
/* line 175, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
/* line 180, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
/* line 201, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
/* line 210, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('++plone++static/components/select2/select2.png') no-repeat 0 1px;
}
/* line 217, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
/* line 221, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
/* line 234, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('++plone++static/components/select2/select2.png') no-repeat 100% -22px;
  background: url('++plone++static/components/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('++plone++static/components/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('++plone++static/components/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('++plone++static/components/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 258, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('++plone++static/components/select2/select2.png') no-repeat -37px -22px;
  background: url('++plone++static/components/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('++plone++static/components/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('++plone++static/components/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('++plone++static/components/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 268, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-search input.select2-active {
  background: #ffffff url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100%;
  background: url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 276, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 285, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
/* line 301, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
/* line 313, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
/* line 318, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
/* line 322, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* line 326, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
/* line 330, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
/* line 342, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 352, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
/* line 357, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
/* line 362, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
/* line 368, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
/* line 372, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 386, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
/* line 387, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
/* line 388, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
/* line 389, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
/* line 390, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
/* line 391, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
/* line 392, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
/* line 394, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
/* line 399, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
/* line 404, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted em {
  background: transparent;
}
/* line 408, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
/* line 413, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 431, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 437, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-selected {
  display: none;
}
/* line 441, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-more-results.select2-active {
  background: #f4f4f4 url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100%;
}
/* line 445, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
/* line 449, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
/* line 456, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 463, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* line 469, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
/* line 476, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
/* line 494, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
/* line 498, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
/* line 502, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  min-height: 26px;
}
/* line 506, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 513, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
/* line 517, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
/* line 521, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 527, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
/* line 541, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('++plone++static/components/select2/select2-spinner.gif') no-repeat 100% !important;
}
/* line 545, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-default {
  color: #999 !important;
}
/* line 549, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
/* line 579, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
/* line 584, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
/* line 587, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
/* line 591, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('++plone++static/components/select2/select2.png') right top no-repeat;
}
/* line 603, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
/* line 608, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
/* line 612, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
/* line 617, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
/* line 620, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
/* line 625, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 632, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
/* line 639, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
/* line 645, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
/* line 650, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* line 664, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-display-none {
  display: none;
}
/* line 668, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 680, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('++plone++static/components/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 689, https://www.uni-koblenz.de/Service/++plone++static/components//select2/select2.css */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* line 4, https://www.uni-koblenz.de/Service/++resource++mockup/select2/pattern.select2.less */
.select2-container {
  margin-bottom: 1em;
}
/* line 10, https://www.uni-koblenz.de/Service/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-choice-dragging {
  border-color: #FF0000;
}
/* line 14, https://www.uni-koblenz.de/Service/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-search-field input {
  height: inherit;
  padding: 2px 1px 1px 8px;
}
/* line 23, https://www.uni-koblenz.de/Service/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-orderable .select2-search-choice,
.select2-container-multi .select2-orderable .select2-search-choice span {
  cursor: move;
}
/* line 33, https://www.uni-koblenz.de/Service/++resource++mockup/select2/pattern.select2.less */
#content-core .select2-search-choice-close {
  border-bottom: 0;
}
/* line 38, https://www.uni-koblenz.de/Service/++resource++mockup/select2/pattern.select2.less */
.pat-select2 {
  min-width: 50%;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  /* line 6, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 13, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 20, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  /* line 28, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 35, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 42, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  /* line 50, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 57, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 64, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  /* line 72, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 79, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  /* line 87, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 94, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  /* line 102, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 109, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  /* line 117, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  /* line 123, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 129, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  /* line 136, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  /* line 142, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 148, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  /* line 155, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  /* line 161, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 167, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 173, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
/* line 176, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
/* line 181, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone.dz-clickable {
  cursor: pointer;
}
/* line 183, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone.dz-clickable * {
  cursor: default;
}
/* line 185, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
/* line 187, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone.dz-started .dz-message {
  display: none;
}
/* line 189, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone.dz-drag-hover {
  border-style: solid;
}
/* line 191, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
/* line 193, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
/* line 196, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
/* line 202, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}
/* line 204, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
/* line 206, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
/* line 210, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
/* line 212, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
/* line 214, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 220, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
/* line 226, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
/* line 228, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
/* line 230, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
/* line 243, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
/* line 246, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
/* line 248, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 251, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 254, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
/* line 256, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
/* line 260, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
/* line 268, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
/* line 276, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}
/* line 278, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 284, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 291, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
/* line 301, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
/* line 305, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 312, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
/* line 319, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
/* line 325, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
/* line 340, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
/* line 353, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
/* line 355, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
/* line 358, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
/* line 379, https://www.uni-koblenz.de/Service/++plone++static/components//dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* line 8, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-area {
  border: 3px dashed #ccc;
  padding: 30px;
  border-radius: 5px;
  margin: 0 auto 15px auto;
  max-width: 600px;
}
/* line 14, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-area:hover {
  background: rgba(0, 0, 0, 0.025);
  cursor: pointer;
}
/* line 15, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-area button.browse,
.upload-container .upload-area .controls button,
.upload-container .upload-area input {
  width: 100%;
}
/* line 22, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-queue .input-sm {
  line-height: 1em;
  font-size: 0.8em;
  height: 24px;
  margin-bottom: 1px;
}
/* line 28, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-queue .controls {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}
/* line 34, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-queue .previews {
  margin-top: 4em;
}
/* line 36, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-queue .previews .item {
  padding: 5px 0;
  clear: both;
}
/* line 37, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-queue .previews .title {
  padding-left: 3px;
}
/* line 38, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload-queue .previews .info img {
  width: 32px;
  height: 32px;
  margin-top: -26px;
  float: right;
}
/* line 46, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container #fakeUploadFile {
  height: 35px;
}
/* line 49, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .pattern-relateditems-container,
.upload-container .pattern-relateditems-container > * {
  width: 100% !important;
}
/* line 53, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .align-right {
  text-align: right;
}
/* line 54, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .controls {
  display: none;
}
/* line 55, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .actions {
  margin-top: 0.5em;
}
/* line 57, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 58, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .progress-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 59, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* line 60, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 62, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .dz-drag-hover {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75), 0 0 0 1000px rgba(255, 255, 255, 0.85);
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75), 0 0 0 1000px rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75), 0 0 0 1000px rgba(0, 0, 0, 0.85);
  z-index: 99999;
  position: relative;
}
/* line 69, https://www.uni-koblenz.de/Service/++resource++mockup/upload/less/pattern.upload.less */
.upload-container .upload .dz-preview .dz-details .dz-size,
.upload-container .upload-previews .dz-preview .dz-details .dz-size {
  font-size: 11px;
}


/* line 2, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav {
  float: right;
  border: 1px solid #DDD;
  padding: 0.5em 0;
  margin: 0 0 1em 1em;
}
/* line 7, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a {
  display: block;
}
/* line 8, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a:focus {
  outline-style: none;
}
/* line 9, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-1 {
  margin: 0 1em 0 1em;
}
/* line 10, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-2 {
  margin: 0 1em 0 2em;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-3 {
  margin: 0 1em 0 3em;
}
/* line 14, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav {
  float: none;
  padding: 0;
  margin: 0 0 0.3em 0;
  border: 0;
  border-bottom: 1px solid #DDD;
}
/* line 20, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 25, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a {
  display: inline-block;
  margin: 0 0.5em -1px 0.5em;
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 36, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active {
  border: 1px solid #DDD;
  border-bottom-color: #FFF;
  color: #555555;
  cursor: default;
}
/* line 42, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active:hover {
  background-color: transparent;
}
/* line 45, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a:hover {
  background-color: #EEE;
  border-color: #EEE;
  border-bottom-color: #FFF;
}
/* line 52, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section {
  display: none;
}
/* line 54, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active {
  display: block;
}
/* line 56, https://www.uni-koblenz-landau.de/Service/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active legend {
  display: none;
}
/* line 1, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch {
  min-width: 230px;
  position: relative;
}
/* line 5, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  border-right: 1px solid #64bee8;
  border-bottom: 1px solid #64bee8;
  border-left: 1px solid #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 23, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li {
  white-space: normal;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .next {
  float: right;
}
/* line 33, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .prev {
  float: left;
}
/* line 36, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .page {
  text-align: center;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li:hover,
.pat-livesearch .livesearch-results li.selected {
  background-color: #e6e4e4;
}
/* line 1, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.glyphicon {
  padding-right: 0.1em;
}
/* line 4, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-external:after {
  content: "\e144";
}
/* line 7, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-mailto:after {
  content: "\2709";
}
/* line 10, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-ftp:after {
  content: "\e121";
}
/* line 13, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-news:after {
  content: "\e135";
}
/* line 16, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-irc:after {
  content: "\e122";
}
/* line 19, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-h323:after {
  content: "\e059";
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-sip:after {
  content: "\e035";
}
/* line 25, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-callto:after {
  content: "\e145";
}
/* line 28, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-https:after {
  content: "\e033";
}
/* line 31, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-feed:after {
  content: "\e056";
}
/* line 34, https://www.uni-koblenz-landau.de/Service/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-webcal:after {
  content: "\E109";
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 135, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 139, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 143, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 7, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* buttons */
/* line 11, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 34, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:active,
.plone-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn.disabled,
.plone-btn[disabled],
fieldset[disabled] .plone-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 12, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 13, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 14, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-sm {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 16, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:focus,
.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active:hover,
.plone-btn-primary.active:hover,
.open > .dropdown-toggle.plone-btn-primary:hover,
.plone-btn-primary:active:focus,
.plone-btn-primary.active:focus,
.open > .dropdown-toggle.plone-btn-primary:focus,
.plone-btn-primary:active.focus,
.plone-btn-primary.active.focus,
.open > .dropdown-toggle.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary.disabled:hover,
.plone-btn-primary[disabled]:hover,
fieldset[disabled] .plone-btn-primary:hover,
.plone-btn-primary.disabled:focus,
.plone-btn-primary[disabled]:focus,
fieldset[disabled] .plone-btn-primary:focus,
.plone-btn-primary.disabled.focus,
.plone-btn-primary[disabled].focus,
fieldset[disabled] .plone-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:focus,
.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active:hover,
.plone-btn-warning.active:hover,
.open > .dropdown-toggle.plone-btn-warning:hover,
.plone-btn-warning:active:focus,
.plone-btn-warning.active:focus,
.open > .dropdown-toggle.plone-btn-warning:focus,
.plone-btn-warning:active.focus,
.plone-btn-warning.active.focus,
.open > .dropdown-toggle.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning.disabled:hover,
.plone-btn-warning[disabled]:hover,
fieldset[disabled] .plone-btn-warning:hover,
.plone-btn-warning.disabled:focus,
.plone-btn-warning[disabled]:focus,
fieldset[disabled] .plone-btn-warning:focus,
.plone-btn-warning.disabled.focus,
.plone-btn-warning[disabled].focus,
fieldset[disabled] .plone-btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 18, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:focus,
.plone-btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active:hover,
.plone-btn-default.active:hover,
.open > .dropdown-toggle.plone-btn-default:hover,
.plone-btn-default:active:focus,
.plone-btn-default.active:focus,
.open > .dropdown-toggle.plone-btn-default:focus,
.plone-btn-default:active.focus,
.plone-btn-default.active.focus,
.open > .dropdown-toggle.plone-btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default.disabled:hover,
.plone-btn-default[disabled]:hover,
fieldset[disabled] .plone-btn-default:hover,
.plone-btn-default.disabled:focus,
.plone-btn-default[disabled]:focus,
fieldset[disabled] .plone-btn-default:focus,
.plone-btn-default.disabled.focus,
.plone-btn-default[disabled].focus,
fieldset[disabled] .plone-btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 19, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:focus,
.plone-btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active:hover,
.plone-btn-success.active:hover,
.open > .dropdown-toggle.plone-btn-success:hover,
.plone-btn-success:active:focus,
.plone-btn-success.active:focus,
.open > .dropdown-toggle.plone-btn-success:focus,
.plone-btn-success:active.focus,
.plone-btn-success.active.focus,
.open > .dropdown-toggle.plone-btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success.disabled:hover,
.plone-btn-success[disabled]:hover,
fieldset[disabled] .plone-btn-success:hover,
.plone-btn-success.disabled:focus,
.plone-btn-success[disabled]:focus,
fieldset[disabled] .plone-btn-success:focus,
.plone-btn-success.disabled.focus,
.plone-btn-success[disabled].focus,
fieldset[disabled] .plone-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 20, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:focus,
.plone-btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active:hover,
.plone-btn-info.active:hover,
.open > .dropdown-toggle.plone-btn-info:hover,
.plone-btn-info:active:focus,
.plone-btn-info.active:focus,
.open > .dropdown-toggle.plone-btn-info:focus,
.plone-btn-info:active.focus,
.plone-btn-info.active.focus,
.open > .dropdown-toggle.plone-btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info.disabled:hover,
.plone-btn-info[disabled]:hover,
fieldset[disabled] .plone-btn-info:hover,
.plone-btn-info.disabled:focus,
.plone-btn-info[disabled]:focus,
fieldset[disabled] .plone-btn-info:focus,
.plone-btn-info.disabled.focus,
.plone-btn-info[disabled].focus,
fieldset[disabled] .plone-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 21, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:focus,
.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active:hover,
.plone-btn-danger.active:hover,
.open > .dropdown-toggle.plone-btn-danger:hover,
.plone-btn-danger:active:focus,
.plone-btn-danger.active:focus,
.open > .dropdown-toggle.plone-btn-danger:focus,
.plone-btn-danger:active.focus,
.plone-btn-danger.active.focus,
.open > .dropdown-toggle.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger.disabled:hover,
.plone-btn-danger[disabled]:hover,
fieldset[disabled] .plone-btn-danger:hover,
.plone-btn-danger.disabled:focus,
.plone-btn-danger[disabled]:focus,
fieldset[disabled] .plone-btn-danger:focus,
.plone-btn-danger.disabled.focus,
.plone-btn-danger[disabled].focus,
fieldset[disabled] .plone-btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 22, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
/* line 101, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:active,
.plone-btn-link.active,
.plone-btn-link[disabled],
fieldset[disabled] .plone-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:hover,
.plone-btn-link:focus,
.plone-btn-link:active {
  border-color: transparent;
}
/* line 115, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link:hover,
.plone-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 25, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-group .plone-btn + .plone-btn,
.plone-btn-group .plone-btn + .plone-btn-group,
.plone-btn-group .plone-btn-group + .plone-btn,
.plone-btn-group .plone-btn-group + .plone-btn-group {
  margin-left: -1px;
}
/* line 33, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-btn-block {
  display: block;
  width: 100%;
}
/* line 35, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
/* line 17, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/close.less */
.plone-close:hover,
.plone-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* line 29, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/close.less */
button.plone-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/* modals */
/* line 39, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 40, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 41, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 42, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-modal-body {
  position: relative;
  padding: 15px;
}
/* line 43, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 110, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 115, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 44, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 74, https://www.uni-koblenz-landau.de/Service/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* progress */
/* line 48, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 49, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 50, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.plone-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* rotate transforms */
/* line 53, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.rright {
  /* right-rotate by 90° */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* iOS, Android */
  transform: rotate(90deg);
}
/* line 59, https://www.uni-koblenz-landau.de/Service/++resource++mockupless//base.less */
.rleft {
  /* left-rotate by 90° */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* iOS, Android */
  transform: rotate(-90deg);
}
/* line 3, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
/* line 12, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-header {
  padding: 5px 10px;
}
/* line 13, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-title {
  font-size: 120%;
  margin: 4px 0;
}
/* line 14, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
}
/* line 27, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in {
  display: block !important;
}
/* line 30, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 36, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 42, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open {
  overflow: hidden;
  padding-right: 15px;
}
/* line 46, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open .plone-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 51, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 56, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 64, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in .plone-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 66, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
  .plone-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
/* line 71, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-content {
  background: #fff;
  /* XXX this is necessary for some content inside modals
     to behave properly */
  overflow: inherit;
}
/* line 77, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-body {
  padding: 15px;
  position: relative;
}
/* line 78, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
/* line 80, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .85;
}
/* line 91, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}
/* line 98, https://www.uni-koblenz-landau.de/Service/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
/* line 1, https://www.uni-koblenz-landau.de/Service/++plone++static/tinymce-styles.css */
.discreet {
  color: #777777;
  font-weight: 300;
}
/* line 6, https://www.uni-koblenz-landau.de/Service/++plone++static/tinymce-styles.css */
p.callout {
  background: #eee;
  padding: 1em;
  border-left: 1em solid #ccc;
  clear: both;
}
/* tinymce added image styles */
/* line 11, https://www.uni-koblenz-landau.de/Service/++plone++static/plone.less */
.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
/* line 15, https://www.uni-koblenz-landau.de/Service/++plone++static/plone.less */
.image-right {
  float: right;
  margin: 0.5em;
}
/* line 19, https://www.uni-koblenz-landau.de/Service/++plone++static/plone.less */
.image-inline {
  float: none;
}
/* line 25, https://www.uni-koblenz-landau.de/Service/++plone++static/plone.less */
body#visual-portal-wrapper.pat-plone.icons-off .outer-wrapper [class*="contenttype-"]:before,
.icons-off .mime-icon {
  display: none;
}
/* line 31, https://www.uni-koblenz-landau.de/Service/++plone++static/plone.less */
.thumbs-off img[class*='thumb-'] {
  display: none;
}
/* error message styles */
/* line 36, https://www.uni-koblenz-landau.de/Service/++plone++static/plone.less */
body.template-default_error_message #content-core p {
  white-space: pre;
}


