html{-webkit-text-size-adjust:none;}


html,body {
    box-sizing: border-box;
    padding:0px;
    margin:0px;
    background-color: white;
    font-family: 'Libre Franklin', normal;
    font-weight:300;
    color: #666;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}


/* libre-franklin-300 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/libre-franklin-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-300.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

/* libre-franklin-regular - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-franklin-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-regular.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

/* libre-franklin-600 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/libre-franklin-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-600.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

/* libre-franklin-700 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-franklin-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-700.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

/* libre-franklin-900 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/libre-franklin-v7-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-900.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

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



.small_header {
    width:100%; 
    background-color:#fff; 
    height:230px; 
    position:fixed; 
    z-index:99; 
    top:0; 
    left:0; 
    background-image:url('../images_drs/Logo_DrSchmidt.svg');
    background-position: top 20px center;
    background-repeat: no-repeat;
    background-size: 210px;
}



/* normales menu */
#navbar {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    text-align: center;
}
#navbar a {
    font-family: 'Libre Franklin', normal;
    font-weight:600;
    text-transform: uppercase;
    color: #009fe3;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
}
#navbar #logo {max-height:100%;
    transition: 0.2s;
}
#navbar a:hover {
    color: #e63312;
    transition: .2s ease;
}
#navbar-right {  
    background-color: #fff;
    padding: 10px 5px;
    transition: 0.2s;
    margin-bottom:10px;
}


/* hamburger menu */
span#hamburger {width:100%;
    height:45px;
    text-align:center;
    font-size:40px;
    line-height:40px;
    cursor:pointer;
    position:fixed;
    top:180px;
    z-index:100;
    color:#009fe3;
}
div#navbtn {
    position:absolute;
    top:8px;
    z-index:999;
}
div#navigation {
    z-index:999;
}
div#navigation ul{
    list-style-type:none;
    margin-top:225px;
}
div#navigation a{
    height:25px;
    font-family: 'Libre Franklin';
    color: #009fe3;
    font-size: 18px;
    font-weight: 600;
    text-decoration:none;
    text-transform: uppercase;
    display:block;
    text-align:center;
    background-color:#fff;
    padding:8px 5px 10px 5px;
    border-top:0.5px solid #fff;
}
div#navigation a:hover{
    color:#e63312;
}
div#navigation li{
    margin-bottom:0px;
    position:relative;
}


/* generell */
div#wrapper {
    margin:auto; 
}
div#content {
    margin-top:290px;
    width:100%;
    z-index:90;
}




/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {border:none;
    background-color:#009fe3;
    height:50px;
    opacity:1.0;
    border-radius: 7px;
    font-family: 'Libre Franklin',normal;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

button:hover {
    background-color:#e63312;
}


.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  position: relative;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 15px;
  top: 0;
  color: #009fe3;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #e63312;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}



.wrong {
  position: fixed; /* Stay in place */
  z-index: 150; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  text-align: center;
}
.wrong p {
    width:80%;
    font-family: 'Libre Franklin', normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin-top:10%;
    padding: 10%;
}
.wrong span {
    position: absolute;
    top: 30px;
    right: 40px;
}
a#wrong {
    font-family: 'Libre Franklin', normal;
    font-weight: 600;
    font-size: 40px;
    text-decoration: none;
    color: #fff;
}



h1, h2 {
    width:100%;
    font-family: 'Libre Franklin', normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    color: #009fe3;
    text-transform:uppercase;
    margin-top:60px;
}




h3 {
    width:95%;
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    color: #009fe3;
    margin-bottom: 70px;
}

h4 {
    font-family:'Libre Franklin', normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color:#009fe3;
    text-transform: uppercase;
    break-before: column;
    -moz-break-before: column;
    -webkit-break-before: column;
}

h5 {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-transform:uppercase;
    color:#e63312;
    margin-top:10px;
}




p#daten {
    width:100%;
    font-family: 'Libre Franklin', normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #e63312;
}


/* tabelle sprechstunden */
table#sprechst{
    font-family: 'Libre Franklin', normal;
    font-weight: 400;
    font-size: 14px; 
    line-height: 24px; 
    color: #e63312;
}


.spalten {
    text-align:left;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#textli {
    padding-top:30px;
    padding-right:5%;
    float:left;
    width:15%;
    padding-left:10%;
}
#textre {
    padding-top:20px;
    float:left;
    width:55%;
    padding-right:10%;
    padding-left: 5%;
}
#textli2 {
    float:left;
    width:52%;
    padding-left:10%;
    background-color: #e1f0f7;
    padding-bottom:30px;
}
#textre2 {
    float:left;
    width:28%;
    padding-right:5%;
    padding-left: 5%;
    background-color: #fbe0dd;
}


strong {
    font-family:'Libre Franklin', normal;
    text-transform: uppercase;
    font-weight: 600;
    color:#009fe3;
    font-size: 16px;
}



/* leistungen */
.icons { 
    display: flex; 
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom:20px;
}
.icons p {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    width:100%;
    text-transform: uppercase;
    padding:20px;
}
.icon { 
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width:22%;
    text-align: center;

}
.icon img{
    width:140px; 
    height:auto;
    margin: auto auto 10px auto;
}




