  

/*************************************************************************/
/*  Theme Custom  */

body {
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #000;
	background-color: #fff;
}



@media only screen and (max-width: 1800px) {
	body {font-size: 18px; line-height: 160%;}
}
@media only screen and (max-width: 1440px) {
	body {font-size: 16px; line-height: 160%;}
}
@media only screen and (max-width: 1440px) {
	body {font-size: 15px; line-height: 160%;}
}
@media only screen and (max-width: 970px) {
	body {font-size: 15px; line-height: 150%;}
}

a {
	transition: all .3s ease-in-out;
}

a > strong {
    color: #222;
}

.brand-color {
	color: #228b99;
}

/* Title */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', sans-serif;		
	font-weight: 300;
	line-height: 120%;
	color: #4e4e4e;
}
h1 {
	font-size: 230%;
}
h2 {
	font-size: 210%;
}
h3 {
	font-size: 180%;
}
h4 {
	font-size: 150%;
	line-height: 140%;
} 
h5 {
	font-size: 130%;
} 
h6 {
	font-size: 110%;
} 

@media only screen and (max-width: 1820px) {
	h1 {font-size: 220%;}
	h2 {font-size: 200%;}
	h3 {font-size: 140%;}
	h4 {font-size: 120%;}
}

@media only screen and (max-width: 1600px) {
	h1 {font-size: 180%;}
	h2 {font-size: 140%;}
	h3 {font-size: 130%;}
	h4 {font-size: 120%;}
	h5 {font-size: 110%;}
	h6 {font-size: 105%;}
}

@media only screen and (max-width: 1350px) {
	h1 {font-size: 170%;}
	h2 {font-size: 150%;}
	h3 {font-size: 140%;}
	h4 {font-size: 110%;}
}

@media only screen and (max-width: 1150px) {
	h1 {font-size: 150%;}
	h2 {font-size: 135%;}
	h3 {font-size: 110%;}
	h4 {font-size: 100%;}
	h1, h2, h3, h4, h5 {word-break: break-word; hyphens: auto;}
}
@media only screen and (max-width: 1050px) {
	h1 {font-size: 140%;}
}


/* Container */

.container {
    max-width: 85%;
}
.container-fluid {
    max-width: 85%;
}

.container-small {
    max-width: 1300px;
}

/*
@media only screen and (min-width: 970px) {
	.res-footer .container {
    max-width: 52%;
}
	.res-footer .wp-block-columns {
    margin-left: 9.3%;
}
} 

*/



@media only screen and (max-width: 1440px) {
	.container {
    max-width: 95%;
}
}

@media screen and (max-width: 1400px) and (min-width: 970px) {
.container .res-text-bild .container {
    max-width: 100%;
    padding: 0;
}
}

@media only screen and (max-width: 970px) {
.container section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
} 


/* Logo */

.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo img {
	width: 350px;
}


/* Logo fixnav */
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 20px;
}
.res-fixnav.show .logo img {
	max-width: 220px;
}


/* RES Nav */

.res-nav .nav-link {
	font-weight: 300;
	font-size: 100%;
}

/* Hover */
.res-nav-section li a:hover{
	color: #228b99;
}

/* active */
li.active > a.nav-link,
.res-header li.current-page-ancestor > a.nav-link,
.res-header li.current-page-ancestor .current-page-ancestor a,
#burger-menu-nav li.current-page-ancestor .current-page-ancestor a,
#burger-menu-nav li.current-page-ancestor > a.nav-link,
li.active .current-menu-item > a.dropdown-item {
	color: #228b99; 
}



/* Buttons */


.btn {
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    border-radius: 0px;
    font-size: 85%;
}
 
.btn-primary{
    background-color: #4d5867 !important;
    color: #fff !important;
}

 .btn-primary:hover {
    background-color: #4d5867;
    color: #fff;
	 transform: scale(1.02);
	 opacity: 1; 
}
.btn-secondary{
	border: none;
    background-color: #228b99;
    color: #fff;
}

.btn-secondary:hover{
	border: none;
    background-color: #228b99;
    color: #fff;
		 transform: scale(1.02);
	 opacity: 1; 
}

.btn-text-link {
	padding: 0 0 0 10px;
	border-radius: 0;
	border: 0;
}

.btn-outline {
    border: 1px solid #8d95a1;
    background-color: transparent;
    color: #4d5867;
	opacity: 1; 
}

.btn-outline:hover {
    border: 1px solid #8d95a1;
    background-color: transparent;
    color: #4d5867;
	transform: scale(1.02);
	 opacity: 1; 
}

/* VFB Forms only lines */

/*
.vfbp-form .vfb-form-control {
    height: 55px;
    padding: 10px 30px;
    font-size: 90%;
    color: #000;
	font-weight: 300;	
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
	background-color: #fff;
	border-bottom: 1px solid #666;
}
*/

/*  Mobile FORM  */
@media only screen and (max-width: 970px) {
	.vfbp-form .vfb-form-control {
		background-color: #fff;
		border: 1px solid #666;
	}
}

/* Counter-Captcha Form  */
.vfbp-form .vfb-form-control.form-count {
    border: 1px solid #dedede;
}



/* Footer */

#footer-fade {
	background-color: #f4f4f4;
}

.res-footer {
border-top: none;

}

.res-widget-footer.footer-social-icon i {
	background: #4e4e4e;
	color: #fff;
}




/*************************************************************************/
/*   Custom CSS  */


.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}

@media (min-width: 970px){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	font-size: 90%; 
}}

@media (min-width: 1290px){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
	font-size: 95%; 
}}


