@charset "UTF-8";
/* CSS Document */

:root{
  --colour-blue: #6a71b4;
}

#names {
margin: 0;
padding: 0;
}

#names p {
margin: 0 0 1.5em 0
}

#names a {
color:#000;
text-decoration: underline;
}

#names a:hover {
color:#8E8E8E;
text-decoration: none;
}

#names h1 {
margin: 10px 0 0 0;
padding: 0;
font-size: 56px;
line-height: 1.1em;
color:#000000;
}

#names h1 span {
font-size: 30px;
color:#000000;
display: block;
margin: 5px 0 15px 0;
padding: 0;
line-height: 1em
}


#names .lead {
margin: 15px 0 30px 0;
line-height: 1.6em;
font-size: 1.1em;
}


#names h2 {
font-size: 30px;
margin: 40px 0 15px 0;
color: #d47e0f;
line-height: 1.4em
}


#names h3 span.number {
display: inline-block;
float: left;
color: #fcd100;
font-size: 2.3em;
margin: -2px 10px 5px 0;
}


#names h3 {
font-size: 24px;
margin: 50px 0 20px 0;
color: #d47e0f;
line-height:1.4em;
}


#names h4 {
font-size: 20px;
margin: 35px 0 15px 0;
color: #d47e0f;
line-height: 1.3em;
}

#names h5 {
font-size: 18px;
margin: 30px 0 7px 0;
color: #d47e0f;
line-height: 1.3em;
}

#names .nachname h2,
#names .nachname h3,
#names .nachname h4,
#names .nachname h5 {
color: var(--colour-blue);
}

#names .nachname h3 span.number {
color: #bda1f7;
}

#names .note {
font-size: 0.95em;
line-height: 1.4em
}


#names .profile-expert {
border-bottom: #d47e0f 1px solid;
border-top: #d47e0f 1px solid;
padding: 20px 0;
margin: 35px 0;
line-height: 1.5em;
}

#names .profile-expert h4 {
font-size: 1.2em;
margin: 0 0 15px 0
}

#names .profile-expert strong {
font-size: 1.2em;
display: block;
margin: 0 0 7px 0
}

#names .profile-expert p {
margin: 0
}

#names .nachname .profile-expert {
border-bottom: var(--colour-blue) 1px solid;
border-top: var(--colour-blue) 1px solid;
padding: 20px 0;
margin: 35px 0;
line-height: 1.5em;
}


#names .btn {
line-height: 1.6em;
font-size: 1.4em;
text-align: center;
margin: 50px 0
}

#names .btn a {
padding: 15px 0;
background: var(--colour-blue);
color: #FFFFFF;
display: block;
text-decoration: none;
width: 70%;
margin: 15px auto 15px auto;
}

#names .nachname .btn a {
background: #d47e0f;
}


#names .btn a:hover {
opacity: 0.5;
filter: alpha(opacity=50); 
}



#names h2.balloon {
margin: 50px 0 20px 0;
padding: 20px 25px 18px 20px;
color: #FFFFFF;
position: relative;
background: #d47e0f;
font-size: 28px;
display: block;
line-height: 1.3em;
}

#names h2.balloon span {
color: #FFFFFF;
font-size: 0.7em;
display: block
}

#names h2.balloon img {
float: right;
margin: 0 0 15px 0
}

#names h2.balloon:after {
  border-top: 15px solid #d47e0f;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 10%;
}
#names .nachname h2.balloon {
background: var(--colour-blue);
}


#names .nachname  h2.balloon:after {
  border-top: 15px solid var(--colour-blue);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 10%;
}

:root{
  --colour-blue: #6a71b4;
}

