/*** OBR Relaunch 2023 - 2024 ***/

:root {
	--bs-breakpoint-md: 800px!important;
}




/** page browser **/

.news ul.f3-widget-paginator li,
.news  ul.f3-widget-paginator li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    padding: 0 2px;
    margin:0;
}

.news ul.f3-widget-paginator {
    float: right;
}
.f3-widget-paginator li.current a {
  font-weight: 700;
  border-bottom: 1px solid;
}
/** /page browser **/


body {
  font-family: 'Interstate', sans serif; 
  font-size: 1.35rem;
  font-weight: 400;
  font-style: normal;
  color: #121212; 
}

body .btn {
  --bs-btn-padding-x: 1.5rem;
}

.btn-cancel {
	margin-right: 20px;
	background-color: #59bebe;
	color: #fff;
	border-radius:0;
}
.btn-cancel:hover {
	background-color: #59bebe86;
	color: #fff;
}

body .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #E4013A;
  --bs-btn-border-color: #E4013A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #E4013A96;
  --bs-btn-hover-border-color: #E4013A;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #E4013A;
  --bs-btn-active-border-color: #E4013A;
  --bs-btn-active-shadow: inset 0 3px 5px #E4013A96;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E4013A;
  --bs-btn-disabled-border-color: #E4013A;
   border-radius: 0; 
}
a.btn.btn-primary {
	text-decoration: none!important;
	font-weight: 600;
}

body input.submit.btn,
button.btn-primary[type="submit"],
.onlineBeratung .btn.btn-primary[type="submit"] {
   font-weight: 600;
 }

body .onlineBeratung .loginSubmit .btn.btn-primary  {
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: #ffffff20;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-bg: #ffffff20;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  border-radius: 0;
}

body .p-3 {
	padding: 1rem 0 !important;
}

#page-1 .pt-5:first-child {
  padding-top: 0rem !important;
}

#page-1 main > div:nth-child(2) {
   margin-bottom: 2vw;	
}

#page-1  .ratgeberSlider {
	border: 1px solid #121212;	
}

/** PayPal spenden button Überschrift ***/
#page-42 #c94 {
   margin-bottom: 0;
}

/** Formular - VorfallMeldung **/

.form-group .input {
	max-width: 800px;
}

body .nav-link:focus-visible, 
body .form-control:focus,
body :focus-visible,
body .btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.3);
  border-color: transparent;
}


#logoklein {
	opacity: 0;
	transition: all 0.5S;
}

#fixed_icons_container {
  position: fixed;
  right: 0;
  top: 23vh;
  padding: 1px 0px 1px 1px;
  background:#121212;
  z-index: 1100;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 96%);
}

#fixed_icons {
  padding: 20px 0px 20px 15px;
  background:#fff;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 96%);
}


.zweispaltenText {
	column-count: 2;
	column-gap: 60px;
	column-rule: 2px dotted #59bebe;
	text-align: justify;
}


main > div {
   margin-bottom: 5vw;	
}

h1.display-1 {
  color: #59BEBE;
  font-size: 2.8125rem;
  font-weight: 700;
}
#page-1 h1.display-1,
#page-29 .page-title,
#page-37 .page-title,
#page-47 .page-title {
	display: none;
}

h1, h2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;  
}
h3 {
	font-weight: 600;
}


a {
	color: #000;
}

.bg59BEBE {
	background-color: #59BEBE;
	color: #fff;
	padding: 3vw;
	height: 100%;
}

.bge4031a {
  background-color: #e4031a;
  color: #fff;
  padding: 3vw;
  height: 100%;
}
.bg59BEBE a,
.bge4031a a {
  color: #fff;
}

a.navbar-brand {
	display: block;
	position:relative;
	z-index: 1034;
}

div.topnav-flex {
	display: flex;
	justify-content: space-between;
}

div.topnav-inner-flex {
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin-bottom: 15px;
}

div.topnav-contact span {
	display: block;
	font-weight: 600;
}
div.topnav-contact span .fa-mobile-screen-button {
	margin-right: 8px;
	margin-left: 2px;
}
div.topnav-contact span .fa-envelope {
	margin-right: 5px;
}
div.topnav-social {
	margin-left: 10vw;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 2rem;
}

div.topnav-social span {
	line-height:1;
} 
	
.topnav-social .fa-brands {
    margin: 0;
	padding:0;
}

.topnav-social span.bluesky a::after {
  content: " ";
  width: 30px;
  height: 27px;
  background-image:url(/fileadmin/templates/img/bluesky.svg);
  display: inline-block;
}

