@media only screen and (min-width: 0) {
    html {
        font-size: 16px; } }
@media only screen and (min-width: 992px) {
    html {
        font-size: 18px; } }
@media only screen and (min-width: 1200px) {
    html {
        font-size: 20px; } }

body {
    line-height: 1.5rem;
}

h1, h2, h3, h4 {
    font-weight: 600;
    margin-bottom: 0.3rem;
}
h1 {
    font-size: 1.4rem;
}
h2, h3, h4 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1rem;
}
h4 {
    font-weight: 400;
}


a {
    color: #000000;
    opacity: 1;
    transition: 0.3s;
}

a:hover {
    color: #666;
    opacity: 0.8;
    transition: 0.3s;
}

.maincontent a {
    color: rgb(33, 37, 41);
    transition: 0.3s;
    text-decoration: underline;
}

.maincontent h1 a,
.maincontent h2 a,
.maincontent h3 a {
    text-decoration: none;
}


.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.important {
    color: #880022;
}

.align-center {
    text-align: center;
}

.maincontent {
    padding-top: 40px;
}

.maincontent.iq-blog-detail {
    padding-left: 12%;
    padding-right: 12%;
}

@media (max-width: 768px) {

    .maincontent {
        margin-bottom: 1rem;
    }
    .maincontent.iq-blog-detail {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 768px) {

    .maincontent {
        margin-bottom: 1rem;
    }
    .maincontent.iq-blog-detail {
        padding-left: 0;
        padding-right: 0;
    }

}


.maincontent .logo {
    padding-top: 2em;
    padding-right: 2em;
}

.endcontent {
    padding-bottom: 40px;
}


#to-top {
    position: fixed;
    bottom: 32px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 1024px) {

    #to-top {
        right: 15px;
    }

}
#to-top img {
    width: 100%;
    height: 100%;
}

.navbar {
    background-color: #02535D;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.navbar.navbar-light .navbar-toggler {
    border: none 0;
}

.navbar-toggler a.iq-right {
    text-align: right;
}

.navbar-all.navbar-nav a {
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 400;
}



.navbar-dark .navbar-toggler a,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link a,
.navbar-dark .navbar-nav .nav-link:focus
.navbar-dark .navbar-nav .nav-link a:focus
{
    color: #fff;
    font-weight: 400;
}

.navbar-dark .navbar-toggler  a:hover,
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 400;
    opacity: 0.8;
}


@media only screen and (max-width: 1199px) {
    .pull-right,
    .navbar form {
        float: none;
    }
    .navbar-collapse {
        padding-top: 20px;
    }
}

