@CHARSET "UTF-8";

body {
	cursor: default;
}

body > iframe{
	display: none;
}

.tx-tt-up{
	text-transform: uppercase;
}

.ff-roboto{
	font-family: RobotoSlab;
}

.fz-89 {
	font-size: 89%;
}
.fc-orange{
	color: #ec7206;
}

.pr-0{
	padding-right: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-1 {
	padding-bottom: 1rem;
}
.pl-0{
	padding-left: 0;
}
.pt-2 {
	padding-top: 2rem;
}
.pt-3{
	padding-top: 3rem;
}
.pb-3{
	padding-bottom: 3rem;
}
.mb-2{
	margin-bottom: 2rem;
}
.mt-2{
	margin-top: 2rem;
}

@media(max-width: 767px){
	.mb--sm-3{
		margin-bottom: 3rem !important;
	}
}

@media(min-width: 768px){
	.mt-md-0{
		margin-top: 0 !important;		
	}
}


.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}




.list-style-inside{
	/*list-style-position: inside;*/
}

ul.no-list-style{
	list-style: none;
}
.list-arrow-inside{
	padding-left: 30px;
}
.list-arrow-inside:before{
	content: url("../media/list-arrow-right.svg");
	left: 15px;
	position: absolute;
}

.icon--location--white:before {
	content: url("/static/icons/svgs/white/location.svg");
}

.icon--treatment--white:before {
	content: url("/static/icons/svgs/white/treatmentoffers.svg");
}

.icon--menu--white:before {
	content: url("/static/icons/svgs/white/menu.svg");
}

.icon--close--white:before {
	content: url("/static/icons/svgs/white/close.svg");
}

.icon--specialist--white:before {
	content: url("/static/icons/svgs/white/specialist.svg");
}

.icon--career--white:before {
	content: url("/static/icons/svgs/white/career.svg");
}

.icon--hands--white:before {
	content: url("/static/icons/svgs/white/hands.svg");
}

.icon--company--white:before {
	content: url("/static/icons/svgs/white/company.svg");
}

.icon--directions--white:before {
	content: url("/static/icons/svgs/white/directions.svg");
}

.icon--stethoscope--white:before {
	content: url("/static/icons/svgs/white/stethoscope.svg");
}

.icon--headset--white:before {
	content: url("/static/icons/svgs/white/headset.svg");
}

.icon--close--black:before {
	content: url("/static/icons/svgs/black/close.svg");
}

.icon--home--black:before {
	content: url("/static/icons/svgs/black/home.svg");
}

.icon--pencil--black:before {
	content: url("/static/icons/svgs/black/pencil.svg");
}

.icon--phone--black:before {
	content: url("/static/icons/svgs/black/phone.svg");
}

.icon--info--black:before {
	content: url("/static/icons/svgs/black/info.svg");
}

.icon--directions--black:before {
	content: url("/static/icons/svgs/black/directions.svg");
}

.icon--hands--black:before {
	content: url("/static/icons/svgs/black/hands.svg");
}

.icon--band-aid--black:before {
	content: url("/static/icons/svgs/black/band-aid.svg");
}

.icon--search--black:before {
	content: url("/static/icons/svgs/black/search.svg");
}

.icon--van--black:before {
	content: url("/static/icons/svgs/black/van.svg");
}

.icon--headset--black:before {
	content: url("/static/icons/svgs/black/headset.svg");
}

.icon--mail--black:before {
	content: url("/static/icons/svgs/black/mail.svg");
}

.site-header .container {
	z-index: 2;
	position: relative;
}

@media ( min-width : 768px) {
	.site-header .container {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}



#header-btn-search .icon--search{
	font-size: 1.5rem;
	margin-top: 5px;
}

#header-btn-appointment,
#header-btn-emergency,
#header-btn-search,
#header-btn-language-select,
#header-btn-self-pay{
	padding-left: 5px;
	padding-right: 5px;
}


/* header phone btn*/
#header-btn-phone {
	position: fixed;
	z-index: 1;
	right: 0;
	top: 4.75rem;
}