.topnav-social span.threads a::after {
  content: " ";
  width: 27px;
  height: 30px;
  background-image:url(/fileadmin/templates/img/threads.svg);
  display: inline-block;
}



div.navbar-nav {
	gap: 2vw;
}

#navbarToggler .nav-link {
	text-transform: uppercase;
	font-size: 2.125rem;
	font-weight: 500;
	color: #000;
	position: relative;
	z-index: 2000;
}
#navbarToggler .nav-item a {
    color: #000;
	padding-left: 1rem;
	padding-right: 1rem;
}
#navbarToggler .nav-item a::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
	padding-top: 70px;
	top: -1px;
	border: 1px solid #000;
	border-radius: 0;
}

.dropdown-menu .dropdown-item {
	font-size: 1.6125rem;
    font-weight: 500;
	white-space: normal;
}

.dropdown-item.active, .dropdown-item:active {
 /* color: var(--bs-dropdown-link-active-color);*/
  text-decoration: none;
  background-color: #59BEBE86;
}

.main-content .intro {
   align-items: center;
   font-size: 1.75rem;
   font-weight: 500;
}


/*** ONLINE-BERATUNG ***/

.main-content .onlineBeratung {
   aspect-ratio: 1.8;
   position: relative;
}

.main-content .onlineBeratung::after {
   content: " ";
   width: calc(100% + 100px);
   height: 100%;   
   background-image: url(/fileadmin/templates/img/OBR_BG_Polygon.svg);
   background-repeat: no-repeat;
   background-size: 100%;
   position: absolute;
   top: 0px;
   z-index:1;
   margin-left: -50px;
}
.main-content .onlineBeratung > div {
	padding-top: 200px;
	position: relative;
	z-Index: 10;
}

.main-content .onlineBeratung .even {
  padding-right:40px;
  padding-left: 40px;
}
.onlineBeratung .even a {
  color: #fff;
}

.main-content .onlineBeratung .odd  {
  padding-left: 60px;
}
.main-content .onlineBeratung .odd::after {
   content: " ";
   width: 40%;
   height: 40%;   
   background-image: url(/fileadmin/templates/img/OBR_karte_rot_2.svg);
   background-position: left top;
   background-repeat: no-repeat;
   position: absolute;
   top:50px;
   left: 45%;
}

.main-content .polygon {
   color: #ffffff;
}

/** Anmeldeformular - Startseite **/

.onlineBeratung h4 {
	
}

.onlineBeratung > div.even > div:last-child > h4,
.onlineBeratung > div.even > div:last-child > p,
.onlineBeratung > div.even > div:last-child legend {
	display: none;
}
.onlineBeratung > div.even > div:last-child > h4.error,
.onlineBeratung > div.even > div:last-child > p.error {
	display: block;
	color: #fff;
}
.onlineBeratung fieldset.error {
	margin-top: 1vw;
}

.onlineBeratung fieldset {
	max-width: 60%;
	margin-top: 3vw;
}

.onlineBeratung fieldset label {
	color: #fff;
	display: flex;	
}
.onlineBeratung fieldset label span {
	width: 11rem!important;
	flex-shrink: 0;
	flex-grow:0;
}

.onlineBeratung fieldset label input {
   /* max-width: 40%;*/
	background-color: transparent;
	border-radius: 0;
	color: #fff;
}
.onlineBeratung fieldset .loginSubmit {
	text-align: right;
	background-color: transparent;
}
.onlineBeratung fieldset .loginSubmit.logout {
	text-align: left;
}
.onlineBeratung fieldset .loginSubmit.btn-primary {
    background-color: transparent;	
}

.obr form .form-label {
  display: flex;
  margin-top: 20px;
}
.obr form .form-label span {
   width: 200px;
}
.obr form .form-label input,
.obr .tx-femanager .femanager_fieldset input {
	max-width: 400px;
}

.obr .tx-femanager legend {
    font-size: 1.5rem;
	margin-bottom: 20px;
} 
  
.obr .tx-femanager .femanager_fieldset {
  display: flex;
  margin-top: 20px;
}

.obr .tx-femanager .femanager_fieldset label.control-label {
	max-width: 200px;
}


/*** NEWS **/