.pos-note{
  color: var(--colour-blue);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pos{
  background: var(--colour-blue);
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px;
  line-height: 100%;
}

.pos-big{
  padding: 5px;
  font-weight: bold;
  font-size: 1rem;
}

.noun-masculine:before{
  content:"男"
}
.noun-feminine:before{
  content:"女"
}
.noun-neuter:before{
  content:"中"
}
.adjective:before{
  content:"形"
}

.table-name{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.table-name tr:first-of-type,.table-name tr td:first-of-type{
  color: var(--colour-blue);
  font-weight: bold;
}

.table-name tr td{
  border-bottom: 1px solid var(--colour-blue);
  padding: 10px;
}

.table-name tr td:last-of-type{
  width: 40%;
}

.table-name__border{
  border-right: 1px solid var(--colour-blue);
  border-left: 1px solid var(--colour-blue);
  
}

/* responsive */

body.white .site #names {
font-size: 18px;
margin: 0 0 10px 0
}

body.white .site #names h1 {
margin: 15px 0 0 0;
padding: 0;
font-size: 40px;
line-height: 1.1em;
color:#000000;
font-weight: bold;
}

body.white .site #names h1 span {
font-size: 24px;
color:#000;
font-weight: normal;
display: block;
margin: 5px 0 15px 0;
padding: 0;
line-height: 1.1em;
}

body.white .site #names h2 {
font-size: 30px;
margin: 40px 0 15px 0;
color: #d47e0f;
line-height: 1.4em
}


body.white .site #names h3 {
font-size:22px;
margin: 50px 0 10px 0;
line-height:1.3em;
font-weight: bold;
}

body.white .site #names .lead {
font-size: 18px;
}


body.white .site #names .btn {
line-height: 1.3em;
font-size: 18px;
text-align: center;
margin: 40px 0
}

body.white .site #names .btn br {
display: none;
}

body.white .site #names .btn a {
padding: 15px;
background :var(--colour-blue);
color: #FFFFFF;
display: block;
text-decoration: none;
width: 100%;
margin: 15px auto 15px auto;
}

body.white .site #names .btn a:hover {
opacity: 0.5;
filter: alpha(opacity=50); 
}


body.white .site #names h2.balloon {
margin: 50px 0 20px 0;
padding: 10px 25px 15px 20px;
color: #FFFFFF;
position: relative;
background: #d47e0f;
font-size: 22px;
display: block;
line-height: 1.3em;
}

body.white .site #names h2.balloon span {
color: #FFFFFF;
font-size: 0.7em;
display: block
}


body.white .site #names h2.balloon:after {
  border-top: 15px solid #d47e0f;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 10%;
}
body.white .site #names .nachname h2.balloon {
background: var(--colour-blue);
color: #FFFFFF;
}


body.white .site #names .nachname  h2.balloon:after {
  border-top: 15px solid var(--colour-blue);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 10%;
}

body.white .site #names .btn {
line-height: 1.6em;
font-size: 1.4em;
text-align: center;
margin: 50px 0
}

body.white .site #names .btn a {
padding: 15px 0;
background: var(--colour-blue);
color: #FFFFFF;
display: block;
text-decoration: none;
width: 90%;
margin: 5px auto 15px auto;
}

body.white .site #names .nachname .btn a {
background: #d47e0f;
}


body.white .site #names .btn a:hover {
opacity: 0.5;
filter: alpha(opacity=50); 
}

body.white .site #names .nachname h2,
body.white .site #names .nachname h3,
body.white .site #names .nachname h4,
body.white .site #names .nachname h5 {
color: var(--colour-blue);
}

body.white .site #names .nachname h2.balloon {
background: var(--colour-blue);
}


body.white .site #names .nachname  h2.balloon:after {
  border-top: 15px solid var(--colour-blue);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 10%;
}

body.white .site #names .profile-expert h4 {
font-size: 18px;
margin: 0 0 15px 0
}

#names .profile-expert strong {
font-size: 18px;
display: block;
margin: 0 0 7px 0
}

body.white .site #names .note {
font-size: 0.9em;
}

body.white .site .table-name{
  font-size: 0.8rem;
}

body.white .site .pos-note {
    flex-wrap: wrap;
}

body.white .site .table-name tr td{
  padding: 8px 3px;
}