#header-btn-phone.header-btn a.btn {
	background-color: #669D24;
	border-color: #669D24;
}

#header-btn-phone.header-btn .icon--phone {
	margin-bottom: -0.2rem;
}

#header-btn-phone.header-btn .icon--phone:before {
	content: url("/static/icons/svgs/quickIcons/phone-white.svg");
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
}


#header-btn-appointment .icon--appointment::before,
#header-btn-emergency .icon--emergency::before{
	width: 1.5rem;
	display: inline-block;
	margin-top: 5px;
}
#header-btn-appointment .icon--appointment::before {
	content: url("/static/icons/svgs/navigation/calendar.svg");
}
#header-btn-appointment .icon--appointment::before {
	content: url("/static/icons/svgs/navigation/mail.svg");
}
#header-btn-emergency .icon--emergency::before {
	content: url("/static/icons/svgs/navigation/emergency.svg");	
}

#header-btn-emergency .icon--emergency:before,
#header-btn-appointment .icon--appointment:before{
	display: block !important;	
	width: 1.5rem;
	height: 2rem;
}

.language-select {
	font-family: RobotoSlab;
	position: relative;
	font-weight: bold;
	font-size: 0.9rem;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center
}

.language-select .icon--globe {
	margin-right: 0.5rem;
}

.language-select .icon--globe:before {
	content: url("/static/icons/svgs/navigation/globe.svg");
	width: 1.5rem;
	height: 1.5rem;
	display: block;
}

#header-btn-language-select .collapse{
	position: absolute !important;
	right: 0;	
	background-color: #fff;	
	margin-top: 0.5rem;	
	font-family: RobotoSlab;
	font-weight: bold;
	font-size: 0.9rem;
}
#header-btn-language-select .collapsing {
	display: none !important;
}
#header-btn-language-select .collapse ul{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	border: 1px solid #f0f0e6;
}
#header-btn-language-select .collapse ul li{
	padding: 0.5rem;
	margin: 0;
}
#header-btn-language-select .collapse ul li a{	
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid #f0f0e6;	
}
#header-btn-language-select .collapse ul li:LAST-OF-TYPE a{
	border: 0;
}



#header-btn-language-select .icon--arrow-down{
	display: none;
	position: absolute;
	right: 0.25rem;
}
#header-btn-language-select .language-select[aria-expanded="true"] .icon--arrow-down{
	display: block;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#header-btn-language-select .language-select[aria-expanded="true"] span{
	visibility: hidden;
}
#header-btn-language-select .language-select[aria-expanded="true"] a{
	text-decoration: none;
}

#contentSearchIcon .icon.icon--search {
	font-size: 2rem;
}

@media ( max-width : 767px) {
	#contentSearchIcon .icon.icon--search {
		font-size: 1.5rem;
	}
}

a.green {
	color: green !important;
}

.search-result-breadcrumb {
	font-size: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination {
	list-style: none;
	padding-left: 0;
	font-size: 0.9rem;
}

.pagination li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination li a {
	font-size: 1.2rem;
}

.site-header>.container>.row {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.site-header .col-content {
	width: 225px;
	text-align: right;
}

@media ( min-width : 1200px) {
	.site-header>.container {
		max-width: 1200px;
	}
}

@media ( max-width : 1199px) {
	.site-header>.container {
		max-width: 100%;
	}
}

.site-header .logo-top-container {
	height: 3.5rem;
	margin-bottom: 0;
}

#site-navigation {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

#site-navigation a {
	text-transform: uppercase;
	font-family: RobotoSlab;
	color: #000;
	text-decoration: none;
	font-size: 0.85rem;
	padding: 0.5rem 0 0 0;
	margin: 0 0.5rem 0.5rem 0.5rem;
	display: inline-block;
	position: relative;
}

@media ( max-width : 767px) {
	#site-navigation a {		
		font-size: 0.75rem;
	}
}

@media ( min-width : 768px) {
	#site-navigation>ul>li:NOT (.more-link ) a:hover:after, #site-navigation>ul>li.active:NOT
		 (.more-link ) a:after {
		content: '';
		width: calc(100% - 1rem);
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 7px;
		border-bottom: 1px solid #ec7206;
	}
}

