.videoBox {
    margin: -14px !important;
    width: 855px;
}
.videoBox video {
    width: 100%;
}

@media (max-width: 1200px) {
    .videoBox {
        width: 100%;
    }
}


.imginfo {
    line-height: 1.4em;
    margin:.5em 0 0;
    font-size: .933em;
}

ul.dashedlist {
    list-style: none;
    padding-left: 2em;
}
ul.dashedlist li {
    text-indent: -1em;
}
ul.dashedlist li::before {
    content: "– "
}

.agenda {
	border: 1px solid #CCC;
	float: left;
	margin: 5px;
	width: 195px !important;
	height: 195px !important;
	overflow: hidden;
	display: table;
    background-position: -1px 0px !important;
    background-repeat: no-repeat;
}
.center {
    text-align: center !important;
}
.bild {
    width: 195px !important;
    height: 195px !important;
}
.agendaOverlay {
    cursor: pointer;
	opacity: 0;
	display: inline-block;
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	width: 195px !important;
	height: 195px !important;
}

.agendaOhne {
	display: inline-block;
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	width: 195px !important;
	height: 195px !important;
}

.agendaOverlay:hover {
    background: #005E58;
    opacity: 0.85;
}
.agendaOverlay p {
    color: #fff;
}
.agendaOverlay a,
.agendaOverlay a:link,
.agendaOverlay a:visited,
.agendaOverlay a:active,
.agendaOverlay a:hover,
.agendaOverlay a:focus{
    color: #fff !important;
    text-decoration: none !important;
}

.agendaInfo {
    padding: 2em 0 0 1em;
}

.agenda_big,
.agendaOverlay_big {
    width: 400px !important
}

.extern_link::after {
    font-family: TUCAL;
    speak: none;
    content: "\00a0" "\21a6";
    font-size: .7em;
}

.info_link {
    border-bottom: 1px dotted #979797;
}
.info_link:hover {
    border-bottom: 1px solid;
}

.img-frame {
    padding: 1em 1em 0 1em;
}

@media (max-width: 440px) {
    .agendaOverlay {
        width: 160px !important;
        height: 160px !important;
    }
    .agenda_big {
        width: 360px !important;
        height: 160px !important;
        background-size: contain !important;
    }
    .agendaInfo {
        padding-top: 1em !important;
    }
    .agendaOverlay .info_link,
    .agendaInfo .linkextern {
        display: none;
    }
}