/*
Theme Name: Bahnberufe
Theme URI:
Author: mediadefine.com <Thorsten Wüst>
Author URI: https://www.mediadefine.com/
Description: Bahnberufe is a multi-purpose business theme.
Version: 0.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: bootstrap
Text Domain: bahnberufe
Domain Path: /languages
*/

@font-face {
    font-family:"Open Sans";
    src:url('/assets/fonts/opensans/light/opensans-300.eot');
    src:url('/assets/fonts/opensans/light/opensans-300.eot?#iefix') format("embedded-opentype"),
    url('/assets/fonts/opensans/light/opensans-300.woff2') format("woff2"),
    url('/assets/fonts/opensans/light/opensans-300.woff') format("woff"),
    url('/assets/fonts/opensans/light/opensans-300.ttf') format("truetype"),
    url('/assets/fonts/opensans/light/opensans-300.svg#Open Sans') format("svg");
    font-weight:200;
    font-style:normal;
}
@font-face {
    font-family:"Open Sans";
    src:url('/wp-content/themes/bahnberufe/assets/fonts/opensans/regular/opensans-400.eot');
    src:url('/wp-content/themes/bahnberufe/assets/fonts/opensans/regular/opensans-400.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/regular/opensans-400.woff2') format("woff2"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/regular/opensans-400.woff') format("woff"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/regular/opensans-400.ttf') format("truetype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/regular/opensans-400.svg#Open Sans') format("svg");
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family:"Open Sans";
    src:url('/wp-content/themes/bahnberufe/assets/fonts/opensans/semibold/opensans-600.eot');
    src:url('/wp-content/themes/bahnberufe/assets/fonts/opensans/semibold/opensans-600.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/semibold/opensans-600.woff2') format("woff2"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/semibold/opensans-600.woff') format("woff"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/semibold/opensans-600.ttf') format("truetype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/semibold/opensans-600.svg#Open Sans') format("svg");
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family:"Open Sans";
    src:url('/wp-content/themes/bahnberufe/assets/fonts/opensans/bold/opensans-700.eot');
    src:url('/wp-content/themes/bahnberufe/assets/fonts/opensans/bold/opensans-700.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/bold/opensans-700.woff2') format("woff2"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/bold/opensans-700.woff') format("woff"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/bold/opensans-700.ttf') format("truetype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/opensans/bold/opensans-700.svg#Open Sans') format("svg");
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family:"Luma-icons";
    src:url('/wp-content/themes/bahnberufe/assets/fonts/Luma-Icons.eot');
    src:url('/wp-content/themes/bahnberufe/assets/fonts/Luma-Icons.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/Luma-Icons.woff2') format("woff2"),
    url('/wp-content/themes/bahnberufe/assets/fonts/Luma-Icons.woff') format("woff"),
    url('/wp-content/themes/bahnberufe/assets/fonts/Luma-Icons.ttf') format("truetype"),
    url('/wp-content/themes/bahnberufe/assets/fonts/Luma-Icons.svg#luma-icons') format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/bahnberufe/assets/fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/wp-content/themes/bahnberufe/assets/fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('/wp-content/themes/bahnberufe/assets/fonts/MaterialIcons-Regular.woff') format('woff'),
    url('/wp-content/themes/bahnberufe/assets/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

body {
    font-family: "Open Sans",sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    background-color: #ededed;
    overflow-x: hidden;
}

a {
    color:#555;
    transition:.3s ease;
    text-decoration: none;
}
a:visited {
    color:inherit;
}
a:focus {
    color:inherit;
}
a:hover {
    color:#39559c;
    text-decoration:none;
}

p:empty {
    display: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align:right;
}
.align-center {
    text-align:center;
}
.align-justify {
    text-align:justify;
}

h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 2rem;
}

h2 {
    color: #ec1a23;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
}

h6{
    margin-top: 2.5rem;
}

b,
strong {
    font-weight: bold !important;
}

.btn-default:hover {
    border:0;
}
.btn {
    border:0;
}
.btn:active {
    border:0;
}
.flex-button-group {
    justify-content:space-around;
    display:flex;
}
.flex-button-group > .btn {
    margin-left:1px;
    margin-right:1px;
}

.btn-default {
    background-color: #39559c;
    border-color: #ccc;
    border: 0;
    color: #fff;
}

.btn-default:hover {
    background-color: #ccc;
    color: #fff;
}

.btn-default:visited {
    color:#fff;
}

#maincontent a[class*="-link"], #maincontent p a {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

/*Icons*/
.material-icons-ico, [class*="material-icons-"]::before, .tx-evjobs-pi1 span[class^="ico-"]::before {
    color: #ec1a23;
}

/*Wrapper*/
.page-wrapper {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    margin:0;
    min-height:100%;
    position:relative;
    transition:margin .3s ease-out 0;
}
.page-wrapper > .widget {
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    max-width:1600px;
    box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
}
.page-wrapper > .page-bottom {
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    max-width:1600px;
    box-sizing:border-box;
}
.page-wrapper > .breadcrumbs {
    box-sizing:border-box;
    width:100%;
}
.page-wrapper > .top-container {
    box-sizing:border-box;
    width:100%;
}
.page-wrapper #maincontent {
    min-height:500px;
}

#headerFix {
    background: #ec1a23;
    color: #fff;
    font-size: 1.2rem;
    margin: -10px -10px 0 -10px;
}

#headerFix .welcomInstance{
    float: right;
    padding-right: 30px;
    padding-bottom: 4px;
    padding-top: 0px;
}

#headerFix .welcomInstance span {
    text-transform: uppercase;
    font-size: .8rem;
}