#site-navigation a:focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 1);
	box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 1);
}

#site-navigation ul.nav, #site-navigation ul.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#site-navigation ul.nav {
	position: relative;
	width: 100%;
}

#site-navigation ul.nav li {
	list-style: none;
	margin: 0 0.5rem;
	font-weight: bold;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#site-navigation ul.nav li a{
	border-bottom: 2px solid #fff;
}

#site-navigation ul.nav li.active a{
	position: relative;
}

#site-navigation ul.nav li a:hover,
#site-navigation ul.nav li.active a{
	border-bottom: 2px solid #ec7206;
}


@media ( max-width : 767px) {
	#site-navigation ul.nav li {
		margin: 0;
	}
}

#site-navigation li.more-link {
	cursor: pointer;
}

#site-navigation li.more-link.hidden {
	display: none;
}

#site-navigation li.more-link ul {
	position: absolute;
	top: 4.1rem;
	background-color: #fff;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
	text-align: center;
	margin-left: -2px;
}

@media ( max-width : 767px) {
	#site-navigation li.more-link ul {
		top: 3.4rem;
	}
}

#site-navigation li.more-link ul.hidden {
	display: none;
}

#site-navigation li.more-link ul li {
	border-top: 2px solid #f0f0e6;
}

#site-navigation li.more-link ul li:FIRST-OF-TYPE {
	border-top: 0;
}

@media ( max-width : 767px) {
	#site-navigation li {
		border-left: 2px solid;
		border-color: #f0f0e6;
	}
	#site-navigation li:FIRST-OF-TYPE {
		border-left: none;
	}
	#site-navigation li.more-link ul li {
		border-left: none;
	}
}

.header-btn a.btn {
	border-radius: 0;
	padding: 0.425rem 0.8rem;
	font-weight: normal;
	font-size: 0.9rem;
	font-family: RobotoSlab;
}

main {
	margin-top: 7rem;
}

@media ( max-width : 767px) {
	main {
		margin-top: 4rem;
	}
}

main .logo.logo-top img {
	width: 150px;
	height: auto;
}

/* m-navigation-content*/
.nav-content ul {
	padding: 0;
	list-style: none;
}

