

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

body {
	font-family: 'alexandria', 'poppins', sans-serif;
	font-weight: 300;
	font-size: clamp(15px,1.2vw,20px);
	line-height: 160%;
	color: #2c324f;
	background-color: #fff;
}

/*Link Farbe */
a { color: #2c324f;}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 600;
}

:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
	color: #dd1f44; 
}

.brand-color {
	color: #dd1f44; 
}
span{
    text-underline-offset: 0.075em;
    text-decoration-color: #A8B7CC!important;
    text-decoration-thickness: 0.125em;
}

b, strong {
    font-weight: 500;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'alexandria', 'poppins', sans-serif;
	font-weight: 600;
	line-height: 115%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
	line-height: 125%;
	font-weight: 400;
	letter-spacing: -0.01em;
}
h4 {font-size: clamp(19px, 1.2vw, 110%);} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 600;
	color: #4670b2;
}
@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}

/* Container align wide  */

.container {
    width: 72vw;
    max-width: 100%;
}
.container-fluid{
    width: 88vw;
    max-width: 88vw;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide {
    max-width: 88vw;
	padding-left: 15px;
	padding-right: 15px;
}
.alignwide .inner-container.container-wide {
    max-width: 82%;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	max-width: 50vw;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-8vw);
    margin-right: calc(-8vw);
}
.res-txt.alignwide .inner-container.container-off {
    max-width: 100%;
    padding: 0;
}
.wp-block-columns.alignfull .inner-container.container-off {
    max-width: 80%;
    padding: 0;
}


/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 82vw;width: 82vw;}
	.container-fluid {width: 94vw; max-width: 94vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 90%; width: 95%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-6vw);
		margin-right: calc(-6vw);
	}
	.container-small {
		max-width: 60vw;
	}
}


/* Laptop Tablet */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 95%;width: 95%;}
	.container-fluid {max-width: 95%;width: 95%;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 100%; width: 100%; margin: 0 auto;
    }
    .res-block.alignwide.Grau .inner-container.container-wide{
        max-width: 90%; width: 90%; margin: 0 auto;
    }
	.alignwide {
		margin-left:0;
		margin-right: 0;
	}
    .container-small {
        max-width: 80%;
    }
}

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
	.container{	max-width: 94%;width: 94%;}
	.container-fluid {max-width: 94%;width: 94%;}
}

/* Logo */
.logo {
	padding-top: 6vh;
	padding-bottom: 2vh;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 15vw, 250px);
	height: auto;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 25px;
	}
}


/* RES Nav */
@media only screen and (min-width: 970px) {

	.res-nav .nav-link {
		font-size: 100%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: clamp(25px, 2.5vw, 60px);
	}

}


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

/* active Nav */
	li.active > 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,
	.res-navtab .tabs .nav-link.active,
	.res-navtab .tab-links .nav-single-tab.active .nav-link,
	#res-menu-mobile .current-page-ancestor > a, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, 
	#res-menu-mobile .dropdown-submenu.active > a {
		color: #dd1f44; 
		font-weight: 600;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #eee;
	font-weight: 700;
}

.res-nav .dropdown a {
	display: flex;
	align-items: center;
}

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 7px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(40px, 9vw, 150px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #dd1f44;
        z-index: 999!important;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 85%;
		color: #fff;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: transparent;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background: #dd1f44;
	}
} 



/* Buttons */
.btn {
	padding: 0.4em 2.1em;
	border-radius: 40px;
	font-size: 90%;    
	transition: all .2s ease-in-out;
}
.btn:hover{
	padding: 0.4em 2.4em;
	opacity: 1;
}
.btn-primary{
    background-color: #dd1f44;
    color: #fff !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
    background-color: #4670b2;
}
.btn-primary:active {
}
.btn-primary:focus {
}
.btn-secondary{
	border: none;
	background-color: #EEF1F5;
	color: #2c324f;
}
.btn-secondary:hover{
	background-color: #EAEEF3;
	color: #4670b2;
}
.btn-outline {
    border: 1px solid #2c324f;
    background-color: transparent;
    color: #2c324f;
}
.btn-outline:hover {
    border: 1px solid #4670b2;
    background-color: transparent;
    color: #4670b2;
}
.btn-text-link {
	padding: 0!important;
	border-radius: 0;
	font-weight: 600;
	color: #dd1f44; 
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 600;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.btn-sm {
	font-size: 80%;
} 
.btn-sm.btn-text-link {
	color: #2c324f;
	font-weight: 300;
} 
.btn.fx-res-fade, .btn.fx-res-bottom{
	transition: all .1s ease-out;
}

/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;padding: 0.4em 1.7em;}
	.btn-sm {font-size: 75%;} 
}	


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
}

.res-footer .footer-logo.text-md-right{
	display: flex;
	justify-content: flex-end;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: #2c324f;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #fff;
	height: clamp(20px,1.0vw,80px);
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 45px;
	height: 45px;
	color: #fff;
}