.affix {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.affix .container {
    max-width: 1600px;
}

.account-links-menu_wrapper span,
.block-search span{
    display:none;
}

.account-links-menu_wrapper a,
.block-search a,
.block-home a{
    font-size: 30px;
}

.providerButton {
    margin-top: 5px;
}

.providerButton a{
    font-size: 14px;
}

#mainNavigationRow{
    padding-top: 20px;
}

.navbar-nav .dropdown-menu.show {
    position: absolute;
    display: flex;
    left: -100%;
}

.navbar-nav .dropdown-menu.show{
    padding: 30px;
    border-top-color: #bbb;
    background: #fff;
    border-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0,0,0,0.19);
    font-weight: 400;
    min-width: 400px;
    left: 0;

}

.navbar-toggler {
    padding:0;
    height:34px;
    width:34px;
    position:relative;
    border:0
}
.navbar-toggler:focus {
    outline:0;
    border:0
}
.navbar-toggler-icon:after,
.navbar-toggler-icon,
.navbar-toggler-icon:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    background-image:none !important;
    display:inline-block;
    width:22px;
    height:2px;
    background-color:currentColor;
    transition:all 0.3s ease-in
}
.navbar-toggler-icon {
    top:50%;
    left:50%;
    height:0;
    transform:translate(-50%,-50%)
}
.navbar-toggler-icon:before {
    transition-delay:0.1s;
    transform:rotate(-45deg);
    top:0
}
.navbar-toggler-icon:after {
    transition-delay:0.1s;
    transform:rotate(45deg);
    top:0
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    transition-delay:0.2s;
    height:2px
}
.navbar-toggler.collapsed .navbar-toggler-icon:before {
    transition-delay:0;
    transform:rotate(0);
    top:-6px
}
.navbar-toggler.collapsed .navbar-toggler-icon:after {
    transition-delay:0;
    transform:rotate(0);
    top:6px
}

.page-main .columns .container-fluid{
    padding-left: unset;
    padding-right: unset;
}

/*WP-Blocks*/
/*.wp-block-lazyblock-twimgleft,
.wp-block-lazyblock-linkliste,
.wp-block-lazyblock-twimgleftshortnews,
.wp-block-lazyblock-twimgright{
    padding-left: 20px;
    padding-right: 20px;
}*/

.wp-block-lazyblock-twimgleft section.section .row,
.wp-block-lazyblock-twimgleftshortnews section.section .row,
.wp-block-lazyblock-linkliste section.section .row,
.wp-block-lazyblock-bahnberufe-intro-text-blue section.section .row,
.wp-block-lazyblock-teaser-block-element section.section .row,
.wp-block-lazyblock-twimgright section.section .row,
.wp-block-lazyblock-teaser-block-elementdrei .row,
.wp-block-lazyblock-textbildzweireihen .row,
.wp-block-lazyblock-twimgright article.row,
.wp-block-lazyblock-twimgleft article.row{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}


/*Main Content*/
main {
    display: block;
}

.page-main {
    /*padding-left: 20px;
    padding-right: 20px;*/
    margin-left: auto;
    margin-right: auto;
    width: auto;
    /*max-width: 1600px;*/
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.text-bar {
    background-color: #ec1a23;
    position: absolute;
}

.introCe{
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.introCe h1{
    color: #ec1a23;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.introCe p{
    font-weight: 700;
    font-size: 1.0rem;
}

.section{
    position: relative;
}

#maincontent .section .row{
    padding: 3rem 0;
}

#maincontent .section .row .title{
    font-size: 35px;
    color: #e6e6e6;
    margin-bottom: 1.4rem;
}

