@charset "utf-8";
/* CSS Document */
/* Stand vom 14.02.2013 */ 

/* wer immer hier drin was verändert: bitte jew. Name+Datum im Kommentar der Zeile geben! */

h1 { 
    font: normal 23pt Tahoma, Geneva, sans-serif;
    font-weight: bold;
    line-height: 16pt;
    margin-bottom: 0;
    color: #373738;
    padding-bottom: 8pt;
    margin-top: 0;
}

h2,h3,h4,h5,h6 { 
  line-height: 16pt;
  margin-bottom: 10px;
  margin-top: 0;
  color: #373738;
}
h2 {
  font: normal 18pt Tahoma, Geneva, sans-serif;
  font-weight: bold;
}
h3 {
  font: normal 15pt Tahoma, Geneva, sans-serif;
  font-weight: bold;
}
h4 {
  font: normal 10pt Tahoma, Geneva, sans-serif;
  font-weight: bold;
}
h5 {
  font: normal 9pt Tahoma, Geneva, sans-serif;
  font-weight: bold;
}
h6 {
  font: normal 7pt Tahoma, Geneva, sans-serif;
  font-weight: bold;
}

div,p,span,ul,li,table,tr,td {
  font: normal 9pt Tahoma, Geneva, sans-serif;
  line-height: 16pt;
  margin-bottom: 0;
  color: #373738;
  margin-top: 0;
}
ul {
  padding-left: 45px;
  list-style-position: outside;
  margin-top: 12px;
}
li {
  padding-left: 20px;
}
.clear {
  clear: both;
}

body{
  margin: 0px;
  padding: 0px;
  background: white;
  background-attachment: fixed;
  
}


a{
  text-decoration: underline;
  font-family: Tahoma, Geneva, sans-serif;
  font: normal 9pt Tahoma;
  color: #1f4256;
}

.main {
  width: 978px;
  margin: auto;
}

#logobild {
  float: left;
  width: 642px;
  height: 130px;
  padding-top:50px;
}

#navisprachen {
  float: right;
  width: 336px;
  height: 180px;
}

#ru {
  width: 35px;
  margin-top: 30px;
  float: right;  
}

#ru a{
  display:block;
    text-indent: -9999px;
    overflow: hidden;
  height: 35px;
  width: 35px;
  background:url(images/ru_inaktiv.gif) no-repeat;
}
#ru a:hover{
  background:url(images/ru_aktiv.gif) no-repeat;
}
#ru a.current{
  background:url(images/ru_aktiv.gif) no-repeat;
  cursor:default;
}

#de {
  width: 35px;
  float: right;
  margin-top: 30px;
  margin-right: 6px;
}

#navi {
  height: 24px;
  float: left;
  width: 978px;
  padding-bottom: 24px;
  
  font-weight:bold;
  font-size: 12pt;
  color: #641213;
}
#navi a {
  text-decoration:none;
  font-weight:bold;
  font-size: 14pt;

}
#navi a:hover {
  color: #373738;
}
.normal {
  color: #641213;
}
.active {
  color: #373738;
}
.topnavi {
  line-height: 0px;
  
}

/**/

#siteimage {
  width: 642px;
  float:left;
  height: 206px;
}

#rightimages {
  float: right;
  width: 336px;
}

#trennbild {
  width: 31px;
  float:left;
  height: 206px;
}

#foto {
  width: 305px;
  float:right;
  height: 206px;
}

/**/

#body {
  margin-top: 40px;
}

#inhalt {
  width: 978px;
  height: auto;
  float: left;
}

#content {
  width: 642px;
  float: left;
}

#rightcontent {
  width: 305px;
  float: right;
  padding-left: 31px;
  font-size: 10pt;
}
#rightcontent a {
  font-size: 10pt;
}

#line {
  background-color: #641213;
  width: 978px;
  height: 1px;
  margin-top: 21pt;
}

#footer {
  float: left;
  width: 978px;
  font-size:11px;
}

.contact-banner {
    background-color: #641213; /* #6B0F1A Точный цвет из вашего файла */
    color: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    width: 304px;
    box-sizing: border-box;
    text-align: center;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.contact-banner p {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;
    text-decoration: none !important; 
}

/* Явно указываем тег 'a' с селектором класса */
.contact-banner a.phone {
    font-size: 30px !important;
    font-weight: bold !important;
    margin-bottom: 12px !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    display: inline-block; /* Позволяет корректно применять отступы margin-bottom */
}

.contact-banner a {
    color: #FFFFFF;
    font-size: 22px !important;
    font-weight: bold;
    text-decoration: underline;
    word-break: break-all;
}

.logo-block {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 90px;
}

.logo-block img {
    width: 80px;
    height: 80px;
    margin-right: 18px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-title {
    font-family: 'Adobe Garamond Pro', 'EB Garamond', 'Garamond', 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    color: #3A3A3A;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 4px;
}

.logo-subtitle {
    font-family: 'Futura PT', 'Futura', 'Century Gothic', 'Montserrat', 'Segoe UI', sans-serif;
    font-size: 13.5px;
    color: #555555;
    letter-spacing: 0.2px;
}