/*
 *  Fonts
 */

/*
 *  Global
 */
* {
    font-family: Verdana;
}

body, html {
    padding: 0;
    margin: 0;
}

figcaption {
    text-align: center;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    visibility: hidden;
    height: 0px;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.border {
    border: 1px solid transparent;
}

.nodecoration {
    text-decoration: none;
}

.center {
    text-align: center;
}

.video-center, .wp-block-embed.aligncenter {
    text-align: center;
}

.wp-block-embed.alignright {
    text-align: right;
    float: right;
    clear: both;
}

.round {
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.round-min {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.underscore {
    max-width: 100%;
    width: 100%;
    height: 3px !important;
    opacity: 1;

    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.col-gw-desktop-visible {
    display: flex;
}

.col-gw-desktop-hidden {
    display: none;
}

.dropdown-toggle::after {
    display: none !important;
}

/*
 * Colors
 */
.black, .has-black-color, ul.has-black-color > li {
    color: #000000;
    font-family: Verdana;
}

.rapsyellow, .has-rapsyellow-color, ul.has-rapsyellow-color > li {
    color: rgb(246, 182, 0);
    font-family: Verdana;
}

.rapsyellow-hover:hover {
    color: rgb(246, 182, 0);
}

.rapsyellow-bg {
    background: rgb(246, 182, 0);
}

.ultramarineblue, .has-ultramarineblue-color, h1, h2, h3, h4, h5, h6, p, li, a, span, label, input, select, ul.has-ultramarineblue-color > li {
    color: rgb(0, 56, 123);
    font-family: Verdana;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-family: Verdana;
	background: rgb(0, 56, 123) !important;
}

.ultramarineblue-border,
.ultramarineblue-border h1,
.ultramarineblue-border h2,
.ultramarineblue-border h3,
.ultramarineblue-border h4,
.ultramarineblue-border h5,
.ultramarineblue-border h6 {
    border-color: rgb(0, 56, 123) !important;
}

.ultramarineblue-bg {
    background: rgb(0, 56, 123) !important;
}

.nightblue, .has-nightblue-color, ul.has-nightblue-color > li {
    color: rgb(34, 45, 90);
    font-family: Verdana;
}

.nightblue-border,
.nightblue-border h1,
.nightblue-border h2,
.nightblue-border h3,
.nightblue-border h4,
.nightblue-border h5,
.nightblue-border h6 {
    border-color: rgb(34, 45, 90) !important;
}

.nightblue-bg {
    background: rgb(0, 56, 123);
}

.white, .has-white-color, ul.has-white-color > li {
    color: #FFFFFF;
    font-family: Verdana;
}

.white-bg {
    background: white;
}

.white-border,
.white-border h1,
.white-border h2,
.white-border h3,
.white-border h4,
.white-border h5,
.white-border h6 {
    border-color: rgb(255, 255, 255) !important;
}

/*
 *  Header
 */
#header {
    background-color: white;
}

#header_logo_top .navbar-brand {
    padding: 0;
    margin: 0;
}

#header_logo_top .navbar-toggler span.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%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header_logo_image {
    max-height: 120px;
    width: auto;
    max-width: 100%;

    transition: 250ms all;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
}

#header_logo_small_image {
    display: none;
    max-width: 50px;
    width: 100%;
    height: auto;
}

nav#main_navigation.nav-collapsed {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

nav#main_navigation.nav-collapsed .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

nav#main_navigation.nav-collapsed #header_logo_image {
    height: auto;
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

nav#main_navigation .dropdown-item:focus,
nav#main_navigation .dropdown-item:hover,
nav#main_navigation .dropdown-toggle.show {
    background: rgb(0, 56, 123) !important;
    color: rgb(246, 182, 0);
}

nav#main_navigation .dropdown-item:hover span,
nav#main_navigation .dropdown-toggle.show span {
    color: rgb(246, 182, 0);
}

nav#main_navigation .navbar-toggler {
    margin: 0 auto;
    background-color: #ffffff;

    border: 1px solid #000000 !important;
    color: #000000 !important;
    z-index: 1000;
}

nav#main_navigation .navbar-toggler span.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%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

nav#main_navigation .navbar-brand-onscroll {
    display: none;
}

