

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

body {
	font-family: 'nimbus-sans', sans-serif;
	font-weight: 300;
	font-size: clamp(16px,1.1vw,21px);
	line-height: 170%;
	color: #1d2551;
	background-color: #fff;
}
@media only screen and (max-width: 970px) {
body {
	line-height: 160%;
}
}

/*Link Farbe */
a { color: #1d2551;}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
    border-bottom: 1px solid #1d2551;
}

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

.brand-color {
	color: #FF0000; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'nimbus-sans', sans-serif;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: -0.01em;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
	font-family: "coolvetica", sans-serif;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 110%;
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
	font-family: "coolvetica", sans-serif;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 110%;
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
	color: #FF0000;
}
h4 {font-size: clamp(19px, 1.4vw, 145%);} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

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


/* Container align wide  */

.container {
    width: 70%;
    max-width: 1650px;
}
.container-fluid, .alignfull .inner-container.container-wide{
    width: 86%;
    max-width: 86%;
}
.inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide {
    max-width: 90%;
	padding-left: 15px;
	padding-right: 15px;
}
.alignwide .inner-container.container-off {
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	width: 55vw;
	max-width: 900px;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-8vw - 15px);
    margin-right: calc(-8vw - 15px);
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1650px + 16vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 78%;width: 78%;}
	.container-fluid, .alignfull .inner-container.container-wide {width: 92%; max-width: 92%;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 92%; width: 92%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-7vw - 15px);
		margin-right: calc(-7vw - 15px);
	}
}


/* Laptop Tablet */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 90%;width: 90%;}
	.container-fluid, .alignfull .inner-container.container-wide {	max-width: 94%; width: 94%;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 100%; width: 100%;
    }
	.alignwide {
		margin-left: calc(-2vw - 15px);
		margin-right: calc(-2vw - 15px);
	}
}

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
	.container{	max-width: 92%;width: 92%;}
	.container-fluid {	max-width: 92%; width: 92%;}
	.alignwide .inner-container.container-off {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container-small {
		max-width: 100%; width: 100%;
	}
	.alignfull .container-small{	
		max-width: 92%;width: 92%;
		padding-left: 15px;
		padding-right: 15px;}
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
	.alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}


/* Logo */
.logo {
	padding-top: 3.5vh;
	padding-bottom: 2.5vh;
}

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

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


/* RES Nav */
@media only screen and (min-width: 970px) {
	.res-nav .nav-link {
		font-size: 90%;
		padding: 0.7rem 0em;
		white-space: nowrap;
		letter-spacing: 0.02em;
		font-weight: 400;
        position: relative;
	}
	.res-nav .nav-link:before {
        position: absolute;
        height: 0.75em;
        width: 0.75em;
        content: "";
        background-color: #ff0000;
        left: 0;
        top: 0.78em;
        opacity: 0;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 1.1em;
		margin-right: clamp(7px, 1.0vw, 18px);
		margin-left: clamp(7px, 1.0vw, 18px);
	}

}


/* Hover */
.res-nav-section li a:hover{
	color: #1d2551;
}
.res-nav .nav-link:hover:before {
    opacity: 1;
}

/* 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: #1d2551;
		font-weight: 600;
		letter-spacing: -0.005em;
}
li.active > a.nav-link:before,
	.res-header li.current-page-ancestor .current-page-ancestor a:before,
	#burger-menu-nav li.current-page-ancestor .current-page-ancestor a:before,
	#burger-menu-nav li.current-page-ancestor > a.nav-link:before,
	.res-navtab .tabs .nav-link.active:before,
	.res-navtab .tab-links .nav-single-tab.active .nav-link:before,
	#res-menu-mobile .current-page-ancestor > a:before, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a:before, 
	#res-menu-mobile .dropdown-submenu.active > a:before {
    opacity: 1;
}
/* 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: 15px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(40px, 5vw, 70px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: rgba(255,255,255, 1.0);
	}
	.res-fixnav.show .res-nav li a {
		font-size: 85%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background:  #fff;;
		box-shadow: none;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 



/* Buttons */
.btn {
	padding: 0.3em 1.8em;
	border-radius: 1px;
	font-weight: 400;
    font-size: 90%;
}
.btn:hover {
    opacity: 1;
}

.btn-primary{
	border: 2px solid #FF0000;
    background-color: #FF0000;
    color: #fff ;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	border: 2px solid #FF0000;
    background-color: transparent;
	color: #FF0000;
}
.btn-primary:active {
	border: 2px solid #FF0000;
    background-color: transparent;
	color: #FF0000;
}
.btn-primary:focus {
	border: 2px solid #FF0000;
    background-color: transparent;
	color: #FF0000;
}