.dropdown-toggle::after {
    border-top: 0.21em solid;
    border-right: 0.21em solid transparent;
    border-left: 0.21em solid transparent;
    margin-left: 0.5em;
    vertical-align: 0.2em;
    opacity: 0.75;
}

@media only screen and (min-width: 970px){
.dropdown-menu {
    background: #fff;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 40%);
	padding: 30px 18px;
	border: none; 
	margin-top: 15px;
}}

@media only screen and (min-width: 970px) { 
.dropdown-item {
    color: #4e4e4e;
}}

.res-header-image .sloganBox h1, .res-header-image .sloganBox h2, .res-header-image .sloganBox h3 {
    color:#4e4e4e;
}

.res-header-image .sloganBox {
    color: #4e4e4e;
    font-size: 100%;
}

@media only screen and (min-width: 970px) {
.side-bar-box {
    width: 145px;
    color: #fff;
    background-color: #ddc700;
    margin-right: 0px;
    margin-left: 8px;
    padding: 12px 12px 12px 15px;
    box-shadow: none;
}}

@media only screen and (max-width: 970px) {
.side-bar-box {  
	color: #fff;
}}

@media only screen and (min-width: 970px){
.side-bar {
	top: 40%; 
	right: 0; 
}}

.side-bar a:hover {
	opacity: 1; 
	transform: scale(1.02);
	
}

.side-bar-box span {
    font-size: 80%;
    line-height: 140%;
	font-weight: 500; 
}

@media only screen and (max-width: 970px){
.side-bar-box span {
    font-size: 65%;
}}

@media only screen and (min-width: 1300px){
.res-header-image .sloganBox p {
    font-size: 110%;
    line-height: 170%;
    margin-top: 25px;
    margin-bottom: 25px;
}}

@media only screen and (min-width: 970px){
.res-header-image .sloganBox p {
    font-size: 95%;
    line-height: 170%;
    margin-top: 10px;
    margin-bottom: 10px;
}}

@media only screen and (max-width: 970px){
.res-header-image .sloganBox p {
    line-height: 170%; 
}}

.res-slider-content .slick-track .box-item .box-inner.shadow {
    margin-left: 10px;
    margin-right: 10px;
}
@media only screen and (min-width: 970px){
.icon-box h4 {
	font-size: 85%; 
	    line-height: 150%;
}}

.res-slider-content .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #228b99;
}

.res-fixnav.show .navbar {
	padding: 0.65rem 0 1.4rem 0;
}

@media only screen and (max-width: 1100px){
.res-fixnav.show .navbar {
	padding: 0.8rem 0 1rem 0;
}}


@media only screen and (min-width: 970px){
.res-fixnav.show .res-nav li a {
    font-size: 80%;
}}

.res-icons-text .icons-txt-content.line-top {
    font-size: 85%;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.res-text-bild.layout01 .subtitle {
	font-size: 110%;
    color: #909090;
}
@media only screen and (max-width: 970px) {
	.res-text-bild.layout01 .subtitle {
    font-size: 95%;
}
} 
.res-slider-content .slick-next:before {
    color: #4d5867;
}

.res-text-bild.layout01 img{
	transition: all .7s ease-in-out;
} 

.res-text-bild.layout01 img:hover {
    transform: scale(1.03);
    opacity: 1;
} 

@media only screen and (min-width: 970px) {
	.res-text-bild.layout01 .txt-imagebox {
	overflow: hidden; 
	padding: 0 ; 
} 
} 

.res-footer-newsletter .form-control {
     max-width: 100%; 
}

.res-footer-newsletter .form-control {
    border: none;
}

.vfbp-form .btn-primary {
    font-size: 90%;
    color: #fff !important;
    border-color: #4d5867;
    background-color: #4d5867;
    padding: 10px 30px;
    border-radius: 0;
    margin: 10px 0;
}

.res-footer h4 {
	font-size: 115%;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*
@media only screen and (min-width: 970px) { 
.res-footer-copyright {
    margin-top: 10px;
}}
*/

@media only screen and (max-width: 970px) { 
.res-nav .logo-mobile img {
    height: 38px;
    width: auto;
    max-width: 100%;
}}

@media only screen and (max-width: 970px) { 
.mobile-x-close span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}}

@media only screen and (max-width: 970px) {
.mobile-x-close span:nth-child(3) {
    top: 18px;
    transform-origin: left center;
    /* display: none; */
} }

@media only screen and (max-width: 970px) { 
.res-nav .navbar-collapse {
    padding: 15px 8% 30px 8%;
    margin: 0;
    background: rgba(255,255,255, 1);
}}

.res-widget-footer {
	padding-top: 0; 
}
.res-widget-footer {
    font-size: 100%;
    line-height: 200%;
}
.res-footer {
    font-size: 85%;
}

@media only screen and (max-width: 970px) { 
#footer-fade .pt-4, #footer-fade .py-4 {
    padding-top: 2rem !important;
}
	
.pb-1, .py-1 {
    padding-bottom: 0.1rem !important;
}
	
	.pt-2, .py-2 {
    padding-top: 0.7rem !important;
}
	}

@media only screen and (max-width: 970px) { 
.res-footer-copyright .copyright-col1 {
    margin-bottom: 0;
}}

@media only screen and (max-width: 970px){
.res-slider-content .postContent .vorschau-text {
    font-size: 110%;
    line-height: 120%;
}}

@media only screen and (max-width: 970px) { 
.side-bar {
    padding: 15px 0;
    background-color: #ddc701;
    color: #fff !important;
} 
}

.res-footer .wp-block-image img {
    width: 100%;
    height: auto;
}

