/* alle Größen xs  - lg */
body {
  font-family: "core_sans_n_35_lightregular", Arial, sans-serif;
  font-size: 14px;
  color: #706f6f;
  line-height: 1.8rem;
}
h1 {
 /* font-family: "core_sans_a_65_boldregular", Arial, sans-serif;*/
  font-size: 18px;
  color: #006983;
  /*letter-spacing: 0.1rem;*/
}
h2 {
 /* font-family: "core_sans_a_65_boldregular", Arial, sans-serif;*/
  font-size: 15px;
  font-weight: 400;
  color: #010101;
}
h2.smaller {
  font-size: 24px;
}
h3 {
  /*font-family: "core_sans_a_65_boldregular", Arial, sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  color: #006983;
}
h4 {
  font-family: "core_sans_a_65_boldregular", Arial, sans-serif;
  font-size: 14px;
  color: #006983;
}
@media (min-width: 600px) {
 body {
    font-size: 18px;
    line-height: 2.8rem;
  }
  /* .txt_abstand {
    padding-bottom: 15px;
  } */
  h1 {
   /* font-family: "core_sans_n_35_lightregular", Arial, sans-serif;*/
    font-size: 28px;
    letter-spacing: 0.05rem;
  }
  h2 {
    font-size: 22px;
  }
h3 {
    font-size: 24px;
		letter-spacing: 0.05rem;
  }
	h4 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 2.8rem;
  }
  /* .txt_abstand {
    padding-bottom: 20px;
  } */
  h1 {
    font-size: 32px;
    letter-spacing: 0.05rem;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 26px;
    letter-spacing: 0.05rem;
  }
	h4 {
    font-size: 19px;
  }
}
@media (min-width: 996px) {
	body {
    font-size: 18px;
    line-height: 1.7;
  }
  /* .txt_abstand {
    padding-bottom: 25px;
  } */
  h1 {
    font-size: 40px;
    letter-spacing: 0.05rem;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 32px;
    letter-spacing: 0.05rem;
  }
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  /* .txt_abstand {
    padding-bottom:: 35px;
  } */
  h1 {
    font-size: 46px;
    letter-spacing: 0rem;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
    letter-spacing: 0rem;
  }
	h4 {
  font-size: 22px;
}

}