.navbar-dark .collapsing li,
.navbar-dark .collapse.show li {
    text-align: center;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

ul.nav-top-icon > li > a {
    color: white;
    padding-left: 20px;
}


@media only screen and (max-width: 1199px) {
    .navbar-toggler-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-toggler-container a {
        min-width: 80px;
    }

    .navbar-nav.navbar-all a {
        display: block;
    }
}

.navbar button {
    background: transparent;
    border: 0 none;
    cursor: pointer;
}

.navbar-dark form .md-form input[type="text"]:focus {
    background: transparent;
    color: #fff;
}

.bannercontent {
    min-height: 100px;
}

.iq-banner-container {
    padding: 0 0 60px 0;
    background: white;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.iq-blog-detail-banner .iq-banner-container {
    min-height: 300px;
}

@media only screen and (max-width: 1240px) {
    .iq-blog-detail-banner .iq-banner-container,
    .iq-banner-container {
        min-height: 300px;
    }
}
@media only screen and (max-width: 991px) {
    .iq-blog-detail-banner .iq-banner-container,
    .iq-banner-container {
        min-height: 35vw;
    }
}
@media only screen and (max-width: 640px) {
    .iq-blog-detail-banner .iq-banner-container,
    .iq-banner-container {
        min-height: 40vw;
    }
}
@media only screen and (max-width: 480px) {
    .iq-blog-detail-banner .iq-banner-container,
    .iq-banner-container {
        min-height: 45vw;
    }
}
.iq-banner-text-container {
    background-color: rgba(255,255,255,0.6);
    height: 80px;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .iq-banner-text-container {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .iq-banner-text-container {
        height: 60px;
    }
}
@media only screen and (max-width: 576px) {
    .iq-banner-text-container {
        height: 10.5vw;
    }
}

.iq-banner-text.container  {
    position: relative;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.iq-banner-text-logo {
    position: relative;
    width: 100%;
    height: 116px;
    margin-top: -8px;
    overflow: visible;
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/bidung_praktisch_logo_02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
@media only screen and (max-width: 991px) {
    .iq-banner-text-logo  {
        height: 96px;
        margin-top: -14px;
    }
}
@media only screen and (max-width: 767px) {
    .iq-banner-text-logo  {
        height: 90px;
        margin-top: -16px;
    }
}
@media only screen and (max-width: 576px) {
    .iq-banner-text-logo  {
        height: 14.5vw;
        background-position: center bottom;
        margin-top: -1.2vw;
    }
}


.logo-mobile h2.iq-slogan,
.iq-banner-text h2.iq-slogan {
    font-size: 2.2rem;
    font-weight: 800;
    text-align: right;
}
@media only screen and (max-width: 480px) {
    .iq-banner-text h2.iq-slogan {
        font-size: 2.0rem;
    }
}
.logo-mobile h2.iq-slogan {
    font-size: 1.4rem;
}
.logo-mobile h2.iq-slogan span,
.iq-banner-text h2.iq-slogan span {
    font-style: italic;
    font-weight: 700;
}

.iq-head-container {
    background: white;
    padding-top: 0;
    padding-bottom: 0;
}
.iq-head-container .iq-head-category {
    padding-top: 20px;
}

.logo-mobile {
    padding-top: 8px;
    margin-right: 15px;
}

.iq-head-category a h2,
.iq-head-category a {
    color: #676d6f;
}

.page-footer-container {
    background-image: url('/fileadmin/smb/Redaktion/KEB_Blog/Startseite/startseite_banner_15.jpg');
    background-size: cover;
    padding: 0;
}
footer.page-footer {
    background-color: rgba(255, 255, 255,0.7);
}
.page-footer-container .footer-copyright {
    background-color: #02535D;
    padding: 8px;
}

.footer-copyright {
    color: #fff;
}

footer.page-footer a {
    color: #000;
}

.footer-copyright {
    text-align: center;
    min-height: 40px;
}

footer .nav-footer {
}
footer .nav-footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    footer .nav-footer ul {
        display: block;
        padding: 0;
        margin: 0;
    }
}
footer .nav-footer li {
    padding: 10px 30px 10px 30px;
}
footer .nav-footer a {
    color: white;
}
footer .logo-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    footer .logo-container {
        display: block;
    }
}

footer .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: 10px;
    padding: 12px;
}
@media only screen and (max-width: 767px) {
    footer .logo-container {
        width: 100%;
    }
}

footer .logo1 img {
    width: 200px;
    height: auto;
}
footer .logo2 img {
    width: 200px;
    height: auto;
}
footer .logo3 img {
    width: 280px;
    height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    footer .logo1 img {
        width: 150px;
    }
    footer .logo2 img {
        max-width: 150px;
    }
    footer .logo3 img {
        max-width: 210px;
    }
}

footer.page-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}


/**** Blog ****/

.postheader {
    margin-bottom: 20px;
}

.postlist__postdescription {
    margin-top: 0;
}

.postlist__post,
.postlist__post:first-of-type {
    margin-top: 1.5rem;
}

.blogarchiveheader {
    margin-bottom: 0;
}

.blogwidgets {
    margin-top: 60px;
}

.postlist__post__image {
    position: relative;
}

.postlist__post .iq-img-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1rem;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .postlist__post .iq-img-overlay {
        width: 140px;
        height: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .postlist__post .iq-img-overlay {
        width: 120px;
        height: 120px;
    }
}
@media only screen and (max-width: 480px) {
    .postlist__post .iq-img-overlay {
        width: 100px;
        height: 100px;
    }
}

.postlist--latest .postlist__post.Glaube .iq-img-overlay.Glaube {
    display: flex;
}
.postlist--latest .postlist__post.Digitale .iq-img-overlay.Digitale {
    display: flex;
}
.postlist--latest .postlist__post.Kultur .iq-img-overlay.Kultur {
    display: flex;
}
.postlist--latest .postlist__post.Familie .iq-img-overlay.Familie {
    display: flex;
}
.postlist--latest .postlist__post.Gesellschaft .iq-img-overlay.Gesellschaft {
    display: flex;
}

a.postlist__featuredimage:hover {
    opacity: 1;
}
a.postlist__featuredimage img {
    opacity: 1;
    transition: 0.3s;
}
a.postlist__featuredimage:hover img {
    opacity: 0.8;
    transition: 0.3s;
}

p.postlist__postdescription,
h2.postlist__posttitle {
    margin-bottom: 0.1rem;
}

.frame-type-text p {
    margin-bottom: 0;
}

.frame-type-uploads span.ce-uploads-filesize,
.frame-type-uploads .uploads-filesize {
    padding-left: 6px;
}

.iq-blog-detail .frame-type-uploads h2,
.iq-blog-detail .frame-type-text h2 {
    padding-top: 4rem;
    margin-top: -2.5rem;
}

.iq-blog-detail .frame-type-menu_section li,
.iq-blog-detail .frame-layout-4 h2 {
    position: relative;
}
.iq-blog-detailXX .frame-type-menu_section li,
.iq-blog-detailXX .frame-layout-4 h2 {
    padding-left: 30px;
}

.iq-blog-detailXX .frame-type-menu_section li:before,
.iq-blog-detailXX .frame-type-menu_section li.frame-layout-4:before,
.iq-blog-detailXX .frame-layout-4 h2:before,
.iq-blog-detailXX .frame-type-menu_section li.frame-layout-5:before,
.iq-blog-detailXX .frame-layout-5 h2:before,
.iq-blog-detailXX .frame-type-menu_section li.frame-layout-6:before,
.iq-blog-detailXX .frame-layout-6 h2:before,
.iq-blog-detailXX .frame-type-menu_section li.frame-layout-7:before,
.iq-blog-detailXX .frame-layout-7 h2:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    content: '';
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_info.svg');
    background-size: 34px 34px;
    background-position: left top;
    height: 34px;
    width: 34px;
    margin-top: -2px;
    margin-left: -8px;
}

