/*
Theme Name: Dr. Burmeister Bach Arztpraxis
Description: Design für Arztpraxis Dr. Burmeister Bach
Author: Florian Turobin | © 2026 arax.systems
Version: 1.0
*/

/**
 * CSS Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

/** FONT **/ 

/**
 * Allgemein
 */
body {
  background: white;
  font-size: 14px;
  color: black;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.clear {
  clear: both;
}

/* Font Styles */
h1, h1 a {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: black !important;
  font-weight: 400;
  padding: 20px 0;
  text-align: left;
  text-decoration: none !important;
  line-height: 1.3;
}
h1 a:hover {
  text-decoration: underline !important;
}
h2, h2 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  color: black !important;
  padding: 13px 0;
  text-decoration: none !important;
}
h2 a:hover {
  text-decoration: underline !important;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: black !important;
  padding: 12px 0;
  text-decoration: none !important;
}

hr {
  border: 0;
  height: 1px;
  background: #e2e2e2;
}

p {
  line-height: 1.8;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding: 15px 0;
}
p.subtitle {
  text-align: center;
  color: black;
  font-size: 12px;
  padding-bottom: 30px;
}
p.info {
  font-style: italic;
}
table tr td {
	line-height: 1.8;
  padding-right: 10px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}
::selection {
  color: white;
  background: #C2005A;
}
::-moz-selection {
  color: white;
  background: #C2005A;
}
b, strong {
  font-weight: bold;
}
span.italic, em, i {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
img.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

table.online_services {
  width: 100%;
}
table.online_services tr td {
  padding-bottom: 10px;
}
table.online_services input {
  width: 250px;
}
table.online_services textarea {
  width: 320px;
  height: 70px;
}

table.team tr td {
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}

#content_container ul,
#content_container ol {
  margin-left: 30px;
}
#content_container ul li {
  list-style: disc;
  line-height: 2;
}
#content_container ol li {
  list-style: decimal;
  line-height: 2;
}

#content_container a {
  color: black;
  text-decoration: underline;
}
#content_container a:hover {
  text-decoration: none;
}


/* Headerbereich */
#header_container {
  width: 100%;
  height: 140px;
}
.main_site_title {
  font-size: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  padding-top: 37px;
}
.site_subtitle {
	margin-top: 10px;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 1.6;
}
#logo {
  float: left;
  background: url("img/logo.png");
  width: 79px;
  height: 90px;
  background-size: 79px 90px;
  margin-top: 22px;
  margin-right: 20px;
}


/* Navigation */
#navigation {
  height: auto;
  margin-top: -24px;
  float: right;
}
#navigation ul {
  list-style: none;
  position: relative;
  display: inline-table;
}
#navigation ul li {
  float: left;
  text-align: right;
  font-size: 15px;
  margin-left: 25px;
}
#navigation ul li a {
  display: block;
  color: black;
  text-decoration: none;
  padding-bottom: 10px;
}
#navigation ul li a:hover, #navigation ul li.current-menu-item a {
  color: #C2005A;
  text-decoration: none;
}
#navigation ul li.current-menu-item ul li a {
  color: black;
}
#navigation ul ul {
  position: absolute;
  top: 100%;
  display: none;
  border: 1px solid #e7e7e7;
}
#navigation ul ul li {
  float: none;
  text-align: left;
  position: relative;
  margin-left: 0;
}
#navigation ul ul li a {
  background: white;
  padding: 11px 40px 11px 11px;
}
#navigation ul ul li:hover a,
#navigation ul li.current-menu-item ul li:hover a {
  background: #C2005A;
  color: white;
}
#navigation ul li:hover > ul {
  display: block;
}
#navigation ul ul ul {
  position: absolute; left: 100%; top:0;
}

/* Teaser Container */
#teaser_container {
  width: 100%;
  height: 450px;
  background: url('img/teaser_entry.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#teaser_container.subsite_teaser {
  height: 126px;
  background: #C2005A;
}
.teaser_title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 33px;
  padding-top: 152.5px;
  text-align: center;
}
.teaser_title.subsite_title {
  padding-top: 48.5px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 29px;
  text-align: left;
}



/* Content Bereich */
#content_container {
  margin: 50px 0;
}
#content_container.contact_full_width {
  background: #efefef;
  padding: 50px 0;
  margin-bottom: 0 !important;
}
#content_container.google_maps {
  margin: 0 !important;
}
.content {
  width: 90%;
  max-width: 1180px;
  padding: 0 5%;
  margin: 0 auto;
}

/* Blog Posts */
.single_entry {
  margin-bottom: 50px;
}
.single_entry .post_meta {
  margin-top: 20px;
  color: #ccc;
}

