 /*
Theme Name: BVA2025
Author: IT
Description: Custom theme for Wordpress based on Bootstrap 5.1.3
Version: 0.0.1
*/
/*------------------------------
	EXTERNAL FONTS
------------------------------*/
/*@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);*/
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*------------------------------
	FADE IN EFFECT
------------------------------*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*------------------------------
	GENERAL
------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
	/*font-family: "Lato", sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.1rem;
    line-height: 1.5;
    overflow-x: hidden;
	/*font-weight:200;*/
    color:#555;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
body a {
    outline: none !important;
}
a {
    color: #333;
}
a:hover {
    color: #444;
}
a:link { text-decoration: none; }

h1, h2, h3, h4, h5, .diplay-1, .diplay-2, .diplay-3, .diplay-4, .diplay-5, .diplay-6, legend {
	/*font-family: "Lato", sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.text-primary {color:#333 !important}
.text-secondary {color:#4571bb !important}
.bg-primary {color:#555 !important;background:#fff !important}
.bg-secondary {color:#fff !important; background:#4571bb !important}
.bg-secondary a {color:#fff !important}
.bg-lightgray {background:#eee !important}
.text-orange {color: #4571bb;}
.bg-nl {background-color: #ffcd9836}
strong {color:#212529}

.rounded {border-radius: 25px!important;}
.square {border-radius: 0 !important;}
.pb-6, .py-6 {
    padding-bottom: 3.5rem!important;
}
.pt-6, .py-6 {
    padding-top: 3.5rem!important;
}
.display-lead {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.page-numbers {
    padding: 9px 9px;
    margin: 0 0 9px 0;
    display: inline-block;
}

.navbar {
    padding: 0;
}
img.logo {
    max-height: 44px;
}

p#breadcrumbs {
    font-size: .7rem;
    padding: 9px 0 0 9px;
    margin-bottom: 9px;
    text-transform: lowercase;
}

#loginform label {
    display: block;
    margin-bottom: 0.5rem;
}
.bd-callout .btn:hover {
    color: #212529 !important;
}
.input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

/*------------------------------
	GTRANSLATE
------------------------------*/

.gtranslate_wrapper img {
    margin: 3px 6px !important;
}


/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance:none) {

  SELECT
  {
  -moz-appearance:none !important;
  background: #ffffff url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
  background-position: calc(100% - 5px) center !important;
  }

}