#maincontent .section .row .redTextBar p {
    color: #fff;
    font-size: 1.2rem;
}

#maincontent .section.section2 .section-bg {
    background-color: #f6f6f6;
    color: #666;
}

#maincontent .section.section3 .section-bg {
    background-color: #39559c;
    color: #e6e6e6;
}

#maincontent .section.section3 h2 {
    color: #e6e6e6;
}

#maincontent .section.section2 h3 {
    color: #39559c;
}

#maincontent .wp-block-lazyblock-bahnberufe-intro-text-blue{
    color: #fff;
}

#maincontent .section.section2 .spaceTopSmall {
    position: relative;
    margin-top: 15px;
}

#maincontent .section.section2 .spaceTopBig {
    position: relative;
    margin-top: 65px;
}

.section .section-bg{
    position: absolute;
    height: 100%;
    background-color: #ec1a23;
}

.section-bg.text-bar {
    background-color: #ec1a23;
}

.columns {
    display: block;
}

.column.main {
    box-sizing: border-box;
    min-height: 300px;
}

.columns .column.main {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-bottom: 40px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.columns::after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#maincontent .container {
    padding-left: 0;
    padding-right: 0;
}

/*Content*/
#maincontent h3 {
    color: #ec1a23;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
}

#maincontent a span::after {
    background: #ccc none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease-in-out 0s;
    width: 0;
}

#maincontent a:hover span:after {
    width:100%;
}

.news {

}

.news .row{
    padding: 0 0 .5rem 0 !important;
}

.news .news-list-item {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid rgba(236,26,35,0.4);
}

.news .news-list-item:last-child {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

.news .news-list-item .extra {

}

.news .news-list-item .extra time{
    color: #ec1a23;
    font-size: .8rem;
}

.news .news-list-item h4{
    color: #39559c;
    margin-top: .5rem;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: .5rem;
}

.news .news-list-item h4 a{
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    font-size: .9rem;
}

.news .news-list-item h4 a:hover,
.news .news-list-item h4 a:focus{

}

.wp-block-lazyblock-bb-buttons h3 {
    color: rgb(57, 85, 156) !important;
    font-size: 1.2rem !important;
}

.woocommerce-form-register h3{
    color: #555 !important;
    margin-bottom: unset !important;
    font-size: 1.4rem !important;
    margin-top: 1.5rem !important;
}

ul.wp-block-latest-posts__list{
    margin-right: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    padding-left:20px;
}

ul.wp-block-latest-posts__list li{
    padding: 3rem;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

ul.wp-block-latest-posts__list li a{
    color: #555;
    transition: .3s ease;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

ul.wp-block-latest-posts__list li a:hover{
    color:#39559c;
}

ul.wp-block-latest-posts__list li time{
    color:#ec1a23;
    font-size: .8rem;
}

.wp-block-archives-dropdown{
    margin-left: 20px;
    margin-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.archive h1.page-title{
    color: #ec1a23;
    font-size: 2.0rem;
}

.singlenewsdata{
    padding: 2rem 10px 1rem 10px;
}

.singlenewsdata .entry-title{
    color: #ec1a23;
}

.custom-logo-link{
    padding-left: 15px;
}

.backbutton{
    padding-left: 10px;
    padding-right: 15px;
    margin-bottom:2rem;
}

h1.normalgrid,
h2.normalgrid,
h3.normalgrid,
h4.normalgrid
h5.normalgrid{
    padding-left:20px;
}

#user_switching_switch_on{
    background: #ec1a23;
    padding: 2rem;
}

#user_switching_switch_on a{
    color:#fff;
    text-decoration: none;
}

.woocommerce-ResetPassword,
.woocommerce-message{
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce-message {
    border-top-color: #ec1a23;
}

.woocommerce-message::before {
    content: "\e015";
    color: #ec1a23;
}

.modal-header h5{
    color:#39559c;
}

.modal-body ul{
    list-style-type: none;
    padding-left:0;
}

.modal-body ul li{
    margin-bottom: 1.2rem;
}

.modal-body ul li a{
    background-color: #39559c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inherit;
}

.modal-body ul li a:hover{
    background-color: #ccc;
    color: #fff;
}

.modal-body .searchform input[type="text"]{
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
}

.modal-body .searchform #searchsubmit{
    background-color: #39559c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 0.5rem;
    width: 100%;
}

.modal-body .searchform #searchsubmit:hover {
    background-color: #ccc;
    color: #fff;
}


/*Footer*/
.page-footer {
    margin: 0;
    background: #f6f6f6;
    padding: 0 20px 0 20px;
}

footer section h2,
footer section h5,
footer section h6{
    font-size: 16px;
    font-weight: 300;
    color: #ec1a23;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer ul{
    list-style: none;
    padding: 0;
}

footer p {
    margin-bottom: 10px;
}

footer a {
    display         : inline-block;
    color           : #555;
    cursor          : pointer;
    text-decoration : none;
}

footer a::after {
    content                            : "";
    display                            : block;
    margin                             : 0 auto;
    width                              : 0%;
    height                             : 2px;
    background                         : #ccc;
    -webkit-transition-duration        : .5s;
    -o-transition-duration             : .5s;
    transition-duration                : .5s;
    -webkit-transition-property        : all;
    -o-transition-property             : all;
    transition-property                : all;
    -webkit-transition-timing-function : ease;
    -o-transition-timing-function      : ease;
    transition-timing-function         : ease;
    -webkit-transform                  : scaleY(0.9);
    -ms-transform                      : scaleY(0.9);
    transform                          : scaleY(0.9);
}

footer a:hover::after {
    width: 100%;
}

.socialMedia li {
    display: inline-block;
    margin-right: 10px;
}

.socialMedia li a::after{

}

.otherMedia a{
    display: block;
    margin-bottom: 25px;
}

.socialMedia a::after,
.otherMedia a::after,
.otherPortals a::after{
    display: none;
}

.footer.content {
    margin-bottom: 30px;
}

.wp-block-lazyblock-bahnberufe-links p {
    margin-bottom: .6rem;
}

.wp-block-lazyblock-bahnberufe-links p a{
    font-size: .9rem;
}

#maincontent .section ul li,
#maincontent article.row ul li{
    margin-bottom: .4rem;
}

