/* Additional theme customizations */

/* .logo-brauerbund, */
/* #header nav ul li a.logo-brauerbund { */
	/* background: url(../images/logos/bayerischer-brauerbund.png) center no-repeat #008dc9; */
    /* background-size: auto 94px; */
/* } */

/* .logo-bayerischesbier, */
/* #header nav ul li a.logo-bayerischesbier { */
	/* background: url(../images/logos/bayerisches-bier.png) center no-repeat #008dc9; */
    /* background-size: auto 81px; */
/* } */

/* .logo-bierkoenigin, */
/* #header nav ul li a.logo-bierkoenigin { */
	/* background: url(../images/logos/bayerische-bierkoenigin.png) center no-repeat #008dc9; */
    /* background-size: auto 64px; */
/* } */


.background-illustrations .illustration.illustration-1 {
	top: 500px;
}
.page:not(.home) .background-illustrations .illustration.illustration-1 {
	top: 360px;
    left: -130px;
    width: 320px; 
    height: 320px;
}

.page:not(.home) .background-illustrations .illustration.illustration-2 {
    left: auto;
    right: -75px;
}

.home #headerimage {
    min-height: 500px;
    height: 85vh;
    max-height: 750px;
}

#headerimage.default_banner .image:before {
	opacity: 1;
	background: #008DC9;
}
#headerimage.default_banner .image-inner {
	margin-bottom: 25px;
}


/* Custom Teaser box */
.wbm-teaserbox {
	position: relative;
}
.wbm-teaserbox .teaser {
	display: block;
	width: 100%;
}

.wbm-teaserbox .teaser .image {
    width: 100%;
    height: 100%;
}
.wbm-teaserbox .teaser .image:before {
	opacity: .25;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    content: "";
	-webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.wbm-teaserbox a.teaser:active .image:before,
.wbm-teaserbox a.teaser:focus .image:before,
.wbm-teaserbox a.teaser:hover .image:before {
	opacity: 0.15;
}

.wbm-teaserbox a.teaser .arrow svg path {
	-webkit-transition: stroke .2s ease-out;
    -o-transition: stroke .2s ease-out;
    transition: stroke .2s ease-out;
}
.wbm-teaserbox a.teaser:active .arrow svg path,
.wbm-teaserbox a.teaser:focus .arrow svg path,
.wbm-teaserbox a.teaser:hover .arrow svg path {
	stroke: #fff;
}

.wbm-teaserbox .teaser .image img {
	display: block;
	position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.wbm-teaserbox .teaser .content {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
}
.wbm-teaserbox .teaser .content h4 {
	width: calc(100% - 60px);
}
.wbm-teaserbox .teaser .arrow {
	display: flex;
    position: absolute;
    right: 30px;
    bottom: 33px;
}

p a.button {
    text-decoration: none;
}
::-webkit-input-placeholder { /* Edge */
	color: #008dc9;
	text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #008dc9;
	text-transform: uppercase;
}

::placeholder {
	color: #008dc9;
	text-transform: uppercase;
}
#loginform {
	display: flex;
    align-content: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
#loginform p {
	flex: 1 0 32%; 
}

#loginform p.login-remember {
	order: 4;
}
#loginform p.login-lostpassword {
	order: 5;
}
#loginform p.login-ws {
	order: 6;
}
#loginform p:not(.login-remember) label { 
	display: none;
}
#loginform p {
	margin-bottom: 0;
}

#loginform p a {
	text-decoration: none;
}

input[type=text], input[type=search], input[type=password], input[type=email], textarea,
#loginform p:not(.login-remember) input, input[type=button] {
	font-size: 16px;
    font-family: Calibri, sans-serif;
    font-style: normal;
	text-align: left;
	font-weight: 700;
	letter-spacing: .04em;
    padding: 10px 15px 8px 15px;
    background: 0 0;
    border: 2px solid #008dc9;
    color: #008dc9;
    line-height: 18px;
    transition: background .25s,border-color .25s,color .25s;
    appearance: none;
	width: 100%;
	min-width: 180px;
}
input[type=button] {
	 padding: 10px 52px 8px 15px;
}
input[type=submit],
input[type=button] {
	 text-transform: uppercase;
}