.frame-type-uploads ul,
.frame-type-text ul,
.frame-type-menu_section ul {
    list-style-type: disc;
}
.frame-type-uploads ul li,
.frame-type-text ul li,
.frame-type-menu_section ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    padding-left: 4px;
    display: list-item;
}

.frame-type-uploads ul li div {
    display: flex;
}


.frame-type-image.frame-layout-1 {
}

.frame-type-image.frame-layout-1 img {
    width: 100%;
    height: auto;
}

.frame-type-image.frame-layout-1 .frame-header,
.iq-listcategory,
.iq-postcategory {
    padding-bottom: 2px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
}

.iq-listcategory {
    margin-bottom: 0;
}

figure.iq-postimage {
    position: relative;
    margin-bottom: 2rem;
}

.iq-postimage figcaption {
    position: absolute;
    bottom: -26px;
    left: 0.1%;
    font-size: 0.7rem;
    color: #212529;
    text-shadow: 1px 1px 6px #fff;
}
.iq-blog-detail .iq-postimage figcaption {

}

.postfooter {
    border-top: 2px solid rgba(0,0,0,1);
    padding-top: 14px;
}

.postfooter .postmetagroup {
    justify-content: space-between;
 }

.postmetagroup__item,
.postmetagroup__item a {
    color: #666;
    font-size: 0.9rem;
}

.postcommentsform,
.postcomments {
    padding-top: 20px;
    padding-bottom: 20px;
}

.postcomment__commentreply {
    padding-top: 30px;
    padding-left: 20px;
}

.postcomment__commentreply {
    font-style: italic;
}

@media only screen and (max-width: 640px) {
    .postcomment__avatar {
        margin-top: 10px;
    }
    .postcomment__avatarimage.blogavatar {
        width: 30px;
        height: 30px;
    }
}



.iq-blog-detail a {
}

.frame-type-div hr {
    line-height: 0.2rem;
    border-top: 2px solid rgba(0,0,0,1);
}

.frame-type-div.frame-space-before-none hr {
    margin-top: 0.1rem;
}

.frame-type-div.frame-space-after-none hr {
    margin-bottom: 0.1rem;
}


