/* --- Customice CSS aus Creaktiv-Werkstatt.de --- */

/* --- Weiterlesen --- */

@font-face {
  font-family: ' Arial, Helvetica';
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4 {
  font-size: 134%;
  font-weight: 500;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-size: 134%;
  font-weight: 500;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.after {
  margin-bottom: 35px;
}

.bevor {
  margin-top: 35px;
}

.entry-title {
  font-family: "Georgia", serif;
  font-size: 27px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-style: italic;
  word-spacing: 6px;
}

.read-more a {
  border-left: 0px solid #696969;
  border-right: 0px solid #696969;
  color: transparent;
  font-family: 'Georgia', sans-serif;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0 0px;
  text-transform: uppercase;
}

.cat-title-grid a {
  /* color: #ffrrtt;  */
  /*	 font-family: "Montserrat", sans-serif;  */
  font-family: "Georgia", sans-serif;
  text-transform: uppercase;
}

.copyright {
  /*	.col-md-12  */
  font-size: 0;
  line-height: 0;
}

#colophon {
  padding: 10px 0;
  text-align: center;
}

.entry-meta {
  margin-bottom: 1px;
  font-size: 18px;
}

.posted-on {
  margin-bottom: 1px;
  font-size: 0px;
}

.author vcard {
  margin-bottom: 1px;
  font-size: 0px;
}

.rot {
  color: #d60b00;
}

h3 {
  /* font-family: Helvetica, sans-serif; */
  font-family: "Georgia", serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: lighter;
  font-style: italic;
  text-decoration: none;
  word-spacing: 6px;
}

h2 {
  /* font-family: Helvetica, sans-serif; */
  font-family: "Georgia", serif;
  font-size: 27px;
  font-weight: lighter;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: 6px;
}

h1 {
  /* font-family: Helvetica, sans-serif; */
  font-family: "Georgia", serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: lighter;
  font-style: italic;
  word-spacing: 6px;
}

/* ------- Listen ------- */
/* ---- Aufzählungen ---- */ 

li {
  list-style: none;
	font-size: 18px;
  font-weight: lighter;
  font-style: italic;	
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: square;
  list-style-position: outside;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px dashed #e3e3e3;
		line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
		list-style-type: square;
		list-style-position: inside;
}

.tab-content ul li {
    list-style: square;
}

.dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.dropdown-menu {
    border: 1px solid #eee !important;
    font-size: 18px;
		box-shadow:-2px -2px 10px #666  
}

.navbar.navbar-default {
    background-color: #ffffff;
    /* font-family: Montserrat, sans-serif; */
		font-family: Helvetica, sans-serif;
		font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0;
    box-shadow: 0 0 2px #e3e3e3;
}

navbar-default .navbar-nav> li> a {
    color: #1c202a;
		font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    line-height: 2.6;
    letter-spacing: 1px;
}
		
img {
  max-width: 100%;
}

.head {
  padding: 25px 0px 25px 10px;
  margin: 0px;
  color: #000000;
  font-size: 25px;
  border-bottom: 2px solid grey;
  background-color: #510808;
  background-image: url("http://www.creaktiv-werkstatt.de/wp-content/uploads/2017/10/kind.jpg");
  background-size: cover;
  background-position: 0% 20%;
  background-repeat: no-repeat;
}

.head-2 {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  color: #000000;
  font-size: 25px;
  border-bottom: 2px solid grey;
  background-color: #510808;
  background-image: url("http://www.creaktiv-werkstatt.de/wp-content/uploads/2017/07/cropped-cross-66700_1280.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

a.roter_button {
  background: #dd3333;
  padding: 7px 14px;
  color: #ffffff !important;
  border-style: solid;
  border-color: #dd3333;
  border-width: 1px;
  border-radius: 5px;
  /*  box-shadow:2px 2px 10px #666  */
}

a.roter_button:hover {
  background: #f2f2f2 !important;
  padding: 7px 14px;
  color: #dd3333 !important;
  border-style: solid;
  border-color: #dd3333;
  border-width: 1px;
  border-radius: 5px;
  /* box-shadow:-2px -2px 10px #666  */
}

.button2 {
  background: #dd3333;
  color: #ffffff !important;
  padding: 3px 6px;
}

.button2:hover {
  background:  #f2f2f2 !important;
  color: #dd3333 !important;
  padding: 3px 6px;
}

.zitat {
  max-width: 500px;
  border-top: 2px solid;
  padding: 10px;
  background: #dddddd;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  color: #723d22;
  font-style: italic;
}

.box {
  background: #ffffff;
  padding: 7px 14px;
  color: #737373 !important;
  font-style: italic;
  border-style: solid;
  border-color: #737373;
  border-width: 1px;
  border-radius: 5px;
}

.box-white {
  background: #ffffff;
  padding: 7px 14px;
  color: #000000 !important;
  font-style: italic;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #666;
}

.box-hell {
  background: #f0f0f0;
  padding: 7px 14px;
  color: #000000 !important;
  font-style: italic;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #666;
}

.box-achtung {
  background: #f0f0f0;
  padding: 7px 14px;
  color: #000000 !important;
  font-style: italic;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #666;
}

.speichern {
  width: 250px;
  height: 60px;
  font-size: 14px;
  margin: 0px;
  padding: 8px;
  background: #ebf5d7;
  color: #5ec0ed;
  font-weight: bold;
  border-bottom: 2px solid grey;
  border-right: 2px solid grey;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  line-height: 60px;
}

.mini {
  color: #181C18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: small;
}

.row {
  border-bottom-right-radius: 0px;
  border-width: 0px;
  border-radius: 0px;
}


*> p:last-child {
  font-style: italic;
}

.nav-previous {
  padding: 1px 6px;
	border-style: solid;
  border-color: #dd3333;
  border-width: 1px;
  border-radius: 5px;
}

.nav-next {
  padding: 1px 6px;
	border-style: solid;
  border-color: #dd3333;
  border-width: 1px;
  border-radius: 5px;
}