.btn-secondary{
	border: 2px solid #1d2551!important;
	background-color: #1d2551;
	color: #fff;
}
.btn-secondary:hover{
	color: #1d2551;
}
.btn-outline{

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	color: #FF0000;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	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%;
} 


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


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: #1d2551;
	padding-top: 10vh
}
.res-footer *{
	color: #fff;
}
.res-footer .copyright-col2 {
	padding-left: 0!important;
}
.res-footer .wp-block-columns{
	margin-bottom: 0;
}
.res-widget-footer {
    line-height: 190%;
}
.res-widget-footer .footer-title {
	margin-bottom: 10px;
}
.footer-social-box a {
	background: #FF0000;
	border-radius: 0%;
}
.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: 35px;
	height: 35px;
	color: #fff;
}
@media only screen and (max-width: 1450px) {
#footer-fade .res-footer .footer-logo img {
    max-width: 60%;
}
}
@media only screen and (max-width: 970px) {
#footer-fade .res-footer .wp-block-columns {
    gap: 0em;
}
    .res-widget-footer.footer-social-icon {
        padding-top: 00px;
		padding-bottom: 20px;
    }
    .res-footer-copyright .copyright-col1 {
        margin-bottom: 0px;
    }
    .res-footer-copyright .copyright-col2 {
        margin-bottom: 20px;
    }
}


/* 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%, 4.5vw, 460%);
	line-height: 105%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.5vw, 350%);
	line-height: 105%;
}
.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 {
	opacity: 1;
}
.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: #1d2551 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 0px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 400 !important;
}
body.admin-bar>.forminator-select.forminator-select-dropdown-container--open {
    margin-top: 0;
}
/* 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 {
}

/*Hintergrund*/
.Grau, .bg-light{
    background-color: #EDEEF5!important;
}

/*Navigation*/
.res-header{
	border-bottom: solid 1px #EDEEF5;
	background-color: #fff;
}
@media only screen and (min-width: 970px) {
.res-nav-topheader {
    font-size: 85%;
}
.res-head .col-md-9.res-nav-section{
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: space-between;
}
.page-on-top .col-md-9.res-nav-section{
    padding-top: 10px;
}
.res-head .res-nav-right {
    width: 66.6666%!important;
    margin-bottom: auto;
}
.res-head .res-nav-right .navbar-collapse{
    justify-content: center!important;
}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
	font-weight: 400;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.75rem 1rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
    background-color: #EDEEF5!important;
    padding: 0.5em 1.2em;
    line-height: 120%;
	letter-spacing: 0.02em;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item):hover {
    background-color: #D6D8E3!important;
}
.res-head .res-nav-topheader .nav-item:last-of-type a{
    color: #1d2551!important;
}
.res-fixnav.show .res-nav-topheader {
    margin: 0 0 0 0;
}
}
@media only screen and (min-width: 970px) and (max-width: 1500px) {
.res-head .res-nav-right .nav-item{
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type {
    padding: 0.45rem 1.3rem;
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.65rem 1rem;
}
}
@media only screen and (max-width: 970px) {
    .res-nav .logo-mobile {
        padding: 15px 0 15px 8%;
    }
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
    }
.res-header .dropdown-menu {
    padding: 0 0 15px 0px;
    margin: 0;
}
.mobile-x-close span {
    background: #1d2551;
}
.res-nav .navbar-nav {
    min-height: calc(100vh - 65px);
    padding: 30px 8% 30px 8%;
    display: flex;
    flex-direction: column;
	border-top: solid 1px #EDEEF5;
}
.menu-item-type-custom.menu-item:last-of-type { 
    margin-top: auto;
    margin-bottom: 3vh;
    }
.menu-item-type-custom.menu-item:last-of-type a{ 
	background-color: #EDEEF5!important;
	color: #1d2551!important;
	padding: 0.55rem 1.5rem;
	text-align: center;
	border-radius: 0px;
}
.res-login-mobile-profile{
	display: none;
}
}

/*Text*/
.res-content .postContent ul {
    font-size: 100%;
}
.res-txt.style-01 h1{    
	font-family: 'nimbus-sans', sans-serif;
	font-size: 100%;
	font-weight: 400;
	padding-bottom: 0.5em;
	color: #ff0000;
}
@media only screen and (max-width: 1500px) {
.txt-textfield-btns.pt-2 {
	padding-top: 0.5em!important;
}
	.res-txt .btn-float-right{
		flex-direction: column!important;    
		align-items: flex-start!important;
	}
}


/*Text Bild*/

