/* 20230131jd */
/*
rot: 		rgb(198, 0, 43)
blau: 		rgb(14, 115, 186)
text.grau:	rgb(84, 90, 92)
*/
@font-face {
font-family: "PraxisamRoemerhof";
src: url(../fonts/praxis-am-roemerhof-regular.woff) format("woff");
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: "PraxisamRoemerhof";
src: url(../fonts/praxis-am-roemerhof-semibold.woff) format("woff");
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: "PraxisamRoemerhof";
src: url(../fonts/praxis-am-roemerhof-bold.woff) format("woff");
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: "OpenSans";
src: url(../fonts/OpenSans-Light.ttf) format("truetype");
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: "OpenSans";
src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: "OpenSans";
src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
}
#accesskeys {
	display: none
}
body {
	font-family: "OpenSans", OpenSans, Helvetica Neue, Helvetica, Lucida Grande, Lucida, Arial;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	position: relative;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: common-ligatures, contextual;
/*	-moz-font-feature-settings: "kern", "liga", "clig", "calt", "ss01";
	-ms-font-feature-settings: "kern", "liga", "clig", "calt", "ss01";
	-webkit-font-feature-settings: "kern", "liga", "clig", "calt", "ss01";
	font-feature-settings: "kern", "liga", "clig", "calt", "ss01";*/
	font-variant-numeric: lining-nums tabular-nums;
}

/* @group container – blue, red… */