.nav-content a, .link--tab, span.nav-content-link {
	padding: 0.5rem 1.5rem;
	text-decoration: none;
	background-color: #f0f0e6;
	color: inherit;
	font-family: RobotoSlab;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block--alternate .nav-content a, .block--alternate .link--tab, .block--alternate span.nav-content-link {
	background-color: #e3e3d6;
	position: relative;
}

.nav-content a:HOVER, .link--tab:HOVER {
	background-color: #ec7206;
	color: #fff;
	text-decoration: none;
}

.nav-content a.nav-content-link::after, .link--tab::after {
	content: url("/static/icons/svgs/arrow-right.svg");
	display: inline-block;
	width: 1rem;
	height: 1rem;
	align-self: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-content a.nav-content-link:hover::after, .link--tab:hover::after {
	content: url("/static/icons/svgs/white/arrow-right.svg");
}

@media ( max-width : 767px) {
	.m-search {
		margin-left: 0;
		margin-right: 0;
	}
}

.m-search .form-container {
	margin: 0 auto;
	-webkit-border-radius: 99rem;
	-moz-border-radius: 99rem;
	border-radius: 99rem;
	overflow: hidden;
	border: 1px solid #ec7206;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.m-search input {
	border: none;
	-webkit-box-shadow: 0 0 0 3px rgba(236, 114, 6, 0);
	box-shadow: 0 0 0 3px rgba(236, 114, 6, 0);	
	background-color: #fff;
}

.m-search input.submit {
	background-image: url("/static/icons/svgs/orange/search.svg");
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
	width: 2.5rem;
}

.m-search input[name="text"], .m-search .result-container {
	padding-left: 20px;
	padding-right: 20px;
}

.m-search .result-container {
	margin: -1.25rem auto 0 !important;	
	background-color: #f0f0e6;
	position: relative;
}

.m-search .search-results {
	list-style: none;
	margin-top: 2.25rem;
	padding-left: 0;
}

.m-search .result-container, .m-search .result-container a {
	color: inherit;
	font-weight: normal;
}

.m-search .result-container a:HOVER {
	color: #a14e04;
}

.m-search .search-results .more-link {
	margin-top: 1.5rem;
}

.m-search .result-container .close-link {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	cursor: pointer;
}

.m-search .result-container, .m-search .search-results .more-link,
	.m-search .search-results .close-link, .m-search .search-results .search-result,
	.m-search .search-results .no-results-found {
	display: none;
}

.person-overview {
	margin-top: -2rem;
}

.person-overview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.person-overview>div {
	margin-top: 2rem !important;
}

.person-overview .person {
	padding-left: 0;
	padding-right: 0;
}

.person-overview .hdln {
	margin-bottom: 1rem;
}

@media(max-width: 767px){
	footer{
		padding-bottom: 2rem;
	}
}

.site-footer .link {
	font-weight: normal;
}

.site-footer__upper {
	background-color: #f0f0e6;
}

.site-footer__lower {
	background-color: #3a3937;
	color: #fff;
}

.site-footer .social-icons a{
	margin-right: 0.5rem;
}

.site-footer .social-icons .icon {
	width: 1.75rem;
	display: inline-block;
}

.site-footer .icon--mail:before {
	content: url("/static/icons/svgs/footer/mail.svg");
}

.site-footer .icon--facebook:before {
	content: url("/static/icons/svgs/footer/facebook.svg");
}

.site-footer .icon--twitter:before {
	content: url("/static/icons/svgs/footer/twitter.svg");
}

.site-footer .icon--google-plus:before {
	content: url("/static/icons/svgs/footer/google-plus.svg");
}

.site-footer .icon--instagram:before {
	content: url("/static/icons/svgs/footer/instagram.svg");
}

.site-footer .icon--youtube:before {
	content: url("/static/icons/svgs/footer/youtube.svg");
}

.site-footer .icon--linkedIn:before {
	content: url("/static/icons/svgs/footer/linkedin.svg");
}


footer {
	font-size: 0.9rem;
}

.site-footer__upper ul {
	padding-left: 0;
	list-style: none;
}

.site-footer__upper .headline {
	font-weight: bold;
	color: #ec7206;
	text-transform: uppercase;
}

.site-footer__lower .footer--list--top .list li {
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
}

@media ( min-width : 576px) {
	.site-footer__lower .footer--list--top .list li {
		-ms-flex: 0 0 50;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media ( min-width : 992px) {
	.site-footer__lower .footer--list--top .list li {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

.site-footer__lower .footer--list--bottom .list {
	margin-bottom: 0;
	margin-top: 1rem;
}

.site-footer__lower .footer--list--bottom .list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #a3a3a3;
	line-height: 1rem;
	font-size: 0.8rem;
}

.site-footer__lower .footer--list--bottom .list li:LAST-OF-TYPE {
	border-right: 0;
}

.site-footer__lower .footer--list--bottom .list li a {
	color: #a3a3a3;
}


main .link-back-btn{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

main .bottom--buttons .scroll-top-btn{
	font-size: 0.8rem;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}
main .bottom--buttons .scroll-top-btn:HOVER{
	color: #a14e04;
	text-decoration: underline;
}
main .bottom--buttons .scroll-top-btn img{
	height: 1.5rem;
} 

.container.locations.fragment + .close-map-btn{
	margin-top: 1rem;
}

.map .location .link > .icon{
	top: 0.15rem;
} 

@media(min-width: 576px){
	.fragment--search--results .col-12{
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem;
	}	
}

.pointer{
	cursor: pointer;
}

span.headline-highlight{
	color: #ec7206;
}


.container--hard--fact--horizontal{
	position: relative;
}

figure.stg figcaption .stg__window__headline .h3{
	font-family: RobotoSlab;
}
@media(min-width: 992px){
	figure.stg figcaption .stg__window__headline{
		background: none;
	}
	figure.stg figcaption .stg__window__headline .h3::before{
		content: url("/static/icons/svgs/arrow-right-orange.svg");
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		position: absolute;
		left: -1.5rem;
		top: 0.2rem;
	}
}

.tabs--m-navbar-sticky{
	position: sticky !important;
	top: 52px;
	background-color: #f0f0e6;
	z-index: 1;
	border: none;
}

@media (max-width: 767px){
	
	.tabs--dropdown .tab.s-active {
    	color: inherit;
	}
}

@media(min-width: 768px){
	.tabs--m-navbar-sticky{
		top: 74px;
	}
	.tabs--m-navbar-sticky .tabs__list{		
		padding: 0.75rem 0;
	}
	.tabs--m-navbar-sticky .tabs__list .list{
		-webkit-box-pack: justify !important;
      	-ms-flex-pack: justify !important;
        justify-content: space-between !important;
	}
	.tabs--m-navbar-sticky a.tab::before{	
		display: none;
	}
	.tabs--m-navbar-sticky a.tab::after{		
		content: url("/static/icons/svgs/arrow-right.svg");
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		border: none;
		background: none;
		-webkit-transform: unset;
    	transform: unset;
		top: unset;
		right: 1rem;
		left: unset;
		position: absolute;
	}
	.tabs--m-navbar-sticky a.tab[aria-selected="true"]{
		color: inherit;
	}	
	.tabs--m-navbar-sticky a.tab.s-active{		
		color: #fff !important;
		background-color: #ec7206;
	}
	.tabs--m-navbar-sticky a.tab.s-active::after,
	.tabs--m-navbar-sticky a.tab:focus::after{
		content: url("/static/icons/svgs/white/arrow-down.svg");
		left: inherit;
		top: inherit;
		-webkit-transform: rotate(0deg) translateY(0%);
              transform: rotate(0deg) translateY(0%);      	
	}	
	.tabs--m-navbar-sticky a.tab{
		background-color: #e3e3d6;
		padding: 0.5rem 2rem;
		font-size: 1rem;
		font-family: RobotoSlab;
		font-weight: normal;
		position: relative;
	}
	.tabs--m-navbar-sticky a.tab:focus{
		outline: 0;
	    -webkit-box-shadow: 0 0 0 0 rgba(236, 114, 6, 0);
	    box-shadow: 0 0 0 0 rgba(236, 114, 6, 0);
	}	
}

@media(min-width: 768px){	
	.carousel-person[data-display=pretty] .slide,
	.carousel-person[data-display=pretty] .slide img{
		-webkit-transition: all 1s;
  		transition: all 1s;
	}	
	.carousel-person[data-display=pretty] .slide:NOT(.slick-current-center){
		opacity: 0.5;
	}
	.carousel-person[data-display=pretty] .slide:NOT(.slick-current-center) .text-container,
	.carousel-person[data-display=pretty] .slide:NOT(.slick-current-center) .button-container{
		visibility: hidden;
	}	
	.carousel-person[data-display=pretty] .slide .button-container{
		margin-left: -7rem;
		margin-right: -7rem;		
	}
	.carousel-person[data-display=pretty] .slide .button-container a{
		margin: 0 1rem;
	}	
	.carousel-person[data-display=pretty] .slide.slick-prev-slide img,
	.carousel-person[data-display=pretty] .slide.slick-next-slide img{
		margin-top: 1rem;
	}	
	.carousel-person[data-display=pretty] .slide.slick-prev-slide img{	  
		-webkit-transform: perspective(400px) rotateX(0deg) rotateY(50deg) rotateZ(0deg) scale(0.8);
		-moz-transform: perspective(400px) rotateX(0deg) rotateY(50deg) rotateZ(0deg) scale(0.8);
		-o-transform: perspective(400px) rotateX(0deg) rotateY(50deg) rotateZ(0deg) scale(0.8);
		-ms-transform: perspective(400px) rotateX(0deg) rotateY(50deg) rotateZ(0deg) scale(0.8);
		transform: perspective(400px) rotateX(0deg) rotateY(50deg) rotateZ(0deg) scale(0.8);		
	}
	.carousel-person[data-display=pretty] .slide.slick-next-slide img{	  
		-webkit-transform: perspective(400px) rotateX(0deg) rotateY(-50deg) rotateZ(0deg) scale(0.8);
		-moz-transform: perspective(400px) rotateX(0deg) rotateY(-50deg) rotateZ(0deg) scale(0.8);
		-o-transform: perspective(400px) rotateX(0deg) rotateY(-50deg) rotateZ(0deg) scale(0.8);
		-ms-transform: perspective(400px) rotateX(0deg) rotateY(-50deg) rotateZ(0deg) scale(0.8);
		transform: perspective(400px) rotateX(0deg) rotateY(-50deg) rotateZ(0deg) scale(0.8);
	}
	.carousel-person[data-display=pretty] .slide:focus{
		outline: 0;
	    -webkit-box-shadow: 0 0 0 0 rgba(236, 114, 6, 0);
	    box-shadow: 0 0 0 0 rgba(236, 114, 6, 0);
	}
	.carousel-person[data-person-count="2"] .slick-track{
	    display: flex !important;
		width: 50% !important;
		margin-left: 0;
		margin-right: 0;
	}
	.carousel-person[data-person-count="2"] .slick-slide{
	    height: inherit !important;
	}	
	.carousel-person[data-person-count="2"] .slide{
		position: relative;
		padding-bottom: 6rem;
	}
	.carousel-person[data-person-count="2"] .slide .button-container{
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
	}	
	.carousel-person[data-person-count="2"] .slick-dots{
		display: none;
	}
	
}
.carousel-person .slide .text-container{
	margin-top: 3rem;
}
.carousel-person .slide .text-container .name{
	font-family: RobotoSlab;
	color: #ec7206;
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
.carousel-person .slide .button-container{
	margin-top: 3rem;
}
.carousel-person .slide .button-container > div:FIRST-OF-TYPE{
	margin-bottom: 1rem;
}

.carousel-person-seals{
	margin-bottom: 2rem;	
}
@media(min-width: 768px){
	.carousel-person-seals{
		margin-left: 3rem;
		margin-top: 1rem;
	}
	.carousel-person-seals .slick-dots{
		/*display: none !important;*/
	}
}



.fragment--qualitize{
	border: 2px solid #ec7206;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	position: relative;
}
@media(min-width: 768px){
	.fragment--qualitize{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;		
	}
}
.fragment--qualitize::before{
	content: '';	
	background-image: url("/static/media/qualitize_logo.svg");
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 275px;
	background-color: #fff;
	height: 50px;
	margin: -25px auto 0;
}
.fragment--qualitize > .col > .row{
	margin-bottom: 2rem	
}
.fragment--qualitize > .col > .row:LAST-CHILD{
	margin-bottom: 0;
}
.fragment--qualitize .headline{
	font-size: 1.5rem;
	line-height: 2rem;
}
@media(min-width: 768px){
	.fragment--qualitize .headline{
		font-size: 1.75rem;
	}	
}
.fragment--qualitize .qualitize-data{
	color: #ec7206;
	font-weight: bold;
	font-size: 2.5rem;	
	line-height: 2rem;
}
.fragment--qualitize .qualitize-data span{
	font-size: 1.5rem;
}


@media(min-width: 768px){
	body.landingpage main{
		margin-top: 4rem;
	}	
}

body.landingpage main .landingPageFormContainer label:not(.form-check-label){
	border: 1px solid red;
	display: none;
}

body.landingpage main .landingPageFormContainer .form-control,
body.landingpage main .landingPageFormContainer .form-check-label{
	font-size: 0.9rem;
}

body.landingpage main .landingPageFormContainer input,
body.landingpage main .landingPageFormContainer select,
body.landingpage main .landingPageFormContainer textarea{
	border: 0.05rem solid #ec7206;
}

@media(min-width: 768px){
	body.landingpage main .landingPageFormContainer textarea{
		min-height: 6rem;
	}	
}


.headline-section-landingpage{	
	text-align: center;
	background-color: #f0f0e6;	
	overflow: hidden;
}
.headline-section--orange{
	background-color: #ec7206;
	color: #fff;
}

.headline-section-landingpage h2{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.headline-section-landingpage .divider__arrow::before,
.headline-section-landingpage .divider__arrow::after {
	border: 0;
	margin: 0;
}

.headline-section-landingpage .divider__arrow::before,
.headline-section-landingpage .divider__arrow::after {
    width: calc(50%);	
	-webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;	
}
@media(min-width: 768px){
	.headline-section-landingpage .divider__arrow::before,
	.headline-section-landingpage .divider__arrow::after {
		height: 2.225rem;
	}
}

.block.block--alternate .headline-section-landingpage .divider__arrow::before,
.block.block--alternate .headline-section-landingpage .divider__arrow::after{
	background-color: #f0f0e6;
}

.block:not(.block--alternate) .headline-section-landingpage .divider__arrow::before,
.block:not(.block--alternate) .headline-section-landingpage .divider__arrow::after{
	background-color: #fff;
}

.w-100 {
	width: 100%; !important;
}

.link-usp-tm {

	font-weight: normal; !important;

}

.link-usp-tm-clickable {

	font-weight: normal; !important;
	text-decoration: underline; !important;

}

.usp-teaser-box {

	margin-bottom: 2rem;

}


.fragment__video iframe{
	width: 100%;
	height: 500px;
}
@media(max-width: 991px){
	.fragment__video iframe{
		height: 350px;
	}	
}
@media(max-width: 767px){
	.fragment__video iframe{
		height: 300px;
	}	
}
@media(max-width: 575px){
	.fragment__video iframe{
		height: 200px;
	}	
}


.usercentrics-button.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-card-header,
.usercentrics-button.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-nav-tabs{
	background-color: rgba(58, 57, 55, 1) !important;
}
#usercentrics-button #uc-consents-info-modal .uc-modal-footer .uc-save-settings-and-close-button,
.usercentrics-button .uc-corner-modal .uc-card-footer .uc-save-settings-button{
	background-color: #ec7206 !important
}
.uc-embed{
	z-index: 1;
	position: relative;	
}
.uc-embed *{
	font-size: inherit !important;
}

@media(max-width: 767px){
	#usercentrics-button #uc-privacy-button #uc-btn-open-main-corner-modal{
		bottom: 50px !important;
		left: auto !important;
		right: 5px !important;
	}
}

@media(max-width: 767px){
	img.lazyload{
		visibility: hidden;
	}	
}


/* sidebar social icons */
#sidebar-social-icons:HOVER{
	transform: scale(1);
	right: 5px;
}
#sidebar-social-icons .icon{
	width: 2rem;
    display: inline-block;
}
#sidebar-social-icons .icon--facebook:before {
    content: url(/static/icons/svgs/social/facebook.svg);
}
#sidebar-social-icons .icon--twitter:before {
    content: url(/static/icons/svgs/social/twitter.svg);
}
#sidebar-social-icons .icon--instagram:before {
    content: url(/static/icons/svgs/social/instagram.svg);
}
#sidebar-social-icons .icon--youtube:before {
    content: url(/static/icons/svgs/social/youtube.svg);
}
#sidebar-social-icons .icon--linkedin:before {
    content: url(/static/icons/svgs/social/linkedin.svg);
}
@media(max-width: 767px){
	#sidebar-social-icons{
		position: absolute;
		top: 75px;
		right: 0px;
		-webkit-box-orient: horizontal !important;
  		-webkit-box-direction: normal !important;
      	-ms-flex-direction: row !important;
        flex-direction: row !important;
	}	
	#sidebar-social-icons > .row {
		margin-right: 0;
		margin-left: 0;		
		-webkit-box-align: center !important;
      	-ms-flex-align: center !important;
        align-items: center !important;		
		-webkit-box-pack: end !important;
      	-ms-flex-pack: end !important;
        justify-content: flex-end !important;
	}
	#sidebar-social-icons > .row > div{
		padding: 2px 10px;
	}
}
@media(max-width: 767px) and (orientation: portrait){
	#sidebar-social-icons{
		width: 190px;
		top: 60px;
	}
}
@media(min-width: 768px){	
	footer{
		position: relative;
		z-index: 999;
	}
	#sidebar-social-icons{
		position: fixed;
		right: 0;
		bottom: 80px;
		z-index: 998;	
		transform: scale(0.8);
		transition: all 0.5s;
	}
	#sidebar-social-icons > .row{
		-webkit-box-orient: vertical !important;
	  	-webkit-box-direction: normal !important;
      	-ms-flex-direction: column !important;
        flex-direction: column !important;
		margin-left: 0;
		margin-right: 0;
	}	
	#sidebar-social-icons .icon{		
		margin-bottom: 20px;	
	}
}

