/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('pt-sans-v9-latin/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('pt-sans-v9-latin/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pt-sans-v9-latin/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('pt-sans-v9-latin/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('pt-sans-v9-latin/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('pt-sans-v9-latin/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('pt-sans-v9-latin/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('pt-sans-v9-latin/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pt-sans-v9-latin/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('pt-sans-v9-latin/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('pt-sans-v9-latin/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('pt-sans-v9-latin/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}



/* Author's custom styles
   Author: Dustin Kummer
   ========================================================================== */
/* HTML5 Boilerplate */
/* ========================================================================== */
/* Base styles: opinionated defaults 
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  font-family: "PT Sans", sans-serif;
  color: #565656;
  -webkit-text-stroke: 0.25px;
}

html {
  background-color: #fff;
}

body {
  font-size: 1.0em;
  line-height: 1.4;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  margin: auto;
}

nav ul,
nav ol {
  padding: 0;
  margin: 0;
}

a {
  color: #565656;
}
a:focus, a:hover, li.active a {
  color: #d10a1e;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #fff;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}

body {
  max-width: 920px;
}

#container {
  width: 100%;
  margin: auto;
  position: relative;
}

/* HEADER
   ============================================================================= */
#header {
  position: relative;
}
@media only screen and (min-width: 850px) {
  #header {
    padding-top: 30px;
    overflow: visible;
  }
}
.lt-ie8 #header {
  height: 260px;
}
#header #logo {
  display: block;
  width: 250px;
  height: 110px;
  background: url(../img/logo-dr.schneppel-type.png) 50% 20px no-repeat;
  background-size: contain;
  margin: auto;
}
#header #logo .logo-text {
	text-indent: -9999em;
}
#header #logo .logo-privat {
	margin-top:56px;
	font-size:0.95em;
	width:290px;
}
#header #logo .logo-privat br {
	display:none;
}
@media only screen and (min-width: 850px) {
  	#header #logo {
    	width: 234px;
		height: 290px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/logo-dr.schneppel.png) 0 0 no-repeat;
		background-size: auto;
  	}
  	#header #logo .logo-privat {
		margin-top:280px;
		font-size:1em;
		width:100%;
		b0x-sizing:border-box;
		padding-left:7px;
	}
	#header #logo .logo-privat span {
		display:block;
		padding-left:10px;
	}
	#header #logo .logo-privat br {
		display:initial;
	}
}
#header #headerBanner {
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 850px) {
  #header #headerBanner {
    height: 180px;
  }
}
#header #mainNav a,
#header #sidebarNav a {
  text-decoration: none;
}
#header #mainNav > ul {
  margin: 10px auto 0;
  width: 75%;
}
#header #mainNav li {
  margin: 0;
  padding: 5px;
  float: left;
  width: 50%;
  text-align: center;
}
#header #mainNav li a {
  padding: 5px 10px;
}
@media only screen and (min-width: 640px) {
  #header #mainNav li {
    width: 25%;
  }
}
@media only screen and (min-width: 850px) {
  #header #mainNav {
    margin-left: 27.173%;
  }
  #header #mainNav > ul {
    margin: 0;
    width: 100%;
  }
  #header #mainNav li {
    padding: 35px 0 0;
    border-right: 1px solid #d10a1e;
    height: 72px;
    vertical-align: bottom;
    text-align: center;
    width: auto;
  }
  #header #mainNav li a {
    padding: 12px;
  }
  .lt-ie8 #header #mainNav li {
    height: 30px;
    padding-top: 40px;
  }
}
#header #sidebar {
  width: 100%;
  clear: both;
  padding-top: 15px;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  #header #sidebar {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 218px;
    background: url(../img/1px-white.gif) 100% 0 repeat-y;
    text-align: left;
  }
}
#header #sidebar #sidebarNav {
  background: url(../img/1px-red.gif) 0 0 repeat-x;
  padding-top: 15px;
  margin: auto;
  width: 75%;
}
@media only screen and (min-width: 850px) {
  #header #sidebar #sidebarNav {
    padding-top: 35px;
    padding-left: 0;
    margin: 209px 0 0;
    min-height: 386px;
    background: url(../img/1px-red.gif) 100% 0 repeat-y;
    width: auto;
  }
}
#header #sidebar #sidebarNav ul li {
  color: #ea620d;
  padding: 4px 2px;
}
@media only screen and (min-width: 850px) {
  #header #sidebar #sidebarNav ul li {
    padding: 0;
  }
}
.js #header #sidebar #sidebarNav ul li {
  cursor: pointer;
}
#header #sidebar #sidebarNav ul li .plus,
#header #sidebar #sidebarNav ul li .minus {
  display: none;
  width: 5px;
}
.js #header #sidebar #sidebarNav ul li .plus {
  display: inline;
}
@media only screen and (min-width: 850px) {
  #header #sidebar #sidebarNav ul li .plus,
  #header #sidebar #sidebarNav ul li .minus, .js #header #sidebar #sidebarNav ul li .plus {
    visibility: hidden;
  }
}
#header #sidebar #sidebarNav ul li a {
  display: block;
}
#header #sidebar #sidebarNav ul li ul {
  margin-top: 10px;
}
.js #header #sidebar #sidebarNav ul li ul {
  display: none;
}
#header #sidebar #sidebarNav ul li ul li {
  color: #565656;
}
@media only screen and (min-width: 640px) {
  #header #sidebar #sidebarNav ul li ul li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 850px) {
  #header #sidebar #sidebarNav ul li ul li {
    width: auto;
    float: none;
  }
}
@media only screen and (min-width: 850px) {
  #header #sidebar #sidebarNav ul li ul, .js #header #sidebar #sidebarNav ul li ul {
    margin-left: 0;
    display: block;
  }
}

