@charset "UTF-8";
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color:#FFFFFF;

}

h2 {
    font-family: 'Merienda', cursive;
    font-size: 2.2rem;
    color: antiquewhite;
}
p {
	font-family: 'Open Sans', sans-serif;
}

a {
    color: #365569;
}
a:hover { 
    color: #1B2A34; transition: all ease 1.5s;
    text-decoration: none;
}

zitat{
    font-family: 'Merienda', cursive;
    font-size: 2.2rem;
    color: antiquewhite;
}
.dekoschrift1{
	font-family: 'Merienda', cursive;
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.5;
    background-color: rgba(233,236,239,0.95);
    padding-bottom: 50px;
    padding-top: 50px;
    color: #395058;
}

.grafik_top{
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.hg_21 {
    background-image:url("../images/praxisraum_21_rot.png");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.hg_grau {
    background-color: #365569;
    padding-top: 40px;
    padding-bottom: 40px;
}
.text_content {
    font-size: 1.05rem;
    color: antiquewhite;
}
.text_content li {
    margin-bottom: 8px;
}
.text_content a { color: antiquewhite;}
.text_content a:link    { color: antiquewhite; }
.text_content a:visited { /* Deklarationen */ }
.text_content a:focus   { color: brown; }
.text_content a:hover   { color: #725C45; transition: all ease 1.5s;}
.text_content a:active  { /* Deklarationen */ }

.rote_linie {
    border-top: medium solid #831820;
    border-bottom: medium solid #831820;  
}
.rote_linie_oben {
    border-top: medium solid #831820; 
}
.rote_linie_unten {
    border-bottom: medium solid #831820;  
}

.fusszeile {
    background-color: #F8A330;
    color: antiquewhite;
}
.fusszeile a { color: antiquewhite;}
.fusszeile a:link    { color: antiquewhite; }
.fusszeile a:visited { /* Deklarationen */ }
.fusszeile a:focus   { color: #2A74A5; }
.fusszeile a:hover   { color: #CACACA; transition: all ease 1.5s;}
.fusszeile a:active  { /* Deklarationen */ }

.main p {
    padding-left: 15px;
    padding-top: 10px;
}
.style_content_rechts{
    color: antiquewhite;
}
.style_content_rechts h2{
    font-family: 'Merienda', cursive;
    font-size: 1.5rem;
    color: antiquewhite;
}

.moduletable_kontakt{
    padding-left: 20px;
    padding-right: 10px;
}
.moduletablecontent_padding_rechts{
    padding-right: 10px;
}
.moduletable_telefon{
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.moduletable_mail{
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.btn btn-secondary btn-lg active{
    background-color: #a5acb3;
}

@media only screen and (max-width: 750px) {  
.dekoschrift1{
	font-family: 'Merienda', cursive;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: rgba(233,236,239,0.95);
    padding-bottom: 25px;
    padding-top: 25px;
    color: #395058;
}
    h2 {
    font-family: 'Merienda', cursive;
    font-size: 1.2rem;
    color: antiquewhite;
}
.hg_21 {
    background-image: none;   
}
    .margin_bottom_mobile {
        margin-bottom: 15px;
    }
}