.fb_txt_blau {
  color: #006983;
}
.fb_tk {
  background-color: #006983;
}
.fb_gr {
  background-color: #706f6f;
}
.topabstand {
  margin-top: 20px;
}
.topabstand-gross {
  margin-top: 70px;
}
/* .txt_abstand {
  padding-bottom: 10px;
} */
.txt_link a {
  color: #006983;
  text-decoration: none;
}
.txt_link a:hover {
  color: #000000;
}
/*
ul.punkt_tk {
  list-style: none;
}
.punkt_tk li::before {
  content: url('../images/punkt_tk2.png');
  vertical-align: -5px;
  margin: 10px 8px 0px 0px;
}
*/
.punkt_tk li {
	margin-left: -20px;
  list-style-type: none;
  padding-left: 40px;
  background-image: url('../images/punkt_tk.png');
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 768px) {
  .punkt_tk li {
	  margin-left: -40px;
    list-style-type: none;
    padding-left: 40px;
    background-image: url('../images/punkt_tk2.png');
    background-repeat: no-repeat;
    background-position: left top;
	  }
}
/* Header + oberste Navi*/
.h_navi a {
  font-family: "core_sans_a_65_boldregular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.h_navi a:hover {
  color: #000000;
}
.h_navi2 a {
  font-family: "core_sans_a_65_boldregular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.h_navi2 a:hover {
  color: #010101;
}
.txt_head {
  /* Text "Privatpraxis" */
  font-family: "core_sans_a_65_boldregular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .h_navi a {
    font-size: 15px;
    font-weight: 400;
  }
  .h_navi2 a {
    font-size: 15px;
    font-weight: 400;
  }
  .txt_head {
	font-size: 15px;
    font-weight: 400;
    padding: 0px 15px;
  }
}
/* Topnavi */
.bg-light {
  background-color: #ffffff !important;
}
/* Navigation */
ul.navbar-nav {
  margin-left: 0px;
}
.navbar {
  padding: 0.1rem 0.1rem;
  font-family: "core_sans_a_65_boldregular", Arial, sans-serif;
 /* letter-spacing: 0.05rem;*/
}
.nav-item {
  padding-right: 0.3em;
  padding-left: 0.3em;
  text-align: center;
}
.nav-link {
  font-size: 1.1em;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1); /* rgba(142, 142, 142, 1) */
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 105, 131, 1);
  text-decoration: underline;
  text-decoration-color: rgba(142, 142, 142, 1);
  text-underline-position: under;
}
.navbar-light .navbar-nav .nav-link:active {
  color: rgba(0, 105, 131, 1);
   text-decoration: none;
/*  text-decoration-color: rgba(142, 142, 142, 1);
  text-underline-position: under;*/
}
.active {
  color: rgba(0, 105, 131, 1) !important;
   text-decoration: none;
/*  text-decoration-color: rgba(142, 142, 142, 1);
  text-underline-position: under;*/
}
.navbar-toggler {
  background-color: #66a5b5;
  color: #000000;
}
@media (min-width: 796px) {
  ul.navbar-nav {
    margin-left: -18px;
  }
  .nav-item {
    padding-right: 0.01em;
    padding-left: 0.01em;
    text-align: center;
  }
  .navbar {
    padding: 0.5rem 0.01rem 0.5rem 0.01rem;
    /*letter-spacing: 0.01rem;*/
  }
  .nav-link {
    font-size: 1.05em;
  }
}
@media (min-width: 1200px) {
  ul.navbar-nav {
    margin-left: -25px;
  }
  .nav-item {
    padding-right: 0.18em;
    padding-left: 0.18em;
    text-align: center;
  }
  .navbar {
    padding: 0.5rem 0.1rem 0.5rem 0.1rem;
    /*letter-spacing: 0.01rem;*/
  }
  .nav-link {
    font-size: 1.2em;
  }
}
/* Startseite Content (Slider, Kasten usw. */
.topabstandkasten {
  margin-top: 5px;
}
.startkasten {
  background-color: #66a5b5 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
.startkasten a {
 /* font-family: "core_sans_n_35_lightregular", Arial, sans-serif;*/
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
}
.startkasten a:hover {
  color: #010101;
}
.jumbotron {
  background-color: #66a5b5 !important;
  padding: 0;
  margin: 5px 0px;
}
.kasten_w {
  background-color: #66a5b5 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
.txt_w_kasten {
  padding: 30px;
  /*font-family: "core_sans_n_35_lightregular", Arial, sans-serif;*/
  font-size: 22px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .topabstandkasten {
    margin-top: 20px;
  }
  .jumbotron {
    margin: 60px 0px;
  }
  .startkasten a {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .topabstandkasten {
    margin-top: 20px;
  }
  .jumbotron {
    margin: 60px 0px;
  }
  .startkasten a {
    font-size: 32px;
  }
}

/* Footer */
.botabstand {
  margin-bottom: 20px;
}
.footer_txt {
  font-family: "core_sans_n_35_lightregular", Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
}
.footer_txt_kl {
  font-family: "core_sans_n_35_lightregular", Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  
}
.footer_link a {
  font-family: "core_sans_n_35_lightregular", Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.footer_link a:hover {
  color: #010101;
  text-decoration: none;
}
.footer_navi a {
  font-family: "core_sans_n_35_lightregular", Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.footer_navi a:hover {
  color: #010101;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer_navi a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .footer_navi a {
    font-size: 17px;
  }
}
.footer_agb {
  padding: 6px 5px 6px 5px;
  font-family: "core_sans_n_35_lightregular", Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1rem;
}
/* Kontaktformular */
.kontakt_input {
  margin: 5px 0px;
  width: 100%;
  font-size: 16px;
  height: 40px;
  color: #9d9d9c;
  background-color: #ffffff;
  border: 1px solid #9c9e9f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 5px;
  padding-left: 10px;
  box-shadow: 4px 4px 5px silver;
}
.kontakt_nachricht {
  margin: 5px 0px;
  width: 100%;
  font-size: 16px;
  height: 100%;
  color: #9d9d9c;
  background-color: #ffffff;
  border: 1px solid #9c9e9f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 5px;
  padding-left: 10px;
  box-shadow: 4px 4px 5px silver;
}
.kontaktsend {
  width: 150px;
  font-size: 20px;
  height: 45px;
  color: #ffffff;
  background-color: #006983;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  padding: 6px 15px;
}
.kontaktsend:hover {
  width: 150px;
  font-size: 20px;
  height: 45px;
  color: #ffffff;
  background-color: #006983;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  padding: 6px 15px;
  text-decoration: none;
}
.fehler {
  font-size: 24px;
  color: #ff0000; /* 10328a */
  font-weight: bold;
}
.txt_agb {
  line-height: 20px;
  color: #006983;
  font-weight: 500;
  font-size: 12px;
}
.txt_tk {
  color: #006983;
}

/* vollwebdesign 12.10.22 */
.neben-logo h2 {
  font-size: 28px;
  font-family: "core_sans_a_65_boldregular", Arial, sans-serif;
  margin-top:3px;
}
.neben-logo h3 {
  font-size: 20px;
}
.logo img {
  margin-top: -10px;
}
.neben-logo:hover {
  text-decoration: none;
}

/* mobile */
@media (max-width: 768px) {
  .topabstand-gross {
    margin-top: 30px;
  }
  body, p {
    font-size: 16px;
    line-height: 1.5;
  }
  h1 {
     font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h2.smaller {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  /* mobile menu */
  header .container {
    padding: 5px;
  }
  header .container .col-3.text-right {
    padding-left: 0;
    padding-right:12px;
  }
  header .col-5.text-center {
    padding-left:5px;
    padding-right:8px;
  }
  header .col-4.txt_head {
    padding-right:8px;
  }

}