/* CONTENT
   ============================================================================= */
#content {
  margin: auto;
  padding: 38px 4.13% 10px;
  float: none;
  clear: both;
}
@media only screen and (min-width: 850px) {
  #content {
    margin: 0 0 0 218px;
    padding: 52px 4.13% 38px;
    max-width: 495px;
  }
}
#content article {
  font-size: 0.95em;
  padding-bottom: 110px;
  background-image: url(../img/logo-dr.schneppel-rose.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
#content article img {
  width: 100%;
}
#content article h1:first-child,
#content article h2:first-child,
#content article h3:first-child {
  margin-top: 0;
}

#content article h1 {
  font-size: 1.6em;
}

#content article h3 {
  font-size: 1.2em;
  margin-top: 1.4em;
  margin-bottom: -0.5em;
}

#content article li {
margin-bottom:0.3em;
}

@media only screen and (min-width: 850px) {
  #content article {
    background-image: none;
  }
}

/* Footer
   ============================================================================= */
   
footer {
	background-image: url('../img/dr-schneppel-footer-hg.jpg');
	width:100%;
	height:400px;
	line-height:1.3;
}  
footer .footer-content {
	width:480px;
	margin:0 auto;
	padding-top:90px;
	display:flex;
}
footer .footer-content .column1 {
	color:white;
	width:55%;
}
footer .footer-content .column2 {
	color:white;
	width:45%;
}
footer p {
	margin:0;
	padding:0;
}
footer a {
  text-decoration: none;
  color:white;
}
footer a:hover {
  text-decoration: none;
  color: #d10a1e;
}
footer .privacy a {
	line-height:17px;
}
footer .privacy a:before {
	content: "";
	vertical-align: text-top;
	display: inline-block;
	width:17px;
	height:17px;
	margin-right:7px;
	background-image: url('../img/icon-datenschutz.png');
}
footer .footer-content .column1 .address span {
	display:none;
}
footer .footer-content .column2 .privacy {
	display:none;
}
footer .footer-content .column2 ul {
  margin:0;
  list-style-type: none;
  padding:0;
}
footer .footer-content .column2 ul > li {
	padding-top:0;
}
footer .footer-content .column2 ul ul {
	margin-left:0;
}
footer .footer-content .column2 li {
  margin: 0;
  padding: 0;
  text-align: left;
}
footer .footer-content .column2 a {
  padding:0;
  color:white;
}
footer .footer-content .column2 a:hover {
  	color: #d10a1e;
}

@media only screen and (max-width: 849.9px) {
	footer {
		margin-top:150px;
	}
	footer .footer-content {
		width:480px;
		margin:0 auto;
		padding:40px 4.13% 0;
		box-siting:border-box;
		display:block;
		font-size:0.95em;
	}
	footer .footer-content .column1 {
		width:100%;
	}
	footer .footer-content .column2 {
		width:100%;
		margin-top:46px;
	}
	footer .footer-content .column2 ul ul li {
	  	display:inline-block;
	}
	footer .footer-content .column2 ul ul li:after {
	  	content:".";
	  	display:inline-block;
	  	padding-right:4px;
	}
	footer .footer-content .column2 ul ul li:last-child:after {
	  	content:"";
	  	padding-right:0;
	}
	footer .footer-content .column1 .address span {
		display:inline;
	}
	footer .footer-content .column1 > br,
	footer .footer-content .column1 .address br {
		display:none;
	}
	footer .footer-content .column1 .privacy {
		display:none;
	}
	footer .footer-content .column2 .privacy {
		display:block;
		margin-top:46px;
	}
}
@media only screen and (max-width: 480px) {
	footer .footer-content {
		width:100%;
	}
	footer .footer-content .column2 {
		margin-top:36px;
	}
	footer .footer-content .column2 .privacy {
		margin-top:36px;
	}
}

/* Doctolib 
   ============================================================================= */

@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}
.doctolib {
	background-color:rgba(233,98,13,0.85);
	width:120px;
	position:fixed;
	right:0;
	top:295px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	animation: fadein 2s;
}
.doctolib:hover {
	background-color:rgba(233,98,13,0.65);
}
.doctolib a {
	text-decoration: none;
}

.doctolib-text {
	color:white;
	text-align:center;
	padding:20px 30px 10px 30px;
	
}
.doctolib-logo {
	padding:0 16px 20px 16px;
}
.doctolib-logo img {
	width:100%;
	height:auto;
}
@media only screen and (max-width: 1240px) {
	.doctolib {
		background-color:rgba(233,98,13,0.85);
		width:auto;
		position:fixed;
		right:initial;
		left:calc(50vw - 97px);
		top:calc(100vh - 32px);
		border-top-left-radius:4px;
		border-top-right-radius:4px;
		border-bottom-left-radius:0;
		animation: fadein 2s;
	}
	.doctolib-text,
	.doctolib-logo {
		display:inline-block;
	}
	.doctolib-text {
		color:white;
		text-align:left;
		padding:5px 10px;
	
	}
	.doctolib-logo {
		padding:3px 0 5px 0;
	}
	.doctolib-logo img {
		width:80px;
		margin-top:-2px;
	}
	
}
   
   
/* Print 
   ============================================================================= */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /*Custom styles*/
  .no-print {
    display: none;
    visibility: hidden;
  }
}