.themen-boxes {
    padding: 15px 20px 15px 15px;
    margin: 0 25px 10px 0;
    display: inline-block;
    font-weight: 600;
    color: #4e4e4e;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer-thema i {
	padding-left: 10px; 
	font-size: 15px;
}

@media only screen and (min-width: 1200px) {
.res-slider-content.alignfull .inner-container.container .slick-prev {
    margin-left: -4%;
}.res-slider-content.alignfull .inner-container.container .slick-next {
    margin-right: -2%;
}
}
@media only screen and (min-width: 1100px) { 
.res-navtab {
    margin-top: -4rem;
    position: relative;
}
}
@media only screen and (min-width: 970px) { 
.res-footer-copyright .copyright-col2 span {
    padding: 0 0;
}}

@media only screen and (max-width: 1400px) { 
	#res-footer-copyright-block_60fe8ff5cadcf {
		padding-right:10rem;
	}
}
@media only screen and (max-width: 970px) { 
/*
#page .res-content .res-header-image .res-header-height img.jarallax-img {  
    object-position: right!important;
}
.res-header-image .mb-4 {  
    margin-bottom: 4rem !important;
}
#res-header-image-block_60f1531850cf9 .jarallax{
		background-color: #fff!important;}
#res-header-image-block_60f1531850cf9 img{
		opacity: 0.5!important;}
#res-slider-content-block_60efc6fe03e18 img {
		margin-top: -40px;
	}
#res-slider-content-block_60efc6fe03e18 .postContent {
		padding: 5px 0 0 0!important;
	}
*/
}

.themen-boxes:hover {
	transform: scale(1.02);
	opacity: 1; 
}

.res-text-bild.layout01 .txt-imagebox a:hover {
	opacity: 1 !important; 
}

.pb-4, .py-4 {
    padding-bottom: 5rem !important;
}

.pt-4, .py-4 {
    padding-top: 5rem !important;
}
.bg-light {
    background-color: #f4f4f4 !important;
}

.footer-logo-img img {
	max-width: 200px !important;
}

.wp-block-gallery.footer-logo-img {
	justify-content: flex-end; 
}

.card {
    background-color: transparent;
}
.res-vid-play-btn:after {
    color: #228b99;
}
.box-inner.border{
	background-color: #fff;
}
@media only screen and (min-width: 1100px) {
	.res-slider-content * .box-inner .row .img-fluid {
    max-width: inherit;
    height: 100%;
    max-height: 340px;
	width: auto!important;
}
.res-slider-content * .box-inner .row .postImg.mb-1 {
    margin-bottom: 0!important;
}
} 
.res-testimonial .carousel-indicators .active {
    opacity: 1;
    background-color: #228b99;
}

/*
.jarallax {
    z-index: -1;
}
*/

.res-fixnav.show .res-nav .dropdown-menu li a {
    font-size: 90%;
    padding: 5px 1.0rem;
}

.res-collapse .rotate-icon {
	    transition: all .3s ease-in-out;
}
.res-collapse a:not(.collapsed) .rotate-icon {
	    transition: all .3s ease-in-out;
}

b, strong {
    font-weight: 600;
	color: #4d5867; 
}


.res-boxes .weitere-themen .postContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.res-boxes .weitere-themen .postContent i {
    margin: 0 !important;
    font-size: 130%;
}

.res-boxes ul.res-filter-list li {
    display: flex;
}

.res-filter-item.active a.nav-link {
    color: #000;
    font-weight: 300;
}

.res-ajax-boxes-filter .res-filter-item.active a.nav-link {
    color: #228b99;
    font-weight: 300;
}

.res-boxes ul.res-filter-list li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    position: relative;
/*    margin-left: -17px;*/
	margin-right: 9px;
    text-decoration: inherit;
    font-weight: normal;
    font-size: 12px;
    opacity: 0.8;
}
.res-boxes ul.res-filter-list li.active:before {
font-weight: 600;
}

.res-seminare .vfb-fieldType-checkbox div {
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 10px !important;
}

.res-filter-list .form-check-label, #checkbox_reset {
    cursor: pointer;
}

.res-filter-list .form-check-inline {
    padding-left: 1.4rem;
    margin-right: 0;
}

.res-boxes .logo-img {
    max-height: 40px;
    width: auto !important;
}

.res-header .dropdown-item {
    color: #4e4e4e;
    font-size: 100%;
    padding: 0.4rem 0.5rem;
    line-height: 120%;
}

.res-header .dropdown-menu {
    padding: 18px 18px;
}
@media only screen and (min-width: 1400px) {
.single-pensionierung .container,
.page-template-page-wiki .container
	{
    max-width: 1300px;
}
}

.single-pensionierung .container .col-md-8 > :first-child {
	padding-top: 0 !important;
}

#single-pension-nav .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 10px;
	transition: all .3s ease-in-out;
}

#single-pension-nav .navbar-nav .dropdown-item {
    padding: 0.4rem 1rem;
    line-height: 110%;
}

#single-pension-nav .navbar-nav .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-left: 0;
    vertical-align: 0;
    opacity: 1;
	transition: all .3s ease-in-out;
}

#single-pension-nav .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #a9a9a9;
}
@media only screen and (max-width: 1100px) {
	.navbar-nav .nav-link {
    font-size: 12px;
    line-height: 130%;
}


}
#single-pension-nav .navbar-nav :last-child:not(.show) .nav-link {
    border-bottom: 1px solid #a9a9a9;
}

.single-pensionierung #single-pension-nav .navbar-nav .show .dropdown-toggle::after {
    transform: rotate(180deg);
	transition: all .3s ease-in-out;
}

