/*
 Theme Name:   monsterpixel
 Author:       Andreas Schroeder
 Author URI:   https://monsterpiel.de
 Description: Theme - BBT Thueringen
 Version: 1.0
*/

/* 21.09.2022 - Einbindung unterbunden v. R.
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,600);
*/

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #111;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    vertical-align: baseline;
}

body.admin-bar .fixed-top {
    top: 32px;
}

#page {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 29px -7px rgba(115, 115, 115, 1);
    -moz-box-shadow: 0px 10px 29px -7px rgba(115, 115, 115, 1);
    box-shadow: 0px 10px 29px -7px rgba(115, 115, 115, 1);
}

#main-content {
    padding-top: 100px;
}

strong,
b {
    font-weight: 600;
}

ul,
ol {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

article li {
    list-style-position: outside;
    display: table;
    padding-left: 1em;
}

article ul li::before {
    content: "•";
    color: #0089B4;
    display: table-cell;
    width: 1em;
}

.wp-block-gallery li::before{ /* keine Listenpunkte in Galerie */
 display: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.6em;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
}

.white {
    color: #fff !important;
}

/* img {width: 100%;} */

img.img-thumbnail {
    background-color: #fff;
    border: none;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
}

a.custom-logo-link {
    float: left;
    width: auto;
}

/*Bildunterschrift*/

.wp-caption-text {
    font-size: 1rem;
    margin: 0;
    padding-top: 0.5em;
}

/* sidebar */

#search-input {
    width: 80%;

    color: #006492;
    /*height: 40px;*/
    display: inline-flex;
    vertical-align: middle;
}

#search-submit {
    background-color: #0089B4;
    border: 1px solid #0089B4;
    border-radius: 0;
    color: #fff;
    margin-left: -5px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #006492;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #006492;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #006492;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #006492;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #006492;
}

#secondary {
    padding: 50px 0;
    list-style: none;
}

#secondary .sidebar-headline {
    background-color: #0089B4;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.2rem;
    width: 100%;
    margin: 0;
}

#secondary .nav-secondary {
    width: 100%;
    background-color: #F9FAFA;

}

#secondary .nav-secondary li.page_item {
    padding: 10px 0 10px 15px;
    font-size: .9rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#secondary .nav-secondary li.current_page_item,
#secondary .nav-secondary li:hover {
    background-color: #999;
}

#secondary .nav-secondary li.current_page_item a,
#secondary .nav-secondary li a:hover {
    color: #fff;
}

#secondary .nav-secondary li.page_item a {
    color: #444;
}

#secondary .nav-secondary li.current_page_item a,
#secondary .nav-secondary li:hover a {
    color: #fff;
}

#secondary .nav-secondary li.page_item a.active,
#secondary .nav-secondary li.page_item a.show {
    color: #0089B4;
}

/*****************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-top: 1.2em;
    margin-bottom: 1em;
    color: #0089B4;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

article section {
    margin-left: -40px;
    margin-right: -40px;
}

article section .uagb-section__inner-wrap {
    padding: 40px;
}

article section .uagb-section__inner-wrap h1,
article section .uagb-section__inner-wrap h2,
article section .uagb-section__inner-wrap h3,
article section .uagb-section__inner-wrap h4,
article section .uagb-section__inner-wrap h5,
article section .uagb-section__inner-wrap h6 {
    margin-top: 0;
}


/* Start Section Title */

.section-title {
    margin-bottom: 80px;
}

.section-title p {
    color: #111;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

/* End Section Title */

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
/* Main Menu */

.navbar-brand {
    display: block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0);
}

#navbarNav .navbar-nav a.nav-link {
    font-size: 0.9rem;
    font-kerning: auto;
    font-weight: bold;
    color: #4A4A4A;
}

#navbarNav .navbar-nav a.nav-link:hover {
    color: #0089B4;
}

#navbarNav .navbar-nav .btn-sm a.nav-link {
    color: #fff;
    padding: .15rem;
	
	}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: #0089B4;
}




/*+++++++ ANTRAG Menüpunkt in blau 24.09.2025
 *+++++++ im Menü eigene CSS Klasse an "ANTRAG" angehängt +++++++*/

.blueback a.nav-link {
  color: #fff !important;	
  background-color: #0089B4 !important;
}

.blueback a.nav-link:hover {
  color: #fff !important;
  background-color: #046685 !important;
}

/*+++++++ Ende ANTRAG Menüpunkt in blau +++++++*/


.dropdown-menu {
    padding: 0rem;
    margin: 1rem;
    font-size: 0.9rem;
    color: #fff;
    background-color: rgba(0, 137, 180, .8);
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    clear: both;
    font-size: 1rem;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    color: #0089B4;
    background-color: #fff;
}



