/*
-----------------------------------------------
	Herzpraxis Salzweg
 by www.mkreuzer.de
and www.lichtsignale.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-variant-ligatures: none;
}

html {
	height: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}


/*		W E B F O N T S
----------------------------------------------- */

/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: www.fontshop.com */

@font-face {
    font-family:"Zimmer HP";
    src:url("fonts/5179775/1df2a42d-3f7a-4b44-a718-8d24e0bcda05.woff2") format("woff2"),url("fonts/5179775/d0786500-44a9-4fba-9c5d-0ed2bc633b8b.woff") format("woff");
    font-weight: 700;
	font-display: swap;
}

@font-face {
    font-family:"Zimmer HP";
    src:url("fonts/5263394/049c4c42-59f6-4084-bb7e-7b4b8bbca3cc.woff2") format("woff2"),url("fonts/5263394/a20cc0c1-0add-4990-85ff-f6db5b129da0.woff") format("woff");
    font-weight: 400;
	font-display: swap;
}

@font-face {
    font-family:"Zimmer HP";
    src:url("fonts/5263690/ebfb10a0-8948-4b15-b7d1-7f61d17eb443.woff2") format("woff2"),url("fonts/5263690/ab023c6e-0351-41ac-a2aa-403fb4f117d8.woff") format("woff");
    font-weight: 500;
	font-display: swap;
}


/*		B A S I C S
----------------------------------------------- */

body {
	color: #111;
	background: #fff;
	font-family: "Zimmer HP", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	text-align: left;
}

a:link, a:visited {
	color: #c90a45;
	text-decoration: none;
}

a:hover, a:active {
	color: #04487f;
}

section a:link, section a:visited, #footcont a:link, #footcont a:visited, #aufklappen a:link, #aufklappen a:visited {
	border-bottom: 1px solid #c90a45;
}

section a:hover, section a:active, #footcont a:hover, #footcont a:active, #aufklappen a:hover, #aufklappen a:active {
	border-bottom-color: #04487f;
}

*:focus {
	outline: none;
}

img, video, audio {
	max-width: 100%;
	height: auto;
}

section {
	position: relative;
	padding-top: 60px;
}

.wrapper {
	margin-left: 15px;
	margin-right: 15px;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

#circle {
	text-align: center;
	color: #fff;
	background: #c90a45;
	border-radius: 200px;
	display: inline-block;
	width: 100px;
	height: 85px;
	padding-top: 15px;
	transform: rotate(-30deg);
	position: absolute;
	left: 14px;
	top: 75px;
}

.desktop {
	display: none !important;
}

section h1 img,
section h1 svg {
	display: block;
	width: 50px;
	height: auto;
	margin: 0 auto 11px auto;
}

#footicon img,
#footicon svg {
	display: block;
	width: 25px;
	height: auto;
	margin: 0 auto 11px auto;
}


/*		H E A D E R
----------------------------------------------- */

header {
	padding: 8px 0 10px 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

header #h1 {
	display: inline-block;
	margin-left: 15px;
}

header #h1 li {
	display: none;
	list-style: none;
}

header #h1 li.active {
	display: block;
}

#mobilenav {
	position: absolute;
	right: 15px;
	top: 9px;
	cursor: pointer;
}

#mobilenav svg {
	width: auto;
	height: 13px;
	fill: #c90a45;
}

#mobilenav:hover svg {
	fill: #243c6e;
}

.current ul {
	width: 100%;
}

.current ul li {
	white-space: nowrap;
}

nav {
	margin: 0 10px 0 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;
	display: none;
}

nav li {
	list-style: none;
	display: block;
	margin: 10px 5px 15px 0;
}

nav a {
	display: block;
	padding: 0 5px;
	width: auto;
}

nav a:link, nav a:visited {
	color: #c90a45;
}

nav a:hover, nav a:active {
	color: #243c6e;
}


/*		C O N T E N T
----------------------------------------------- */

section h1 img {
	display: block;
	width: 50px;
	height: auto;
	margin: 0 auto 11px auto;
}