.category-pill{
	background-color: #F0F0E6;
	text-transform: uppercase;
	padding-right: 14px;
    padding-left: 14px;	
    border-radius: 10rem;
	display: inline-block;
	font-size: 0.7rem;
	line-height: 1.2rem;
}


.tsr--professional-group{
	margin-bottom: 2rem;
}
.tsr--professional-group .tsr__body{
	font-family: RobotoSlab;
	color: #ec7206;
	font-size: 0.9rem;
}
.tsr--professional-group .tsr__body:after{
	content: "";
	background-color: #e3e3d6;
	height: 2px;	
	position: relative;
	display: block;
	margin-top: 1rem;
}
@media(min-width: 768px){
	.tsr--professional-group .tsr__body:after{
		width: 80%;
	}
}

.tsr--professional-group .tsr__hdln{
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-family: RobotoSlab;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.tsr--professional-group .tsr__foot ul{
	margin-bottom: 0;
}

.tsr--hidden{
	display: none;
}

#pager-professional-group li span.page-link{
	font-size: 1.2rem;
	color: #ec7206;
	cursor: pointer;
}

@media(min-width: 2000px){
	figure.stg:NOT(.stg--big){
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;	
	}
}







@media(max-width: 767px){
	.carousel.carousel--stg .slide figure.stg figcaption{
		padding-left: 15px;
		padding-right: 15px;
	}
}