/******* Footer Menu ********/
#footer-nav {
    display: flex;
    font-size: 14px;
    float: left;
    width: 100%;
}

#footer-nav .menu-footer-menu-container {
    margin: 0 auto;
    padding: 15px 0;
}

#footer-nav #menu-footer-menu {
    flex-direction: row;
}

#footer-nav ul.sub-menu {
    padding: .5rem 0;
    margin: .25rem 0 0;
    font-size: 0.9rem;
}

#footer-nav ul.sub-menu .menu-item {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    clear: both;
    font-size: .9em;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#footer-nav ul.sub-menu .menu-item>ul.sub-menu a::before {
    content: '- ';
}

/****************************/
/******* Footer Menu Social ********/

#social-nav {
    display: flex;
    font-size: 14px;
    float: left;
    width: 100%;
}

#social-nav .menu-social-media-container {
    margin: 0 auto;
}

#social-nav #menu-social-media {
    flex-direction: row;
}

#social-nav #menu-social-media li a {
    color: #21395C;
    margin: 0 5px;
}

#social-nav #menu-social-media li a:hover {
    color: #ccc;
    margin: 0 5px;
}

/****************************/

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(40%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(40%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(40%);
    }

    50% {
        opacity: 0;
        transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

/* ----------------------------------------------------------------*/
/* Start Navigation Section */
/* ----------------------------------------------------------------*/
.news-article .pagination {
    display: block;
}

.pagination a {
    color: #0089B4;
    padding: 0 .75rem;
}

.pagination a[rel=prev]::before {
    content: "\f104";
    font-family: FontAwesome;
    padding: 0 0.5em 0 0;
}

.pagination a[rel=next]::after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 0 0 0.5em;
}

/*--------------------------------------------------*/
/* Start Angebote Section                             */
/*--------------------------------------------------*/

section.angebote {
    padding: 50px 0;
}

section.angebote h2 {
    padding: 25px 0;
}

/*--------------------------------------------------*/
/* Start Förderung Section                             */
/*--------------------------------------------------*/
section.foerderung {
    padding: 50px 0;
    background-color: #eee;
}

section.foerderung h2 {
    padding: 25px 0;
}

/*--------------------------------------------------*/
/* Start News Section                             */
/*--------------------------------------------------*/
section.news {
    padding: 50px 0;
}

section.news h2 {
    padding: 25px 0;
}

.newsbox-content {
    padding: 15px 25px;
}

.single-news-content h2 {
    margin-top: 0;
}

.newsbox {
    transition: all 0.2s ease-out;
}

.newsbox:hover>.newsbox-inner {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.newsbox-inner img {
    width: 100%;
	height: 100%;
/* geändert - vorher nur height: auto - Bilder zu breit für mobile*/	
}
.news-list-item {
  padding:10px 0;
  margin:0 -15px 25px -15px;
}

/* Newsbilder nicht verzerrt 4.10.19*/
/*---------------------------------------------------------*/
/* Start Footer Section                                  */
/*---------------------------------------------------------*/


footer.footer-section {
    padding: 40px 0;
    background: #0089B4;
}

#footer-nav a {
    color: #fff;
}

/* facebook item in footermenu-link */
#menu-item-5217 ::before {
	content: url(https://bb-thueringen.de/wp-content/uploads/2021/04/logo-facebook.png);
}

/* youtube item in footermenu-link */
#menu-item-5219 ::before {
	content: url(https://bb-thueringen.de/wp-content/uploads/2021/04/logo-youtube.png);
}	

/* instagram item in footermenu-link */
#menu-item-5220 ::before {
	content: url(https://bb-thueringen.de/wp-content/uploads/2021/04/logo-instagram.png);
}	

/* instagram item in footermenu-link */
#menu-item-5221 ::before {
	content: url(https://bb-thueringen.de/bilder/2022/04/logo-linkedin.png);
}	

footer.footer-section a:hover {
    color: #333;
}

footer.footer-section li {
    display: inline;
    padding-left: 10px;
}

footer.footer-section li a {
    color: #7f7f7f;
    font-weight: 500;
}

footer.footer-section li a.active {
    color: #fff;
}

footer.footer-section li a:hover {
    color: #FF432E;
}

/*---------------------------------------------------------*/
/* Start Sidebar Section                                  */
/*---------------------------------------------------------*/

.sidebar .section-heading-2 {
    margin-bottom: 30px;
}

.sidebar .section-heading-2 h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #32313b;
    font-weight: 400;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .flickr-widget .flickr-list li {
    width: 61px;
    height: 61px;
}

.sidebar .widget-recent-post ul li {
    display: inline;
}

.sidebar .widget-recent-post .media-left img {
    width: 130px;
    height: 75px;
}

.sidebar .widget-recent-post h4.media-heading a {
    font-size: 16px;
    color: #323232;
    text-transform: capitalize;
}

.sidebar .widget-recent-post h4.media-heading a:hover {
    color: #ff432e;
}

.sidebar .widget-recent-post .media-body li,
.sidebar .widget-recent-post .media-body li a {
    color: #959595;
}

.widget-categories li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #cecece;
}

