@import 'bootstrap.min.css';
@import 'icons/style.css';
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(https://medienkalender.bayern/css/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://medienkalender.bayern/css/fonts/slick.eot");
  src: url("https://medienkalender.bayern/css/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://medienkalender.bayern/css/fonts/slick.woff") format("woff"), url("https://medienkalender.bayern/css/fonts/slick.ttf") format("truetype"), url("https://medienkalender.bayern/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '\2190';
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '\2192';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
/**************************
** Mixins
**************************/
/**************************
** General
**************************/
body {
  font-family: 'Arial', sans-serif;
  color: #252525;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding-bottom: 100px;
}
body.logged-in {
  padding-top: 42px;
}
a {
  color: #214e92;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.inner-content {
  background-color: white;
  padding: 0 15px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.inner-content > h2:first-child,
.inner-content > h1:first-child {
  background-color: #214e92;
  padding: 15px;
  color: white;
  margin-left: -15px;
  margin-right: -15px;
}
.btn,
.button {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 10px 15px;
  background-color: #214e92;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
}
.btn:focus,
.button:focus {
  outline: none;
}
.btn:hover,
.button:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #00699e;
  color: white;
}
.btn.btn-small,
.button.btn-small,
.btn.button-small,
.button.button-small {
  padding: 3px 7px;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.btn.btn-icon span,
.button.btn-icon span,
.btn.button-icon span,
.button.button-icon span {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.btn.btn-inverse,
.button.btn-inverse {
  border: 2px solid #214e92;
  background-color: white;
  color: #214e92;
}
.hint {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 100;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  width: 200px;
  color: white;
  line-height: 21px;
  font-size: 12px;
}
.show-hint {
  position: relative;
}
.show-hint:hover .hint {
  display: block;
}
table .btn,
table .button {
  float: left;
  margin-right: 10px !important;
}
table .btn.btn-small,
table .button.btn-small,
table .btn.button-small,
table .button.button-small {
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
}
.sort {
  cursor: pointer;
}
.sort.desc,
.sort.asc {
  background-color: #86bc25;
}
.sort.desc:after {
  content: "\e3b0";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  margin-left: 15px;
}
.sort.asc:after {
  content: "\e3b2";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  margin-left: 15px;
}
/**************************
** Header
**************************/
.header {
  min-height: 200px;
  position: relative;
  z-index: 10;
}
.header .logo {
	position: absolute;
	top: 30px;
	left: 80px;
}
.header .logo-2 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -100px;
}
.header .logo-2 img {
  width: 96px;
  height: 62px;
}
.header .logo img {
  max-height: 100%;
  width: auto;
}
.header .container {
  position: relative;
  background-color: #214e92;
  margin-bottom: 15px;
}
.header .highlight-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 80px;
  padding-bottom: 40px;
}
.header .container .highlight-left {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: " ";
    background: url(/img/bg_bottom_straight2.png) center bottom repeat-x,url(/img/bg_left.png) left center repeat-y,url(/img/bg_right.png) right center repeat-y;
}
/* .header .container .highlight-right {
	width: 64px;
	height: 100%;
	background-image: url('/img/header_right.png');
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.header .container .highlight-bottom {
	height: 25px;
	width: 100%;
	background-image: url('/img/header_bottom.png');
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
} */
.header .search-container {
  position: absolute;
  right: 80px;
  top: 34px;
  background-image: url('/img/lupe.png');
  background-repeat: no-repeat;
  background-position: 170px center;
  background-color: rgba(255, 255, 255, 0.7);
  width: 200px;
}
.header .search-container form {
  margin-top: 0px;
}
.header .search-container input {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  line-height: 44px;
  height: 44px;
  padding: 15px;
  background: transparent;
  width: 200px;
}
.header .search-container input:focus {
  outline: none;
}
.header .blm {
  position: absolute;
  top: 30px;
  right: 300px;
  color: white;
  font-size: 18px;
  opacity: 0.8;
}
.header .blm img {
  margin-left: 20px;
}
.header .main-navigation {
	margin-top: 20px;
  	position: relative;
  	top: 2px;
}
.header .main-navigation ul,
.header .main-navigation li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header .main-navigation > div > ul {
  overflow: hidden;
}
.header .main-navigation > div > ul > li {
  display: block;
  float: left;
  width: 15.2%;
  text-align: center;
}
.header .main-navigation > div > ul > li:nth-child(3) {
  width: 24%;
}
.header .main-navigation > div > ul > li a {
  display: block;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.header .main-navigation > div > ul > li a:hover {
  color: #214e92;
  text-decoration: none;
  background-color: rgb(230,230,230);
}
.header .main-navigation > div > ul > li.active a {
  background-color: white;
  color: #214e92;
  font-weight: 600;
}
.header .main-navigation > div > ul > li:last-child a {
  border-right: none;
}
.header .main-navigation .submenu {
  display: none;
}
.flash-messages-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
.flash-messages-container .flash-message {
  margin-top: 30px;
  background-color: #214e92;
  color: white;
  padding: 5px 15px;
  width: 250px;
  border: 3px solid #00699e;
  position: relative;
}
.flash-messages-container .flash-message .flash-message-close {
  position: absolute;
  right: -16px;
  top: -16px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 3px solid #00699e;
  background-color: #214e92;
  color: white;
  border-radius: 16px;
  cursor: pointer;
}
.page-headline {
  color: white;
  background-color: #214e92;
  padding: 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.overview-header {
  padding-bottom: 15px;
}
.list-view-button {
	position: absolute;
	right: 15px;
	height: 66px;
	top: 5px;
	line-height: 66px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}
/***********************************
** Messages
***********************************/
.message {
  border: 2px solid #214e92;
  padding: 15px;
  margin: 30px 0;
  position: relative;
}
.message a {
  font-weight: 600;
}
.message .message-close {
  position: absolute;
  left: -16px;
  top: -16px;
  border-radius: 16px;
  background-color: white;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #214e92;
  border: 2px solid #214e92;
  cursor: pointer;
}
.message .message-title {
  font-weight: 600;
  font-size: 16px;
  color: #214e92;
  margin-bottom: 15px;
}
.message.message-green {
  border: 2px solid #86bc25;
}
.message.message-green .message-close {
  color: #86bc25;
  border: 2px solid #86bc25;
}
.message.message-green .message-title {
  color: #86bc25;
}
.message .button {
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.thumbnail-preview {
  max-width: 200px;
  height: auto;
}
/***********************************
** Modal
***********************************/
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10000;
  overflow: auto;
}
.modal .modal-inner {
  width: 600px;
  max-width: 100%;
  background-color: white;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.modal .modal-inner .modal-header {
  background-color: #214e92;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  position: relative;
}
.modal .modal-inner .modal-header .modal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  color: white;
  background-color: #00699e;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal .modal-inner .modal-header .modal-close:hover {
  background-color: #007ab8;
}
.modal .modal-inner .modal-content {
  padding: 15px;
}
.modal .modal-inner .modal-footer {
  padding: 15px;
  background-color: #e6e6e6;
}
.modal ul,
.modal li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.elements-list .add-element {
  margin-bottom: 10px;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  word-wrap: ellipsis;
  padding: 0 15px;
  background-color: #dcdcdc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.elements-list .add-element:hover {
  background-color: #86bc25;
  color: white;
}
.elements-list .add-element .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: white;
  right: 0px;
}
#list-container {
  margin-bottom: 60px;
}
/**************************
** Benutzermenü
**************************/
.user-line {
  height: 42px;
  line-height: 42px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #323232;
  color: white;
  z-index: 100;
}
.user-line .container {
  position: relative;
}
.user-line a {
  display: block;
  padding: 0 15px;
  color: white;
  border-left: 1px solid #464646;
  box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.user-line a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-line .admin-navigation > ul > li:last-child a {
  border-right: 1px solid #464646;
}
.user-line ul,
.user-line li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.user-line li {
  float: left;
}
.user-line .logged-in-as {
  position: absolute;
  right: 15px;
  top: 0px;
  color: rgba(255, 255, 255, 0.5);
}
.user-line li.has-submenu {
  position: relative;
}
.user-line li.has-submenu:hover .sub-menu {
  display: block;
}
.user-line .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  background-color: #323232;
}
.user-line .sub-menu li {
  display: block;
  float: none;
}
.user-line .sub-menu li a {
  border: none;
  border-bottom: 1px solid #464646;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.user-line .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/***********************************
** Tables
***********************************/
.table-striped {
  background-color: white;
  margin-bottom: 30px;
  width: 100%;
}
.table-striped thead {
  background-color: #b4b4b4;
  color: white;
  font-weight: 600;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(100, 100, 100, 0.1);
}
.table-striped td,
.table-striped th {
  padding: 5px 10px;
}
.table-striped td .button,
.table-striped th .button {
  margin: 0px;
}
.table-striped td {
  border-bottom: 1px solid #bebebe;
}
.table-striped tr.disabled td,
.table-striped tr.past td {
  background-color: #c8c8c8 !important;
  color: #969696 !important;
}
.table-striped tr.unpublished td {
  background-color: #86bc25 !important;
  color: white !important;
}
.table-striped tr.row-hl {
  font-weight: 700;
}
.legend-unpublished {
  background-color: #86bc25 !important;
  color: white !important;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.legend-past {
  background-color: #c8c8c8 !important;
  color: #969696 !important;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
}
/**************************
** Forms
**************************/
label {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
.form-group {
  margin: 15px 0;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group .form-control {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  width: 220px;
  background-color: white;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 3px solid #c8c8c8;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group .form-control:focus {
  outline: none;
}
.form-group input[type="text"]:hover,
.form-group input[type="password"]:hover,
.form-group .form-control:hover,
.form-group input[type="text"]:active,
.form-group input[type="password"]:active,
.form-group .form-control:active,
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group .form-control:focus {
  border: 3px solid #214e92;
}
.form-group .form-control.form-controll-full-width {
  width: 100%;
}
.form-group.has-hint .form-control {
  padding-right: 42px;
}
.form-group.has-hint .show-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.form-group.has-hint .show-hint span {
  color: #86bc25;
}
.form-group.has-hint .show-hint:hover span {
  color: #214e92;
}
.form-group.has-hint .show-hint:hover .hint {
  display: block;
}
.form-group.initialy-hidden {
  display: none;
}
.form-cb {
  position: relative;
}
.form-cb input {
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 10;
}
.form-cb label {
  padding-left: 30px;
}
#overwrite .file-frame {
  border: 3px solid #c8c8c8;
  padding: 10px;
  position: relative;
}
#overwrite .file-frame .show-hint {
  right: 0px;
  bottom: 0px;
}
.form-headline {
  margin-left: -15px;
  background-color: #214e92;
  display: inline-block;
  color: white;
  padding: 15px;
}
.single-item-frame,
.existing-gallery-image {
  padding-left: 99px;
  position: relative;
}
.single-item-frame .actions,
.existing-gallery-image .actions {
  position: absolute;
  left: 0px;
  bottom: 16px;
  width: 84px;
  height: 37px;
}
.single-item-frame .actions .action,
.existing-gallery-image .actions .action {
  display: block;
  float: left;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.single-item-frame .actions .action:hover,
.existing-gallery-image .actions .action:hover {
  background-color: #ff6400;
  color: white;
}
.single-item-frame .actions .action span,
.existing-gallery-image .actions .action span {
  line-height: 37px;
}
.existing-gallery-image {
  margin-bottom: 15px;
  background-color: #f0f0f0;
}
.existing-gallery-image .actions {
  bottom: auto;
  top: 0px;
}
.existing-gallery-image .existing-gallery-image-form {
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}
hr {
  border: none;
  border-bottom: 1px dotted #214e92;
}
/**************************
** Fixed Navigation
**************************/
.fixed-navigation {
  position: fixed;
  right: 30px;
  top: 50%;
}
.fixed-navigation a {
  display: block;
  color: black;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 5px;
}
/**************************
** Content
**************************/
.content {
  background-color: white;
}
.single-event-main-content .inner-content {
  padding-top: 0px;
}
.link-single a {
  display: block;
  padding-left: 40px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}
.link-single a span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
}
.main-content,
.widecolumn {
  background-color: white;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.main-content.single-event-main-content,
.widecolumn.single-event-main-content {
  padding-top: 0px;
}
.sidebar {
  background-color: white;
  margin-top: 30px;
  margin-bottom: 60px;
}
.sidebar ul,
.sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar ul a,
.sidebar li a {
  display: block;
  padding: 10px 15px;
  color: #252525;
  text-decoration: none;
}
.sidebar ul a:hover,
.sidebar li a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.sidebar h2,
.sidebar h3 {
  padding: 10px 15px;
  background-color: #214e92;
  color: white;
  display: block;
}
.event-sidebar {
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-sidebar a {
  color: #214e92;
}
.event-sidebar a.button {
  color: white;
}
.event-sidebar .event-sidebar-widget {
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.event-sidebar .event-sidebar-widget h3 {
  color: #214e92;
  font-size: 21px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.event-sidebar .event-sidebar-widget .event-map {
  height: 200px;
  width: 100%;
}
.event-sidebar .event-sidebar-widget .count {
  color: #214e92;
  font-size: 21px;
}
.event-sidebar .event-sidebar-widget .count img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.event-sidebar .single-event-sponsor img,
.event-sidebar .single-event-veranstalter img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
.search-results {
  background-color: white;
  padding: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.search-results h3 {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  background-color: #214e92;
  color: white;
}
.search-results .veranstalter-single {
  width: 30%;
  float: left;
  margin-right: 3%;
}
.search-results .veranstalter-single img {
  width: 100%;
  height: auto;
}
.search-results .single-event-videos,
.search-results .single-event-praesentationen {
  padding: 0 30px;
}
.social-share-buttons {
  position: absolute;
  right: 15px;
  top: 15px;
}
.social-share-buttons a,
.social-share-buttons span {
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
/**************************
** Slider
**************************/
.slider {
  position: relative;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-top: -60px;
}
.slider-container {
	position: relative;
}
.slider-container .slider-navigation .slider-prev,
.slider-container .slider-navigation .slider-next {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  opacity: 0.5;
  cursor: pointer;
  font-size: 32px;
}
.slider-container .slider-navigation .slider-prev {
  left: 10px;
}
.slider-container .slider-navigation .slider-next {
  right: 10px;
}
.slider-page {
  background-color: white;
}
.slider-page .slider-page-inner {
  display: table;
  width: 100%;
}
.slider-page .slider-page-inner > a {
  display: table;
  width: 100%;
  text-decoration: none;
  color: #252525;
}
.slider-page .slider-page-inner a {
  color: #252525;
  text-decoration: none;
}
.slider-page .slider-image {
  width: 50%;
  display: table-cell;
}
.slider-page .slider-image img {
  width: 80%;
  height: auto;
}
.slider-page .slider-text {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 30px;
}
.slider-page .slider-text .hl {
  color: #214e92;
}
.slick-dots {
  bottom: 0px;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 2px;
  padding: 0;
}
.slick-dots li button {
  height: 7px;
  width: 7px;
  padding: 0;
  background-color: #d4d4d4;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #727272;
}
.single-event-header {
  margin-top: -60px;
  display: table;
  width: 100%;
  background-color: white;
  position: relative;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}
.single-event-header .event-header-image {
  width: 40%;
  display: table-cell;
}
.single-event-header .event-header-image img {
  width: 100%;
  height: auto;
}
.single-event-header .event-header-text {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  padding-left: 60px;
  position: relative;
  padding-bottom: 60px;
}
.single-event-header .event-header-text.no-thumb {
  width: 100%;
  display: block;
  padding: 30px;
  padding-bottom: 90px;
}
.single-event-header .event-header-text h1 {
  font-size: 21px;
}
.single-event-header .event-header-text .button-anmeldung {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 44px;
  background-color: #214e92;
  color: white;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  left: 0px;
}
.single-event-header .event-header-text .hl {
  color: #214e92;
}
.single-event-headlines {
  height: 42px;
  line-height: 42px;
  color: white;
  background-color: #214e92;
  font-size: 18px;
  display: inline-block;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: 30px;
}
.single-event-headlines:first-child {
  margin-top: 0px;
}
/**************************
** Home
**************************/
.slick-slider {
  margin-bottom: 15px;
}
.custom-select {
  width: 200px;
  background-color: white;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.custom-select .select-options {
  height: 0px;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  background-color: white;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.custom-select .select-options .select-option {
  padding: 10px 15px;
  line-height: 1;
  border-top: 1px solid #e6e6e6;
}
.custom-select .current-selected {
  height: 66px;
  overflow: hidden;
  line-height: 1;
  padding-top: 25px;
}
.custom-select .select-options .select-option.active {
  background-color: #86bc25;
  color: white;
}
.custom-select:hover,
.custom-select.active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.custom-select:hover .select-options,
.custom-select.active .select-options {
  height: 210px;
}
.isotope-line {
  line-height: 66px;
  height: 76px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  background-color: rgb(240,240,240);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 10px;
}
.isotope-line.no-slider {
  margin-top: -30px;
}
.isotope-line .filter-container {
  float: left;
}
.isotope-line .filter-container label {
  float: left;
  margin-right: 15px;
}
.isotope-line select {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
}
.isotope-line select:focus {
  outline: none;
}
.isotope-line .sort-container {
  display: block;
  float: right;
}
.isotope-line .sort-container label {
  height: 66px;
  line-height: 66px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  position: relative;
  top: -30px;
}
.isotope-line .sort-container .sort-container-inner {
  height: 66px;
  line-height: 66px;
  background-color: white;
  display: inline-block;
}
.isotope-line .sort-container .sort-container-inner .sort {
  display: block;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #d4d4d4;
  cursor: pointer;
  padding-right: 18px;
}
.isotope-line .sort-container .sort-container-inner .sort:hover {
  color: #214e92;
}
.isotope-line .sort-container .sort-container-inner .sort:last-child {
  border-right: none;
}
.isotope-line .sort-container .sort-container-inner .sort.desc,
.isotope-line .sort-container .sort-container-inner .sort.asc {
  background-color: #214e92;
  color: white;
}
/**************************
** Event
**************************/
.event-header {
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
  min-height: 50px;
}
.isotope-elem {
  position: relative;
  background-color: white;
  margin-bottom: 20px;
  padding-top: 1px;
  width: 300px;
  width: 32%;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.listview .isotope-elem {
  width: 100% !important;
}
.isotope-elem .event-body {
  padding: 15px;
}
.isotope-elem h2 {
  font-size: 16px;
  line-height: 20px;
  padding-left: 100px;
  margin-bottom: 0px;
}
.isotope-elem h2 a {
  text-decoration: none;
  color: #252525;
}
.isotope-elem .author {
  padding-left: 100px;
  line-height: 14px;
  max-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.isotope-elem .categories {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 100px;
  line-height: 14px;
  max-height: 28px;
  overflow: hidden;
}
.isotope-elem .categories li {
  display: inline-block;
}
.isotope-elem .categories li:after {
  content: '|';
  color: #214e92;
  display: inline-block;
  margin-left: 3px;
}
.isotope-elem .categories li:last-child:after {
  display: none;
}
.isotope-elem .date {
  width: 85px;
  height: 85px;
  text-align: center;
  color: white;
  line-height: 26px;
  padding: 18px 0;
  font-size: 21px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.isotope-elem .date {
  background-color: #214e91;
}
.isotope-elem .event-thumbnail img {
  width: 100%;
  height: auto;
}
.grid-sizer {
  width: 32%;
}
.gutter-sizer {
  width: 1.99%;
}
.isotope-elem h2, .isotope-elem h4 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 100px;
    margin-bottom: 0;
    margin-top: 10px;
}
/**************************
** Detail
**************************/
/**************************
** Footer
**************************/
.contact-line {
  height: 64px;
  line-height: 64px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.contact-line .container {
  position: relative;
  background-color: #666666;
  padding-left: 60px;
  padding-right: 60px;
}
.contact-line .container:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 57px;
	background-image: url(/img/footer_left.png);
}
.contact-line .container:after {
	display: block;
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 57px;
	background-image: url(/img/footer_right.png);
}
.contact-line a {
  color: #252525;
}
.contact-line a:after {
  content: '|';
  margin-left: 10px;
  display: inline-block;
}
.contact-line a:last-child:after {
  display: none;
}
.contact-line .footer-menu-left,
.contact-line .footer-menu-right {
  color: white;
}
.contact-line .footer-menu-left a,
.contact-line .footer-menu-right a {
  color: white;
  display: inline-block;
  margin-right: 5px;
}
.contact-line .footer-menu-right {
  position: absolute;
  right: 60px;
  top: 0px;
}
.contact-line .to-top {
  cursor: pointer;
  font-size: 32px;
  color: white;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -32px;
}
.contact-line .to-top span {
  height: 64px;
  line-height: 64px;
  display: inline-block;
}
.contact-line .to-top:after {
  display: none;
}
/**************************
** Anmeldungen
**************************/
#anmeldungen-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
#anmeldungen-overlay .anmeldungen-overlay-inner {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15%;
  background-color: white;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-header {
  padding: 20px;
  padding-left: 60px;
  color: white;
  background-color: #214e92;
  font-size: 18px;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body {
  padding: 20px 60px;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body .info {
  color: #214e92;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body ul,
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body ul {
  margin-top: 20px;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body li {
  padding: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  line-height: 22px;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body li .name {
  font-weight: 700;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body li .anmeldung-social-icons {
  position: absolute;
  right: 0px;
  top: 10px;
}
#anmeldungen-overlay .anmeldungen-overlay-inner .anmeldungen-body li .anmeldung-social-icons a {
  margin-left: 0px;
  display: inline-block;
}
/**************************
** Mobile Styles
**************************/
.toggle-mobile-navigation {
  font-size: 32px;
  color: white;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.mobile-navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 11;
  width: 260px;
  background-color: #18407d;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: none;
}
.mobile-navigation ul,
.mobile-navigation li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-navigation .submenu {
  display: none;
}
.mobile-navigation a {
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  text-transform: uppercase;
  color: white;
}
.mobile-navigation a:hover {
  text-decoration: none;
  background-color: #214e92;
}
.mobile-navigation .active a {
  background-color: white;
  color: #214e92;
}
.mobile-navigation .mobile-search-container input {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: white;
}
.mobile-navigation .mobile-search-container input:focus {
  outline: none;
}
.mobile-navigation .close-mobile-navigation {
  position: absolute;
  left: -42px;
  top: 0px;
  font-size: 24px;
  color: white;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
  background-color: #18407d;
  cursor: pointer;
}
/**************************
** Footer
**************************/
.footer {
  padding: 24px 0;
}

.footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: rgb(240,240,240);
}

.footer .col-md-3 {
  border-right: 1px solid #858484;
}
.footer .col-md-3:last-child {
  border-right: none;
}
.footer .col-md-3:first-child {
  padding-left: 15px;
}
.footer h3 {
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 0px;
}
.footer ul,
.footer li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer li a {
  color: #858484;
  display: block;
  padding: 2px 0;
}
.footer li a:hover {
  text-decoration: none;
}
.footer .spacer {
  height: 21px;
  margin-bottom: 6px;
}
.more-events {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.more-events:hover {
  text-decoration: none;
  color: #d4d4d4;
}
/**************************
** Referenten
**************************/
.single-event-referenten {
  margin: 15px 0;
  overflow: hidden;
}
.referent-single {
  float: left;
  margin-right: 15px;
  width: 100px;
  font-size: 12px;
  line-height: 16px;
  min-height: 170px;
}
.referent-single img {
  margin-bottom: 10px;
}
.social-share-buttons-enrolment a {
  background-color: #f0f0f0;
  color: white;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}
/**************************
** Carousels
**************************/
.carousel-outer {
  position: relative;
}
.carousel-outer:before,
.carousel-outer:after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0px;
}
.carousel-outer:after {
  right: -30px;
}
.carousel-outer:before {
  left: -30px;
}
.carousel-outer .carousel-nav {
  position: absolute;
  top: 50%;
  height: 44px;
  width: 44px;
  padding: 10px 13px;
  margin-top: -22px;
  cursor: pointer;
  z-index: 100;
  font-size: 16px;
}
.carousel-outer .next {
  right: -36px;
}
.carousel-outer .prev {
  left: -36px;
}
.carousel {
  margin: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.carousel-item {
  padding: 0 15px;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
.video-carousel .carousel-item {
  cursor: pointer;
}
/**************************
** Media Queries
**************************/
@media screen and (max-width: 1442px) {
  .fixed-navigation {
    display: none;
  }
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
  .grid-sizer,
  .isotope-elem {
    width: 49%;
  }
  .contact-line {
  	background-color: #666666;
  }
  .slider-page .slider-text {
    font-size: 16px;
    line-height: 24px;
  }
  .header .container .highlight-left {
  	display: none;
  }
  .header {
    height: 72px;
    background-color: #214e92;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    min-height: auto;
  }
  .header .highlight-container {
	    position: relative;
	    margin-left: -0px;
	    margin-right: -0px;
	    padding: 0px;
	    padding-bottom: 0px;
	}
  .header .logo {
   	left: 0px !important;
   	top: 20px;
   	height: 52px;
  }
  .header .logo-2 {
    top: 0px;
  }
  .header .blm {
    top: 20px;
    right: 60px;
  }
  .header .blm img {
    width: 40px;
    height: auto;
  }
  .logged-in .header {
    top: 42px;
  }
  .content {
    margin-top: 72px;
    padding-top: 15px;
  }
  .contact-line .to-top {
    left: 0px;
    margin-left: 0px;
  }
  .contact-line .footer-menu-right {
    right: 10px;
    font-size: 12px;
  }
  .contact-line .footer-menu-right a {
    margin-right: 1px;
  }
  .contact-line .footer-menu-right a:after {
    margin-left: 4px;
  }
  .footer .col-md-3 {
    border-right: none;
    padding-left: 15px;
  }
  .footer .spacer {
    height: 0px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-page .slider-page-inner {
    display: block;
    width: 100%;
  }
  .slider-page .slider-image {
    width: 100%;
    display: block;
  }
  .slider-page .slider-image img {
    width: 100%;
    height: auto;
  }
  .slider-page .slider-text {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 40px;
  }
  .slider-page .slider-text .hl {
    color: #214e92;
  }
  .single-event-header {
    display: block;
  }
  .single-event-header .event-header-image {
    width: 100%;
    display: block;
  }
  .single-event-header .event-header-text {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .grid-sizer,
  .isotope-elem {
    width: 100%;
  }
  .gutter-sizer {
    width: 0%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    display: none !important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
    display: none !important;
  }
  .fixed-navigation,
  .social-share-buttons,
  .button-anmeldung,
  .presentations,
  .videos,
  .images,
  .event-sidebar-widget,
  .footer,
  .contact-line {
    display: none;
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
    display: none !important;
  }
  .single-events img {
    display: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.picker__holder,
.picker__frame,
.picker--opened .picker__holder {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}
.slider-image, .event-header-image {
	position: relative;
}
.slider-image .source, .event-header-image .source {
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: white;
	font-size: 12px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
.cookie-hint {
	position: fixed;
	bottom: 64px;
	text-align: center;
	line-height: 24px;
	background-color: #214e92;
	color: white;
	padding: 8px 15px;
	width: 100%;
}
.cookie-hint a {
	color: white;
	text-decoration: underline;
	margin-left: 15px;
}