#maincontent .section ul li a,
#maincontent article.row ul li a{
    font-weight: bold;
    text-decoration: underline;
}

#maincontent .section ul li a:hover,
#maincontent .section ul li a:focus {

}

@media (min-width:576px) {
    .setwidthRegister{
        width: 520px;
    }

}

@media (min-width:768px) {
    body:not(.cms-index-index) .page-main {
        /*max-width:1210px;*/
    }
    body:not(.cms-index-index) .page-wrapper > .breadcrumbs {
        /*max-width:1210px;*/
    }
    .footer.content {
        /*max-width:1210px;*/
    }
    .page-wrapper {
        width:100%;
        padding:0;
        margin:0;
        background:#fff;
        position:relative;
    }
    .page-wrapper .panel.wrapper {
        margin:0;
        background:#ededed;
        border-bottom-width:0;
    }
    .page-wrapper > .breadcrumbs {
        margin-bottom:20px;
    }
    .page-wrapper > .breadcrumbs > ul.items {
        font-size:14px;
        background:#fbfbfb;
        padding:10px 25px;
    }
    .page-wrapper > .breadcrumbs > ul.items a:hover {
        color:#39559c;
        text-decoration:none;
    }

    .footer.content{
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        box-sizing: border-box;
        border-top: none;
        padding-top: 20px;
    }

    #navbarBewerber .navbar-nav .dropdown-menu li.active,
    #navbarBewerber .navbar-nav .dropdown-menu li.active:hover{
        background-color: #ec1a23;
        padding-right: 0;
    }

    #navbarBewerber .navbar-nav .dropdown-menu li.active a span{
        color: #fff;
    }

    #navbarBewerber .navbar-nav .dropdown-menu li a span{
        color: #ec1a23;
        font-weight: bold;
    }

    #navbarBewerber .navbar-nav .dropdown-menu li.active:hover a span{
        color: #ec1a23;
    }
    .page-footer {
        margin: auto -10px -10px;
        background: #f6f6f6;
        padding: unset;
    }

    .metaNavigation {
        width: 100%;
        margin-top: 20px;
    }

    .dropdown-menu.show {
        width: 100%;
    }

    .setwidthRegister{
        width: 600px;
    }

}

@media (max-width:767px) {
    .footer .footer-col-wrapper .footer-col {
        width:100%;
        padding-right:0;
    }

    .dropdown-menu {
        display: none !important;
    }

    .dropdown-menu.show {
        display: block !important;
        position: unset !important;
    }

    .metaNavigation {
        width: 100%;
        margin-top: 20px;
    }

}