@media only screen and (max-width: 970px) { 
    .res-footer{
        border-top: 2px solid #EEF1F5;
        padding-top: 4vh;
    }
    .res-footer .wp-block-columns{
        gap:0;
        padding-bottom: 10vh;
    }
    .res-footer .wp-block-columns .wp-block-column:first-of-type, .res-footer .wp-block-columns .wp-block-column:nth-of-type(2){
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 1.5em;
    }
    .res-footer .wp-block-columns .wp-block-column:nth-of-type(4) p{
        text-align: left!important;
    }
    .res-footer .footer-logo.text-md-right {
        justify-content: flex-start;
    }
}

/* Blog Container */

@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1440px;
	}
}


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 5.5vw, 500%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 4.2vw, 390%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 110%;
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
}




/* Formular UI  */

.forminator-ui .forminator-required {
	color: #eee;
	opacity: 0.4;
}
.forminator-ui .forminator-label {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
	padding-bottom: 0.5rem;
}

.forminator-ui .forminator-checkbox, 
.forminator-ui .forminator-checkbox__label, 
.forminator-ui .forminator-checkbox__label p {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #2c324f !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 40px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}

/* Oversize 4k Monitor */
@media only screen and (min-width: 1980px) {
/*
	.container,
	.res-blog .container {
		width: 85%;
    	max-width: 1880px;
	}
*/
}



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

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

.style-01 {
}


/*Allgemein*/
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.border {
    border: 2px solid #EEF1F5 !important;
}
.res-block.rund-oben{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.res-block.rund-unten{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
address {
    margin-bottom: 0.5rem;
}

/*Hintergrund*/
.bg-light, .Grau {
    background-color: #EEF1F5 !important;
}
.Weiss {
    background-color: #FFF !important;
}
.custom{
	background-color: #4670b2;
}
.custom *{
	color: #fff!important;
}
.custom .btn-outline, .custom hr, .Schwarz .btn-outline, .Schwarz hr{
	border-color: #fff!important;
}
.Schwarz{
    background-color: #2c324f!important;
}


/*Navigation*/
.page-on-top .res-header{
	border-top: 10px solid #dd1f44;
}
@media only screen and (max-width: 970px) {
.mobile-x-close span {
        background: #fff;
    }
.page-on-top .mobile-x-close span {
        background: #2c324f;
    }
}

/*Spalten*/
.wp-block-columns{
	margin-bottom: 0;
/*	gap:0!important;*/
}
.wp-block-columns.alignfull .wp-block-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 970px) {
.wp-block-columns{
    gap:0!important;
}
}
/*Header-Image*/
.res-header-image .sloganBox p {
	text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.5);
}

/*Text Bild*/
.txt-imagebox img{
    border-radius: 10px;
}
.res-text-bild.style-01 {
    margin-top: -10vh;
    position: relative;
    z-index: 10;
}
.res-text-bild.style-01 .txt-box{
    flex-direction: column!important;
}
.res-text-bild.style-01 h3{
    font-size: 120%;
    color: #4670b2;
    order: 1;
    margin-bottom: 0;
}
.res-text-bild.style-01 h2{
    order: 2;
}
.res-text-bild.style-01 .postContent {
    order: 3;
}

/*Icons*/
.res-icons-text .icons-txt-content {
    font-size: 100%;
}
.res-icons-text .icons-txt-content b, .res-icons-text .icons-txt-content strong{
    font-weight: 400;
}
.res-icons-text .iconbox {
    border-radius: 10px;
}
.box-custom{
    border: solid 2px #EEF1F5;
}
.col-md:nth-of-type(odd) .box-custom{
    background-color: #EEF1F5
}
.res-icons-text .box-icon-padding04 {
    padding: 1.8em 2.2em;
}
@media only screen and (max-width: 970px) {
.res-icons-text .iconbox{
    margin-right: 0!important;
}
.res-icons-text .iconbox-bottom {
    margin-bottom: 5%!important;
}
}

/*Text*/
.scrollerTo i{
    color: #dd1f44;
    font-size: 130%;
}

.align-items-end.btn-float-right{
	justify-content: flex-start!important;
	gap:1.5em;
}
.align-items-end.btn-float-right .btn-text-link{
	padding-bottom: 5px!important;
}

.res-txt.style-01 .txt-title-field{
    display: flex;
    flex-direction: column-reverse;
}
.res-txt.style-01 .txt-title-field h3{
    font-size: 120%;
    color: #4670b2;
}
.res-txt.style-02 .headline-title h3 {
    font-size: clamp(19px, 1.4vw, 130%);
    font-weight: 300;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}
.res-txt.style-02 .btn {
    font-size: 110%;
}

/*Buttons*/

    .res-btn .ausrichtung-btn .btn {
        margin-right: 0.5rem;
    }


/*Boxes*/
.box-inner{
    border-radius: 10px;
}
.box-inner h3{
	hyphens: auto;
}
.res-boxes.style-01 .box-inner {
	padding-bottom: 0.5em;
    border-bottom: solid 2px #EEF1F5;
	font-size: 90%;
	border-radius: 0;
}
.res-boxes.style-01 .postContent{
	display: flex;
	flex-direction: row;
}
.res-boxes.style-01 .postContent h4 {
	width: 40%;
	max-width: 40%;
	padding-right: 4%;
	hyphens: auto;
}
.res-boxes.style-01 .postContent .vorschau-text {
	width: 60%;
	max-width: 60%;
}
.modal-content {
    border: none;
    border-radius: 10px;
}
.modal-backdrop {
    background-color: #B4C1D7;
}
.modal-backdrop.show {
    opacity: 0.9;
}

/*Slider*/
.slick-dots {
    margin: 0 0;
    text-align:left;
}
.res-slider-content .slick-dots li {
    width: 1rem;
	z-index: 5;
}
.res-slider-content .slick-dots li button {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    background-color: #EEF1F5 ;
	z-index: 5;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #2c324f;
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(15% + 15px);
}

@media only screen and (max-width: 1450px) {
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(9% + 15px);
}
.res-slider-content .box-padding04 {
    padding: 22px 30px;
}
}
@media only screen and (max-width: 970px) {
    .res-slider-content .inner-container {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .res-slider-content .inner-container .box-item {
        margin-right: 2px!important;
    }
}

/*Collapse*/
.res-collapse .card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}
.res-collapse .card-header {
    border-bottom: none;;
    padding: 1.2em 1.4em 1.2em 1.4em;
}
.res-collapse .card-body {
    padding: 0em 1.4em 1.2em 1.4em;
    border-bottom: none;
}
.res-collapse .card-header p.title-collapse {
    font-size: clamp(16px, 1.2vw, 110%);
}
.res-collapse .collapse-icon {
    color: #dd1f44;
    font-size: 115%;   
}
.res-collapse .collapse-icon .fa-chevron-down::before {
    content: "\2b";
}
.res-collapse a .rotate-icon {
    transition: all .3s ease-in-out;
}
.res-collapse a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Tabelle*/
    .res-table .table-space-custom {
        margin: 0;
        padding: 0.75em 0.75em 0.75em 0.25em;    
        border-bottom: solid 2px #EEF1F5;
		height: 100%;
		font-size: 90%;
		hyphens: auto;
    }   