input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus {
	background: #008dc9;
    color: #fff;	
}

input[type=button], input[type=submit] {
	cursor: pointer;
	position: relative;
}

#loginform p .button, .submit_wrapper .button {
	width: 100%;
	text-align: left;
	cursor: pointer;
}

#loginform p.login-submit, .submit_wrapper {
	position: relative;
}
.submit_wrapper {
	display: flex;
}

#loginform p.login-submit:after, .submit_wrapper:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.414' height='12.192' viewBox='0 0 23.414 12.192'%3E%3Cg data-name='Group 1497' fill='none' stroke='%23008dc9' stroke-width='2'%3E%3Cpath data-name='Line 166' d='M285 2450h22' transform='translate(-285 -2443.747)'/%3E%3Cpath data-name='Path 533' d='m301.609 2444.454 5.391 5.389-5.391 5.39' transform='translate(-285 -2443.747)'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 23px 12px;
	background-repeat: no-repeat;
	width: 23px;
	height: 12px;
	display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#loginform p.login-submit:active .button,
#loginform p.login-submit:focus .button,
#loginform p.login-submit:hover .button,
.submit_wrapper:active .button,
.submit_wrapper:focus .button,
.submit_wrapper:hover .button {
	background: #008dc9;
    color: #fff;	
}
#loginform p.login-submit:active:after,
#loginform p.login-submit:focus:after,
#loginform p.login-submit:hover:after,
.submit_wrapper:active:after,
.submit_wrapper:focus:after,
.submit_wrapper:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.414' height='12.192' viewBox='0 0 23.414 12.192'%3E%3Cg data-name='Group 1497' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath data-name='Line 166' d='M285 2450h22' transform='translate(-285 -2443.747)'/%3E%3Cpath data-name='Path 533' d='m301.609 2444.454 5.391 5.389-5.391 5.39' transform='translate(-285 -2443.747)'/%3E%3C/g%3E%3C/svg%3E");
	
}

.elementor-widget-fp-text .h2,
.elementor-widget-fp-text h2 { 
	font-size: 22px;
}
.elementor-widget-fp-text .h6,
.elementor-widget-fp-text h6 {
	font-size: 16px;
}

/* Main menu list */
.wbm-mainmenu-list .teasers {
    position: relative;
    margin: -10px;
    overflow: hidden;
}
.wbm-mainmenu-list .teasers .wbm-teaserbox {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    height: 0;
    margin: 10px;
    padding-bottom: calc(33.333% - 20px);
}

.wbm-mainmenu-list .teasers .teaser .arrow svg line,
.wbm-mainmenu-list .teasers .teaser .arrow svg path {
    fill: none;
    stroke: #008dc9;
}
.wbm-mainmenu-list .teasers .teaser .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wbm-mainmenu-list .teasers .teaser .image:before {
    opacity: 0.25;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    content: "";
}
.wbm-mainmenu-list .teasers .teaser .image img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.wbm-mainmenu-list .teasers .teaser .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
}
.wbm-mainmenu-list .teasers .teaser .content h4:not(:last-child) {
    margin-bottom: 8px;
}

/* Select2 - start */


.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}



.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(180deg, #fff 50%, #eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(180deg, #eee 50%, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(180deg, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(180deg, #eee 50%, #fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
/* Select2 - end */


/* Documents */
.button.small {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 30px 8px 30px;
	background-color: #008DC9;
	color: #fff;
	text-align: center;
}
.button.small.active,
.button.small:hover,
.button.small:active,
.button.small:focus {
	background-color: #fff;
	color: #008DC9;
}

.documents .categories {
	display: -webkit-flex;  
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
	gap: 15px 20px;
	margin-bottom: 60px;
	overflow: hidden;
}

.documents .categories .button.small { 
	flex-grow: 1;
}
.documents .filter {
	margin-bottom: 35px;
	overflow: hidden
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	min-width: 230px;
}

.select2-container .select2-selection {
	border: none;
	border-radius: 0
}

.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	color: #008DC9;
	font-family: Calibri, sans-serif;
	font-weight: 700;
	font-size: 16px;
	background-color: transparent;
	line-height: 18px;
	padding: 10px 20px 8px 20px;
	text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 40px;
	border: 2px solid #008DC9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #008DC9 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -6px;
	margin-top: 0;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #008DC9;
    border-width: 0 4px 5px;
}
.select2-dropdown {
	background: #fff;
	border: none;
	border-radius: 0;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 390px;
	overflow-y: auto;
}
.select2-dropdown .select2-results__options .select2-results__option {
	color: #008DC9;
	font-family: inherit;
	font-weight: normal;
}