.fragment--podcast{
	
}
@media(min-width: 992px){
	.fragment--podcast .headline-container{
		margin-bottom: 2rem;
	}	
}
.fragment--podcast .podcast-entry{
	border-top: 1px solid #f0f0e6;
	border-left: 1px solid #f0f0e6;
	border-right: 1px solid #f0f0e6;
	margin-top: 0 !important;
}
.fragment--podcast .podcast-entry:last-of-type{	
	border-bottom: 1px solid #f0f0e6;
}
.fragment--podcast .podcast-entry:hover{
	background-color: #f0f0f1;
}
.fragment--podcast .podcast-entry.running{
	background-image:linear-gradient(120deg, #ffa279 1%, #ff8454 30%);	
	border-color: #ff8454;
	color: #fff;
}

.fragment--podcast .podcast-entry .total-time{
	color: #a3a3a3;
	font-size: 0.8rem;	
}




.icon.icon--podcast-play,
.icon.icon--podcast-equalizer{
	display: inline-block;
	cursor: pointer;
}
.icon.icon--podcast-note{
	display: inline-block;
}
.icon.icon--podcast-play{
	width: 0.8rem;
}
.icon.icon--podcast-play:before{
	content: url(/static/icons/svgs/podcast/play.svg);
}
.icon.icon--podcast-equalizer{
	width: 1.2em;
}
.icon.icon--podcast-equalizer:before{
	content: url(/static/icons/svgs/podcast/equalizer.svg);
}
.icon.icon--podcast-note{
	width: 3rem;
	margin-bottom: 1rem;	
}
@media(min-width: 768px){
	.icon.icon--podcast-note{
		width: 4rem;
		position: absolute;
		left: -5rem;
		top: -15px;	
	}	
}
.icon.icon--podcast-note:before{
	content: url(/static/icons/svgs/podcast/note.svg);
}



@media(max-width: 575px){
	#institution-insurance-type-select{
		font-size: 0.95rem;
    	line-height: 1rem;
    	padding-left: 5px;
	}
}