.single-pensionierung .alignfull .inner-container.container-off, .single-pensionierung .alignfull .inner-container.container-wide {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.single-pensionierung .alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

.single-pensionierung .alignwide {
    margin-left: 0px;
    margin-right: 0px;
}

.single-pensionierung .alignwide .inner-container.container-wide, .single-pensionierung .alignwide .inner-container.container-off {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.wiki-header-img .jarallax {
    height: 35vh;
}

.icon-box img {
    max-height: 90px;
    padding: 20px 0 0px 0;
}

@media only screen and (min-width: 970px) {
	.icon-box .postContent {
    padding-top: 0 !important;
}
} 

@media only screen and (min-width: 970px) {
	#burgermenuX-btn {
	display: none !important;
}
} 

@media only screen and (max-width: 1100px) {
.res-mobile-subnav .nav-link {
    display: block;
    padding: 0.5rem 0rem;
    font-size: 90%;
}
}
@media screen and (max-width: 1100px) and (min-width: 970px) {
		.slick-slide .pl-md-3, .slick-slide .px-md-3 {
    padding-left: 2.25rem !important;
}
	.slick-slide .pr-md-3, .slick-slide .px-md-3 {
    padding-right: 2.25rem !important;
}
}
.res-testimonial .referenz-text {
    font-size: 125%;
}
@media only screen and (max-width: 1100px) {
	.res-testimonial .referenz-text {
    font-size: 110%;
    line-height: 160%;
    font-weight: 300;
}
}

.res-collapse .card-header {
    padding: 1.2rem 1.75rem 1.2rem 0rem;
}
@media only screen and (max-width: 1100px) {
	.res-collapse .card-header {
    padding: 0.75rem 1.75rem 0.75rem 0rem;
}
	.iconbox.iconbox-side.p-3 {
    padding: 1.5rem !important;
}
}
@media only screen and (max-width: 970px) {
		.res-collapse .card-header {
    padding: 0.75rem 0rem 0.75rem 0rem;
}
} 

@media only screen and (max-width: 970px) {
	.burgermenu-nav-section .dropdown > .dropdown-menu a.dropdown-item {
	padding: 0.4rem 0;
    padding-left: 8px;
    font-weight: 300;
    color: #000;
    font-size: 90%;
    line-height: 125%;
}
		.icon-box .postContent h4 {
		margin: 0 !important;
}
	.overlayer-burgermenu .navbar-nav li a.nav-link {
    padding: 10px 0;
}
	.side-bar a:first-child {
    border-right: 1px solid #fff;
}
	.footer-logo-img img {
    max-width: 100% !important;
}
	.iconbox.iconbox-side.p-3 {
    padding: 1.5rem !important;
}
	.side-bar-box i {
    font-size: 125%;
}
	.res-testimonial .referenz-text {
    font-size: 100%;
    line-height: 145%;
}
	.res-boxes .res-filter-list {
    display: block;
}
	.res-filter-list .form-check-inline {
    padding-left: 0;
    margin-right: 0;
}
	.form-check-inline {
    display: block;
}
	.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    transform: none;
}
	body.openBurgerMenu #burgermenu-section {
    background: rgb(255 255 255 / 100%);
}
.overlayer-burgermenu .navbar-nav li a.nav-link {
    color: #4e4e4e;
}


.icon-box .postBox {
    display: flex;
    align-items: center;
}
	.icon-box .w-100 {
    width: 80px !important;
    height: 80px;
/*
    object-fit: cover;
    object-position: unset;
*/
}
	.icon-box .postImg {
    padding: 15px 15px 15px 15px !important;
}
} 

.single-pensionierung .container .container {
    padding: 0;
}

.single-pensionierung .container .res-block.Grau  {
	    padding: 30px !important;
}

.res-slider-content .slick-list .boxlayout01 .h-100 .postBox {
    height: 100%;
}
.res-slider-content .slick-list .boxlayout01 .h-100 .postBox .postContent {
    display: flex;
    flex-direction: column;
}

.res-slider-content .slick-list .boxlayout01 .h-100 .postBox .postContent .btn {
    text-align: left;
    margin-top: auto;
}

.box-inner.border {
    background-color: #fff;
    border: none !important;
}
.vfb-fieldType-checkbox .vfb-checkbox a {
    text-decoration: underline;
}


.res-content .postContent li:before {
	content: "";
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23DDC709;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M34.1,5.9c0,0,5.8,4.7,5.9,14.1c0.1,11-8.9,20-20,20C9,40,0,31.1,0,20C0,9,8.9,0,20,0c4.1,0,7.8,1.2,11,3.3 c0,0-7.5,11.8-10.8,21.1c0,0-1.5-5.4-6.5-13.5l-3.3,2.3c0,0,8.5,13.8,10.1,22.2C20.6,35.4,21,26.2,34.1,5.9'/%3E%3C/g%3E%3C/svg%3E%0A");
    opacity: 1;
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.res-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	justify-content: center;
}

.res-pagination .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
	transition: all .3s ease-in-out;
}

.res-content .postContent ul {
    list-style: none;
    font-size: 100%;
    padding: 10px 0 10px 0;
}

