/**
 * URL
 *
 * Copyright 2016 Katholisches Medienzentrum, Erich Schweizer-Ferrari
 */

h2 {
    margin-top: 29px !important;
}
h2:first-child {
    margin-top: 0px !important;
}
.inst-communication {
    margin-top: 7px;
}

.inst-address > p, .inst-communication > p, .pers-address > p, .pers-communication > p {
    margin: 0;
    padding: 0;
}
/*
.insts-under li {
    color: #888888;
}
*/
#esf-address {
    margin-top: 37px;
}

#esf_address ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

#esf_address ul li:before {
    content: '\2013';
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  /* ---------- */
 /* Responsive */
/* ---------- */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

  /* ------------------- */
 /* bootstrap 3 helpers */
/* ------------------- */

.affix {
    top: 0;
    width: 100%;
    z-index: 10;
}

.affix + .dmbs-content {
    margin-top: 72px;
}

#nav {
    z-index: 10000 !important;
}