.select2-container--default .select2-results__option:not(:first-child) .select2-results__group  {
	cursor: default;
	display: block;
	background: #008DC9;
	padding: 2px;
}
.select2-results {
	border: 2px solid #008DC9;
}
.select2-dropdown .select2-results__options .select2-results__option .select2-results__option[aria-selected=true] {
	background: #fff
}

.select2-dropdown .select2-results__options .select2-results__option .select2-results__option.select2-results__option--highlighted {
	background: #008DC9;
	color: #fff
}
.documents .filter > span {
	float: left;
}

.documents .filter > span:last-child {
	float: right;
}

.documents .filter .select-filter {
	width: 100%;
}
.documents .filter form.searchform {
	float: left;
	margin-left: 20px;
	position: relative;
}
.documents .filter .select-filter { 
	max-width: 230px;
}
form.searchform {
	margin-left: 20px;
}
.documents .filter form input[type=search] {
	padding-right: 35px;
	vertical-align: middle;
	width: 230px;
}

form.searchform input[type=submit] {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icons/magnifying-glass.png) center no-repeat;
    border: none;
}
.documents .filter .select-page {
	float: right;
	width: 100%;
	max-width: 125px;
}
.documents .list {
	width: 100%;
}
.documents .list .list-part {
	overflow: hidden;
}

.documents .list .list-part.list-header .list-row > div {
	font-family: Calibri, sans-serif;
	color: #030303;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.8;
	text-transform: uppercase;
	padding: 5px 15px;
}

.documents .list .list-part .list-row>div:first-child {
	width: 96px;
	padding-left: 0;
}

.documents .list .list-part .list-row>div:nth-child(2) {
	width: 110px;
}

.documents .list .list-part .list-row>div:nth-child(3) {
	width: calc(100% - 498px);
}

.documents .list .list-part .list-row>div:nth-child(4) {
	width: 292px;
	text-align: right;
	padding-right: 0;
}
.documents .list .list-part.list-body .list-row {
	border-top: 1px solid #008DC9;
}

.documents .list .list-part.list-body .list-row > div {
	color: #060607;
	font-family: Calibri, sans-serif;
	font-size: 16px;
	letter-spacing: 0.019em;
	font-weight: 700;
	line-height: 22px;
	padding: 20px 15px;
}

.documents .list .list-part.list-body .list-row > div:first-child {
	text-align: center;
	padding-left: 0;
}
.documents .list .list-part.list-body .list-row > div:nth-child(4) {
	padding-right: 0;
}

.documents .list .list-part.list-body .list-row>div mark {
	background: none;
	color: #008DC9;
	text-transform: uppercase;
}

.documents .list .list-part .list-row {
	overflow: hidden;
	width: 100%
}

.documents .list .list-part.list-body .list-row:last-child {
	border-bottom: 1px solid #008DC9;
}
.documents .list .list-part .list-row > div {
	float: left;
}
.documents .list .list-part .list-row > div a {
	color: #008DC9;
}