nav#main_navigation.nav-collapsed .navbar-brand-onscroll {
    display: block;
}

nav#main_navigation.navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
}

nav#main_navigation.navbar-dark .navbar-nav .nav-link:hover {
    background: rgb(246, 182, 0);
}

#to_top_scrollup:hover {
    background-color: rgb(246, 182, 0);
}

/*
 *  Navigation/Navbar
 */
.nav-collapsed #navbarContent {
    margin-right: 18%;
}


/*
 *  LazyBlock: Fullsize Image
 */
.wp-block-lazyblock-fullscreen-slider .carousel-caption {
    left: 3%;
    right: 3%;
}

.fancyblocks-fullsize-image-block {
    position: relative;
}

.fancyblocks-fullsize-image-content-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.fancyblocks-fullsize-image-content-box {
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 40px 30px;
}

.fancyblocks-fullsize-image-content-box h1,
.fancyblocks-fullsize-image-content-box h2,
.fancyblocks-fullsize-image-content-box h3,
.fancyblocks-fullsize-image-content-box h4,
.fancyblocks-fullsize-image-content-box h5,
.fancyblocks-fullsize-image-content-box h6 {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.fancyblocks-selected-items-link {
    text-decoration: none;
}

.fancyblocks-news-block {
    height: 100%;
}

.wp-block-lazyblock-content-2columns,
.wp-block-lazyblock-news-multicol-category .fancyblocks-news-container > div,
.wp-block-lazyblock-news-multicol .fancyblocks-news-container > div,
.fancyblocks-selected-items-container > div {
    padding-bottom: 15px;
}

.wp-block-lazyblock-faq-accordion,
.wp-block-lazyblock-contactform,
.wp-block-lazyblock-selected-pages,
.wp-block-lazyblock-content-2columns,
.wp-block-lazyblock-conent-firmenprofil {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-lazyblock-faq-accordion .accordion-button {
    color: #FFFFFF;
    background: rgb(0, 56, 123);
    outline: none;
}

.wp-block-lazyblock-faq-accordion .accordion-button::after {
    color: #FFFFFF;
    font: normal 20px/1 dashicons;
    content: "\f347";
    background: none;
}

.wp-block-lazyblock-faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f343";
    font: normal 20px/1 dashicons;
    background: none;
    transform: none;
}

.wp-block-lazyblock-faq-accordion .accordion-button:hover, .wp-block-lazyblock-faq-accordion .accordion-button:not(.collapsed) {
    background-color: rgb(246, 182, 0) !important;
    color: rgb(0, 56, 123);
    outline: none;
}

.wp-block-lazyblock-media-download .form-group {
    margin-bottom: 10px;
}

.fancyblocks-news-block {
    border: 1px solid rgb(0, 56, 123);
    margin-top: 0px !important;
}

.fancyblocks-news-post_image {
    margin: 0;
    padding: 0;
}

.fancyblocks-news-block:hover .fancyblocks-news-label {
    color: rgb(0, 56, 123);
}

.fancyblocks-news-block:hover {
    background-color: rgb(246, 182, 0) !important;
    border-color: rgb(246, 182, 0);
    color: rgb(0, 56, 123);
    font-weight: bold;
}

.fancyblocks-news-block:hover .underscore {
    color: rgb(0, 56, 123);
}

.fancyblocks-selected-items-block h4 {
}

.fancyblocks-selected-items-block:hover {
    background-color: rgb(246, 182, 0) !important;
    border-color: rgb(246, 182, 0);
    color: rgb(0, 56, 123);
}

.fancyblocks-selected-items-block:hover h4 {
    color: rgb(0, 56, 123);
}

.fancyblocks-selected-items-link > div {
    border: 1px solid rgb(0, 56, 123);
}

.wp-block-lazyblock-custom-buttons:hover button, button.fancyblocks-news-button:hover {
    background-color: rgb(246, 182, 0) !important;
    border-color: rgb(246, 182, 0);
    color: rgb(0, 56, 123) !important;
}

.fancyblocks-5050-border {
    border-top: 5px solid;
    border-bottom: 5px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fancyblocks-button-base {
    border-radius: 5px;
    border-width: 2px !important;
    font-family: Verdana;
}

.fancyblocks-button-fixed {
    width: 200px;
}

.wp-block-lazyblock-media-download {
    margin-bottom: 5px;
}

.wp-block-lazyblock-media-download .media-dl-icon {
    max-width: 50px;
    width: 100%;
    height: auto;
    float: right;
}

.fancyblocks-sidebyside-block .lazyblock-inner-blocks {
	display: flex;
}
.fancyblocks-sidebyside-block > div > div {
    flex: 1 0 0%;
}

.wp-block-lazyblock-media-download .aligncenter, .wp-block-lazyblock-media-download .alignleft, .wp-block-lazyblock-media-download .alignright {
    display: table;
}

.wp-block-lazyblock-media-download .alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}

.wp-block-lazyblock-media-download .alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}

