/*
 Theme Name:   DevDmBootstrap3 Child
 Theme URI:    http://devdm.com/DevDmBootstrap3/
 Description:  DevDmBootstrap3 Child Theme
 Author:       Erich Schweizer-Ferrari
 Author URI:   https://kath.ch
 Template:     devdmbootstrap3
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  devdmbootstrap3-child
*/

/**
 * profilia.ch
 *
 * Copyright 2015 Katholisches Medienzentrum, Erich Schweizer-Ferrari
 */

/**
 * Farben
 * orange: #DA7215
 * 
 */

@font-face {
    font-family: 'ggx88extralight';
    src: url('ggx88_extralight_macroman/ggx88_el-webfont.eot');
    src: url('ggx88_extralight_macroman/ggx88_el-webfont.eot?#iefix') format('embedded-opentype'),
         url('ggx88_extralight_macroman/ggx88_el-webfont.woff2') format('woff2'),
         url('ggx88_extralight_macroman/ggx88_el-webfont.woff') format('woff'),
         url('ggx88_extralight_macroman/ggx88_el-webfont.ttf') format('truetype'),
         url('ggx88_extralight_macroman/ggx88_el-webfont.svg#ggx88extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #4F4538;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 100%;
    line-height: 1.5;
    margin: 0%;
    width: 100%;
}

a, a:hover, a:active, a:focus {
    outline: 0;
}
a {
    color: #DA7215;
    font-weight: 600;
}
a:hover, a:active, a:focus {
    color: #BB5613;
    text-decoration: none;
}
.dropdown-toggle:hover {
    color: #BB5613;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #DA7215;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    width: 100%;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    border: none;
    margin-bottom: 9px;
}
.navbar {
    border-radius: 0;
    height: 52px;
    min-height: 30px;
    z-index: 10;
}
.navbar-toggle {
    color: #DA7215;
    cursor: pointer;
    margin: 0;
}
.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus {
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle {
    background-color: #FFFFFF;
    margin-top: 7px;
}
.navbar-default .navbar-nav > li {
    border-top: 1px solid #D8D8D8;
    padding-top: 7px;
    padding-bottom: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #DA7215;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #BB5613;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #4F4538;
}
.collapse, .navbar-collapse, .navbar-1-collapse {
    background-color: #FFFFFF !important;
}
.lang {
    float: left;
    margin: 11px 0 0 11px;
}

.lang a {
    color: #666666;
}
.icon-bar {
    background-color: #DA7215 !important;
}
.logo-container {
    padding-left: 0px;
    padding-right: 0px;
}
.logo {
    margin-bottom: 13px;
    margin-top: 13px;
    max-width: 300px;
    width: 100%;
}
.logo-line {
    border-top: 1px solid #D8D8D8;
    margin: 7px -2px 7px -2px;
}
header {
    height: 100px;
}

.masthead {
    font-weight: 400;
    /* text-shadow: 2px 2px 1px rgba(255, 255, 255, 1); */
}
.masthead a {
    color: red;
}
.text-header {
    display: none;
}
.no-border {
    border: none !important;
    padding: 0 !important;
}
.form-horizontal .control-group {
    margin-bottom: 11px;
}
.form-horizontal .control-label {
    padding-top: 3px;
}
form {
    margin: 0 0 0 0;
    padding: 0;
}
.formError {
    background-color: red;
    color: white;
}
.kontrolle {
    display: none;
}
/*
h1 {
    font-size: 30px;
    font-weight: 400;
    margin: 18px 0 12px 0;
    padding: 0;
    line-height: 1.5;
}
*/
h1, h2 {
    font-family: ggx88extralight, sans-serif;
    font-size: 48px;
    font-weight: normal;
    margin: 29px 0 13px 0;
    padding: 0;
    line-height: 1.1;
}
.page-header {
    border-bottom: 1px solid #D8D8D8;
    font-size: 48px;
    margin: 37px 0 19px 0;
    padding: 0 0 29px 0;
}
h3, .page-content-left h2 {
    color: #DA7215;
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 400;
    margin: 19px 0 13px 0;
    padding: 0;
    line-height: 1.5;
}
h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 17px 0 0 0;
    padding: 0;
}
h4:first-child {
    margin: 0 0 0 0;
}
html {
    overflow-y: scroll;
}
li.inline {
    display: block;
    float: left;
    margin: 0 23px 11px 0;
    padding: 0;
}
li.inline img {
    margin: 0 7px 0 0;
}
span.help-inline {
    min-width: 40px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, #wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 0px 27px 0 0;
    border-top: none;
}
table {
    width: auto;
}
table.home td {
    border: none;
    font-size: 24px;
    text-align: center;
}
div.home span.glyphicon {
    display: block;
    font-size: 50px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
div.home {
    font-size: 24px;
}

.dmbs-main ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.dmbs-main ul li:before {
    display: inline-block;
    content: '\2013';
    width: 1em;
    margin-left: -1em;
}

footer {
    background-color: #E8E8E8;
    bottom: 0px;
    font-size: 12px;
    height: 27px;
    position: fixed;
    text-align: right;
    width: 100%;
}
footer div {
    margin: 5px 7px 0 0;
}
.footer {
    height: 37px;
}
.dmbs-footer-menu .navbar {
    min-height: 24px;
}
.dmbs-footer-menu .navbar-nav > li > a {
    color: #333333 !important;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.caption {
    font-size: 13px;
    line-height: 1.2;
    margin: 5px 0 0 0;
}
.left {
    margin: 0 0 0 0;
}
.left .glyphicon {
    color: #E8E8E8;
    display: none;
    font-size: 200px;
}
.right {
    margin-top: 0;
}
.strikethrough {
    text-decoration: line-through;
}
.ui-datepicker {
    font-size: 0.8em;
}
.image-header {
    margin: 0;
}
.image-header img {
    max-width: 100%;
    width: 100%;
}
.horizontal-line {
    border-bottom: 1px solid #D8D8D8;
}
.vertical-lines {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}
.contact {
    margin-top: 17px;
}
.contact-image {
    margin-top: 5px;
}
.filter {
    background-image: url('images/back_filter.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: ggx88extralight, sans-serif;
    font-size: 18px;
    text-align: center;
}
.filter-margin-top {
    display: block;
    margin-top: 12px;
}
.filter-medaillon {
    margin: 0 auto 0 auto;
    padding: 11px 0 13px 0;
}
.filter-medaillon-left {
    background-image: url('images/circle_left.png');
    display: none;
    min-height: 54px;
    width: 27px;
}
.filter-medaillon-middle {
    background-image: url('images/lines.png');
    display: inline-block;
    min-height: 54px;
}
.filter-medaillon-right {
    background-image: url('images/circle_right.png');
    display: none;
    min-height: 54px;
    width: 27px;
}
.filter-medaillon-label {
    display: none;
}
select.quickstart {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image:url('images/dropdown_half.png');
    background-position: right;
    background-repeat: no-repeat;
    border: none;
    color: white;
    font-family: 'Libre Baskerville', serif;
    padding-right: 34px;
}
select.quickstart option {
    color: #DA7215;
}
select.quickstart option:hover, select.quickstart option:checked {
    box-shadow: 0 0 10px 100px #DA7215 inset;
    color: white;
}
select.schoolsearch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #DA7215;
    background-image: url('images/dropdown_half_line.png');
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
    color: white;
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 1px 43px 3px 9px;
    text-transform: uppercase;
    width: 100%;
}
select.schoolsearch:hover {
    background-color: #BB5613;
}
select.schoolsearch option {
    background-color: white;
    border-top: 1px solid #D8D8D8;
    color: #4F4538;
    font-size: 16px;
    padding: 5px 9px 5px 9px;
    text-transform: none;
}
select.schoolsearch option:hover, select.schoolsearch option:checked {
    box-shadow: 0 0 10px 100px #DA7215 inset;
    color: white;
}
input.schoolsearch {
    margin: 0 0 0 0;
    padding: 2px 0 4px 7px;
    width: 100%;
}
.medaillon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-content-left {
    padding-right: 0;
}
.page-content-right {
    padding-left: 0;
}
.page-content-right h2 {
    margin-bottom: 25px;
}
.sidebar-element {
    border-bottom: 1px solid #D8D8D8;
    margin: 21px 0 43px 0;
    padding: 0 0 43px 0;
    text-align: center;
}
.sidebar-teaser {
    color: #4F4538;
    display: block;
    font-family: ggx88extralight, sans-serif;
    font-size: 32px;
    line-height: 1.2;
}
.sidebar-teaser:active, .sidebar-teaser:focus, .sidebar-teaser:hover {
    color: #BB5613;
}
.sidebar-calltoaction {
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    line-height: 1.1;
    padding: 29px 0 37px 0;
}
.person-element .image {
    float: left;
    width: 30%;
}
.person-element .text {
    float: left;
    width: 70%;
}
.person-element .text div {
    margin-left: 10%;
}
.item {
    margin: 7px 0 29px 0;
}
.item h3 {
    line-height: 1.2;
    margin: 5px 0 5px 0;
}
.form td {
    padding-bottom: 13px;
}
.form textarea {
    height: 150px;
    padding-left: 5px;
    width: 100%;
}
.form input[type="text"] {
    padding-left: 5px;
    width: 100%;
}
.form input[type="checkbox"], .form input[type="radio"] {
    margin-right: 13px;
}
.form .wpcf7-list-item {
    display: block;
    margin: 0;
}
.form .wpcf7-email {
    width: 100%;
}
.item .title h3 {
    font-size: 24px;
}
.item .title h3 a {
    font-weight: 400;
}
.item .text {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 29px;
    padding-bottom: 29px;
}

  /* ------- */
 /* schools */
/* ------- */

#school-details {
    margin: 0;
}
#schoollist tr {
    border-top: 1px solid #D8D8D8;
    padding: 3px 0 3px 0;
}
#schoollist td {
    padding: 3px 49px 3px 0;
}
.school-selects {
    margin: 19px 0 19px 0;
}

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

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

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