section h1 {
	text-align: center;
	font-size: 200%;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

section h2 {
	text-align: center;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 44px;
}

section h3, footer h3, section h4 {
	color: #c90a45;
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

section h4 {
	color: #243c6e;
	text-align: center;
	line-height: 1.4;
}

section .left, section .right {
	margin-bottom: 22px;
}

.centered {
	text-align: center;
}

#willkommen #logo {
	width: 66%;
	margin: 22px auto 44px auto;
	max-width: 350px;
}

#willkommen #intro {
	text-align: center;
	font-size: 200%;
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 1.2;
	margin-bottom: 11px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#willkommen #intro strong, #willkommen #intro em {
	font-weight: 400;
	font-style: normal;
}

#willkommen #intro strong {
	color: #c90a45;
}

#willkommen #intro em {
	color: #243c6e;
}

#willkommen #quelle {
	text-align: center;
	font-size: 80%;
	font-weight: 700;
	margin-bottom: 66px;
}

#introbox {
	color: #fff;
	background: #243c6e;
}

#introbox .left, #introbox .right {
	margin-bottom: 0;
}

#introbox p {
	padding: 15px 15px 22px 15px;
}

#introbox figure {
	width: 100%;
	height: 250px;
	height: 75vw;
	background: transparent url("../herzpraxis-team/herzpraxis_salzweg_kardiologen_team_groebner_elsner_wiesinger.jpg") center center no-repeat;
	background-size: cover;
}

section ul li {
	list-style: none;
	text-indent: -24px;
	margin-left: 25px;
}

section .right ul li {
	color: #243c6e;
}

section ul li:before {
	content: "—";
	padding-right: 10px;
}

#leistungsbox {
	color: #fff;
	background: #c90a45;
	padding: 15px 0 22px 0;
}

#leistungsbox h3 {
	color: #fff;
}

#mitbringbox {
	color: #fff;
	background: #243c6e;
	padding: 30px 15px 37px 15px;
	text-align: center;
}

#mitbringbox img {
	display: block;
	width: 30px;
	height: auto;
	margin: 0 auto 5px auto;
}

#netzwerk a {
	border-bottom: none !important;
	padding: 10px 20px;
	display: block;
}

#netzwerk li:hover, #netzwerk li:active {
	box-shadow: 0 10px 10px rgba(0,0,0,0.25);
	border-radius: 3px;
}

#netzwerk ol {
	margin: 0 15px 0 15px;
	text-align: center;
}

#netzwerk ol li {
	width: 40%;
	width: calc(50% - 5px);
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 44px 0;
	transition: box-shadow 0.25s ease-in-out;
}

.triplet {
	display: grid;
	row-gap: 40px;	
}

#bone, #btwo, #bthree, #bfour, #bbone, #bbtwo, #bbthree, #bbfour {
	text-align: center;
}

h5 {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 30px 5px 30px;
	border-radius: 50px;
	color: #fff;
	background: #c90a45;
	border: 2px solid #c90a45;
}

#bios div:hover {
	cursor: pointer;
}

#bios div:hover h5 {
	color: #fff;
	background: #243c6e;
	border-color: #243c6e;
}

#bios .active h5 {
	color: #c90a45;
	background: #fff;
}

#bios img {
	transition: ease-in-out box-shadow 0.5s;
	margin-bottom: 10px;
}

#bios .active img {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

#box1, #box2, #box3, #box4, #bbox1, #bbox2, #bbox3, #bbox4 {
	display: none;
}

#slider img {
	height: 250px;
	width: auto;
	cursor: pointer;
}

#slider {
	width: 100vw !important;
	overflow-x: hidden;
}

.teamspace {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}


/*		F O O T E R
----------------------------------------------- */

footer {
	margin-top: 44px;
	padding-top: 11px;
	padding-bottom: 22px;
	border-top: 1px solid #243c6e;
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
	position: relative;
}

#footicon img {
	display: block;
	width: 25px;
	height: auto;
	margin: 0 auto 11px auto;
}

#footimp {
	margin-top: 22px;
}

#footimp:hover span {
	color: #243c6e;
	border-bottom: 1px solid #243c6e;
	cursor: pointer;
}

#aufklappen {
	display: none;
	text-align: left;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (min-width: 500px) {

#netzwerk ol li {
	width: 30%;
	width: calc(100% / 3 - 5px);
	margin: 0 0 44px 0;
}