/** LISTE **/
.news-list-view > a {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.news-list-view .media figure {
   width: 66%;
   padding-right: 50px;
}
.news-list-view .media figure img {
   width: 100%;	
}
.news-list-view .news-list-category {
	
}
.news-list-view .news-list-category {
  display: block;
}
.news-list-view .news-list-date {
	font-size: 2rem;
}
.news-list-view h3.card-title {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.news-list-view .media-body {
	
}



#page-content a.card {
  color: inherit;
  text-decoration: inherit;
  border: none;
}
#page-content a.card:hover {
  text-decoration: underline;
}
#page-content .card-body {
  padding-left: 0;
  padding-right: 0;
  color:#000;
}
#page-content .card-body h3.card-title {
  hyphens: auto;
  color:#000;
}


/** Detail **/

.news.news-single a {
   text-decoration: underline;
}
.news-single.event .newsslider_single {
	margin: 40px  0;
}

.news-backlink-wrap {
	margin-top: 20px;
}


/**slider **/

#page-content .swiper .swiper-slide .card-body h3 {
	font-weight: 500;
	text-decoration: underline;
}

#page-content .swiper .swiper-slide img {
	width: auto;
	height:400px;
	margin: 0 auto 2vw auto;
	border: 1px solid #ccc;
	
}

#page-content .swiper .card:hover img {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform: scale(1);
}

#page-content .swiper .swiper-slide .card {
    --bs-card-border-width: none;	
	padding: 0vw 4vw 0 4vw;
}
#page-content .swiper .swiper-slide .card-title {
  color: #121212;
}

#page-content .swiper .swiper-slide .card::before {
	background: none;
}

#page-content .swiper .swiper-button-next::after, 
#page-content .swiper .swiper-rtl .swiper-button-prev::after {
  content: '»';
  font-family: inherit;
}
#page-content .swiper .swiper-button-prev::after, 
#page-content .swiper .swiper-rtl .swiper-button-next::after {
  content: '«';
  font-family: inherit;
}
#page-content .swiper .swiper-button-next, 
#page-content .swiper .swiper-button-prev {
	color: #000;
	text-shadow: none;
	font-weight: 700;
}
#page-content .swiper .swiper-button-next {
	right: 1.5rem;
}
#page-content .swiper .swiper-button-prev {
	left: 1.5rem;
}

.news-list-view .media figure,
.news-list-view .media > img {
  width: 33.333%;
  padding-right: 50px;
  flex-shrink:0;
  flex-grow:0;
}

/*** News Pagination **/

#page-content ul.pagination.f3-widget-paginator li {
  margin-right: 3px;
  width: 2rem;
  text-align: center;
  display: inline-block;
}


.news.news-single .pagination {
	list-style:none; 
	display: flex;
	justify-content: space-between !important;
	margin-top: 40px; 
	margin-left: 0;
	padding-left: 0;	
}
.news.news-single .pagination li {
	max-width: 45%;	
}
.news.news-single .pagination li a {
	border: 0!important;
	color: #000000!important;
	padding-left: 0;
	padding-right: 0;
}
.news.news-single .pagination li a:hover,
.news.news-single .pagination li a:focus {
	background: none;
}

#page-content .active > .page-link, #page-content .page-link.active {
  background-color: #E4013A;
  border-color: #E4013A;
  color: #fff;
  border-radius: 0;
  padding: 0.35rem 0 0.35rem 0;
  font-weight: 500;
}

#page-content .page-link {
  color: #E4013A;
  border: 1px solid #E4013A;
  border-radius: 0;
  padding: 0.35rem 0 0.35rem 0;
  font-weight: 500;
}


/** Accordion **/

#page-content .accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-color: 0;
  --bs-accordion-border-width: 0;
  border-top: 2px solid #121212;
}
.accordion-item h2,
.fsc-default .accordion-item h2  {
	margin-bottom: inherit;
	max-width: inherit;
}
.accordion h3 {
   color: #121212;
   font-size: 1.75rem;
   padding-bottom: 5px;
   font-weight: 700;
   letter-spacing: 1px;
}

#page-content .accordion-item {
	border-bottom: 2px solid #121212;
}


#page-content .accordion-item .accordion-button {
  color: #59BEBE;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1.25px;
  padding: 1.5rem 0;  
}

#page-content .subContainer .accordion-item .accordion-button {
  color: #bed730;

}
#page-content .accordion-button:not(.collapsed) {
	background-color: #ffffff;
	border: 0;
}

#page-content .accordion-item .accordion-button::after {
	background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
#page-content .accordion-item .accordion-button.collapsed::after {
	background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
}

.accordion-button:focus, .nav-link:focus-visible, :focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.accordion-button:focus, .nav-link:focus-visible, :focus-visible {
  outline: 2px dotted #59BEBE;
  outline-offset: 2px;
}