.documents .main-attachments-wrapper ul {
	font-size: 0;
	line-height: normal;
}
.documents .main-attachments-wrapper ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
}
.documents .main-attachments-wrapper ul li:not(:first-child):before {
	content: "|";
    text-align: center;
    padding: 0 10px;
    letter-spacing: 0;
	color: #008DC9;
}
.documents .list .list-part .list-row>div .separator {
	display: inline-block;
	width: 2px;
	height: 13px;
	margin: 0 10px;
	background: #008DC9;
	vertical-align: middle;
}
.documents .list .list-part .list-row > div .attachments {
	display: none;
}
.documents .list .list-part .list-row > div .attachments a {
	display: inline-block;
	position: relative;
	margin-top: 15px;
	padding-left: 25px;
	color: #008DC9;
}
.documents .list .list-part .list-row > div .attachments a svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 19px;
}
.documents .list .list-part .list-row > div .attachments a svg path {
  fill: #008DC9;
}

.select-page-wrapper {
	float: right;
	
}
.select-page-wrapper .select2-container {
	min-width: 125px;
}

.toggle-attachments-wrapper {
	text-align: left;
}
/* Profile*/
.profile-overview {
	display: -webkit-flex;  
	display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
}
.profile-overview label {
	text-transform: uppercase;
	font-weight: 700;
}
.profile-overview .password-dots {
	margin-right: 20px;
}
.profile-overview a {
	text-decoration: none;
}
.profile-wrapper .password-form {
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
	transition: visibility 0s, opacity 0.5s linear;
}

.profile-wrapper .password-form.show {
    opacity: 1;
    height: auto;
	visibility: visible;
	max-width: 375px;
	margin-top: 20px;
}
.profile-wrapper .password-form input {
	width: 100%;
}
.profile-wrapper .password-form input:not(:last-child) {
	margin-bottom: 20px;
}

/* Kontakt */
#nf-form-1-cont .nf-field-container {
	margin-bottom: 0;
}

#nf-form-1-cont nf-fields-wrap  {
	display: -webkit-flex;  
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
    gap: 15px 20px;
}
#nf-form-1-cont nf-field:first-child, 
#nf-form-1-cont nf-field:nth-child(2) {
	width: calc(50% - 10px);
}
#nf-form-1-cont nf-field:nth-child(4),
#nf-form-1-cont nf-field:nth-child(3) {
	width: 100%;
}
#nf-form-1-cont nf-field:last-child {
	width: 100%;
}
#nf-form-1-cont nf-field:last-child .submit-container {
	justify-content: end;
}

.nf-after-form-content {
	margin: 25px 0;
}

.nf-after-form-content .nf-error-field-errors {
	padding: 5px 15px; 
	border: 1px solid #e80000;
}

#nf-form-1-cont input:not([type=button]) {
	min-width: auto;
}

/* pdf icon fix */
a[title="View this pdf file"] {
	display: none !important;
}

body.neue-dokumente .elementor-column {
	align-items: center;
	text-align: center;
}