/*
collapseomatic
*/
.collapseomatic {
    background-position: -1px 7px;
    color: #DA7215;
}

/*
cycle2
*/
/* slideshow */
.cycle-slideshow {
    width: 100%;
    z-index: 0;
}
.cycle-slideshow img {
    height: auto;
    width: 100%;
}
/* overlay */
.cycle-overlay { 
    background: #4F4538;
    bottom: 0;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8em;
    opacity: 0.6;
    padding: 3px 7px 3px 7px;
    position: absolute;
    width: 100%;
    z-index: 600;
}
/* prev / next links */
.cycle-prev, .cycle-next {
    cursor: pointer;
    filter: alpha(opacity=1);
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 800;
}
.cycle-prev {
    background: url('images/dia-prev.png') 0% 50% no-repeat;
    left: 9%;
}
.cycle-next {
    background: url('images/dia-next.png') 100% 50% no-repeat;
    right: 9%;
}
.cycle-prev:hover, .cycle-next:hover {
    filter: alpha(opacity=75);
    opacity: .75;
}
/* pager */
.cycle-pager { 
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -33px;
    width: 100%;
    z-index: 500;
}
.cycle-pager span { 
    color: #ddd;
    cursor: pointer; 
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    height: 16px; 
    width: 16px;
}
.cycle-pager span.cycle-pager-active {
    color: #4F4538;
}
.cycle-pager > * {
    cursor: pointer;
}