.res-pagination .page-numbers.current, .res-pagination .page-numbers:hover {
    background: #f4f4f4;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1290px) and (min-width: 960px) {
	.side-bar-box {
    flex-direction: column;
    width: 100px;
    margin-right: 0 !important;
}
	.side-bar-box i {
    margin-bottom: 10px;
    padding: 0;
}
	.side-bar {
    top: auto;
    bottom: 4%;
	transform: translateY(0%);
}
}
@media only screen and (max-width: 1100px) {
		#single-pension-nav .navbar-nav .dropdown-item {
    padding: 0.4rem 0.5rem 0.4rem 0rem;
    line-height: 110%;
    font-size: 12px;
}
	#single-pension-nav .navbar-nav .dropdown-menu {
    border: none;
}
	.burger-lines-button.x.closebutton .burger-lines::before, .burger-lines-button.x.closebutton .burger-lines::after {
    background-color: #666;
}

}
@media only screen and (max-width: 970px) {
	.burger-lines-button {
    margin-top: 5px;
}
	.res-footer .wp-block-image img {
    max-width: 150px;
}
	.res-navtab.layout01 .nav-quer {
    flex-direction: column;
    text-align: left;
} 
	.res-navtab.layout01 .nav-fill .nav-item {
    text-align: left;
}
	.res-navtab.layout01 .nav-link {
    padding: 0.5rem 0rem;
    font-size: 110%;
    line-height: 120%;
}
	.res-navtab.layout01 .res-block-navigation {
    margin-top: 25px;
}
	.res-footer-copyright .copyright-col2 span {
    padding: 0 0 0 0;
}
	.res-footer  .wp-block-column .wp-block-columns .wp-block-column {
		flex-basis: 50%!important;
	}
	.res-text-bild .txt-content50-50.p-3 {
    padding: 2.25rem !important;
}
	.res-with-quotes p {
    margin: 0;
    display: block;
}
	.pt-4, .py-4 {
    padding-top: 3rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 3rem !important;
}
}

.header-img-height {
    position: relative;
}

.team-infos p {
	margin-bottom: 0.5rem;
}
.team-infos .team-contact-icon-link i {
    color: #ddc701;
}

.res-testimonial .referenzBox-vcenter {
	width: 100%;
}

.res-testimonial .carousel-caption.position-relative {
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 970px) {
	li.active a.nav-link, li.active .current-menu-item a.dropdown-item {
    color: #000000;
}
} 

/* Glossar */

.res-footer .cmtt-backlink {
	display: none;
}

.res-singlepage .cmtt-backlink {
    margin: 0px 0 40px 0;
}

.glossary-container .ln-letters a {
    font-size: 16px;
    line-height: 130%;
    width: 100%;
    text-align: center;
    float: none;
    padding: 2px 6px;
    border: 1px solid #eeeeee;
}

#tt #ttcont {
	padding: 13px 15px 20px 15px !important;
	    box-shadow: none !important;
	background: #f4f4f4 !important;
	color: #000 !important;
	opacity: 1 !important;
}
#tt #ttcont div.glossaryItemBody {
	font-size: 14px !important;
	line-height: 150% !important;
	opacity: 1 !important;
}
#tt #ttcont div.glossaryItemTitle {
    margin: 0 0 10px 0;
		font-size: 16px !important;
	line-height: 120% !important;
	opacity: 1 !important;
	font-weight: 500;
}

#ttcont div.glossaryTooltipMoreLinkWrapper {
    padding: 2px 12px 3px 0px !important;
}

.glossary-search-clear {
    font-size: 85%;
}

#ttcont div.glossaryTooltipMoreLinkWrapper:after {
	content: "\f061";
	    font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: 5px;
}

button.glossary-search.button {
    outline: none;
    border-style: none;
    background-color: #4d5867;
    color: #fff;
    padding: 0.1rem 1rem 0.2rem 1rem;
    border-radius: 0px;
    font-size: 85%;
}

#glossaryList-nav.listNav {
    margin: 35px 0 25px 0;
}

.glossary_top_filter .cmtt_help {
	display: none;
}

.cm-glossary .glossaryList li{
    margin-bottom: 10px;
}

.res-singlepage .cmtt-backlink::before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 80%;
    margin-right: 7px;
}

@media only screen and (min-width: 970px) {
	.glossary-container .ln-letters {
    display: flex;
    justify-content: space-between;
}
	.glossary-container .ln-letter-count {
		top: -20px !important;
		margin-left: -3px !important;
	}
	
	#tt-btn-close {
		display: none;
	}
} 

@media only screen and (max-width: 970px) {
	.res-slideside-container .res-slideside-content .nav {
		    overflow: visible;
	}
	.res-text-bild .layout-3 .txt-image50-50 img {
    width: 100%;
}
	.mobile-link {
    display: none;
}


 .overlayer-burgermenu .navbar-nav li a.nav-link, .overlayer-burgermenu .navbar-nav li.dropdown a.nav-link {
box-shadow: none !important;
text-shadow: none !important;
}
    a:focus {
outline: 0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

} 

@media only screen and (min-width: 970px) {
.txt-image50-50 img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
} 

@media only screen and (max-width: 480px) {
	#tt #ttcont {
    margin-left: 3%;
    margin-right: 3%;
}
	#tt {
		opacity: 1 !important;
}
.glossary-container .ln-letters a {
    font-size: 11px;
    width: auto;
    text-align: center;
    float: left;
    padding: 2px 6px;
    border: 1px solid silver;
}
	.ln-letters a:hover {
    margin-top: -4px;
}
}

section.border-left {
    border-left: 3px solid #ddc701 !important;
}

/*
.res-boxes .teamBox .bild-2-boxes, .res-boxes .teamBox .bild-1-boxes {
	transition: opacity .6s ease-out;
}
*/

.res-boxes .teamBox .bild-2-boxes {
	top: 0;
	left: 0;
	opacity: 0;
}