@media only screen and (min-width: 970px) { 
    .res-table .layout-01.row-cols-md-2 .col:nth-of-type(1) .table-space-custom, .res-table .layout-01.row-cols-md-2 .col:nth-of-type(2) .table-space-custom {
        border-top: solid 2px #EEF1F5;
    }    
    .res-table .layout-01.row-cols-md-2 .col:nth-child(odd) {
        max-width: 40%;
    }     
    .res-table .layout-01.row-cols-md-2 .col:nth-child(odd) .table-space-custom {
        padding: 0.75em 0.75em 0.75em 0.25em;    
    }   
    .res-table .layout-01.row-cols-md-2 .col {
        min-width: 60%;
    }
    .res-table .layout-01.row-cols-md-2 .col .table-space-custom {
        padding: 0.75em 0.25em 0.75em 0.75em;    
    }  
}

@media only screen and (max-width: 970px) { 
    .res-table .table-space-custom {
        padding: 0.5em 0.25em 0.25em 0.25em;    
    }   
    .res-table .layout-01.row-cols-md-2 .col:nth-of-type(even) .table-space-custom{
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }    
    .res-table .layout-01.row-cols-md-2 .col:nth-of-type(odd) .table-space-custom{
        border-bottom: none!important;
    }    
    
}


/*Kontakt*/
.res-page-content .footer-title {
    display: none;
}
.res-page-content .res-widget-footer {
    font-size: 100%;
    line-height: 180%;
}

/*ABSTäNDE*/
.res-content-topspace {
    padding-top: 6.5vh;
}
@media only screen and (max-width: 1500px) and (min-width: 970px) {

.pb-5, .py-5 {
    padding-bottom: 6.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 6.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 6.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 6.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 4.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 4.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.9rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.9rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: 0.9rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
}
p {
    margin-bottom: 0.9rem;
}
}
@media only screen and (max-width: 1350px) {
.res-content-topspace {
    padding-top: 60px;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.mt-4, .my-4 {
    margin-top: 4rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.75rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.75rem!important;
}
}
@media only screen and (max-width: 1100px) {
.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 3.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.8rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.8rem!important;
}
}

@media only screen and (max-width: 970px) {
.home .res-content, .home .res-content {
    margin-top: 70px;
}
.res-content-topspace {
    padding-top: 20px;
}
.res-footer {
    margin-top: 0rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 4rem!important;
}
.pt-5, .py-5 {
    padding-top: 4rem!important;
}
.mb-5.pt-5, .my-5.pt-5 {
    padding-bottom: 0rem!important;
}
.mt-5.pt-5, .my-5.pt-5 {
    padding-top: 0rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 4rem!important;
}
.mt-5, .my-5 {
    margin-top: 4rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3rem!important;
}
.pt-4, .py-4 {
    padding-top: 3rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
    margin-top: 3rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
p {
    margin-bottom: 0.5rem;
}
}