.res-text-bild.style-01 .txt-imagebox{
    position: relative;
}
.res-text-bild.style-01 .txt-imagebox:before{
    position: absolute;
    content: "";
    bottom: -5vh;
    left: -9vh;
    height: 30vh;
    width: 30vh;
    background-color: #EDEEF5;
}
.res-text-bild.style-01 .txt-imagebox:after{
    position: absolute;
    content: "";
    top: -1.5vh;
    left: -4.75vh;
    height: 8vh;
    width: 8vh;
    background-image: url("img/element_raster-4er.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.res-text-bild.style-02 .txt-imagebox{
	margin-left: -5%!important;
    position: relative;
}
.res-text-bild.style-02 .txt-box{
	margin-top: auto;
	margin-bottom: auto;
    background-color: #EDEEF5;
	padding: 1.75em 10% 1.75em 5vw;
}
.res-text-bild.style-02 .txt-imagebox:after{
    position: absolute;
    content: "";
    top: -1.5vh;
    right: -4.75vh;
    height: 8vh;
    width: 8vh;
    background-image: url("img/element_raster-4er.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1100px) and (min-width: 970px)  {
.res-text-bild.style-02 .row{
	margin-left: 0;
	margin-right: 0;
}
.res-text-bild.style-02 .txt-box{
	padding-left: calc(2vw + 15px);
}
.res-text-bild.style-02 .txt-imagebox:after{
    right: -2vh;
}
}
@media only screen and (max-width: 970px) {
.res-text-bild.style-01 .txt-imagebox:before{
    bottom: 0;
    left: unset;
	right: -1vh;
}
.res-text-bild.style-01 .txt-imagebox{
    padding-bottom: 4vh;
}
.res-text-bild.style-01 .txt-imagebox:after{
    top: -1.5vh;
    left: -1vh;
    height: 6vh;
    width: 6vh;
}
.res-text-bild.style-02 .txt-imagebox{
	margin-left: 0%!important;
}
.res-text-bild.style-02 .txt-box{
	margin-top: -10vh;
	padding: 12vh 10% 0.75em 5vw;
	margin-bottom: 5vh;
}
.res-text-bild.style-02 .txt-imagebox:after{
    top: -1.5vh;
    left: -1vh;
    height: 6vh;
    width: 6vh;
}
}


/*Boxes*/
.res-block .box-custom {
    background: #EDEEF5!important;
    border-radius: 0px 0px 0px 0px;
	padding: 1em;
}
.Grau .box-custom {
    background: #fff!important;
}
.Grau .bg-light {
    background: #fff!important;
}
.postBox i{
	background-color: #ff0000;
	color: #fff;
	width: 1.75em;
	font-size: 1.0em;
	padding: 0.35em;
	height: 1.75em;
	margin-left: auto;
	margin-bottom: 0!important;
}
.postBox .vorschau-text {
	line-height: 150%;
}
.postBox i::before {
    content: "\f061";
}
.postBox .postImg.mb-1{
	margin-bottom: 1em!important;
}
.res-boxes .postBox, .res-slider-content .postBox{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent, .res-slider-content .postContent{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent .vorschau-text, .res-slider-content .postContent .vorschau-text{
	margin-bottom: 1rem;
}
.res-boxes .postContent .btn, .res-boxes .postContent i, .res-slider-content .postContent .btn,.res-slider-content .postContent i{
    margin-top: auto !important;
}
.res-boxes .postContent .btn, .res-slider-content .postContent .btn{
	max-width: fit-content;
}
.res-boxes .postImg, .res-slider-content .postImg {
    overflow: visible!important;
}
.res-slider-content .postContent .btn-sm.btn-text-link, .res-boxes .postContent .btn-sm.btn-text-link {
    padding: 0;
}
 .box-inner.flatbox .postContent .vorschau-text{
	margin-bottom: 0rem;
}
.style-01 .boxes-frame{
	justify-content: center!important;
}
@media only screen and (max-width: 970px) {
.res-boxes .box-padding03 {
    padding: 12px 15px;
}
.res-boxes .box-padding03 .vorschau-text{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
}

/*Slider*/
.res-slider-content .box-no-paddding {
    padding-top: 0px;
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0%;
}
.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: #EDEEF5 ;
	z-index: 5;
}
.res-slider-content.Grau .slick-dots li button {
    background-color: #fff;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #1d2551;
}
@media only screen and (max-width: 970px) {
	.res-slider-content .inner-container.container{
		width: 100%; max-width: 100%; padding: 0 0 0 0;
	}
.slider-outside-frame{
    overflow-x: hidden; 
}
.slick-dots {
    margin-left: calc(4vw + 15px)
}
.slick-list{
    padding-left: calc(4vw + 15px)!important; 
}
}

/*Collapse*/
.res-collapse .card {
    background-color: #EDEEF5;
	margin-bottom: 0.5em;
}
.res-collapse .card-header {
    border-bottom: none;
    padding: 1.75rem 1.75rem 1.75rem 1.75rem;
}
.res-collapse .card-body {
    padding: 0rem 1.75rem 1.25rem 1.75rem;
    border-bottom: none;
}
.res-collapse .fa-chevron-down::before {
    content: "\2b";
}
.res-collapse a .rotate-icon {    
    transition: all .2s ease-in-out;
    color: #1d2551;
}
.res-collapse a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Tabelle*/
.res-table.style-01.Grau{
	padding: 1.5em 2em;
}
.res-table.style-01 .col:nth-of-type(odd) .table-spalte {
    padding: 13px 0 2px 0;
	opacity: 0.8;
}
.res-table.style-01 .col:nth-of-type(even) .table-spalte {
    padding: 2px 0 13px 0;
	font-weight: 500;
}


/*navbar*/
.res-navtab .dropdown-toggle{
	background-color: #EDEEF5;
	margin-right: 1em;
}
.res-navtab .dropdown-menu {
	background-color: #EDEEF5;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.8);
}
.res-navtab .dropdown-menu .dropdown-item {
    color: #1d2551;
	padding-bottom: 0;
}
.res-navtab .dropdown-menu li:last-of-type .dropdown-item {
	padding-bottom: 0.5rem;
}



/*Kontakt*/

.res-page-content .res-widget-footer {
    font-size: 100%;
}

.page-kontakt .res-page-content h4 {
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: 600;
	line-height: 200%;
}
.page-kontakt .res-page-content .res-widget-footer {
        padding-top: 0px;
    }
.page-kontakt .res-page-content .wp-block-columns.is-layout-flex {
    gap: 1em;
} 

/*ABSTäNDE*/

.res-content-topspace {
    padding-top: 7vh;
}

@media only screen and (max-width: 1500px) {
.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: 1.1rem!important;
}
.pt-2, .py-2 {
    padding-top: 1.1rem!important;
}
}
@media only screen and (max-width: 1350px) {
.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;
}
.pb-2, .py-2 {
    padding-bottom: 0.9rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.9rem!important;
}
body .wp-block-columns {
    margin-bottom: 1em;
}
}
@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.75rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.75rem!important;
}
}