/* aerzte */
.aerzte { 
    display: flex; 
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom:30px;
}
.aerzte p {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    width:100%;
    margin-bottom:40px;
}

.arzt { 
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    text-align: left;
}

.arzt img{
    width:280px; 
    height:auto;
    margin: auto auto 20px auto;
    border-radius: 7px;
}
.arzt span {
    display:inline;
    padding-top:15px;
    margin-right:30px;
}



/* links mit grafik */
.nachoben, .tel, .mail {position:fixed;
    background-color:#e63312;
    width:50px;
    height:50px;
    opacity:1.0;
    z-index:100;
    border-radius: 7px;
}
.tel {
    top:340px;
    left:40px;
}
.mail {
    top:400px;
    left:40px;
}
.nachoben {
    top:460px;
    left:40px;
}
.nachoben:hover, .tel:hover, .mail:hover  {
    background-color:#009fe3;
}
.termin {
    background-color:#009fe3;
    width:200px;
    height:50px;
    opacity:1.0;
    border-radius: 7px;
}
.termin:hover {
    background-color:#e63312;
}




/* image grid */
.grid {
    margin-top:20px;
    margin-bottom:30px;
    margin-left:10%;
    margin-right: 10%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.grid img {
    height:100%;
    flex: 50%;
    max-width: 47%;
    margin-bottom: 50px;
    border-radius: 7px;
}


#ueber {
    padding-top:1px;
    background-color: #e1f0f7;
    background-image: url('../images_drs/hintergrund1.svg'); 
    background-size:cover;
    background-repeat: no-repeat;
}


.kontakt {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    column-count: 3;
    column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
}

p#kontakt2 {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    break-after: column;
    -moz-break-after: column;
    -webkit-break-after: column;
}
article {
    width:100%;
    display:inline-block;
    margin-bottom:30px;

}

a#tel {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #e63312;
    text-decoration: none;
}

.kontakt2 {
    width: 90%;
    padding-right: 5%;
    column-count: 2;
    column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
}




/* karte */
 #karte {
    height:500px;
    padding-top:1px;
    background-image:url('../images_drs/karte_schmidt.jpg');
    background-size: cover;
    background-position: center;
    text-align:center;
}
a#maplink {
    position: relative;
    top:300px;
    text-align:center;
    width:auto;
    background-color:#e63312;
    padding:10px;
    border-radius: 7px;
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-decoration:none;
    text-transform: uppercase;
}
a#maplink:hover, a#maplink:active {
    background-color: #009fe3;
}



/* footer */
div#footer{
    text-align:center;
    height:auto;
    width:100%;
    background-color: #e1f0f7;
    padding:20px 0px 20px 0px;
}
a#footerlinks {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    width:100%;
    text-decoration: none;
}
a#footerlinks:hover, a#footerlinks:active {
    color:#e63312;
}




/* impressum */
.langtext {
    width:80%;
    padding-left:10%;
    padding-right:10%;
    padding-top:10px;
    margin-bottom:50px;
}
.langtext p {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #666;
}
.langtext a {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    text-decoration: underline;
}
.langtext a:hover, .langtext a:active {
    color:#e63312;
}
.langtext ul {
    list-style-type: lower-alpha;
    list-style-position: outside;
}
.langtext li {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
.langtext strong {
    font-family: 'Libre Franklin', normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #e63312;
}











@media only screen and (min-width:768px){
    #small_header, #navbtn, #hamburger {display:none;}
}



@media only screen and (max-width:768px){
  #navbar, #logo, #navbar-right, .nachoben {display:none;}
    .tel {position:absolute; top:250px; left:80%;z-index:80}
    .mail {position:absolute; top:310px; left:80%;z-index:80} 
    div#content {margin-top:200px}
    #textre, #textre2 {width:90%;padding-left:10%}
    #textli, #textli2 {width:90%;padding-left:10%;padding-bottom:30px;padding-right:10%}
    .icon {width:40%}
    .arzt {width:90%;display:block}
    .arzt span {display:block;margin-right:0px;}
    .grid img {flex: 50%;max-width: 47%;}
    .kontakt2 {column-count: 1;width:95%}
    article#notfall {margin-top:10px;}
    #karte {background-size: 180%;}
    .aerzte {justify-content: center;padding-left:5%; padding-right:5%;}
}

@media only screen and (max-width:450px){
    h2 {font-size:27px;}
    .icon, .arzt {width:90%}
    .arzt {padding-right:0px;}
    .arzt img {width:100%}
    .arzt span {display:block;margin-right:0px;}
    .grid {justify-content: center;}
    .grid img {flex: 90%; max-width: 100%; margin-bottom: 30px;}
    .kontakt2 {column-count:1;width:100%}
    #textli2 {padding-bottom:0px}
    #textre2 {padding-right:10%}
    #karte {background-size: 270%;}
    #ueber {background-image: url('../images_drs/hintergrund3.svg');
    background-position: center;}
    .icons p, h4, strong2 {font-size: 17px;}
    .icons p {padding:0px;}
    .aerzte {justify-content: center}
    .modal-content {width: 80%; /* Could be more or less, depending on screen size */}
    .wrong p {margin-top: 20%}
}  

