/* merriweather-300 - latin */
@font-face {font-family: 'Merriweather'; font-style: normal; font-weight: 300;
  src: local(''),
       url('/fonts/merriweather-v30-latin-300.woff2') format('woff2'), 
       url('/fonts/merriweather-v30-latin-300.woff') format('woff'); }

@font-face {font-family: 'Merriweather'; font-style: italic; font-weight: 300;
  src: local(''),
       url('/fonts/merriweather-v30-latin-300italic.woff2') format('woff2'), 
       url('/fonts/merriweather-v30-latin-300italic.woff') format('woff'); }

body {font-family: 'Merriweather'; font-weight: 300;}

p {font-family: 'Merriweather'; font-weight: 300;}

a {text-decoration:none;}

.linkbox {background-color:rgba(25,55,90,1.0); 
  border-right: 2px solid black; 
  border-bottom: 2px solid black;
  border-radius: 10px;
}

.formhead {
  font-size: 100%;
  font-weight: bolder;
}

.formbody {
  font-size: 70%;
  font-weight: lighter;
  font-style: italic;
}

/*Spalten*/

.zweispaltig {
  float: left;
  width: 48%;
}

.dreispaltig {
  float: left;
  width: 30%;
}

.vierspaltig {
  float: left;
  width: 22%;
}

.spaltelinks {
  margin-right: 2%;
}

.spaltemitte {
  margin-left: 2%;
  margin-right: 2%;
}

.spalterechts {
  margin-left: 2%;
}

/*Spalten Ende*/

.joiner {
  background-color: rgba(255,255,255,0.3);
  border: 1px solid rgba(0,0,0,1.0);
}

.joinlogos {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.0);
  border-bottom: 1px solid rgba(0,0,0,1.0);
}

.zitat {
  color: black;
  font-style: italic;
  text-align: center;
  padding: 0px 15px 25px 15px;
}

p.head {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 40pt;
  line-height: 50pt;
  font-weight: 300;
}

p.unten {
  padding-bottom: 40px;
}

p.line {
  border-top: solid 1px rgb(0,222,255);
  width: 20%;
  margin-left: 40%;
  margin-bottom: 40px;
  text-align: center;
}

p.body {
  width: 60%;
  margin-left: 20%;
  text-align: center;
  font-size: 14pt;
  font-style: italic;
  font-weight: 300;
  line-height: 26pt;
}

p.footer {
  text-align: left;
  font-size: 9pt;
  font-style: italic;
  font-weight: 300;
  line-height: 18pt;
  color: white;
}

.textblock {
  margin-top: 50px;
  margin-bottom: 0px;
}

.prlx {
  border-top: solid 1px rgb(0,222,255);
  border-bottom: solid 1px rgb(0,222,255);
}

/*Theme Hack*/

#theme-attribution {
  font-size: 0px !important;
  color: transparent;
}

/*blendet Theme-Site-Origin aus*/

#colophon {
  margin-bottom: 0;
  background: #2f3033;
  padding: 0;
}

#colophon #theme-attribution,
#colophon #site-info {
  text-align: center;
  margin-top: 0;
  color: #aaaaaa;
  font-size: 0;
}

#colophon #theme-attribution a,
#colophon #site-info a {
  color: #dddddd;
  text-decoration: none;
  font-size: 0;
  font-weight: 500;
}

body.layout-full {
  /* Use the same color as the footer */
  background-color: #2f3033;
}

.layout-full #colophon {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#colophon .widget_nav_menu .sub-menu {
  margin-left: 0;
}

#colophon .widget_nav_menu .menu-item {
  padding-bottom: 0;
}

#colophon .widget_nav_menu .menu-item a {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #b9b9b9;
}

div {
  padding: 0px;
}