/*** Social Media/ Shariff ***/


#fixed_icons > div > a {
	display: flex;
	justify-content: center;
	align-items:center;
	height: 80px;
	width: 50px;
	background: #fff;
	font-size: 1.75rem;
	margin-bottom: 5px;
	color: #59BEBE;
	clip-path: polygon(29% 0, 100% 12%, 95% 95%, 10% 100%, 0 19%);
}

#fixed_icons .svg-inline--fa {
 
}

.share_text {
	display: none!important;
}
.shariff {
	/*width: 45px;*/
}

.shariff li {
	filter: drop-shadow(0px 1px 3px #00000029);
	height: 45px;
	min-width:45px!important;
	max-width: 45px!important;
}
.shariff .orientation-horizontal li a {
	display: flex;
	justify-content: center;
	align-items:center;
	height: 45px;
	width: 45px;
	background: #fff;
	font-size: 1.75rem;
	margin-bottom: 5px;
	color: #59BEBE;
	clip-path: polygon(29% 0, 100% 12%, 95% 95%, 10% 100%, 0 19%);
	text-decoration: none;
}
.shariff .orientation-horizontal li a:hover {
	background: #fff;
}

/*** dp_cookieconsent ***/
.cc-btn {
  font-size: 1.125em;
  letter-spacing: 1px;
}
  
div.cc-window .cc-body {
  box-shadow: -5px 5px 25px 0 rgba(26,46,74,.25);
}


/** modaler Layer START **/


.modalFlex {
  display: flex;
}

.modalFlex > div:first-child {
  min-width: 200px;
  max-width: 200px;
  font-weight: 600;
}
.modalFlex > div {
  margin-bottom: 10px;
}
.modalFlex:last-child {
  margin-bottom: 20px;
 }
 
.modalResultContainer .modalResult {
	 transform: translate(-50%, -50%);
	 top: 50%;
	 left:50%;
 }

.modalResultContainer, .modalResultContainerInfo {
  position: fixed;
  width: 100%;
  height: 100%;
 /* background: rgba(204,204,204,0.5);*/
  background: #59BEBE45;
  display: none;
  top: 0;
  left: 0;
  z-index: 1051;
  padding: 3rem;
}
.modalResultContainer .modalResultContent {
	display: inline-block;
	text-align: center;
	display: flex;
	height: 100%;
	flex-direction: column;
}

.modalCloseArea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
}

.modalResult {
  max-width: 90%;
  min-width: 70%; 
  width: 70vH;
  max-height: 470px;
  height: 70vH;
  background: #ffffff;
  overflow-y: auto;
  padding: 80px 30px 30px 30px; 
  box-shadow: -5px 5px 25px 0 rgba(26,46,74,.25);
  z-index: 2000;
  position: relative;
  text-align: center;
  
}

.modalResult h2 {
  /*font-size: 1.0rem;*/
  padding-top: 20px;
  padding-bottom: 0;
  font-weight: 500;
}

.modalResult h3 {
 /* font-size: 1.5rem;*/
  margin-bottom: 20px;
  font-weight: 400;
}

div.modalResultHead {
 display: flex;
 justify-content: right;
}

div.modalResultHead a,
div.modalResultHead a:hover,
div.modalResultHead a:focus {
	border-bottom: 0px !important;
	color: rgba(150, 27, 128, 0.9);
}

.modalClose {
  cursor: pointer;
  padding-left: 10px;
  font-weight: 900;
}

/*** MODAL layer ENDE ***/

/** Translator START **/

.gtranslate_wrapper {
	display: flex;
	flex-direction: column;
	flex-grow:1;
	gap: 1px;	
	text-align: left;
	height: 12em;
	overflow-y: auto;
	width: 250px;
	margin: 2vH auto 0 auto;
}
.gtranslate_wrapper a:hover {
	text-decoration: underline;
}


.gtranslate_wrapper a {
	padding: 2px 15px 0 15px;
	background: #fff;
}

/** Translator ENDE **/



/**** FOOTER ****/

#page-footer .odd .above-below .last-figure {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.container-fluid .pageTitle {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}

div.footer {
	margin-top: -20px;
	margin-bottom: 3rem;
}



/********************************************************************************/
/******* MEDIA QUERIES ******/
/********************************************************************************/