.frame-type-menu_section {

    display: inline-block;
    padding: 20px 24px 8px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav li {
    list-style-type: none;
}


/*** Kategoriefarben ***/


.postlist__post.Digitale .iq-img-overlay.Digitale,
.Digitale.iq-ueberuns-container h2,
.Digitale.iq-ueberuns-container h3,
.Digitale.maincontent .blogicon a,
.Digitale.iq-blog-detail .iq-postcategory p,
.Digitale.iq-blog-detail h2,
.Digitale.iq-blog-detail h1,
.Digitale .iq-listcategory h1,
.Digitale h2.postlist__posttitle,
.Digitale h2.postlist__posttitle a,
.Digitale.iq-blog-detail .frame-type-menu_section li a,
.iq-banner-category-mobile a.digital h2,
.iq-head-category a.digital h2,
.frame-layout-8 h2
{
    color: #0200bb;
}
.Digitale .iq-postcommentsform button.btn-primary {
    background-color: #0200bb;
    border-color: #0200bb;
}

.postlist__post.Kultur .iq-img-overlay.Kultur,
.Kultur.iq-ueberuns-container h2,
.Kultur.iq-ueberuns-container h3,
.Kultur.iq-blog-detail h2,
.Kultur.iq-blog-detail .iq-postcategory  p,
.Kultur.maincontent .blogicon a,
.Kultur.iq-blog-detail h1,
.Kultur .iq-listcategory h1,
.Kultur h2.postlist__posttitle,
.Kultur h2.postlist__posttitle a,
.Kultur.iq-blog-detail .frame-type-menu_section li a,
.iq-banner-category-mobile a.kulturell h2,
.iq-head-category a.kulturell h2,
.frame-layout-9 h2
{
    color: #850818;
}
.Kultur .iq-postcommentsform button.btn-primary {
    background-color: #850818;
    border-color: #850818;
}

.postlist__post.Glaube .iq-img-overlay.Glaube,
.Glaube.iq-ueberuns-container h2,
.Glaube.iq-ueberuns-container h3,
.Glaube.iq-blog-detail h2,
.Glaube.maincontent .blogicon a,
.Glaube.iq-blog-detail  .iq-postcategory p,
.Glaube.iq-blog-detail h1,
.Glaube .iq-listcategory h1,
.Glaube h2.postlist__posttitle,
.Glaube h2.postlist__posttitle a,
.Glaube.iq-blog-detail .frame-type-menu_section li a,
.iq-banner-category-mobile a.theologisch h2,
.iq-head-category a.theologisch h2,
.frame-layout-10 h2
{
    color: #176302;
}
.Glaube .iq-postcommentsform button.btn-primary {
    background-color: #176302;
    border-color: #176302;
}

.postlist__post.Gesellschaft .iq-img-overlay.Gesellschaft,
.Gesellschaft.iq-ueberuns-container h2,
.Gesellschaft.iq-ueberuns-container h3,
.Gesellschaft.iq-blog-detail h2,
.Gesellschaft.iq-blog-detail .iq-postcategory  p,
.Gesellschaft.maincontent .blogicon a,
.Gesellschaft.iq-blog-detail h1,
.Gesellschaft .iq-listcategory h1,
.Gesellschaft h2.postlist__posttitle,
.Gesellschaft h2.postlist__posttitle a,
.Gesellschaft.iq-blog-detail .frame-type-menu_section li a,
.iq-banner-category-mobile a.gesellschaft h2,
.iq-head-category a.gesellschaft h2,
.frame-layout-11 h2
{
    color: #ac006e;
}
.Gesellschaft .iq-postcommentsform button.btn-primary {
    background-color: #ac006e;
    border-color: #ac006e;
}

.postlist__post.Familie .iq-img-overlay.Familie,
.Familie.iq-ueberuns-container h2,
.Familie.iq-ueberuns-container h3,
.Familie.iq-blog-detail h2,
.Familie.iq-blog-detail .iq-postcategory  p,
.Familie.maincontent .blogicon a,
.Familie.iq-blog-detail h1,
.Familie .iq-listcategory h1,
.Familie h2.postlist__posttitle,
.Familie h2.postlist__posttitle a,
.Familie.iq-blog-detail .frame-type-menu_section li a,
.iq-banner-category-mobile a.familien h2,
.iq-head-category a.familien h2,
.frame-layout-11 h2
{
    color: #711EBA;
}
.Familie .iq-postcommentsform button.btn-primary {
    background-color: #711EBA;
    border-color: #711EBA;
}


.Digitale.iq-blog-detail .frame-type-menu_section li.frame-layout-4:before,
.Digitale.iq-blog-detail .frame-layout-4 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_why.svg');
}
.Digitale.iq-blog-detail .frame-type-menu_section li.frame-layout-5:before,
.Digitale.iq-blog-detail .frame-layout-5 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_sinn.svg');
}
.Digitale.iq-blog-detail .frame-type-menu_section li.frame-layout-6:before,
.Digitale.iq-blog-detail .frame-layout-6 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_weiter.svg');
}
.Digitale.iq-blog-detail .frame-type-menu_section li.frame-layout-7:before,
.Digitale.iq-blog-detail .frame-layout-7 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_info.svg');
}