/*------------------------------
	SOCIAL BUTTONS
------------------------------*/
ul#menu-social-icons {
    padding-left: 0;
}
ul#menu-social-icons>li>a {
    display: inline-block;
    padding: .15em .3em;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
}
ul#menu-social-icons li {
    display: inline-block;
    margin-right: .3em;
}
.social-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.btn-fb, .btn-yt, .btn-pn, .btn-tw {border-radius:50%; width: 3.2rem; height:3.2rem; background-color:#fff;}

.btn-fb a {color:#3b5998;background-color:#fff}
.btn-yt a {color:#d34836;background-color:#fff}
.btn-pn a {color:#E60023;background-color:#fff}
.btn-tw a {color:#4099FF;background-color:#fff}

.btn-fb a:hover {background-color:#3b5998;color:#fff}
.btn-yt a:hover {background-color:#d34836;color:#fff}
.btn-pn a:hover {background-color:#E60023;color:#fff}
.btn-tw a:hover {background-color:#4099FF;color:#fff}

/*------------------------------
	PARALLAX
------------------------------*/
section#before_footer {
    min-height: 300px;
}
#before_footer {
    background-image: url(/wp-content/uploads/parallax_image.jpg);
}
.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*------------------------------
	NAVBAR
------------------------------*/
p.nummer {
    margin: 18px auto 18px 0;
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
ul#menu-top-menu, ul#menu-top-menu .dropdown-menu {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar li.current_page_item a {
    /*color: #011f2c !important;*/
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    background: #011f2c !important;
}
.navbar .navbar-toggler {
    border-color: transparent !important;
}

/*.navbar .navbar-nav .nav-link {
    color: #555;
}*/

ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}

.nav-link {padding: 1rem !important;
/*font-weight: 900;
    font-size: 12px;*/
    text-transform: uppercase;
}
.dropdown-menu {
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
a.dropdown-item {
    color: #fff;
    padding: .5rem 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ffff;
    text-decoration: none;
    background-color: #fff;
}
.navbar .dropdown-menu li.current_page_item a {
    /*color: #fff !important;*/
	/*font-weight: 900;*/
}

/*------------------------------
	FORMS
------------------------------*/
.form-control {
    padding: 0.8rem 1rem;
    border-radius: 0;
}
.nav-link, .nav-link:focus, .nav-link:hover {
    color: inherit;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(38,143,255,.5);
}
button:focus {
    outline: none !important;
}

.btn-inverse {
    color: #4571bb !important;
    border: 1px solid #4571bb !important;
}
.btn, .button {
    display: inline-block;
    background-image: none;
    border: 0px solid transparent;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 24px;
    line-height: 1.5;
    border-radius: 25px !important;
}
.btn:hover {
    opacity: 0.7;
	/*color: #fff !important*/
}
.btn-sm {
    padding: 8px 24px !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.btn-primary, .button {
    color: #fff !important;
    background-color: #4571bb !important;
    border-color: #4571bb !important;
}
.btn-secondary {
    color: #ffffff;
    background-color: #555;
    border-color: transparent;
}
.btn-green {
    color: #fff;
    background-color: #011f2c;
    border-color: #011f2c;
}
.btn-orange {
    color: #fff;
    background-color: #E09F63;
    border-color: #E09F63;
}
.btn-red {
    color: #fff;
    background-color: #981D60;
    border-color: #981D60;
}
.btn-blue {
    color: #fff;
    background-color: #73ABB7;
    border-color: #73ABB7;
}
.btn-lg {
    padding: 15px 24px;
}

.btn-lead {
    padding: 1.5rem 2rem;
    top: 30%;
    left: 48%;
    position: absolute;
    z-index: 4;
    font-size: 1.2rem;
    border-radius: 50px !important;
	color: #fff !important;
}
.dropdown-item {
    font-weight: 200;
	font-size: 20px;
    line-height: 1.5;
}
/*------------------------------
	FOOTER
------------------------------*/

footer {
    background: #1c2d36;
    color:#eee;
}
.footer-secondary {
    padding: 25px 0;
    background: #213540;
}
.footer-primary {
    padding: 18px 0 12px 0;
    background: #1c2d36;
}
footer a {
    color:#eee;
}
footer a:hover, .footer a:focus {
    color:#ccc;
    text-decoration:none;
}

/*------------------------------
	MODAL DIALOG
------------------------------*/
.modal-header {
    border: 0 !important;
}
.modal-title {
    border-radius: 0px;
    background-color: #ffcd98;
    font-size: 1.2em;
}
/*------------------------------
	SCROLL UP
------------------------------*/
.scrollup {
    position: fixed;
    display: none;
    z-index: 9999;
    text-align: center;
    right: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
    background: #4571bb;
    font-size: 27px;
    line-height: 51px;
    color: #fff;
    cursor: pointer;
	border-radius:50%;
    opacity: .7;
    transition: all 150ms;
}
.scrollup:hover,
.scrollup:focus {
    opacity: 1;
    color: #fff !important;
}

/*------------------------------
	MEDIA QUERIES
------------------------------*/
@media screen and (max-width: 999px) { }
@media (min-width:961px) {.display-4 {font-size: 2.5rem;}}
@media (max-width:768px) {}
@media screen and (max-width: 680px) {
    .btn-lead {
        padding: 15px 24px;
        font-weight: 500;
        font-size: 13px;
        border-radius: 25px !important;
    }
    .nl-notice, .nl-notice a {
        /*font-size: .6em;*/
		padding: 1rem;
    }
    .nl-notice .display-4 {
        font-size: calc(1.2rem + 1vw);
    }
    .nl-notice p {
        margin-bottom: 0;
    }

}
