/* CSS Document */
@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:block;src:url('/fonts/roboto-condensed-v25-latin-regular.eot');src:local(''),url('/fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),url('/fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),url('/fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),url('/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg')}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:block;src:url('/fonts/roboto-condensed-v25-latin-700.eot');src:local(''),url('/fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),url('/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),url('/fonts/roboto-condensed-v25-latin-700.woff') format('woff'),url('/fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),url('/fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg')}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:block;src:url('/fonts/playfair-display-v29-latin-regular.eot');src:local(''),url('/fonts/playfair-display-v29-latin-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/playfair-display-v29-latin-regular.woff2') format('woff2'),url('/fonts/playfair-display-v29-latin-regular.woff') format('woff'),url('/fonts/playfair-display-v29-latin-regular.ttf') format('truetype'),url('/fonts/playfair-display-v29-latin-regular.svg#PlayfairDisplay') format('svg')}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600;font-display:block;src:url('/fonts/playfair-display-v29-latin-600.eot');src:local(''),url('/fonts/playfair-display-v29-latin-600.eot?#iefix') format('embedded-opentype'),url('/fonts/playfair-display-v29-latin-600.woff2') format('woff2'),url('/fonts/playfair-display-v29-latin-600.woff') format('woff'),url('/fonts/playfair-display-v29-latin-600.ttf') format('truetype'),url('/fonts/playfair-display-v29-latin-600.svg#PlayfairDisplay') format('svg')}