body.neue-dokumente .background-illustrations {
	display: none;
}
.new_documents_wrapper {
    color: #060607;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    letter-spacing: 0.019em;
    font-weight: 700;
    line-height: 22px;
	text-align: center;
}
.new_documents_wrapper li a { 
	color: #060607;
	-webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.new_documents_wrapper li a:active, 
.new_documents_wrapper li a:focus, 
.new_documents_wrapper li a:hover { 
	color: #008DC9;
}
.new_documents_wrapper mark {
	background: none;
    color: #008DC9;
    text-transform: uppercase;
}

/* Documents - end */

.elementor-tabs-wrapper {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #008DC9;
}

.elementor-tabs .elementor-tab-title {
	text-transform: uppercase;
	color: #008DC9;
	font-weight: 700;
	background-color: transparent;
	-webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.elementor-tabs .elementor-tab-title.elementor-active,
.elementor-tabs .elementor-tab-title:hover,
.elementor-tabs .elementor-tab-title:active,
.elementor-tabs .elementor-tab-title:focus {
	color: #fff;
	background-color: #008DC9;
}

.elementor-tabs .elementor-tab-content {
	padding: 30px 0;
}

/* Custom Scrollbar */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	border-radius: 0;
	background-color: #F6F6F6;
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #F6F6F6;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
	background-color: #008DC9;
}
/* Media Queries */
@media screen and (min-width: 1024px) { 
	.wbm-mainmenu-list .teasers .wbm-teaserbox.col-4 { 
		width: calc(33.333% - 20px);
	}
	.wbm-mainmenu-list .teasers .wbm-teaserbox.col-6 { 
		width: calc(50% - 20px);
	}
}

@media screen and (min-width: 768px) {

	#headerimage.default_banner .image:before {
		left: 122px;
	}
	body.brauerbund_intranet #header nav ul li ul {
		width: 495px; 
	}
}
@media screen and (max-width: 1023px) { 
	.wbm-mainmenu-list .teasers {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
	.wbm-mainmenu-list .teasers .wbm-teaserbox {
        width: calc(50% - 20px);
        padding-bottom: calc(50% - 20px);
    }

}

@media screen and (max-width: 499px) { 
	#nf-form-1-cont nf-field:first-child, #nf-form-1-cont nf-field:nth-child(2),
	#nf-form-1-cont nf-field:last-child .submit-container .nf-field,
	#nf-form-1-cont nf-field:last-child .submit-container input[type=button] {
		width: 100%;
	}
	#nf-form-1-cont nf-field:last-child .submit-container {
		justify-content: start;
	}
	
}
@media screen and (max-width: 767px) {

    .wbm-mainmenu-list .teasers .wbm-teaserbox {
        width: calc(100% - 20px);
        padding-bottom: calc(100% - 20px);
    }
	body.neue-dokumente .elementor-column.elementor-element-d874072 .image {
		margin-top: 45px;
	}
	
	.elementor-tabs-content-wrapper .elementor-tab-title {
		border: 2px solid #008dc9 !important;
	}
	.elementor-tabs .elementor-tab-content {
		padding: 20px 15px;
		border-width: 2px !important;
		border-color: #008dc9;
	}
	.elementor-tabs .elementor-tab-content:last-of-type {
		border-bottom-style: inherit !important;
	}
	header.header {
		background-color: #008dc9;
	}
		
}

@media screen and (max-width: 992px) {
	
	.documents .filter {
		display: -webkit-flex;  
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between; 
		gap: 15px 20px;
    }
	
	.documents .filter .select-page {
		max-width: 100%;
    }
	.documents .filter .select-filter,
	.documents .filter .select-page-wrapper {
		max-width: unset;
		width: calc(50% - 10px);
		float: unset;
		
	}
	.documents .filter .select-filter {
		order: 1;
	}
	.documents .filter .select-page-wrapper {
		order: 2;
	}
	.documents .filter form.searchform {
		order: 3;
		width: 100%;
		margin: 0;
	}
	
	.documents .filter .select2-container {
		min-width: auto;
		max-width: 100%;

	}

	.documents .filter form input[type=search] {
		width: 100%;

	}	
	.documents .list .list-part.list-header .list-row > div {
		font-size: 16px;
		padding: 5px;
	}
	
	.documents .list .list-part.list-header .list-row > div:first-child {
		 visibility: hidden;
	}
	.documents .list .list-part.list-header .list-row > div:first-child:before {
		content: "Nr.";
		visibility: visible;
	}
	.documents .list .list-part.list-body .list-row > div {
		padding: 10px 5px;
	}
	.documents .list .list-part .list-row>div:first-child {
		width: 35px;
	}
	.documents .list .list-part .list-row>div:nth-child(2) {
		width: 87px;
	}
	.documents .list .list-part .list-row>div:nth-child(3) {
		width: calc(100% - 122px);
	}
	
	.documents .list .list-part.list-body .list-row > div:nth-child(4) {
		width: 100%;
		padding: 0 5px 10px 5px;
		text-align: left;
	}
	
	.documents .list .list-part.list-body .list-row > div:nth-child(4) div {
		display: inline-block;
	}
	.documents .list .list-part.list-body .list-row > div:nth-child(4) div:before {
		content: "";
		display: inline-block;
		width: 2px;
		height: 13px;
		margin: 0 12px 0 8px;
		background: #008DC9;
		vertical-align: middle;
	}	
	.documents .filter > span:last-child {
		margin-left: 20px;
		float: left;
	}
}