/**
* social media buttons
*/
.esf-social-buttons {
    float: right;
    margin: 2px 0 0 27px;
}
a.post-share {
    background: #3e599a;
    color: #ffffff;
    display: block;
    float: left;
    height: 33px;
    margin: 3px 0px 0px 0px;
    overflow: hidden;
    padding: 8px 0 0 11px;
    position: relative;
    text-decoration: none;
    text-indent: 0;
    width: 70px;
}
a.post-share:hover {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}
a.post-share span {
    background-color: #4665af;
    color: #ffffff;
    display: block;
    float: right;
    font: 14px "Source Sans Pro", sans-serif;
    height: 23px;
    padding: 5px 11px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 30px;
}

a.post-share.facebook {
    background: #3a5799;
    margin-right: 0px;
}
a.post-share.facebook span {
    background: #3a5799;
    /* background-color: #4665af; */
}

a.post-share.twitter {
    background: #00aaf0;
    margin-right: 0px;
}
a.post-share.twitter span {
    background: #00aaf0;
    /* background-color: #529fda; */
}

a.post-share.gplus {
    background: #b8382e;
    margin-right: 0px;
}
a.post-share.gplus span {
    background-color: #d24238;
}

a.post-share.print {
    background: #0075b8;
    margin-right: 0px;
}
a.post-share.print span {
    background: #0075b8;
    /* background-color: #4665af; */
}

  /* ----------- */
 /* Embed Video */