.container	{
	max-width: 1140px;
}
.container.color {
	max-width: 1120px;
}
.container.color {
	padding-top: 40px;
	padding-bottom: 60px;
	padding-left: 80px;
	padding-right: 80px;
}
.container.dark		{
	background: #dfdfd0; 
}
.container.white		{
	background: #fff; 
}
.container.border-red
, .container.border-blue		{
	background: #fff;
	border-width: 2px;
	border-style: solid;
}
.container.border-blue		{
	border-color: rgb(14, 115, 186);
}
.container.border-red		{ 
	border-color: rgb(198, 0, 43);
}
.container.border-bottom		{
	background: #fff;
	border-top: 2px solid rgb(14, 115, 186)!important;
	border-right: 2px solid rgb(14, 115, 186)!important;
	border-left: 2px solid rgb(14, 115, 186)!important;
	border-bottom: 6px solid rgb(14, 115, 186)!important;
}
.container.dark-2		{
	color: inherit;
	background: -webkit-linear-gradient(-84deg, rgb(211, 209, 199) 24%, rgb(191, 189, 170)) rgb(238, 238, 236);
	background: -moz-linear-gradient(-84deg, rgb(211, 209, 199) 24%, rgb(191, 189, 170)) rgb(238, 238, 236);
	background: linear-gradient(174deg, rgb(211, 209, 199) 24%, rgb(191, 189, 170)) rgb(238, 238, 236);
}
.container.blue		{
	background-color: rgb(14, 115, 186);
	background: rgb(14, 115, 186); 
	background: -moz-linear-gradient(174deg, #babcad 24%, #92957d); 
	background: -webkit-linear-gradient(174deg, #babcad 24%, #92957d);
	background: linear-gradient(174deg, #babcad 24%, #92957d);

}
.container.blue-2	{
	background: #c3bfad; 
	background: -moz-linear-gradient(174deg, #c2c3ad 24%, #9a988e); 
	background: -webkit-linear-gradient(174deg, #c2c3ad 24%, #9a988e); 
	background: linear-gradient(174deg, #c2c3ad 24%, #9a988e);

}
.container.red		{
	background: rgb(198, 0, 43); 
	background: -moz-linear-gradient(174deg, rgb(203, 79, 106) 24%, rgb(183, 65, 90)); 
	background: -webkit-linear-gradient(174deg, rgb(203, 79, 106) 24%, rgb(183, 65, 90)); 
	background: linear-gradient(174deg, rgb(203, 79, 106) 24%, rgb(183, 65, 90));

}
.container.red-2		{
	background-color: rgb(227, 76, 108);
	background: -moz-linear-gradient(174deg, rgb(222, 96, 123) 24%, rgb(187, 75, 98)); 
	background: -webkit-linear-gradient(174deg, rgb(222, 96, 123) 24%, rgb(187, 75, 98)); 
	background: linear-gradient(174deg, rgb(222, 96, 123) 24%, rgb(187, 75, 98));

}
.container.purple		{
	background-color: rgb(112, 87, 161);

}
.container.purple-2		{
	background-color: rgb(139, 121, 177);

}
.container.color .list-group-item	 {
	color: rgb(84, 90, 92);
	border-color: rgba(84, 90, 92,.3);
}
.container.color.dark-2 .list-group-item	 {
	color: inherit;
	border-color: rgb(153, 159, 160);
}
.container.color.rounded-top {
	border-top-left-radius: 10px!important;
	border-top-right-radius: 10px!important;
}
.container.color.rounded-bottom	{
	border-bottom-left-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
}
.container.color	
, .container iframe
, .container img.borderradius		{
	border-radius: 10px!important;
}
/* @end */

.mb-6	{
	margin-bottom: 7rem!important;
}
.mt-6	{
	margin-top: 7rem!important;
}
.wrap
, .nonehyphens	{
	-moz-hyphens: none!important;
	-o-hyphens: none!important;
	-webkit-hyphens: none!important;
	-ms-hyphens: none!important;
	hyphens: none!important;
}

body
, a 
, footer a
, .nav-pills .nav-link
, .nav-pills .nav-link.active
, .nav-pills .show>.nav-link	 
, .accordion-item
, .nav-pills .nav-link:hover	{
	color: #35383a;
}
a
, a:visited
, a:hover
, a:active
, a:focus 
, input:focus
, select:focus
, textarea:focus
, button:focus { 
	outline: none; 
}
a
, .shortlink a:hover {
	text-decoration: none;
}
article a
, a.text-underline {
	text-decoration: underline;
}
article a:hover
, a.text-underline:hover {
	text-decoration: none;
}
a:hover 
, nav.breadcrumbs li a:hover
, .accordion a:hover
, .accordion a.collapsed:hover	{
	color: rgb(198, 0, 43);
}
p {
	margin-bottom: 1em;
}
li::marker	{
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.doppelklammer::after	{
	content: "»";
}
.doppelklammer::before	{
	content: "«";
}
/*.arrow-right::before	{
	content: "› ";
	font-size: 105%;
	padding-left: 10px;
	position: relative;
}*/
.br-40	{
	border-radius: 20px;
	border: 4px solid rgba(64, 49, 78, 0.65);
}
a.underline-none		{
	text-decoration: none;
}
.bordernone
, b-none	{
	border: none;
}
.rounded	{
	border-radius: 3px!important;
}
.border-bottom	{
	border-bottom: 1px solid rgb(89, 96, 98) !important;
	padding-bottom: 1.5rem;
}
/* @group font-weight */


.fw-400	{
	font-weight: 400!important;
}
.fw-600	{
	font-weight: 600!important;
}
strong
, .bold
, .fw-700	{
	font-weight: 700!important;
}

/* @end */


.text-white {
	color: #fff;
}
.text-red {
	color: rgb(198, 0, 43);
}
.text-blue {
	color: rgb(14, 115, 186);
}
.bg-white	{
	background: #fff;
}
span.wrap::after 	{
    content: "\A";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
h1
, h2
, h3
, h4
, h5
, h6
, .home h2
, .home h3
, .navbar a 
, .card-title
, .text-uppercase	{
	font-family: "PraxisamRoemerhof", PraxisamRoemerhof, Helvetica Neue, Helvetica, Lucida Grande, Lucida, Arial;
	font-weight: 600;
	text-transform: inherit;
}
h2
, h3
, h4
, h5
, h6	{
	font-size: 1.5rem;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
header h1
, header h2 
, h1	{
	font-size: 2rem;
	color: rgb(14, 115, 186);
}
.border-portrait	{
/*	border: 3px solid #dcdbd6;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat,
       			linear-gradient(133deg, #dddbd9 0%, #999791 100%);
	padding: 3px;
	box-sizing: content-box;*/
}	
.nobreak {
	white-space: nowrap;
}
.tram, .bus {
	font-weight: 700;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	padding: 0 7px;
	border: 1px solid #000;
}
.tram.zwei {
	color: #fff;
	background-color: rgb(226,10,22);
	border-color: rgb(226,10,22);
}
.tram.drei {
	color: #fff;
	background-color: rgb(0,137,47);
	border-color: rgb(0,137,47);
}
.tram.acht {
	background-color: rgb(138,181,31);
	border-color: rgb(138,181,31);
}
/* @group main */

main {
	background-color: rgb(245, 245, 245);
	padding-bottom: 40px;	
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
/*	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;*/
}
main
, footer	{
	margin-right: 20px;
	margin-left: 20px;
}
main ul {
	margin-left: -10px;
}
main ul.list-unstyled {
	margin-left: 0;
}
.description-summary	{
/*	font-weight: 300;
	font-size: 130%;
	line-height: 140%;*/
	margin-bottom: 40px;
	margin-top: 0;
}
/*.description-summary h2	{
	font-family: "OpenSans", OpenSans, Helvetica Neue, Helvetica, Lucida Grande, Lucida, Arial;
	font-weight: 600;
	text-transform: inherit;
}*/
li	{
/*	margin-bottom: 1rem;*/
}
.shortlink h5	{
	font-size: 1.35rem;
}
/* @end */

/* @group footer */
footer	{
	font-size: medium;
	line-height: 140%;
}
footer .red	{
	padding-bottom: 15px;
}
footer .red
, footer .red a	{
	color: rgb(84, 90, 92);
	font-size: .8rem;
}
footer .red a	{
	letter-spacing: 0.02em;
}
footer h1
, footer h2
, footer h3
, footer h4	{
	font-size: 100%!important;
}

footer nav.breadcrumbs span
, footer nav.breadcrumbs li a {
	color: rgb(98, 102, 104);
	text-decoration: none;
}
.red-tail	{
	height: 8px;
	left: 0;
	right: 0;
	position: absolute;
	background: url('../images/background/red_tail_praxisamroemerhof.svg') no-repeat bottom center #fff;
	background-attachment: fixed;	
}

/* @end */

/* @group dl-list */
dt {
	font-weight: 400;
}
dl.row {
	margin-left: 0;
}
dd {
	margin-bottom: 1em;
}
dl.list-unstyled dd {
	margin-bottom: 0!important;
}
dl.list-unstyled dd.break {
	margin-bottom: 7px!important;
}
dl.list-unstyled dt {
	font-weight: normal;
}
dl.list-unstyled dt[class*="col"] {
	padding-left: 0!important;
}

/* @end */

/* @group navbar */

.navbar-brand {
}
a.navbar-brand img {
	cursor: hand;
	width: 440px;
	height: 110px;
}
/*a.navbar-brand:hover img {
	opacity: 0.6;
}*/
.navbar {
/*	position: fixed;
	width: 100%;
	left: 0;
	right: 0;*/
/*	min-height: 80px;*/
	background: url('../images/background/blue_tail_praxisamroemerhof.svg') center top no-repeat rgba(255, 255, 255, 0.95);

}
.navbar-nav {
	padding-top: 20px;
}
.navbar-nav>li>a {
	font-size: x-large;
	text-transform: uppercase;
	line-height: 1.3em;
	text-decoration: none;
	color: rgb(14, 115, 186);
	padding-right: 15px;
	padding-left: 11px;
}
.navbar .navbar-nav>a:hover {
	color: rgb(198, 0, 43);
}

.navbar-nav>li.language.first>a {
	padding-left: 100px;
}
.navbar-nav>li.language>a {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar .navbar-nav>li>a {
}
.navbar .navbar-nav>.active>a
, .navbar .navbar-nav>.active>a:focus	{
	background-color: transparent;
	color: rgb(80, 86, 88);
}
.navbar .navbar-nav>li>a:focus
, .navbar .navbar-nav>li>a:hover {
	color: rgb(198, 0, 43);
	cursor: pointer;
}
.language.active a {
	font-weight: 600;
}
.navbar-toggler {
	z-index: 100000000;
}
.navbar-toggler .icon-bar {
	width: 60px;
}
.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 6px;
}
.navbar .navbar-toggler .icon-bar {
	background-color: rgb(14, 115, 186);
}
.navbar .navbar-toggler:hover .icon-bar {
	background-color: rgb(14, 115, 186);
}
.navbar .navbar-toggler:focus
, .navbar .navbar-toggler:hover {
	background-color: transparent;
	box-shadow: none;
}
/* @end */

/* @group btn */

.btn	{
	border: none;
	border-radius: 0;
	color: #fff;
	letter-spacing: 0.03em;
	padding-right: 10px;
	border: 2px solid #545a5c;
	padding: .5rem 1rem .5rem 1.2rem;
	border-radius: 50px;
}
.btn:hover	{
	text-decoration: none;
	color: #fff;
	background-color: rgb(135, 128, 93);
	border-color:  rgb(135, 128, 93);
}
.btn-primary	{
	border: 2px solid rgb(14, 115, 186);
	background-color: transparent;
	color: rgb(14, 115, 186);
}
.btn-primary:hover	{
/*	background-color: rgb(9, 76, 124);
	border-color: rgb(9, 76, 124);*/
}
.btn-secondary	{
	border: 2px solid rgb(198, 0, 43);
	background-color: transparent;
	color: rgb(198, 0, 43);
}
.btn-secondary:hover
, .leistungsspektrum .btn-secondary:hover	{
	color: #fff!important;
	background-color: rgb(198, 0, 43)!important;
	border-color: rgb(198, 0, 43)!important;
}
.btn-purple	{
	border: 2px solid rgb(112, 87, 161);
	color: rgb(112, 87, 161);
}
.btn-purple:hover
, .leistungsspektrum .btn-purple:hover	{
	color: #fff!important;
	background-color: rgb(112, 87, 161)!important;
	border-color: rgb(112, 87, 161)!important;
}
.color .btn	{
	color: rgb(14, 115, 186);
	border: 2px solid rgb(14, 115, 186);
/*	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.12) 100%);*/
	border-radius: 50px;
	padding: .5rem 1rem .5rem 1.2rem;
}
.color .btn:hover	{
	color: #fff!important;
	border-color:  rgb(14, 115, 186);
	background:  rgb(14, 115, 186);
}
.color.dark-2 .btn	{
	color: #545a5c;
	border-color: #545a5c;
}
.color.dark-2 .btn:hover		{
	color: #fff;
	border-color: rgb(135, 128, 93);
}
.btn-outline 	{
	color: rgb(14, 115, 186);
	border: 2px solid rgb(14, 115, 186);
}
.btn-outline:hover 	
, .btn-outline.red:hover {
	color: #fff;
	border: 2px solid  rgb(14, 115, 186);
	background-color:  rgb(14, 115, 186);
}
.btn-outline.red 	{
	color: rgb(198, 0, 43);
	border: 2px solid rgb(198, 0, 43);
}
.btn.circle	{
	 border-radius: 50px;
}
.leistungsspektrum .btn-secondary	{
	
}
/* @end */

/* @group pills */

.nav-pills>li.active>a
, .nav-pills>li.active>a:focus
, .nav-pills>li.active>a:hover {
	font-weight: 600;
}
.nav-pills .nav-link		{
	border: 1px solid rgb(167, 209, 223,0);
}
.nav-pills .nav-link.active:hover	{
	border: 1px solid rgb(167, 209, 223, 0);
}
.nav-pills .nav-link:hover		{
	text-decoration: none;
	color: #626264;
	background-color: #e6e6e6;
}
.nav-pills .nav-link.active	{
	color: rgb(61,144,170);
}
.nav-pills .nav-link.active
, .nav-pills .nav-link.active:hover
, .nav-pills .show>.nav-link	{
	background-color: rgb(255, 255, 255, 0);
	border: 1px solid rgb(167, 209, 223);
}
/* @end */

/* @group carousel */

.carousel {
	background-color: #fff;
}
.carousel-control {
	margin-bottom: 60px;
}
.carousel-indicators {
	bottom: 0;
}

/* @end */

.modal-footer {
	text-align: center;
}


/* @group Breadcrumbs */

.breadcrumbs {
	font-size: small;
}
.breadcrumbs [class*="icon-"]
, .breadcrumbs li:after  {
	color: rgb(143, 140, 136);
}
.breadcrumbs ol {
	margin: 0;
/*	background: linear-gradient(180deg, rgb(238,238,238) 0%, rgb(246,246,246) 80%);*/
	border-top: 1px solid #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.breadcrumbs li {
	list-style-type: none;
	display: inline;
	padding-left: .2rem;
	padding-right: .3rem;
}

.breadcrumb-item+.breadcrumb-item::before	{
	content: "› ";
	padding-right: .4rem;
	color: rgb(98, 102, 104);
}

.breadcrumbs li a {
	text-decoration: none;
}

/* @end */

/* @group Header + Headerimages */
header	{
	padding-top: 100px;
}
header.headerimage	{
	padding-top: inherit;
}
.headerimage
, header.headerimage .row	{
	height: 30vw;
}
.headerimage	{
	width: 100%;
	background-position: 100% center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*animation*/
/*.kontakt .headerimage	{
	background-position: center bottom;
	-webkit-animation: animateheader 20s ease-in-out 1;
	-moz-animation: animateheader 10s ease-in-out 1;
	animation: animateheader 20s ease-in-out 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
@keyframes animateheader {
    0% {
		background-position: 80% center;
    }
    100% {
		background-position: 100% center;
    }
}*/
.headerimage h1	{
	font-family: "OpenSans", OpenSans, Helvetica Neue, Helvetica, Lucida Grande, Lucida, Arial;
	font-weight: 300;
}
.headerimage h1
, .headerimage h2	{
	margin-bottom: .5rem;
}
.home .headerimage	{
	background-image: url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.jpg");
	background-image: -webkit-image-set(
	url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.avif") type("image/avif"),
	url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.webp") type("image/webp"),
	url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.jpg") type("image/jepg"));
	background-image: image-set(
	url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.avif") type("image/avif"),
	url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.webp") type("image/webp"),
	url("../images/header/praxis_am_roemerhof_angiologie_silviana_spring_zuerich_schweiz_7.jpg") type("image/jepg"));
}
/* @group kontakt */

.kontakt .headerimage
, .kontakt header.headerimage .row	{
	height: 600px;
}
.kontakt .headerimage h1
, .kontakt .headerimage h2	{
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	color: #fff;
	margin-bottom: .5rem;
}
.kontakt .headerimage	{
	background-position: center 60%;
	background-image: url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.jpg");
	background-image: -webkit-image-set(
	url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.avif") type("image/avif"),
	url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.webp") type("image/webp"),
	url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.jpg") type("image/jepg"));
	background-image: image-set(
	url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.avif") type("image/avif"),
	url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.webp") type("image/webp"),
	url("../images/kontakt/roemerhofplatz_5_praxis_am_roemerhof_silviana_spring_angiologie.jpg") type("image/jepg"));
}

/* @end */

/* @end */

/* @group tab-content */

.tab-content p {
	margin-top: 0;
	margin-bottom: 1em;
}
.tab-content ul {
	min-height: 400px;
}

/* @end */

/* @group team */

.team .header {
	margin-bottom: 40px;
}
.team .header h2 {
	margin-bottom: 10px;
}
.team .header h2
, .team .header p {
	margin-top: 0;
}
.team .header p {
	line-height: normal;
}
.team h3 {
	margin-bottom: 1em;
	font-weight: 400;
}
.team td
, .team li {
	line-height: normal;
	padding-bottom: 10px;
	vertical-align: top;
}

.team td.year {
	min-width: 150px;
}
.laufbahn h4 {
	color: #515254;
}
.laufbahn p {
	margin: 0;
	line-height: 1.3em;
}
.laufbahn ul {
	margin-top: 2px;
}

/* @end */

/* @group card */
.card.bg-t	{
	background: transparent;
}
.card	{
	border: none;
	border-radius: 0;
}
nav .card	{
	box-shadow: none;
	border-radius: 10px;
}
nav .card-body	{
	color: rgb(14,115,186);
}
nav .card-text	{
	min-height: 7em;
}
.card-title	{
	font-size: 130%;
}
.card-title
, .card .btn	{
	text-transform: uppercase;
}
.shortlink .card		{
	border-color: rgba(224, 222, 217,0);
	background: transparent;
}
nav .shortlink .card a h5
/*, .color .card	
, .color .card a		*/{
	color: rgb(198, 0, 43)!important;
}

.color .card a:hover {
	text-decoration: none;
}
.card a	{
	text-decoration: none;
}
.card a:hover	{
	text-decoration: none;
}
nav .shortlink .card a:hover h5	{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6)!important;
}
/*.color .publikationen .card a	
, .publikationen .card .card-body .card-text	{
	color: rgb(14, 115, 186)!important;
}*/
.publikationen .card	
, .color .publikationen .card		{
	background: #fff;
	border-style: solid;
	border-radius: 6px;
}
.publikationen .card		{
	border-width: 0;
}
.color .publikationen .card {
	border-width: 1px;
}
.publikationen .card		{
	border-color: rgb(101, 99, 93);
}
.medienpublikationen		{
	
}
.publikationen .card .card-text	{
	font-size: 80%;
	line-height: 130%;
}
.color .publikationen .card		{
	border-color: rgb(101, 99, 93);
}
.publikationen .card h5	{
	color: rgb(101, 99, 93);
	margin-bottom: 0;
}
.publikationen .card:hover	{
	background-color	:  rgb(14, 115, 186);
	border-color:  rgb(14, 115, 186);
}
.publikationen .card:hover img	{
	opacity: 0;
}
.publikationen .card a:hover	
, .card a:hover h5
, .publikationen .card:hover .card-text	{
	color: #fff!important;
	
}
.publikationen .card-title	{
	text-transform: none;
}
/* @end */

/* @group .list-group */

.list-group	{
	border-radius: 0;
	background: rgba(255, 255, 255, 0);
}
.list-group-item		{
	padding: 20px 0;
	background: none;
}

/* @end */

#mapcss {
	width: 100%;
	height: 700px;
	
	background-position: center center;
	background-size: cover;
	
	background-image: url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_west_8005.jpg");
	
	background-image: -webkit-image-set(
    	url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_west_8005.avif") type("image/avif"),
		url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_west_8005.webp") type("image/webp"),
		url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_weste_8005.jpg") type("image/jepg"));
	background-image: image-set(
    	url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_west_8005.avif") type("image/avif"),
		url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_west_8005.webp") type("image/webp"),
		url("../images/map/map_praxis_hno_ent_hardbruecke_zuerich_west_8005.jpg") type("image/jepg")); 
}
.desktop {
	display: block;
}
.device {
	display: none;
}
.mobile {
	display: none;
}
#accesskeys {
	display: none
}
#map {
	width: 100%;
	height: 579px;
}


.list-unstyled li {
	margin-bottom: 0;
}
.break
, .list-unstyled li.break {
	margin-bottom: 6px;
}
.red {
	color: rgb(198, 0, 43);
}

/* @group animation */

a
, a img
, .gallery img
, .close 
, body.collapse.show main	{
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-o-transition: all 0.2s ease-in-out;
}
.rotate {
	animation: rotate-360 60s linear infinite;
}
@keyframes rotate-360 {
  	0% { 
  		transform: rotate(360deg); 
  	}
  	100% { 
  		transform: rotate(0);

  	}
}
.animate-logo	{
	position: absolute;
	width: 300px;
	right: 50px;
	bottom: 60px;
	z-index: -10;
}
/* @end */

/* @group accordion */
.accordion a:hover {
	text-decoration: none;
}
.accordion .accordion-item
, .accordion-body {
	border: none;
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.accordion .accordion-item {
	border-top: 1px solid #becfdf;
	padding-top: 10px;
}
.accordion .accordion-item:first-child {
	border: none;
}
.accordion-button	{
	padding: 0;
}x
.accordion-button:not(.collapsed)	{
	background-color: rgb(255, 255, 255, 0);
	box-shadow: none;
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(61,144,170)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* @end */
@media (min-width:1800px) {
	.headerimage h1	
	, .headerimage h2	{
		font-size: 1.7vw;
	}
}
@media (min-width:1700px) {
	.headerimage	{
		background-position-x: 40%;
	}
}
@media (max-width:1400px) {
	.spacing-box	{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width:1199px) {
	body.colapse	
	, .breadcrumbs
	, body.collapse:not(.show)
	, .breadcrumbs.collapse:not(.show)	{
		display: block;
	}
	body.collapse.show main	
	, .breadcrumbs.collapse.show {
		background-color: purple;
	}
	.navbar-nav {
		background-color: rgb(245, 245, 245);
	}
	.navbar .container	
	/*, footer .container	*/{
		margin-right: 16px;
		margin-left: 16px;
	}
	.navbar-nav>li>a{
	}
	.navbar-nav>li>a:hover
	, .navbar-nav>li.language.first>a:hover
	, .navbar-nav>li.language>a:hover
	, .navbar .navbar-nav>.active>a:hover {
	}
	.navbar .navbar-nav>li {
	}
	.navbar .navbar-nav>li:last-child {
		padding-bottom: 24px!important;
		border-bottom: 2px #fff solid;
	}
	.navbar-collapse {
		padding-right: 0;
	}
	.navbar .navbar-toggler {
		border: none;
/*		margin-top: 20px;*/
		margin-right: 21px;
	}
	.navbar-toggler .icon-bar {
		transition: all 0.2s;
		height: 2px;
		display: block;
	}
	.navbar-toggler .top-bar {
		transform: rotate(45deg);
		transform-origin: 26px 0;
	}
	.navbar-toggler .middle-bar {
		opacity: 0;
	}
	.navbar-toggler .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 23px 3px;
	}
	button.navbar-toggler	{
		width: 40px;
		padding-left: 0;
	}
	.navbar-toggler.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggler.collapsed .middle-bar {
		opacity: 1;
	}
	.navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0);
	}
}
@media (min-width:2000px) {
}

@media (min-width:1280px) {
	
	.container.color.rounded-bottom
	, iframe.rounded-bottom  {/*
		border-bottom-left-radius: 40px!important;
		border-bottom-right-radius: 40px!important;*/
	}
	.container.welcome
	, .home header .container	{
/*		padding-left: 80px!important;*/
	}
}
@media (min-width:1320px) {
	a.navbar-brand img {
/*		margin-left: -13px;*/
	}
}
@media (min-width:992px) {
	main
	, footer	{
		margin-right: 80px;
		margin-left: 80px;
	}
	.nobreak-desktop {
		white-space: nowrap;
	}
}
@media (min-width:1200px) {
	
}
@media (min-width:992px) and (max-width:1279px) {
	.navbar	.container {
		max-width: 100%;
		margin-left: 76px;
		margin-right: 76px;
	}
}
@media (min-width:0) and (max-width:1400px) {
	main .container	
	, footer .container	{
		padding-left: 40px;
		padding-right: 40px;
	}
}	
@media (max-width:991px) {
	header h1
	, header h2 {
		font-size: 1.6rem;
	}
	.container.color {
		padding: 40px;
	}
	.headerimage	{
		background-position-x: 100%;
	}
}
@media (min-width:768px) {
	dt[class*="col"] {
		padding-left: 0;
	}
	.shortlink img		{
		max-width: 200px;
	}
	.publikationen .card	
	, .color .publikationen .card		{
		padding-left: 20px;
	}
}
@media (max-width:767px) {
	.device-version {
		display: block;
	}
	.dektop-version {
		display: none;
	}
	.device-version .accordion .panel-body {
		margin-top: 1em;
	}
	.accordion-button {
		font-size: 3rem;
		background-color: purple;);
	}
	.smallscreen {
		display: none;
	}
	.headerimage h1
	, .headerimage h2	{
		font-size: 1.3rem;
	}
}
@media (max-width:667px) {
	.desktop {
		display: none;
	}
	.device {
		display: none;
	}
	.mobile {
		display: block;
	}
}

@media (max-width:576px) {
	
	a.navbar-brand img {
	    width: 340px;
	}
	.headerimage
	, header.headerimage .row	{
		height: 260px;
	}
	.headerimage	{
		background-position-x: 60%;
	}
	footer nav .list-inline	{
		display: inline-grid;
	}
}
@media (min-width:466px) {
	span.wrap-desktop::after 	{
	    content: "\A";
	    white-space: pre-wrap;
	    white-space: -moz-pre-wrap;
	    white-space: -pre-wrap;
	    white-space: -o-pre-wrap;
	    word-wrap: break-word;
	}
	
	h1	{
		margin-bottom: 20px;
	}
}
@media (max-width:465px) {
	.nobreak {
		white-space: normal;
	}
	.headerimage	{
		background-position-x: 45%;
	}
}
@media only screen
and (min-device-width:320px)
and (max-device-width:568px)
and (-webkit-min-device-pixel-ratio:2)
and (orientation:landscape) {
}
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:portrait) {
	.smallscreen {
		display: none;
	}
}
/* ----------- portrait iPad 1, 2, Mini and Air ----------- */
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (-webkit-min-device-pixel-ratio:1) {
	.home .shortlink img {
		max-width: 120px;
	}
}
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:portrait)
and (-webkit-min-device-pixel-ratio:1) {
	main .container
	, footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	nav .card-title {
		font-size: 130%;
    	min-height: 4rem;
	}
	nav .card-text {
		min-height: 9em;
	}
	.smallscreen {
		display: none;
	}
}

/* iPad 3, 4 and Pro 9.7"  */
@media only screen 
  and (min-device-width:768px) 
  and (max-device-width:1024px) 
  and (-webkit-min-device-pixel-ratio:2) {
	.home .shortlink img {
		max-width: 120px;
	}
}
@media only screen 
  and (min-device-width:768px) 
  and (max-device-width:1024px) 
  and (orientation:portrait) 
  and (-webkit-min-device-pixel-ratio:2) {
	main .container
	, footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	nav .card-title {
		font-size: 130%;
    	min-height: 4rem;
	}
	nav .card-text {
		min-height: 9em;
	}
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}
@media (min-device-width:320px) and (max-device-width:480px) {
	body {
		line-height: 1.6em;
		font-size: large;
	}
	.spacing-box	{
		padding-left: 10px;
		padding-right: 10px;
	}
	main .container
	, footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}	
	.breadcrumbs ol	{
		flex-direction: column;
	}
	.breadcrumbs li	{
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 2.2rem;
		font-size: 1rem;
	}
	.breadcrumbs li:after {
		content: none;
	}
	.nobreak {
		white-space: nowrap;
	}
	span.wrap-mobile:after	{
		content: "\A";
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
	}
	a.navbar-brand img {
		width: 260px;
		height: 60px;
	}
	main, footer {
		margin-right: 10px;
		margin-left: 10px;
	}
	main header	{
		padding-top: 40px;
	}
	.navbar .container {
		margin-right: 6px;
		margin-left: 6px;
	}
	.headerimage h1
	, .headerimage h2 {
		font-size: 5vw;
	}
	.kontakt .headerimage h1
	, .kontakt  .headerimage h2 {
		font-size: 9vw;
	}
	.kontakt .headerimage
	, .kontakt header.headerimage .row	{
		height: 400px;
	}
	.kontakt .headerimage	{
			background-position: 60% 60%;
			-webkit-animation: animateheader 40s ease-in-out 1;
			-moz-animation: animateheader 40s ease-in-out 1;
			animation: animateheader 40s ease-in-out 1;
			animation-delay: 1s;
			animation-fill-mode: forwards;
			background-size: 240%;
		}
		@keyframes animateheader {
		    0% {
			background-position: 60% 60%;
		    }
		    100% {
			background-position: 0% 60%;
		    }
		}
	.container.color		{
		padding: 30px 15px;
	}
	h1
	, h2
	, h3
	, h4 
	, h5	{
		letter-spacing: 0;
		font-size: 1.4rem;
	}
	.description-summary {
		font-size: 100%;
		margin-bottom: 0;
	}
	.publikationen h5.card-title	{
		font-size: 100%;
	}
	.animate-logo {
		width: 200px;
	}
	.red-tail	{
		width: 97%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.navbar {
		background: none;
	}
}