html {
	height: 100% !important;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
body {
	height:100%;
	font-size: 100%;
	font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (1600 - 375)));
	font-family: "Playfair Display";
	font-weight: 400;
	position: relative;
	width:100%;
	top:0;
	left:0;
	margin: 0;
	line-height: 1.66em;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background-color:#fff;
	color:#0f1941;
}
a,
a:active,
a:focus {
	color:#0f1941;
	text-decoration: none;
}
a:hover {
	color:#0DCAF0;
}
iframe {
	display: block;
}
h1,
h2,
h3 {
	font-size: calc(32px + (70 - 32) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(38px + (90 - 38) * ((100vw - 375px) / (1200 - 375)));
	font-weight: 400;
	font-family: 'Roboto Condensed';
	text-align: left;
}
h2 {
	font-size: calc(30px + (32 - 30) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(36px + (38 - 36) * ((100vw - 375px) / (1200 - 375)));
}
h1 {
	margin:40px 0;
}
h3 {
	font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(36px + (42 - 36) * ((100vw - 375px) / (1200 - 375)));
	margin:40px 0;
}
strong {
	color:#0DCAF0;
}
.line {
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(15px + (30 - 15) * ((100vw - 375px) / (1200 - 375)));
	margin-bottom: calc(15px + (30 - 15) * ((100vw - 375px) / (1200 - 375)));
	border-top: 2px solid #0f1941;
	height: 1px;
}
.title-wrapper {
	padding-top: calc(60px + (120 - 60) * ((100vw - 375px) / (1200 - 375)));
	padding-bottom: calc(60px + (120 - 60) * ((100vw - 375px) / (1200 - 375)));
	background-color:#0DCAF0;
	margin-bottom:60px;
}
.title-wrapper .line {
	border-color:#0f1941;
}
.title-wrapper h3 {
	margin-top:0; 
}
header {
	display: flex;
	align-items: center;
}
footer,
header {
	background-color:#0f1941;
}
footer * {
	font-family: 'Roboto Condensed';
	color:#ddd;
	/*font-size:calc(16px + (16 - 16) * ((100vw - 375px) / (1200 - 375)));*/
        font-size:18px;
	font-weight:400;
	line-height: 1.66em;
}
footer {
	/*margin-top:60px;*/
        margin-top:0px;
	padding:50px 0;
}
footer .title {
	text-transform: capitalize;
	color: #ffffff;
	font-weight: bolder;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
footer a:hover,
footer a:active,
footer a:focus {
	color:#fff;
}
button:hover {
	background-color:#0DCAF0;
	color:#fff !important;
}
input[type=text],
input[type=date],
input[type=tel],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
button,
select,
textarea {
	width: 100%;
	background-color:#f6f6f6;
	color: #000;
	padding:2px 12px;
	border:1px solid #f6f6f6;
	outline: none !important;
	transition: all 0.4s ease-in-out;
	font-family: 'Roboto Condensed';
}
input,
button,
select {
	min-height:42px;
}
input[type=checkbox],
input[type=radio] {
	min-height:auto;
}
textarea:active,
textarea:focus,
input:active,
input:focus,
select:focus,
select:active,
button:hover,
input[type=submit]:hover {
	/*
	box-shadow:0 0 4px 0 rgba(60, 60, 60, 0.4);
	border:1px solid #66b2e3;
	*/
}
textarea {
	padding:6px;	
}
.form { width: 100%;}
.form label {
	cursor: pointer;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	color: #888888;
	pointer-events: none;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.form div {
	margin-bottom:10px;
}
select[disabled],
input[type=submit][disabled],
input[type=radio],
input[type=checkbox] {
	box-shadow: none;
	border:none;
}
input[type=radio],
input[type=checkbox] {
	height:auto;
}
input[type=date] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;	
}
select { 
	border-radius: 0;
	padding:9px 12px;
	background-color:#f6f6f6;
	color:#696969;
	border:1px solid #f6f6f6;
	width:100%;
}
select option:hover {
	background-color:#ffffff;
}
button,
input[type=submit] {
	outline: none;
	width: auto;
	padding:15px 50px;
	cursor: pointer;
	border:none !important;
	border-radius: 50px;
	white-space: nowrap;
	color: #fff;
	background-color: #0f1941;	
	font-weight: 400;
}
button:hover,
input[type=submit]:hover {
	color: #fff !important;	
	background-color: #E69C24;
}
select[disabled],
input[type=submit][disabled] { 
	opacity:0.3
}
input[type=submit][disabled] {
	background-color: #696969 !important;
	color: #f6f6f6 !important;
}
.jobs-meta {
	margin-bottom:20px;
}
.jobs-meta td {
	line-height: 100%;
}
.jobs-meta i {
	font-size:16px;
}
.jobs-details {
	margin-top:60px;
}
.jobs-details h1 {
	font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(34px + (50 - 34) * ((100vw - 375px) / (1200 - 375)));
	font-weight: 700;
	padding-bottom:20px;
	margin-top:0;
}
.jobs-details h2 {
	font-size: calc(30px + (32 - 30) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(36px + (38 - 36) * ((100vw - 375px) / (1200 - 375)));
	font-weight: 700;
	padding:40px 0;
}
.jobs-details .title {
	font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(36px + (42 - 36) * ((100vw - 375px) / (1200 - 375)));
	font-weight: 700;
	margin:40px 0;
}
.jobs .title {
	margin-bottom:28px;
}
/* Select2 */
.select2-container {
	width: 100% !important;
}
.select2-dropdown,
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	border-color:#efefef !important;
	border-radius:0;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
	background-color:#f7f5f0;
	color:#0f1941;
}
.select2-container .select2-selection--single {
	height:40px;	
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	border-radius: 0;
}
.select2-selection__rendered,
.select2-search__field,
.select2-selection__placeholder,
.select2-selection__choice__display,
.select2-results__options {
	font-size:16px !important;
	font-family: 'Roboto Condensed' !important;
	color:#0f1941 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:36px !important;
}
.select2-selection__rendered {
	line-height: 32px !important;
}
.select2-container .select2-search--inline .select2-search__field {
	height:30px;
}
.bg-beige {
	background-color:#f7f5f0;
}
.bg-blue {
	background-color:#f5fbff;
}

.navbar { 
	padding:0 !important;
	min-height:90px;
}
.checkerboard .text {
	padding:60px;
	height:100%;
}
.checkerboard .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height:100%;
}
.checkerboard .image img {
	opacity:0;
}

.checkerboard .image2 {
	background-image:url("/img/klinik-sucht-arzt-geriatrie.jpg");
        background-image: image-set(
            "/img/klinik-sucht-arzt-geriatrie.webp" type("image/webp"),
            "/img/klinik-sucht-arzt-geriatrie.jpg" type("image/jpeg")        
      );
}
.checkerboard .image1 {
	background-image:url(/img/job-geriatrie-oberarzt-chefarzt-facharzt-assistenzarzt.jpg);
        background-image: image-set(
            "/img/job-geriatrie-oberarzt-chefarzt-facharzt-assistenzarzt.webp" type("image/webp"),
            "/img/job-geriatrie-oberarzt-chefarzt-facharzt-assistenzarzt.jpg" type("image/jpeg")        
      );
}

.checkerboard .image-aerzte-festanstellung {
    background-image:url(/img/job-festanstellung-geriatrie-chefarzt-oberarzt-facharzt-assistenzarzt.webp);
    background-image: image-set(
            "/img/job-festanstellung-geriatrie-chefarzt-oberarzt-facharzt-assistenzarzt.webp" type("image/webp"),
            "/img/job-festanstellung-geriatrie-chefarzt-oberarzt-facharzt-assistenzarzt.jpg" type("image/jpeg")        
      );
}

.checkerboard .image-aerzte-vertretung {
    background-image:url(/img/honorararzt-geriatrie-vertretungsarzt.webp);
    background-image: image-set(
            "/img/honorararzt-geriatrie-vertretungsarzt.webp" type("image/webp"),
            "/img/honorararzt-geriatrie-vertretungsarzt.jpg" type("image/jpeg")        
      );
}

.checkerboard .image-aerzte-beratung {
    background-image:url(/img/consulting-beratung-geriatrie.webp);
    background-image: image-set(
            "/img/consulting-beratung-geriatrie.webp" type("image/webp"),
            "/img/consulting-beratung-geriatrie.jpg" type("image/jpeg")        
      );
}



nav ul > li > a.nav-link {
	font-family: 'Roboto Condensed';
	color: #0f1941 !important;
	font-size: 14px;
	font-weight: 700;
	padding-right: 30px !important;
	padding-left: 30px !important;
	text-transform: uppercase;
	border-bottom: 1px solid #0f1941;
	transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-ms-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-o-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
}
nav .responsive-menu ul > li > a.nav-link {
	background-color: #fff;
}
nav .responsive-menu ul > li > a.nav-link.active,
nav .responsive-menu ul > li > a.nav-link:hover {
	background-color: #eee;
}

ul.navbar-nav-sub, ul.navbar-nav-sub-2 {
    position:absolute;
    top:120px;
    width:auto;
    display:none;
    z-index: 600;
}
ul.navbar-nav-sub li, ul.navbar-nav-sub-2 li {
    display: block;
    width:auto;
    height:auto;
    
}
ul.navbar-nav-sub li a, ul.navbar-nav-sub-2 li a {
    display: block;
    width:100%;
    height:auto;
    padding: 24px;
    background: #0f1941;    
    font-family: 'Roboto Condensed';
    color: rgba(255,255,255,0.50) !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255,255,255,0.50);
}
ul.navbar-nav-sub li a:hover, ul.navbar-nav-sub-2 li a:hover {
    color: #fff !important;
}

.nav-link .left {
    float:left;
}
.nav-link .right {
    float:right;
    text-align: right;
}

.hidden {display:none;}

.navbar-brand {
	max-width:140px;
	padding:0;
	margin:0;
	line-height: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.navbar-toggler {
	background: none !important;
	padding:0 !important;
}
.navbar-toggler:focus, 
.navbar-toggler:hover,
.navbar-toggler { 
	outline:none; 
	border:0;
	box-shadow: none;
}
.navbar-toggler .icon-bar 	{ 
	background-color: #fff;
	width: 20px; 
	height: 3px; 
	display:block;
	border-radius:2px;
}
.navbar-toggler:hover .icon-bar,
.navbar-toggler[aria-expanded=true] .icon-bar {
	background-color: #fff;
}
.navbar-toggler .icon-bar+.icon-bar { 
	margin-top: 3px;
}
.navbar-toggler .top-bar 	{ 
	transform: rotate(42deg); 
	transform-origin: 0% 100%;
}
.navbar-toggler .middle-bar { 
	opacity: 0;
}
.navbar-toggler .bottom-bar { 
	transform: rotate(-42deg); 
	transform-origin: 10% 50%;
}
.navbar-toggler.collapsed .top-bar { 
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar { 
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar { 
	transform: rotate(0);
}
.navbar-toggler .icon-bar { 
	transition: all 0.2s;
}
.responsive-menu.navbar-collapse {
	position: absolute;
	z-index: 200;
	left: 0px;
	width: 100%;
	top: 100%;
}

.responsive-menu .navbar-nav-sub-mobile, .responsive-menu .navbar-nav-sub-2-mobile {
    display: none;
} 


.hero {
	position:relative;
	text-align: center;
}
.hero h1 {
	font-size: calc(32px + (80 - 32) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(38px + (104 - 38) * ((100vw - 375px) / (1200 - 375)));
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.hero h2 {
	font-family: "Playfair Display";
	text-transform: inherit;
	font-weight: 400;
	margin:40px 0;
	font-size: calc(22px + (60 - 22) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(28px + (66 - 28) * ((100vw - 375px) / (1200 - 375)));
	text-align: center;
}
.hero-image-wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(/img/home-mobile.jpg);
}
.hero-image-wrapper img {
	opacity:0;
}
.hero-text-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);	
	z-index:10;	
	padding:60px 0;
	background-color: #f7f5f0;
}
.listing a {
	margin-bottom:15px;
}
.filters-wrapper,
.listing-item {
	display:block;
	border:1px solid #efefef;
	padding:20px;	
}
.listing-item {
	transition: all .4s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
.listing-item:hover {
	background: #f7f5f0;
	/*box-shadow: 0px 0px 8px #efefef;*/
	border-color:transparent;
	color:inherit;
}
.filters-wrapper {
	margin-bottom:20px;
}
.filters-wrapper .title {
	margin-bottom:0 !important;
	color:#0f1941 !important;
	position:relative;
}
.filters .form{
	margin-top:20px;
}
.news .listing-item {
	height:100%;
}
.filter-icon {
	position: absolute;
	right:0;
	top:20%;
	width:16px;
	height:16px;
	display:none;
}
.filters-wrapper .title[aria-expanded=false]  .icon-down,
.filters-wrapper .title[aria-expanded=true]  .icon-up {
	display:block;
}

main .title {
	font-family: 'Roboto Condensed';
	font-size: calc(24px + (30 - 24) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1200 - 375)));
	font-weight: 700;
}
.teaser {
	margin-bottom:40px;
}
.teaser .title {
	margin:40px 0;
	text-align: center;
}
.teaser-image img {
	border-radius:100%;
}
.teaser-image {
	overflow:hidden;
	text-align: center;
}
section {
	padding-top:calc(60px + (80 - 60) * ((100vw - 375px) / (1200 - 375)));
	padding-bottom:calc(60px + (80 - 60) * ((100vw - 375px) / (1200 - 375)));
}
section h1 {
	margin-bottom:calc(30px + (60 - 30) * ((100vw - 375px) / (1200 - 375)));
}
.bullets {
	margin-bottom:60px;
}
.bullets .title {
	margin-bottom:20px;
}
.bullets .number {
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: none;
	border: 4px solid #0f1941;
	color: #0693e3;
	text-align: center;
	line-height: 90px;
	font-size: 50px;
	font-family: "Roboto Condensed";
}
.bullets [class*='col-'] {
	margin-bottom:40px;
}
.bullets {
	text-align: center;
}
.testimony {
	font-size: calc(18px + (45 - 18) * ((100vw - 375px) / (1200 - 375)));
	line-height: calc(26px + (58 - 26) * ((100vw - 375px) / (1200 - 375)));
	text-align: center;
}
.small {
	font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (1200 - 375))) !important;
	line-height: calc(22px + (28 - 22) * ((100vw - 375px) / (1200 - 375))) !important;
}
.smaller {
	font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1200 - 375))) !important;
	line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (1200 - 375))) !important;
}


        
@media (min-width: 992px) {
	.hero {
		text-align: left;
	}
	.hero-text-wrapper h1,
	.hero-text-wrapper h2 {
		color:#0f1941;
		font-size: 80px;
		line-height: 104px;
		text-align: left;
		font-weight: 700;
	}
	.hero-text-wrapper h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 400;
	}
	.hero-text-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		padding:0;
		background-color: transparent;
	}
	.hero-image-wrapper {
		height: 100%;
		background-image:url(/img/home.jpg);
                background-position: top,center;
	}
	.hero .container,
	.hero .row {
		height:100%;
		align-items: center;
	}
	.listing a {
		margin-bottom:30px;
	}
	.bullets {
		text-align: left;
	}
	.teaser {
		margin-bottom:0;
	}
	.testimony {
		font-size: 45px;
		line-height: 58px
	}
	.small {
		font-size:22px;
		line-height: 28px;
	}
	.filters-wrapper .title::after {
		content:" ";
	}
	.jobs-details h1, h2.home {
		font-size: 42px;
		line-height: 50px;
	}
	.jobs-details h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.jobs-details .title {
		font-size: 28px;
		line-height: 42px;
	}
	.small {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	.smaller {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.wow { visibility:hidden}
}
@media (min-width: 1200px) {
	
	body {
		font-size:22px;
	}
	h1, h2.home {
		font-size:70px;
		line-height:90px;
	}
	h3 {
		font-size:28px;
	}
	.title-wrapper {
		padding:120px 0;
	}
	section {
		padding:120px 0;
	}
	section h1 {
		margin-bottom:60px;
	}
	footer * {
		font-size: 18px;
	}
	.navbar-brand {
		max-width:200px;
	}
	.responsive-menu.navbar-collapse { 
		display:none !important;
	}
	nav ul > li > a.nav-link {
		color: rgba(255,255,255,0.50) !important;
		padding-right: 30px !important;
		padding-left: 30px !important;
		font-size: 20px;
		height: 120px;
		line-height: 100px;
		border-top: 3px solid transparent;
	}
	nav ul > li > a.nav-link.active,
	nav ul > li > a.nav-link:hover {
		color: #ffffff !important;
		border-top-color: #ffffff;
		background-color: transparent;
	}
	.listing-item .title {
		font-size: 32px;
		line-height: 36px
	}
	.checkerboard .image img {
		display:none;
	}
        
        .hero-text {
    /*background: red !important;*/
    padding-top:290px !important;
}
}

.upbutton {
	opacity: 1;
	-webkit-animation: fadeInUp 1s cubic-bezier(.77,0,.175,1) 1;
	animation: fadeInUp 1s cubic-bezier(.77,0,.175,1) 1;
	text-align: center;
	background-color: #f7f5f0;
	text-decoration: none;
	position: fixed;
	z-index: 99999;
	bottom: 20px;
	left: calc(50% - 20px);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display:none;
	cursor: pointer;
	font-size: 20px;
	padding: 10px;
	color: #0f1941;
	line-height: 1;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.container { max-width:1140px !important; padding-left:30px; padding-right:30px;}