/*
Theme Name:   ColibriWPChild
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       Emanuel Werner
Author URL:   Trage hier die Blog- oder Website-URL des Autors ein
Template:     colibri-wp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ColibriWPChild
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */

/* Captcha */

.f12-captcha img {
    margin: 0!important;
}


/* Captcha Ende */

body:not(.colibri-in-customizer) .ausblenden {
    display: none!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
display:none !important;
}

h4.wpmf_text {
    display: none!important;
}

h1, h2, h3, h4 {
    -ms-hyphens: auto; /* ab IE10 */
    -moz-hyphens: auto; /* seit Firefox 6 */
    -webkit-hyphens: auto; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
    hyphens: auto;
}

.nowrap, .nowrap h1, .nowrap h2, .nowrap h3, .nowrap h4 {
    word-break: normal!important;
    -ms-hyphens: manual!important; /* ab IE10 */
    -moz-hyphens: manual!important; /* seit Firefox 6 */
    -webkit-hyphens: manual!important; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
    hyphens: manual!important;
}

/* Galerie Anfang */
.gallery-masonry {
  min-height: auto!important;
}
/* Galerie Ende */


/* Wiki Anfang */

picture {
    margin: auto!important;
}

.title_link_ags {
    text-decoration: none!important;
    line-height: 1.3em!important;
    color: #17252a!important;
    _font-family: MyriadPro!important;
    font-weight: 700!important;
    font-size: 20px!important;
    transition: all 0.3s!important;
    text-transform: none!important;
  text-align: left!important;
}
.title_link_ags:hover {
    _color:rgba(23, 37, 42, 0.8)!important;
    transition: all 0.3s!important;
}
.ccchildpage {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2)!important;
    _border-radius: 5px!important;
    padding: 0!important;
    display: flex!important;
    flex-flow: column!important;
}
.ccpages_more a {
    text-decoration: none!important;
    _color: red!important;
    transition: all 0.3s!important;
    _font-family: Open Sans!important;
    font-weight: 600!important;
    font-size: 14px!important;
  
    line-height: 1em!important;
}


.ccpage_linked_title {
    order: 2!important;
    padding: 20px 30px 0px 30px!important;
    line-height: 0.8!important;
  text-align: left!important;
}
.ccpages_more a:hover {
    text-decoration: none!important;
    _color: black!important;
    transition: all 0.3s!important;
}
.ccpage_linked_thumb {
    order: 1!important;

}
.ccpage_linked_thumb img {
    margin: 0!important;
    _border-radius: 5px 5px 0 0!important;
    transition: all 0.3s!important;
    height: 200px!important;
    width: 100%!important;
    object-fit: cover!important;
}
.ccpage_linked_thumb img:hover {
    opacity: 0.7!important;
    transition: all 0.3s!important;
}
.ccpages_more {
    order: 3!important;
    padding: 0px 30px 20px 30px!important;
  text-align: left!important;
}
.ccpages_more a::after {
    content: " ➔"!important;
}


@media screen and (max-width: 600px) {
    .twocol .ccchildpage, .threecol .ccchildpage, .fourcol .ccchildpage {
        width: 98%!important;
        float: none!important;
    }
}
/* Wiki Ende */