@media screen and (min-width:992px) {
    .navbar-toggler {
        display: none;
    }

    .collapse:not(.show) {
        display: unset;
    }

    #navbarBewerber{
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
        align-items: center;
    }

    #navbarBewerber .navbar-nav {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        flex-direction: row;
    }

    #navbarBewerber .navbar-nav .menu-item {
        font-size: 16px;
        line-height: 16px;
        color: #333;
        text-transform: uppercase;
        margin: 0 10px 0 0;
        display: inline-block;
        padding-right: 15px;
        position: relative;
    }

    #navbarBewerber .navbar-nav .menu-item a {
        display: inline-block;
        border-style: solid;
        border-width: 0 0 3px;
        border-color: transparent;
        color: #575757;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
    }

    #navbarBewerber .navbar-nav .menu-item:hover > .nav-link {
        border-color:#ec1a23;
        color:#333;
    }

    #navbarBewerber .navbar-nav .menu-item.active > .nav-link,
    #navbarBewerber .navbar-nav .menu-item.active:hover > .nav-link {
        border-color:#ec1a23;
        color:#333;
    }

    #navbarBewerber .navbar-nav .sub-menu {
        display: none;
    }

    #navbarBewerber  {
        display: flex;
        justify-content: center;
    }

    .metaNavigation {
        width: unset;
        margin-top: unset;
    }

    .setwidthRegister{
        width: 800px;
    }

}

@media screen and (min-width:1200px) {
    .setwidth {
        width: 500px;
    }

    .setwidthLogin {
        width: 700px;
    }

    .setwidthImage {
        width: 1100px;
    }

    .setwidthRegister{
        width: 800px;
    }
}

@media screen and (min-width:1400px) {
    .setwidth {
        width: 600px;
    }

    .setwidthLogin {
        width: 800px;
    }

    .setwidthImage {
        width: 1200px;
    }

    .setwidthRegister{
        width: 800px;
    }
}

@media screen and (min-width:1661px) {
    .page-wrapper {
        /*max-width:1600px;*/
        margin:0 auto 0;
        padding:10px 0 10px 0;
    }
    .page-wrapper .panel.wrapper {
        margin:-10px -10px 0 -10px;
    }
    .page-header .header.panel {
        max-width:1620px;
        padding-left:1rem;
        padding-right:1rem;
    }

    .setwidth {
        width: 600px;
    }

    .setwidthLogin {
        width: 800px;
    }

    .setwidthImage {
        width: 1200px;
    }

    .setwidthRegister{
        width: 800px;
    }
}

.wp-block-lazyblock-bahnberufe-intro-text-blue p a{
    color: #fff;
    border-bottom: 1px solid #ec1a23 !important;
}

.wp-block-lazyblock-bahnberufe-intro-text-blue p a:hover,
.wp-block-lazyblock-bahnberufe-intro-text-blue p a:focus,
.wp-block-lazyblock-bahnberufe-intro-text-blue p a:active{
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.wpcf7-form label {
    width: 80%;
}
.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-textarea{
    background: #fff;
    background-clip: border-box;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.wpcf7-form-control-wrap .wpcf7-textarea{
    height: 140px;
}

.wpcf7-submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #39559c;
    border-color: #ccc;
    border: 0;
    color: #fff;
}

.wpcf7-submit:hover{
    background-color: #ccc;
    color: #fff;
}

.wpcf7-list-item{
    width:80px;
}

/*.woocommerce-message a{
    font-weight:bold;
    display: block;
    background-color: #39559c;
    border-color: #ccc;
    border: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.woocommerce-message a:hover {
    background-color: #ccc;
    color: #fff;
}*/

.scroll-top {
    overflow:hidden;
    transition:all 0.3s ease-in-out;
    z-index:1020;
    background-color:#ccc;
    color:#ffffff;
    bottom:20px;
    right:20px;
    position:fixed;
    /*opacity:0;*/
    width:3em;
    height:3em;
    border: 1px solid #fff;
    display:none;
}
@media (prefers-reduced-motion:reduce) {
 .scroll-top {
  transition:none
 }
}
.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
 color:#ffffff;
 background-color:rgb(57, 85, 156);
}
/*.scroll-top.scroll-top-visible {
 opacity:0;
}*/
.css-arrow,
.scroll-top .scroll-top-icon {
 transform:rotate(45deg);
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%
}
.css-arrow:before,
.scroll-top .scroll-top-icon:before {
 content:'';
 position:absolute;
 height:30%;
 width:30%;
 border-top:1px solid;
 border-left:1px solid;
 top:55%;
 left:55%;
 transform:translate(-50%,-50%)
}

.wp-block-cover__inner-container a{
    color: #f1f1f1;
    border-bottom: transparent !important;
}

.wp-block-cover__inner-container a:hover{
    color: #fff;
    border-bottom: 1px solid #fff !important;
}