.res-boxes .teamBox .teamImg:hover .bild-2-boxes, .res-boxes .teamBox .teamImg .bild-1-boxes {
	opacity: 1;
	transition: opacity .6s ease-out;
}
.res-boxes .teamBox .teamImg:hover .bild-1-boxes, .res-boxes .teamBox .teamImg .bild-2-boxes {
	opacity: 0;
	transition: opacity .6s ease-out;
}

.res-boxes .teamBox a:hover {
	opacity: 1;
}
.res-boxes .team-link-modal:hover {
    opacity: 1;
}

.page-datenschutz h3, .page-impressum h3, .page-rechtlicher-hinweis h3  {
	font-weight: 300; 
}

.res-txt h2 {
	padding-bottom: 12px; 
}

.res-slider-content.Grau .box-inner {
	background-color: #fff; 
}

.res-txt h3 {
}

span.glossaryLink, a.glossaryLink {
    cursor: pointer;
}

span.glossaryLink, a.glossaryLink {
    cursor: pointer;
}

.header-img-height {
    background: #fff !important;
}

.vfb-fieldType-checkbox {
    display: block;
}
@media screen and (max-width: 1400px) and (min-width: 970px) {
.container .res-text-bild.alignfull.layout01 .container,
.container .res-text-bild.alignfull.layout01 .inner-container
	{
    max-width: 87%;
    padding-right: 15px;
    padding-left: 15px;
		margin: 0 auto;
}
	}

@media only screen and (max-width: 1280px) {
	.res-footer-copyright {
    font-size: 11px;
    opacity: 1;
    line-height: 130%;
}
}
@media screen and (max-width: 1100px) and (min-width: 950px)  {
	.custom-col {
    flex-basis: 65% !important;
}
}


.logo-center .postBox {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 970px) {
	.overlayer-animation {
    padding-left: 15px;
    padding-right: 15px;
}
	.overlayer-elements .side-bar {
		opacity: 0;
		transition: all .3s ease-in-out;
	}	.openBurgerMenu .overlayer-elements .side-bar {
		opacity: 1;
		transition: all .3s ease-in-out;
	}
	.side-bar.d-none {
		display: none !important;
	}
	.res-boxes .icon-box .postBox.text-center {
		text-align: left !important;
	}
	
	.res-slider-content .slick-dots li {
    width: 15px;
    height: 15px;
}
	section.Grau .layout-1.txt-section {
    padding: 15px;
    font-size: 90%;
    line-height: 150%;
}
	.mobilenav-container {
		margin-bottom: 0;
	}
	
	.header-img-height {
    min-height: 117px;
}
	
.container section.alignfull .container, .container section.alignfull .inner-container {
    max-width: 90%;
    padding-left: 15px;
    padding-right: 15px;
	margin: 0 auto;
}
	section.alignfull.Grau .layout-1.txt-section {
    padding: 0px;
    font-size: 100%;
    line-height: 160%; 
}
	.carousel-inner {
    overflow: visible;
}
	.res-content .res-header-image.alignfull .layout-1 .jarallax-img {
    opacity: 1 !important;
}
} 

.jarallax .img-fluid {
    width: 100%;
}


#menu-wiki-pensionierung .current-menu-parent .dropdown-menu {
	display: block;
}
#menu-wiki-pensionierung .current-menu-parent .dropdown-menu .dropdown-menu {
	display: none;
}
#menu-wiki-pensionierung .current-menu-parent .dropdown-menu .dropdown-menu.show,
#menu-wiki-pensionierung li.current-menu-parent.active .dropdown-menu li.active .dropdown-menu {
	display: block;
}



/* Custom 123-Pensionierung */

.res-fix-header-img .res-fix-header-img-vertical-center {
	position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.res-fix-header-img .res-fix-header-img-vertical-center .sloganBox {
    background: #ddc701;
    width: auto;
    display: inline-block;
	padding: 10px 30px !important; 
}
.res-fix-header-img .res-fix-header-img-vertical-center .sloganBox * {
    color: #fff;
}

form.calculator.vfbp-form {
    margin-left: 0px;
}


li.no-link a.dropdown-item {
    cursor: text;
    font-size: 110%;
    border-bottom: 1px solid #228b99;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: #228b99;
}
li.no-link a.dropdown-item i {
	font-size: 70%;
    padding-left: 10px;
}

li.no-link a.dropdown-item:hover {
    cursor: text;
	color: #228b99;
	transform: translateX(0px);
}

.res-comments label {
    display: block;
    margin-bottom: 0;
}

/*.res-comments textarea {*/
/*    height: 120px;*/
/*}*/
/*.res-comments p {*/
/*    margin-bottom: 0.5rem;*/
/*}*/

.res-comments .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.res-comments .comment-form-cookies-consent label {
    margin-left: 10px;
}

.res-comments .comment-list {
    padding-left: 0;
}

.res-comments ol.comment-list,
.res-comments ol.children
{
    list-style-type: none;
}

/*.res-comments .comment-list .comment {*/
/*    padding: 20px 15px 15px 20px;*/
/*	margin-bottom: 10px;*/
/*}*/

.res-comments .comment-list ::marker {
content: none;
}

.res-comments .comment-author img {
    display: block;
}
.res-comments .comment-content a {
    text-decoration: underline;
}
/*.res-comments .comment-author {*/
/*    margin-bottom: 10px;*/
/*    float: left;*/
/*    max-width: 100px;*/
/*    margin-right: 20px;*/
/*}*/

/*.res-comments .comment-author .says {*/
/*	display: none;*/
/*}*/
/*.res-comments .comment-author .fn {*/
/*    font-size: 14px;*/
/*    line-height: 120%;*/
/*    padding-top: 7px;*/
/*    display: block;*/
/*}*/
.res-comments .comment-reply-link {
    text-decoration: underline;
    font-size: 16px;
}
.res-comments .edit-link {
    text-decoration: underline;
    font-size: 14px;
}

.res-comments #submit {
	    background-color: #4d5867 !important;
    color: #fff !important;
	    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    border-radius: 0px;
    font-size: 85%;
	border: 0;
	    margin: 8px 0;
	display: inline-block;
    font-weight: 400;
	    text-align: center;
    vertical-align: middle;
    user-select: none;
	transition: all .3s ease-in-out;
}