@media only screen and (max-width: 970px) {
.home .res-content, .res-content {
    margin-top: 70px;
}
.res-content-topspace {
    padding-top: 4vh;
}
.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;
}
}


#googleMapsBox {
    height: 550px;
    max-height: 52vh;
}
.res-mitgliedersuche.res-mitgliedersuche .list {
    margin-left: calc(-8vw - 15px);
    margin-right: calc(-8vw - 15px);
}
.res-mitgliedersuche.res-mitgliedersuche .filter {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-content: center;
}

#suche {
    margin-bottom: 0;
    width: 100%;
    margin-left: 15px;
}

.res-mitgliedersuche.res-mitgliedersuche #fachgebiet .dropdown {
    height: 100%;
}

.res-mitgliedersuche.res-mitgliedersuche #fachgebiet .btn {
    margin: 0;
    height: 100%;
}
.res-mitgliedersuche.res-mitgliedersuche .box-inner {
    margin-right: 4vw;
}
.res-mitgliedersuche.res-mitgliedersuche .box-inner .vorschau-text {
    word-break: break-word;
    hyphens: auto;
}

#fachgebiet .dropdown-menu.show {
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
}
#fachgebiet a.dropdown-item {
    color: #000000;
    font-weight: 300;
    opacity: 1;
	padding: 0.25rem 2rem;
}
#fachgebiet a.dropdown-item:hover {
    color: #FF0000;
}
    #fachgebiet .dropdown-menu {
        background: rgb(255 255 255 / 85%);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.8);
    }

.link-text-register {
	display: none;
}

#wpmem_login .button_div, #wpmem_reg .button_div, #wpmem_login .link-text {
    text-align: left;
}
#wpmem_login input.buttons {
    border: 2px solid #1d2551 !important;
    background-color: #1d2551;
    color: #fff;
    font-size: 17px;
    padding: 5px 25px;
}

#page .res-content-layout .res-content .forminator-ui.forminator-design--material .forminator-button.forminator-button-submit {
border: 2px solid #FF0000;
    background-color: #FF0000;
    color: #fff;
	padding: 0.3em 1.8em !important;
    border-radius: 1px !important;
    font-weight: 400 !important;
    font-size: 90% !important;
}
#page .res-content-layout .res-content .forminator-ui.forminator-design--material .forminator-button.forminator-button-submit:hover {
    border: 2px solid #FF0000;
    background-color: transparent;
    color: #FF0000;
}

.res-footer a:hover {
    color: #ff0000;
    opacity: 1;
}