@media screen and (min-width: 1920px) {
	body.brauerbund_intranet #header nav ul li ul {
		width: 369px; 
	}
	
	/* Dokumente - start */
	.documents .list .list-part.list-header .list-row > div {
		font-size: 22px;
	}
	.documents .list .list-part.list-body .list-row > div,
	.documents .main-attachments-wrapper ul li {
		font-size: 19px;
	}
	.documents .list .list-part .list-row>div:first-child {
		width: 108px;
	}
	.documents .list .list-part .list-row>div:nth-child(2) {
		width: 121px;
	}
	.documents .list .list-part .list-row>div:nth-child(3) {
		width: calc(100% - 565px);
	}
	
	.documents .list .list-part.list-body .list-row > div:nth-child(4) {
		width: 336px;
	}
	.new_documents_wrapper {
		font-size: 19px;
	}
	/* Dokumente -end */
}

.wbm_btn {
	font-size: 16px;
    font-family: Calibri, sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 10px 20px 8px 20px;
    border: 2px solid #008dc9;
	background-color: transparent;
    color: #008DC9;
    line-height: 18px;
    transition: background .25s,border-color .25s,color .25s;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
}
.wbm_btn:active,
.wbm_btn:focus,
.wbm_btn:hover {
	background-color: #008DC9;
    color: #fff;
}
.wbm_open_categories {
	margin-right: 20px;
	display: inline-block;
	float: left;
}
.wbm_hidden_block {
    overflow: hidden;  /* Hide the element content, while height = 0 */
    height: 0;
    opacity: 0;
	-webkit-transition: height 0s .2s, opacity .3s ease;
	-moz-transition: height 0s .2s, opacity .3s ease;
	-ms-transition: height 0s .2s, opacity .3s ease;
	-o-transition: height 0s .2s, opacity .3s ease;
	transition: height 0s .2s, opacity .3s ease;

}
.wbm_hidden_block.visible {
   height: 100%; 
	opacity: 1;
	-webkit-transition: height 0s, opacity .3s ease-out;
	-moz-transition: height 0s, opacity .3s ease-out;
	-ms-transition: height 0s, opacity .3s ease-out;
	-o-transition: height 0s, opacity .3s ease-out;
	transition: height 0s, opacity .3s ease-out;

}
.categories.wbm_hidden_block {
	margin-bottom: 0;
}
.categories.wbm_hidden_block.visible {
	padding-bottom: 35px;
}

@media screen and (max-width: 1144px) { 

	.documents .filter {
		display: -webkit-flex;  
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between; 
		gap: 15px 20px;
    }
	
	.documents .filter .select-filter, .documents .filter .select-page-wrapper {
		max-width: unset;
		width: calc(33.3% - 20px);
		float: unset;
	}
	
	.documents .filter .select-page {
		max-width: 100%;
    }

	.wbm_open_categories {
		margin-right: 0;
		width: calc(33.3% - 20px);
	}
	.documents .filter .select-filter {
		order: 2;
	}
	.documents .filter .select-page-wrapper {
		order: 3;
	}
	.documents .filter form.searchform {
		order: 4;
		width: 100%;
		margin: 0;
	}
	
	.documents .filter .select2-container {
		min-width: auto;
		max-width: 100%;
		width: calc(33.3% - 20px);

	}

	.documents .filter form input[type=search] {
		width: 100%;

	}	

	.documents .filter .select-page-wrapper .select2-container {
		width: 100%;
	}



}

@media screen and (max-width: 567px) {
	
	.documents .filter {
		display: -webkit-flex;  
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between; 
    }
	
	.wbm_open_categories,
	.documents .filter .select-filter, 
	.documents .filter .select-page-wrapper,
	.documents .filter .select2-container {
		width: 100% !important;
	}
}

li.document_views_wrapper { 
	-webkit-transition: visibility 0.4s, opacity 0.4s linear;
    -o-transition: visibility 0.4s, opacity 0.4s linear;
	transition: visibility 0.4s, opacity 0.4s linear;
}
.hide_li {
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.show {
	opacity: 1;
	visibility: visible;
}