.res-comments #submit:hover {
	    transform: scale(1.02);
    opacity: 1;
	transition: all .3s ease-in-out;
}

.side-content-box .strong {
	font-weight: 500;
}

.side-content-boxes .side-content-box {
    background: #eee;
    margin-bottom: 15px;
}

.side-content-text {
    padding: 15px 15px 15px 15px;
}

.side-content-text h6 {
    margin-bottom: 0.5rem;
}

.side-content-text p {
    margin-bottom: 0.5rem;
}

.side-content-text .btn {
    padding: 0.5rem 1rem 0.6rem 1rem;
}

@media only screen and (max-width: 1440px) {
.side-content-text .btn {
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
	line-height: 120%; 
	margin-right: 0px;
    margin-left:  0px;
}
}

.side-content-text a {
    color: #000000;
    text-decoration: underline;
}

.side-content-text .txt-textfield {
	padding-top: 0rem !important; 
}

.res-content .side-content-box .postContent li:before {
	    margin-top: 3px;
}

.res-content .side-content-box .postContent li {
	    margin-left: 25px;
}

.res-content .side-content-box .postContent ul {
	    margin-bottom: 0; 
}


.side-content {
    font-size: 80%;
    line-height: 140%;
}
.btn {
    text-decoration: none !important;
}

.side-bar-box .logo-sidenav {
    width: 30px;
	padding-right: 10px;
}

.left-content {
    max-width: 325px;
}

.side-bar-box i {
    font-size: 100%;
    padding-right: 14px;
} 

.res-comments .comment-form-cookies-consent label {
    line-height: 1.5;
  margin-left: 10px;
  font-size: 80%;
}


#single-pension-nav li.current-menu-ancestor .dropdown-menu:first-of-type {
	display: block;
}

#single-pension-nav li.current-menu-ancestor .dropdown-menu .active .current-menu-item.active a,
#single-pension-nav .current-menu-ancestor > .dropdown-toggle.nav-link,
#single-pension-nav .menu-item-has-children .dropdown-menu .active.nav-item > a.dropdown-item {
    color: #ddc700;
}
/*

#single-pension-nav li.current-menu-item .dropdown-menu .current-menu-item.active a {
    color: yellow;
}*/


@media only screen and (max-width: 970px) {
	.res-fix-header-img .sloganBox h1 {
    margin-bottom: 0;
    font-size: 100%;
}
	.res-fix-header-img .res-fix-header-img-vertical-center .sloganBox {
    padding: 7px 15px !important;
}
	.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 102%;
}
	.overlayer-burgermenu .navbar-nav li a.nav-link {
    padding: 7px 0;
    line-height: 140%;
}
	.side-bar {
    padding: 15px 15px;
}
.side-bar-box .logo-sidenav { 
    max-width: 20px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
}
	.menu-trenner {
		padding-top: 20px;
		padding-bottom: 20px;
		opacity: 0 !important;
	}
	.res-comments textarea {
    height: 100px;
    max-width: 100%;
}
	
	#res-burgermenu-mobile .current-menu-ancestor.active > ul.dropdown-menu,
	#res-burgermenu-mobile .current-menu-ancestor > ul.dropdown-menu,
	#res-burgermenu-mobile .current-menu-ancestor.active .dropdown-menu > li > ul.dropdown-menu {
		display: block;
	}
	
	#res-burgermenu-mobile .dropdown-submenu.active { 
		margin-bottom: 10px;
	}
	
	#res-burgermenu-mobile li.current-menu-ancestor .dropdown-menu .active .current-menu-item.active a,
#res-burgermenu-mobile .current-menu-ancestor > .dropdown-toggle.nav-link,
#res-burgermenu-mobile .menu-item-has-children .dropdown-menu .active.nav-item > a.dropdown-item {
    color: #ddc700;
}
	
	
	.overlayer-burgermenu .navbar-nav li a.nav-link {
/*		border-bottom: 1px solid #eee;*/
		padding-left: 5px;
	}
	#res-burgermenu-mobile li.no-link a.dropdown-item {
    cursor: text;
    font-size: 95%;
    border-bottom: 1px solid #228b99;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #228b99;
}
	.side-bar-box {
    padding-left: 10px;
    padding-right: 10px;
}
	.side-bar-box i {
    padding-right: 9px;
    padding-left: 9px;
}
} 


.externe-boxes h4 {
	font-size: 110%; 
}

@media only screen and (max-width: 1600px) {
	.externe-boxes h4 {
	font-size: 100%; 
}}

.externe-boxes .mb-2 {
	margin-bottom: 0 !important; 
}

.res-header li.active a.nav-link, .res-header li.active .current-menu-item a.dropdown-item {
    color: #098484;
}


.res-text-bild .logo_position_oben {
    flex-direction: column-reverse;
}
.res-text-bild.layout01 .logo_position_oben .txt-imagebox {
    overflow: unset;
    padding: 0;
}
.res-text-bild.layout01 .logo_position_oben .txt-img {
    max-width: 50%;
}