/* Kontakt Seite */
input, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  background: white;
  border: 1px solid #dadada;
  outline: none;
  padding: 10px;
  font-size: 13px;
  resize: none;
}
input[type="checkbox"] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
#content_container.contact_full_width h1 {
  font-weight: 100;
  color: black !important;
  font-size: 30px;
}
#content_container.contact_full_width p.contact_form_info_text {
  font-size: 11px;
  color: black;
}
#content_container.contact_full_width table {
  width: 100%;
}
#content_container.contact_full_width input[type="text"],
#content_container.contact_full_width input[type="email"] {
  width: 70%;
  padding: 20px;
  font-size: 15px;
  border: none;
  margin: 8px 0;
}
#content_container.contact_full_width textarea {
  padding: 20px;
  font-size: 15px;
  border: none;
  margin: 8px 0;
  box-sizing: border-box;
}
#content_container.contact_full_width input[type="submit"] {
  width: 200px;
  background: #C2005A;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #C2005A;
  font-size: 15px;
  cursor: pointer;
  float: right;
}
#content_container.contact_full_width input[type="submit"]:hover {
  background: #03290F;
  border: 1px solid #03290F;
}
#content_container.contact_full_width textarea {
  width: 100%;
}
span.error {
  line-height: 1.8;
}

/* Start Teamseiten Text*/
.team_img_text {
	margin-top: -61px;
	font-weight: 500;
	font-size: 25px;
	margin-left: 20px;
}
.team_img_text a, .team_img_text a:hover {
	color: white !important;
	text-decoration: none !important;
}

/* Teamseite */
.feature_team {
  margin-top: 50px;
  margin-bottom: 77px;
}

/* Suche Sidebar */
input[type="submit"] {
  background: #C2005A;
  color: white;
  font-weight: 500;
  text-transform: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #03290F;
}
/* Footer */
#footer_container {
  height: auto;
  width: 100%;
  color: white;
  background: #FCF9FA;
  line-height: 1.8;
  font-size: 12px;
  padding: 50px 0;
}
span.footer_title {
  padding-bottom: 10px;
	color: white;
	font-weight: 500;
}
div.footer_block {
	float: left;
	margin-right: 80px;
}
div.footer_block a {
  color: white; 
}
div.footer_block a:hover {
  color: white;
  text-decoration: underline;
}
.copyright {
  text-align: right;
  line-height: 1;
  margin-top: 26px;
  float: right;
}
.copyright a {
  color: white;
}
.copyright a:hover {
  color: white;
  text-decoration: underline;
}
.footer_block ul li {
  text-align: left;
  display: block;
}
.footer_block ul li:first-child a {
  font-size: 16px;
  padding-bottom: 20px;
  color: white; 
  font-weight: 500;
  text-transform: uppercase;
  cursor: text;
  display: block;
}
.footer_block ul li:first-child a:hover {
	text-decoration: none;
}
.footer_block ul li a {
  color: white; 
}
.footer_block ul li a:hover {
  color: white;
  text-decoration: underline;
}



/* Responsive */

@media screen and (max-width: 1190px) {

  #navigation {
    clear: both;
    height: auto;
    width: 100%;
    margin-top: 10px;
  }

  #header_container {
    height: auto;
    padding-bottom: 25px;
    text-align: center;
  }
/*  .teaser_title {
    font-size: 23px;
    padding-top: 40px;
    text-align: center;
    line-height: 1.5;
  }*/
  .main_site_title {
    margin-top: 30px;
  }
  #navigation {
    margin-top: 27px !important;
  }

  


}




@media screen and (max-width: 730px) {
  .copyright {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  #footer_container {
    height: auto;
  }
  #footer_container_small {
    height: auto;
  }
  ul#menu-footer-menue {
    float: left;
    width: 100%;
    margin-bottom: 16px;
  }
  ul#menu-footer-menue li {
    display: block;
    float: none;
    padding-left: 0;
    text-align: left;
   }
  table#contactform tr td:nth-child(1) {
    display: none;
  }
  #content_container.contact_full_width input[type="submit"] {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 722px) {
  #header_container {
    text-align: left;
  }
  ul#menu-hauptmenue {
    padding: 0;
    margin: 0;
    float: left;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  ul#menu-hauptmenue li {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    float: left;
  }
  ul#menu-hauptmenue li a {
     padding: 0 5%;
     margin: 0;
  }

  ul#menu-hauptmenue ul {
    border-radius: 0px;
    padding: 0;
/*    padding-top: 5px;*/
    margin: 0;
    position: relative;
    top: 100%;
    width: 100%;
  }
  ul#menu-hauptmenue li {
    float: none;
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  ul#menu-hauptmenue li a {
    padding: 10px 5%;
    width: 90%;
    color: black;
    text-align: center;
    margin: 0;
  }
  ul#menu-hauptmenue li a:hover {

  }

  ul#menu-hauptmenue li.current_page_item {
    background: #C2005A;
    width: 100%;
    color: white;
  }
  ul#menu-hauptmenue li.current_page_item ul li a{
    background: white;
  }
  ul#menu-hauptmenue li.current_page_item a {
    background: #C2005A;
    color: white;
    padding: 10px 5%;
    width: 90%;
  }

  ul#menu-hauptmenue ul {
    position: relative;
    left: 0;
    top: 100%;
  }
  ul#menu-hauptmenue ul li a {
    padding: 10px 15%;
    width: 70%;
    text-align: center;
    color: black;
    margin: 0;
  }
  ul#menu-hauptmenue ul li.current_page_item a {
    color: white;
    text-align: center;
    padding: 10px 15%;
    margin: 0;
    width: 70%;
  }

  .footer_block {
    width: 100%;
  }
  .footer_block:nth-child(2) {
    margin-top: 50px;
  }
}



@media only screen and (max-width: 340px) {
  #logo {
    height: 140px;
    background-repeat: no-repeat;
  }
}