/* ----------- */

.video-container {
    margin-top: 33px;
    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) {
    .navbar-default .navbar-nav {
        float: right;
    }
    .navbar-default .navbar-nav > li {
        border: none;
        background-image: url('images/point-nav.png');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 3px;
    }
    .navbar-default .navbar-nav > li:last-child {
        background: none;
        padding-right: 0px;
    }
    .nav > li > a {
        padding: 0px 6px 0px 6px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    header {
        height: 0px;
    }
    .navbar {
        height: 72px;
    }
    .affix + .dmbs-content {
        margin-top: 92px;
    }
    .logo-navbar-768 {
        margin: 10px 0 0 0;
    }
    #menu-main {
        margin: 10px -23px 0 0;
    }
    .filter-medaillon-left {
        display: inline-block;
    }
    .filter-medaillon-right {
        display: inline-block;
    }
    .filter-medaillon-label {
        display: inline;
    }
    .page-header {
        font-size: 80px;
    }

    .text-header {
        display: block;
        margin: 59px 0 0 59px;
        max-width: 250px;
        position: absolute;
    }
    .zitat {
        font-family: ggx88extralight, sans-serif;
        font-size: 30px;
        line-height: 1.1;
    }
    .quelle {
        color: #DA7215;
        font-family: 'Libre Baskerville', serif;
        font-size: 20px;
        font-weight: 400;
    }
    .lang {
        font-size: 13px;
        margin: -21px 0 0 0;
        padding: 0 0 0 0;
        text-align: right;
        width: 100%;
    }
    .page-content-left {
        padding-right: 17px;
    }
    .page-content-right {
        border-left: 1px solid #D8D8D8;
        padding-left: 17px;
    }
    input.schoolsearch, select.schoolsearch {
        margin: 0 1% 0 0;
        width: 17%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar {
        height: 102px;
    }
    .affix + .dmbs-content {
        margin-top: 122px;
    }
    .logo-navbar-768 {
        margin: 20px 0 20px 0;
    }
    #menu-main {
        margin: 20px -23px 20px 0;
    }
    .lang {
        margin: -37px 0 0 0;
        padding: 0 0 0 0;
    }
    .text-header {
        display: block;
        margin: 59px 0 0 59px;
        max-width: 250px;
        position: absolute;
    }
    .zitat {
        font-family: ggx88extralight, sans-serif;
        font-size: 42px;
        line-height: 1.1;
    }
    .quelle {
        color: #DA7215;
        font-family: 'Libre Baskerville', serif;
        font-size: 24px;
        font-weight: 400;
    }
    .page-content-left {
        padding-right: 29px;
    }
    .page-content-right {
        padding-left: 29px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 700;
    }
    .navbar {
        height: 122px;
    }
    .affix + .dmbs-content {
        margin-top: 142px;
    }
    .logo-navbar-768 {
        margin: 40px 0 0 0;
    }
    #menu-main {
        margin: 40px -23px 0 0;
    }
    .lang {
        font-size: 14px;
        margin-top: -19px;
        padding: 0 0 0 0;
    }
    .image-header {
        margin: 0 -10% 0 -10%;
    }
    .image-header img {
        max-width: 120%;
        width: 120%;
    }
    .text-header {
        display: block;
        margin: 59px 0 0 59px;
        max-width: 350px;
        position: absolute;
    }
    .zitat {
        font-family: ggx88extralight, sans-serif;
        font-size: 42px;
        line-height: 1.1;
    }
    .quelle {
        color: #DA7215;
        font-family: 'Libre Baskerville', serif;
        font-size: 24px;
        font-weight: 400;
    }
    .filter {
        margin: 0 -10% 0 -10%;
        max-width: 120%;
        width: 120%;
    }
    #school-cycle {
        margin: 0 -10% 0 -10%;
        max-width: 120%;
        width: 120%;
    }
    #school-details {
        margin: 0 0 0 0;
    }
    #school-map {
        margin: 0 -10% 0 -10%;
        max-width: 120%;
        width: 120%;
    }
    .page-content-left {
        padding-right: 37px;
    }
    .page-content-right {
        padding-left: 37px;
    }
}