@media only screen and (max-width: 970px) {
	.res-text-bild.layout01 .logo_position_oben .txt-img {
    max-width: 70%;
}
} 

.res-collapse h4 {
	font-size: 120%; 
}

.dropdown-item {
    padding: 0.5rem 2rem;
    font-weight: 300;
    font-size: 100%;
}

#single-pension-nav li ul.dropdown-menu {
    z-index: 1;
}

.container iframe {
    max-width: 100%;
}

@media only screen and (max-width: 1100px) {
	.side-content-text *  {
    hyphens: auto;
}
}

@media only screen and (max-width: 970px) {
	.res-boxes.footer-logos .row-cols-1 > * {
    flex: 0 0 33%;
    max-width: 33%;
		margin-bottom: 0 !important;
}

	.res-text-bild.layout01 {
		padding-top: 1rem !important;
		padding-bottom: 2rem !important;
	}
	
	.res-testimonial {
		max-width: 85%;
    	margin: 0 auto;
	}
	
	.ausrichtung-btn {
		text-align: left !important; 
	}

} 

@media only screen and (max-width: 970px) {
	.overlayer-burgermenu ul.navbar-nav > li {
		    border-bottom: 1px solid #eee;
	}
	.res-table-acf {
    overflow: scroll;
}
} 

.res-txt .postContent a, .res-text-bild .postContent a {
    text-decoration: underline;
}

/*.depth-1 {*/
/*    margin-left: 2em;*/
/*}*/



/*Kommentarbereich*/

#commentform {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.comment-form-url {
    display: none;
}

.comment-form .comment-form-comment {
    width: 100%;
}

.comment-form :is(#comment, #author, #email) {
    width: 100%;
    padding: 1rem;
}

.comment-form .comment-author-email :is(.comment-form-author, .comment-form-email) {
    flex-grow: 1;
}

.comment-form .comment-author-email {
    width: 100%;
    margin-bottom: 2rem;
}

@media (min-width: 970px) {
    .comment-form .comment-author-email {
        display: flex;
        gap: 2rem;
    }
    .comment-form .comment-author-email .comment-form-author {
        margin-bottom: 0;
    }
}

.comment-form .comment-notes {
    margin-bottom: 2rem;
}

.comment-form :is(.comment-notes, .comment-form-cookies-consent) {
    width: 100%
}

.comment-form :is(.comment-form-comment #comment, .comment-form-author #author, .comment-form-email #email) {
    background: #eee;
    border: none;
}

.comment-list > li[id^="comment-"] {
    border: 1px solid #eee;
    padding: 1rem;
    /*position: relative;*/
    margin-bottom: 2rem;
}

.comment-list > li[id^="comment-"] > .comment-body{
    padding: 1rem 1rem 1rem 4rem;
}

@media (max-width: 600px) {
    .comment-list > li[id^="comment-"] > .comment-body {
        padding: 1rem;
    }
}

.comment-list > li[id^="comment-"]:last-of-type {
    margin-bottom: 0;
}

.comment-list > li[id^="comment-"] .children {
    padding: 1rem 1rem 0 4rem;
    border-top: 1px solid #eee;
}

@media (max-width: 600px) {
    .comment-list > li[id^="comment-"] .children {
        padding: 1rem;
    }
}

.comment-list > li[id^="comment-"] .children .comment-meta {
    margin-bottom: 1rem;
}

.comment-list > li[id^="comment-"] .children .comment-metadata {
    display: none;
}

.comment-list > li[id^="comment-"] .children .comment-author .fn {
    padding-left: 1.5rem;
    position: relative;
}

.comment-list > li[id^="comment-"] .children .comment-author .fn::before {
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23DDC709;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M34.1,5.9c0,0,5.8,4.7,5.9,14.1c0.1,11-8.9,20-20,20C9,40,0,31.1,0,20C0,9,8.9,0,20,0c4.1,0,7.8,1.2,11,3.3 c0,0-7.5,11.8-10.8,21.1c0,0-1.5-5.4-6.5-13.5l-3.3,2.3c0,0,8.5,13.8,10.1,22.2C20.6,35.4,21,26.2,34.1,5.9'/%3E%3C/g%3E%3C/svg%3E%0A");
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.comment-list > li[id^="comment-"] > .comment-body footer {
    position: relative;
    line-height: 1;
    margin-bottom: 1rem;
}

.comment-list > li[id^="comment-"] > .comment-body .comment-author {
    position: absolute;
    left: -4rem;
    bottom: 50%;
    transform: translateY(50%);
    min-width: 50px;
    min-height: 50px;
    background: #eee;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 600px) {
    .comment-list > li[id^="comment-"] > .comment-body .comment-author {
        position: unset;
        transform: unset;
        display: inline-flex;
        margin-bottom: 1rem;
    }
}

.comment-metadata time,
.comment-list > li[id^="comment-"] .children .comment-author .fn{
    font-size: 80%;
}

.comment-awaiting-moderation {
    font-weight: 600;
}

@media (max-width: 970px) {
    .blockUI.blockMsg.blockPage {
        width: 100% !important;
        left: 0 !important;
    }
}

/*.comment-list li[id^="comment-"].parent > .comment-body .comment-author .fn{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/


@media only screen and (min-width: 970px) {
	.res-footer .res-boxes .box-url-link {
    margin-bottom: 0 !important;
}
} 

@media only screen and (max-width: 970px) {
	.calculator.vfbp-form .vfb-form-control {
    padding: 7px 10px;
		min-width: 55px;
}
}