.widget-categories li a {
    color: #323232;
}

.widget-categories li i {
    padding-right: 15px;
}

.widget-categories li a.cat-counter {
    margin-left: 20px;
    font-size: 10px;
    background: #ff432e;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #6a6a6a;
    font-size: 14px;
    padding: 5px 8px;
    background: #f2f2f2;
    margin: 0 1px 5px 0;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    background: #ff432e;
    color: #fff;
}

/*---------------------------------------------------------*/
/* Start Contact Section                                  */
/*---------------------------------------------------------*/

.wpcf7-form img.ajax-loader {
    width: 20px;
    height: auto;
}

.wpcf7-form label {
    display: inline-block !important;
    margin-bottom: 5px;
    width: 100%;
    font-weight: normal;
}

.contact {
    background: #f2f2f2;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 100px;
}

.form-control {
    border-radius: 5;
    width: 100%;
}

.wpcf7-form .form-group {
    margin-bottom: 25px;
}

textarea {
    width: 100%;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.has-error .form-control {
    border-color: #a94442;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

form.invalid>label {
    color: #a94442;
}

/* ---------------  Produktlisten ------------------- */
.wp-block-separator {
    border-top: 2px dotted #0089B4;
    margin: 30px auto 40px;
    width: 90%;
}

/* --- Metaslider Text Wrap ---- */
.metaslider {
    display: flex !important;
}

.metaslider .caption-wrap {
    display: flex !important;
    background: #006492 !important;
    opacity: 1 !important;
    right: 5% !important;
    bottom: 10% !important;
    width: 20% !important;
    height: 15% !important;
    left: auto !important;
}

.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
    display: flex !important;
    margin: auto;
    color: #fff;
    background-color: #006492;
}

/* --------- Formular Accordion -----------*/

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header ::before {
    content: "\f067";
    font-family: FontAwesome;
    color: #0089B4;
    opacity: 1;
    font-size: 1.2em;
    padding: 0 0.7em 0 0;
}

.card-header:hover {
    background-color: #f8f9fa;
}

.card-header input:checked {
    background-color: #ff0000;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border: 0;
    border-radius: 0;
}

.card-title {
    margin-top: 0;
}

.card-text {
    margin-bottom: 0;
}

.card-link {
    display: block;
}

.card-body {
    background-color: #f8f9fa;
}

.card-body>p ::before {
    content: "\f15b";
    font-family: FontAwesome;
    color: #0089B4;
    opacity: 1;
    font-size: 1em;
    padding: 0 0.7em 0 0;
}

/* Archive */
.archive-list {
    margin: 15px 0;
}

.archive-list .time {
    font-size: 12px;
    text-transform: uppercase;
}

.archive-list h4.list-title {
    margin: 0;
}

.archive-list h4.list-title a {
    color: #222;
}

/* Button zum Finanzierungsportal auf Frontpage */
#finanzierungsportal {
    width: 100%;
    height: 140px;
    margin-top: -220px;
    position: relative;
    /* display: block; ausgeblendet 28/10/24  */
    z-index: 999;
    text-align: right;
	display: none;
}

#finanzierungsportal a {
    /*width: auto;*/
    background: url(https://bb-thueringen.de/wp-content/themes/monsterpixel/asset/images/finanzierungsportal.png) no-repeat;
    background-size: 200px 100px;
    text-indent: -9999px;
    overflow: hidden;
    /* display: block; ausgeblendet 28/10/24  */
    width: 200px;
    height: 100px;
    position: absolute;
    right: 40px;
	display: none;
}

#finanzierungsportal a:hover {
    opacity: 0.8;
	display: none;
}

/* Finanzierungsbutton ausblenden bei kleinem Displays */
@media (max-width: 576px) {
    #finanzierungsportal {
        display: none;
    }
}

.btn-main_nav {
 color:#fff;
 background-color:#1c95bf;
 border-color:#1c95bf
}
.btn-main_nav:hover {
 color:#fff;
 background-color:#177b9e;
 border-color:#157293
}
.btn-main_nav.focus,
.btn-main_nav:focus {
 box-shadow:0 0 0 .2rem rgba(28,149,191,.5)
}

.btn-main_nav_sm {
 padding:.25rem .25rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
 margin: 20px;
}