.wp-block-lazyblock-media-download .aligncenter {
    margin: .5em auto .5em auto;
    text-align: center;
}

.wp-block-lazyblock-media-download .fancyblocks-media-download-icon {
    width: 100%;
    max-width: 50px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.wp-block-lazyblock-media-download .fancyblocks-media-download-text {
    float: left;
}

.fancyblocks-content-blocks ul {
    display: grid;
}

.fancyblocks-content-blocks > div > h1,
.fancyblocks-content-blocks > div > h2,
.fancyblocks-content-blocks > div > h3,
.fancyblocks-content-blocks > div > h4,
.fancyblocks-content-blocks > div > h5,
.fancyblocks-content-blocks > div > h6,
.fancyblocks-content-blocks > div > p {
    margin-left: -15px;
    margin-right: -15px;
}


.lazyblocks-timeline .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
	    margin-left: -15px;
    margin-right: -15px;
}

.lazyblocks-timeline .timeline:before {
    top: 0px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: rgb(0, 56, 123);
    left: 50%;
    margin-left: 0px;
    /*-webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
	height: 50%;*/

}

.lazyblocks-timeline .timeline li {
    margin-bottom: 25px;
    position: relative;
}

.lazyblocks-timeline .timeline li:before, .lazyblocks-timeline .timeline li:after {
    content: " ";
    display: table;
}

.lazyblocks-timeline .timeline li:after {
    clear: both;
}

.lazyblocks-timeline .timeline li:before, .lazyblocks-timeline .timeline li:after {
    content: " ";
    display: table;
}

/** timeline panels **/
.lazyblocks-timeline .timeline li .timeline-panel {
    width: 47%;
    float: left;
    background: rgb(0, 56, 123);
    padding: 20px;
    position: relative;
	border: 3px solid rgb(0, 56, 123);
}