.Kultur.iq-blog-detail .frame-type-menu_section li.frame-layout-4:before,
.Kultur.iq-blog-detail .frame-layout-4 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_why.svg');
}
.Kultur.iq-blog-detail .frame-type-menu_section li.frame-layout-5:before,
.Kultur.iq-blog-detail .frame-layout-5 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_sinn.svg');
}
.Kultur.iq-blog-detail .frame-type-menu_section li.frame-layout-6:before,
.Kultur.iq-blog-detail .frame-layout-6 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_weiter.svg');
}
.Kultur.iq-blog-detail .frame-type-menu_section li.frame-layout-7:before,
.Kultur.iq-blog-detail .frame-layout-7 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_info.svg');
}

.Glaube.iq-blog-detail .frame-type-menu_section li.frame-layout-4:before,
.Glaube.iq-blog-detail .frame-layout-4 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_why.svg');
}
.Glaube.iq-blog-detail .frame-type-menu_section li.frame-layout-5:before,
.Glaube.iq-blog-detail .frame-layout-5 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_sinn.svg');
}
.Glaube.iq-blog-detail .frame-type-menu_section li.frame-layout-6:before,
.Glaube.iq-blog-detail .frame-layout-6 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_weiter.svg');
}
.Glaube.iq-blog-detail .frame-type-menu_section li.frame-layout-7:before,
.Glaube.iq-blog-detail .frame-layout-7 h2:before {
    background-image: url('/fileadmin/smb/templates/img/muenchen-blog/icon_info.svg');
}

.iq-blog-detail .iq-postcategory p {
    font-weight: 600;
    margin-bottom: 0.3rem;
}


/*** Input ***/

.tx-indexedsearch-searchbox.dropdown-menu {
    background-color: #02535D;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .search  {
        justify-content: center;
    }
}

.search button.btn.btn-primary,
.search button.btn {
    color: #fff;
    box-shadow: none;
    background: none;
    border: 0 none;
    padding-left: 10px;
    padding-top: 14px;
}

.md-form {
    padding-bottom: 20px;
}

.md-form label {
    top: 0.65rem;
    color: #fff;
}

.navbar-dark form input[type=text] {
    border-bottom: 2px solid #fff;
}
.navbar-dark form input[type=text]:focus {
    border-bottom: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 0 0;
}



/**** iq-sharebox ****/

.iq-sharebox img {
    width: 34px;
}

/**** iq-ueberuns ****/

.iq-ueberuns-container a,
.iq-ueberuns-container p,
.iq-ueberuns-container h2,
.iq-ueberuns-container h3 {
    text-align: center;
}
.iq-ueberuns-container h2,
.iq-ueberuns-container h3 {
    font-size: 1.0rem;
    text-transform: uppercase;
}

.iq-ueberuns-container img {
    width: 100%;
    height: auto;
    margin-top: 6px;
    margin-bottom: 15px;
}

.iq-ueberuns-container h2.iq-category {
    height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 767px) {
    .iq-ueberuns-container p {
        font-size: 0.85rem;
        line-height: 1.2rem;
    }
}




/**** iq-feextended ****/

.femanager_fieldset.form-group.iq-hidden {
    visibility: hidden;
    margin: 0;
    padding:0;
}
.femanager_fieldset.form-group.iq-hidden input {
    height:2px;
}

.tx-felogin-pi1 input[type="submit"]:hover,
.tx-felogin-pi1 input[type="submit"],
.btn-primary:hover,
.btn-primary {
    color: #fff;
    background-color: #02535D;
    border-color: #02535D;
    border-radius: 5px;
    opacity: 1;
    transition: 0.3s;
}

.tx-felogin-pi1 input[type="submit"]:hover,
.btn-primary:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/**** iq-gallery ****/

.iqgallery-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.iqgallery-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.iqgallery-image {
    display: flex;
    padding: 5%;
    width: auto;
    height: auto;
}

.iqgallery-image-container .iqgallery-overlay {
    position: absolute;
    bottom: 0;
    left: 4.7%;
    right: 4.7%;
    background-color: #FFFFFF;
    overflow: hidden;
    width: 90.6%;
    height: 0;
    transition: .3s ease;
    font-size: 0.8rem;
    line-height: 0.9rem;
    display: flex;
    justify-content: space-between;
}

.iqgallery-overlay .lizenz {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.iqgallery-overlay .lizenz span {
    font-size: 0.6rem;
    font-weight: bold;
}

.iqgallery-image-container:hover .iqgallery-overlay {
    padding: 15px;
    height: auto;
    transition: .3s ease;
}

