/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}

/* barlow-italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-italic.svg#Barlow') format('svg'); /* Legacy iOS */
}

/* barlow-600italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/barlow-v12-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-v12-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-600italic.svg#Barlow') format('svg'); /* Legacy iOS */
}

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
}



/* STYLES

font-family: 'Barlow', sans-serif;
400, 400i 600

ROT:    #be1622
BEIGE:  #f1ebd7
GRAU:   #5d5c59


*/
body {
  font-family: 'Barlow', sans-serif;
  color: #454545;
}

a {
  color: #454545;
  text-decoration: underline;
}
a:hover {
  color: #be1622;
}

.ce-bodytext {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  max-width: 840px;
}
p, li {
  line-height: 1.4em;
  padding-bottom: 0.5em;
}
h1, h2, h3, h4, h5 {
  padding-bottom: 0.75em;
}
.frame-accordion h2 {
  padding-bottom:0;
}
#oben h2 {
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
  border-bottom: solid 3px #be1622;
  /*max-width: 840px;*/
}
#oben h2.ce-headline-kasten {
  border-bottom:none;
}

ul li{
  list-style-type: disc;
  margin-left: 20px;
}

figcaption p {
  font-size: 0.85em;
  padding: 0.3em 0 1em 0;
}
figcaption p.kasten {
  background: #fff;
  margin-top: 0;
  padding: 12px 12px 12px 12px;
}

/*SPEZIAL*/ 

p.kasten {
  border: solid 1px #696055;
  background: #fff;
  padding: 8px;
  margin: 8px 0;
}

.ce-headline-right {
  font-family: 'Loved by the King', cursive;
  padding-top: 0.6em;
  color: #696055;
}
.ce-headline-left {
  
}
.ce-headline-center {
  
}
#oben h2.ce-headline-centerohnerahmen {
  max-width: 100%;
  border-bottom: none;
  text-align: center;
}
.zitat {
  /*font-family: 'Sedgwick Ave', cursive;*/
  font-family: 'Loved by the King', cursive;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  color: #5a544d;
}

/* Tabelle */
table.contenttable {
  width: 100%;
}
.contenttable td {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 2px;
}
.contenttable th {
  text-align: left;
  padding: 10px 2px;
  background: #fff;
}