/** panel arrows **/
.lazyblocks-timeline .timeline li .timeline-panel:before {
    position: absolute;
    top: 50%;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid rgb(0, 56, 123);
    border-right: 0 solid rgb(0, 56, 123);
    border-bottom: 15px solid transparent;
    content: " ";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lazyblocks-timeline .timeline li .timeline-panel:after {
    position: absolute;
    top: 50%;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid rgb(0, 56, 123);
    border-right: 0 solid rgb(0, 56, 123);
    border-bottom: 14px solid transparent;
    content: " ";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lazyblocks-timeline .timeline li .timeline-panel.noarrow:before, .lazyblocks-timeline .timeline li .timeline-panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0;
}

.lazyblocks-timeline .timeline li.timeline-right .timeline-panel {
    float: right;
}

.lazyblocks-timeline .timeline li.timeline-right .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.lazyblocks-timeline .timeline li.timeline-right .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.lazyblocks-timeline .timeline li .timeline-panel .tl-body, .lazyblocks-timeline .timeline li .timeline-panel .tl-body > p {
    color: #ffffff;
}

.lazyblocks-timeline .timeline li .tl-date {
    width: 47%;
    float: right;
    padding: 20px;
    position: relative;
}
.lazyblocks-timeline .timeline li .tl-date .tl-date-inner {
	display: inline-flex;
}
.lazyblocks-timeline .timeline li.timeline-right .tl-date {
    float: left;
	text-align: right;
}

.lazyblocks-timeline .timeline li .timeline-panel .tl-date-mobile {
	font-weight: bold;
	margin-bottom: 20px;
	display: none;
    color: #fff;
}

.lazyblocks-timeline .timeline li .tl-circ {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: rgb(0, 56, 123);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -24px;
    border: 3px solid rgb(0, 56, 123);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 99999;


    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lazyblocks-timeline .timeline li .tl-circ > i {
    vertical-align: text-top;
}

.lazyblocks-timeline .tl-heading h4 {
    margin: 0;
    color: #c25b4e;
}

.lazyblocks-timeline .tl-body p, .tl-body ul {
    margin-bottom: 0;
}

.lazyblocks-timeline .tl-body > p + p {
    margin-top: 5px;
}

.lazyblocks-timeline .timeline li.tl-item:hover {
}
.lazyblocks-timeline .timeline li.tl-item:hover > .tl-circ {
	color: rgb(0, 56, 123);
    background-color: rgb(246, 182, 0);
	border: 3px solid rgb(0, 56, 123);
}
.lazyblocks-timeline .timeline li.tl-item:hover > .timeline-panel {
	color: rgb(0, 56, 123);
    background-color: rgb(246, 182, 0);
	border: 3px solid rgb(0, 56, 123);	
}
.lazyblocks-timeline .timeline li.tl-item:hover > .timeline-panel .tl-body > *, .lazyblocks-timeline .timeline li.tl-item:hover > .timeline-panel .tl-date-mobile {
	color: rgb(0, 56, 123);
}
.lazyblocks-timeline .timeline li.tl-item:hover > .timeline-panel::before {}
.lazyblocks-timeline .timeline li.tl-item:hover > .timeline-panel::after {}



/*
 *	Social Sidebar
 */
#social_sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 100;
}

.social {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}

.social li a {
    display: block;
    width: 40px;
    background: rgb(0, 56, 123);
    border-bottom: 1px solid #333;
    font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms
}

.social li a:hover {
    background-color: rgb(246, 182, 0) !important;
    color: rgb(0, 56, 123);

}

.social li:first-child a {
    border-radius: 5px 0 0 0
}

.social li:last-child a {
    border-radius: 0 0 0 5px
}

.social li a span {
    width: 200px;
    float: right;
    text-align: center;
    background: rgb(246, 182, 0);
    color: #fff;
    margin: -28px 40px;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms
}

.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 7px;
    border-right: 10px solid transparent;
    border-left: 10px solid rgb(246, 182, 0);
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.social li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
}

/*
 *  Footer + Social
 */
#footer_social i {
    font-size: 30px;
}

#footer_social a:hover {
    color: white;
}

#footer .nav-link span:hover {
    background-color: rgb(246, 182, 0) !important;
    color: rgb(0, 56, 123);
}

/*
 *  Navbar Footer
 */
.footer {
    padding: 20px;
}

.footer ul {
    list-style: none;
}

.li-title {
    font-size: 23px;
    color: #F0F0F0;
}

.li-title:hover {
    text-decoration: none;
    color: #F0F0F0;
}

.li-text {
    font-size: 14px;
    font-family: "Verdana";
    font-weight: 600;
    color: #F0F0F0;
}

.li-text:hover {
    background-color: rgb(246, 182, 0) !important;
    color: rgb(0, 56, 123);
    text-decoration: none;
}

.caixa-img-footer {
    height: 150px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(36, 36, 36, .5)
}

.reserved-bot {
    padding-bottom: .1px;
    background-color: #F0F0F0;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.reserved-top {
    padding-top: 10px;
    padding-bottom: .1px;
    background-color: #F0F0F0;
    margin-bottom: 20px;;
    margin-left: -20px;
    margin-right: -20px;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-10 17:37:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
.scale-in-center {
    -webkit-animation: scale-in-center 0.8s linear both;
    animation: scale-in-center 0.8s linear both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
.slide-in-right {
    -webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
.slide-in-left {
    -webkit-animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
.scale-up-center:hover {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    z-index: 120;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/* Änderungen 05.2.2022 */
.mark, mark {
    padding: 0em !important;
    /*
     * background-color: #fcf8e3 !important;
	font-weight: 700 !important;
	*/
}

.wp-block-video > video {
	border-radius: 9999px;
	max-width: 512px;
	width: 100%;
	max-height: 342px;
}
.wp-block-video.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}