@media screen and (min-width: 1700px){
	.container,
	.container-fluid .pageTitle,
    .container-lg,
    .container-md,
    .container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1620px; 
		margin-left: auto;
		margin-right: auto;
	/*	outline: 1px solid red; */
	}
	
	.main-content .onlineBeratung > div {
		padding-top: 250px;
	}
	
	
}


@media screen and (max-width: 1699px){
	.container-fluid .pageTitle {
		max-width: 1320px;
	}
	div.navbar-nav {
	  gap: 0.5vw;
	}
}
/********************************************************************************/
@media screen and (max-width: 1399px) {
   html {
	font-size: 85%;
   }
   
  .h3, h3 {
    font-size: 1.5rem;
  }
    
  .container-fluid .pageTitle {
		max-width: 1140px;
	}
	

}
/********************************************************************************/
@media screen and (max-width: 1199px){
	.container-fluid .pageTitle {
		max-width: 960px;
	}
	.topnav-logo {
		max-width: 420px;
	}

	div.topnav-social {
       margin-left: 2vw;
       display: flex;
    }
	
	#navbarToggler .nav-item a {
	   padding-left: 1rem;
	   padding-right: 0.5rem;
	}
	#navbarToggler .nav-link {
	   font-size: 1.85rem;
	}
	.dropdown-menu .dropdown-item {
	font-size: 1.5rem;
}
	
	#fixed_icons_container {
		top: 30vh;
	}
	
	.main-content .onlineBeratung {
	    aspect-ratio: unset;
	}
	.main-content .onlineBeratung::after,
    .main-content .onlineBeratung .odd::after /*Karte*/	{
		display: none;
	}
	.onlineBeratung fieldset {
		max-width: 100%;
		margin-top: 3vw;
	}

	.main-content .onlineBeratung > div {
		padding-top: 40px;
		padding-bottom: 40px;
    }
	.main-content .onlineBeratung .even {
		background: #59BEBE;
    }
	
}
/********************************************************************************/
@media screen and (max-width: 991px){
	
	#logoklein {
		display: none;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
       padding-top: 0px;  
       border:0;
       padding-left: 30px	   
    }
	div.topnav-flex {
	  display: block;
	}
	div.topnav-inner-flex {
	  margin-bottom: 15px;
	  justify-content: flex-end;
	}
	button.navbar-toggler {
    	filter: drop-shadow(0px 0px 2px #59BEBE);
		border: 0;
	}
	button.navbar-toggler span {
    	clip-path: polygon(29% 0, 100% 12%, 95% 95%, 10% 100%, 0 19%);
		background-color: #fff;
		padding: 20px;
		background-size: 70%;
	}
	
	.container-fluid .pageTitle {
		max-width: 720px;
	}
	

	
}
/********************************************************************************/
@media screen and (max-width: 800px){
	.container-fluid .pageTitle {
		max-width: 540px;
	}
	.col-md-6 {
		width: 100%;
	}
	.onlineBeratung fieldset .loginSubmit {
		text-align: center;
	}
	.main-content .onlineBeratung .odd {
	    padding-left: 40px;
	}
	
	#fixed_icons {
       padding: 15px 0px 1px 5px;
    }
	#fixed_icons > div > a {
		height: 50px;
		width: 40px;
	}
	#fixed_icons > div > a img {
		width: 40px;
		height: auto;
	}
	
	/* content */
	.imgRight > div:first-child {
		order: 2;
	}
	
	.zweispaltenText {
	  column-count: unset;
	  text-align: left;
	}
}


/********************************************************************************/
@media screen and (max-width: 576px){

	.footer #c3 .first-figure {
		margin-bottom: 30px;
	}
}

/********************************************************************************/
@media screen and (max-width: 480px){
/*	.container-fluid .pageTitle {
		max-width: 540px;
	}
*/
   
	h1.display-1 {
	  color: #59BEBE;
	  font-size: 2rem;
	  font-weight: 700;
	}
	div.topnav-inner-flex {
	  margin-top: 15px;
	  justify-content: space-around;
	}
    div.topnav-contact span {
		font-weight: 400;
		font-size: 0.85rem;
		white-space: nowrap;
	}

	div.topnav-social {
		font-size: 1.5rem;
	}
	.topnav-social span.bluesky a::after {
        width: 20px;
        height: 17px;
	}
	.topnav-social span.threads a::after {
		width: 17px;
        height: 20px;
	}
	.obr form .form-label {
        display: block;
	}
	.modalResultContainer .modalResultContent {
		text-align: left;
	}
	.modalResult {
		padding: 30px 30px 30px 30px;
	}
	


}