#circle {
	text-align: center;
	color: #fff;
	background: #c90a45;
	border-radius: 200px;
	display: inline-block;
	width: 100px;
	height: 85px;
	padding-top: 15px;
	transform: rotate(15deg);
	position: absolute;
	left: inherit;
	right: 50px;
	top: 75px;
}

.triplet {
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

#bios {
	grid-template-columns: 1fr;
}

#bbone, #bbtwo, #bbthree {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}

}


@media screen and (min-width: 700px) {

.wrapper {
	margin-left: 30px;
	margin-right: 30px;
}

header #h1 {
	margin-left: 30px;
}

#mobilenav {
	right: 30px;
}

nav {
	margin: 0 25px 0 25px;
}

section {
	padding-top: 100px;
}

#willkommen #logo {
	width: 50%;
}

#intro span {
	display: block;
}

.left {
	width: 45%;
	width: calc(50% - 30px);
	float: left;
}

.right {
	width: 45%;
	width: calc(50% - 30px);
	float: right;
}

#introbox .left {
	width: 50%;
}

#introbox .right {
	width: 50%;
}

#introbox figure {
	height: 350px;
}

#introbox .right p {
padding-left: 0;
}

.centered {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#netzwerk ol li {
	width: 30%;
	width: calc(100% / 3 - 25px);
	margin: 0 10px 44px 10px;
}

#circle {
	text-align: center;
	color: #fff;
	background: #c90a45;
	border-radius: 200px;
	display: inline-block;
	width: 100px;
	height: 85px;
	padding-top: 15px;
	transform: rotate(15deg);
	position: absolute;
	left: inherit;
	right: 50px;
	top: 275px;
}

.triplet {
	row-gap: 60px;
	column-gap: 30px;
}

#slider img {
	height: 300px;
}

}


@media screen and (min-width: 940px) {

.mobile, #bbone, #bbtwo, #bbthree {
	display: none !important;
}

#bios.desktop {
	display: grid !important;
}

#desktop-boxes.desktop {
	display: block !important;
}

header {
	padding: 8px 0 0 0;
}

header #h1 {
	display: inline-block;
	margin-left: 0;
	text-align: center;
	width: 100%;
}

header #h1 li {
	display: inline-block;
	margin: 0 5px;
}

header #h1 li:after {
	content: "•";
	display: block;
	font-size: 200%;
	color: #c90a45;
	opacity: 0;
}

header #h1 li.active {
	display: inline-block;
}

header #h1 li.active:after {
	opacity: 1;
}

#mobilenav {
	display: none !important;
}

#anetzwerk {
	display: none !important;
}

.triplet {
	grid-template-columns: 1fr 1fr 1fr;
	line-height: 28px;
}

#bios {
	grid-template-columns: 1fr 1fr !important;
}

#bios {
	grid-template-columns: 1fr 1fr;
	width: auto;
}

body {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.005em;
}

#introbox p {
	padding: 22px 30px 30px 30px;
}

#introbox figure {
	height: 400px;
}

#leistungsbox {
	padding: 22px 0 30px 0;
}

#mitbringbox img {
	width: 40px;
}

#netzwerk ol li {
	width: 20%;
	width: calc(25% - 8px);
	margin: 0 1px 44px 1px;
}

#footimp {
	position: absolute;
	left: 0;
	top: -11px;
}

#footicon {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}

#footadd {
	text-align: left;
	margin-left: 55%;
	margin-left: calc(50% + 40px);
}

#footcont {
	text-align: left;
	position: absolute;
	top: 11px;
	right: 0;
}

#aufklappen .right {
	width: calc(50% - 40px);
}

#circle {
	text-align: center;
	color: #fff;
	background: #c90a45;
	line-height: 25px;
	border-radius: 200px;
	display: inline-block;
	width: 125px;
	height: 104px;
	padding-top: 21px;
	transform: rotate(15deg);
	position: absolute;
	left: inherit;
	right: calc(50% - 450px);
	top: 300px;
}

#slider img {
	height: 350px;
}

}


@media screen and (min-width: 1060px) {

.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#introbox p {
	float: right;
	width: 470px;
}

#introbox .right p {
	float: left;
}

#slider img {
	height: 400px;
}

}


@media screen and (min-width: 1600px) {

#introbox figure {
	width: 500px;
	height: 390px;
}

#slider img {
	height: 450px;
}

}