body {
	background-color: #754415;
}

.container {
	background-color: #FDFFE0;
	margin-top:5px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	border-radius: 6px;
}


.topInfo {
	margin: 3px 10px 3px 3px;
	float:right;
	z-index: 100;
	position: relative;
}

.socialLikes {
	width:156px;
	float:right;
}

.header {
}

.header .navbar .brand {
	margin-top: -44px;
	padding-bottom: 0;
	z-index:1;
}

.header .nav {
	margin-right: 2px;
}

.navbar-inner { 
	padding-right: 0px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}


@media (min-width: 980px) {
	.header .nav {
		margin-top: 40px;
	}
	.visibleLarge {
		display: inline ! important;
	}
	.navbar .nav-pills > li.major > a {
   		 margin-left:20px;
	}
}
@media (min-width: 1200px) {
	.visibleLargeText {
		display: inline ! important;
	}
}

@media (min-width: 480px) {
	.visibleNotSmallText {
		display: inline ! important;
	}
}

@media only screen and (max-width: 525px) {
	.hideOnSmall {
		display: none;
	}
}

@media only screen and (min-width: 525px) {
	.showNotSmall {
		display: none;
	}
}

.navbar .nav-pills > li > a {
	line-height: 32px;
	font-size:16px;
	color: #FFFFFF;
	background-color: #A600A6;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
}
.navbar .nav-pills > li > a:hover, navbar .nav-pills > li > a:focus {
	background-color: #6C006C;
	color: #FFFFFF;
}
.navbar .nav-pills > .active > a {
	background-color: #00C321 ! important;
    color: #FFFFFF;
}
.navbar .nav-pills > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color: #00B71E ! important;
    color: #FFFFFF;
}
.navbar .nav-pills> li > a {
	text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #6C006C;
  color: #FFFFFF;
}

.navbar .nav-pills > li.major > a {
	background-color: #006DCC;
    color: #FFFFFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    line-height: 15px;
}

.navbar .nav-pills > li.major > a:hover {
	background-color: #0044cc;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #00B71E;
  background-image: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle,
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #6C006C;
    color: #FFFFFF;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 13px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #666666;
    border-top-color: #666666;
}

.subHeader h1 {
	line-height: 20px;
	font-size: 20px;
	display: inline-block;
}

.newPost h2 {
	font-size:21px;
	line-height: 21px;
	font-weight: normal;
	margin-top: 0;
	display: inline-block;
}

.btn {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
	text-shadow: none;
}

.btn-primary { 
	background-image: none;
	text-shadow: none;
}

.btn-danger, .btn-success { 
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.btn-inverse { 
	background-color: #009B17; 
	background-image: none;
	text-shadow: none;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] { 
	background-color: #028916;
	*background-color: #028916;
	background-image: none;
}

.btn-info {
	background-color: #A600A6;
    color: #FFFFFF;
	background-image: none;
}


.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] { 
	background-color: #6C006C;
	*background-color: #6C006C; 
	background-image: none;
}

.tooltip-inner {
	background-color: #666666; 
}
.tooltip.top .tooltip-arrow {
	border-top-color: #666666;
}

.boxPadding {
	padding: 8px 5px 5px 10px;
}

.post {
	background-color: #FFFFFF;	
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	border-radius: 6px;
  	border: 1px solid #754415;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.post .ktxt a, .post .ktxt a:link, .post .ktxt a:visited  {
	color: #3B5998;
}
.post .ktxt a:hover , .post .ktxt a:active  {
	color: #0044CC;
	text-decoration: none;
}

.postImage {
	width: 73px;
	height: 73px;
	float: right;
	margin-left:3px;
}

.postHeader .badge  {
	background-color: #F0F0F0;
	color: #A600A6;
	text-shadow: none;
	margin-bottom: 10px;
}

.postHeader .badge:hover, .postHeader .badge:visited  {
	color: #A600A6;
}

.postHeader .badge[data-child] {
	cursor: pointer;
}



.postHeader .male, .postHeader .male:hover, .postHeader .male:visited  {
	 color: #007E15;
 }

.postHeader .external, .postHeader .external:hover {
	color: #007D28;
	font-weight: normal;
}

.postHeader .badge-tag {
	font-weight: normal;
	float:right;
}

.postFooter .label {
	background-color: #F0F0F0;
	color: #0044CC;
	text-shadow: none;
	margin: 15px 10px 5px auto;
	cursor: pointer;
	font-weight: normal;
}

.postFooter .label:hover {
  background-color: #E0E0E0;
}

.postFooter .social {
	font-size: 12px;
}

.postFooter .social i {
	background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: -5px 5px 0 5px;
    vertical-align: text-top;
    width: 22px;
    cursor: pointer;
}

.postFooter .social .fb {
	background-image: url(../img/icons/facebook.png);
}

.postFooter .social .tw {
	background-image: url(../img/icons/twitter.png);
}

.postFooter .social .gp {
	background-image: url(../img/icons/gplus.png);
}

.postFooter .social .wa {
	background-image: url(../img/icons/whatsapp.png);
	padding-left: 24px;
	display: none;
}

.postFooter .social .em {
	background-image: url(../img/icons/email.png);
}

.postFooter i {
   filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
}

.postFooter i:hover, .postFooter .label:hover{
   filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.postPager {
	margin: 10px 0 20px 0;
}

.footerRow {
	margin-bottom: 10px;
}

.footerLeft, .footerRight, .footerMiddle, .footerLeft a, .footerRight a, .footerMiddle a {
	font-size: 11px;
	font-weight: bold;
	color: #754415;
}

.footerLeft {
	float:left;
	margin-left:15px;
}

.footerMiddle {
	 margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 380px;
}

.footerRight {
	float:right;
	margin-right:15px;
}

.newPost legend {
	margin-bottom: 0;
	line-height: 20px;
}

.newPost {
	padding: 0 10px 0 20px;
}

.newPost .buttonRow {
	padding-top: 10px;
}

.newPost .datepicker {
	width: 270px;
	display: inline-block;
}

.newPost .datepicker select {
	width: auto;
}

.newPost #baseInput {
	margin-top:15px;
}

.newPost #inputInfo {
	display: inline-block;
	color: #0088CC;
	cursor: pointer;
	font-size: 10px;
	margin-left: 24px;
	vertical-align: 3px;
}

.newPost #advancedInput div[class="tooltip-inner"] {
    max-width: 400px;
    white-space:pre-wrap;
    text-align: left;
    padding-left:25px;
}

.help-inline {
	color: #828282;
}
.help-inline:hover {
	color: #000000;
}
.helpLabel .help-inline {
	color: #000000;
}
.error .help-inline a {
	background: #B94A48;
	color: #FFFFFF;
	text-decoration: underline;
}

.editBar {
	padding: 0 0 5px 10px;
}

#topEditBar {
	background-color: #dddddd;
	padding: 5px 2px 5px 15px;
	margin: 0 0 15px 0px;
}
#topEditBar select {
	height: 25px;
	width: 100px;
	font-size: 11px;
	margin-top: -2px;
}

.alert-block {
	background-color: #754415;
	color: #FFFFFF;
	text-shadow: none;
	
}


.modal .close {
     filter: alpha(opacity=45);
  	-moz-opacity: 0.45;
  	-khtml-opacity: 0.45;
  	opacity: 0.45;
}

.modal .close:hover {
     filter: alpha(opacity=99);
  	-moz-opacity: 0.99;
  	-khtml-opacity: 0.99;
  	opacity: 0.99;
}

.modal-header {
	padding:4px 10px;
    border-bottom:1px solid #eee;
    background-color: #FDFFE0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header strong {
	color: #754415;
}

@media (min-height: 800px) {
	.modal-body {
	    max-height: 660px;
	}
}


.emailInput {
	width:245px;
}

.emailInput form {
	margin:0;
}

.emailInput input {
	float:left;
	width:150px;
}

.infoArea {
	background-color: #FBFCF4;	
  	margin-top: 10px;
  	margin-bottom: 10px;
  	padding: 10px 20px;
  	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  	color: #000000;
}


.infoArea b {
	color: #777777;
}

.infoArea h1 {
	font-size: 22px;
	color: #754415;
}

.infoArea h2 {
	font-size: 14px;
	color: #754415;
	line-height: 14px;
	margin-top: 15px;
}

.infoArea pre {
	padding: 5px;
	margin: 20px 20px 10px 0;
	float:left;
}

.infoLine {
	background-color: #FBFCF4;	
  	margin-top: 2px;
  	margin-bottom: 10px;
  	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  	color: #754415;
}

.infoLine a,  .infoLine a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
    filter: alpha(opacity=60);
  	-moz-opacity: 0.60;
  	-khtml-opacity: 0.60;
  	opacity: 0.60;
}

.infoLine a:hover,  .infoLine a:focus  {
	color: #0044CC;
}


.kindersprueche h1 {
	font-size: 18px;
	line-height: 26px;
}

.kindersprueche h2 {
	font-size: 16px;
	line-height: 24px;
}

.kindersprueche #kindermundGirl {
	float:right;
	width:64px;
}

@media (min-width: 480px) {
	.kindersprueche #kindermundGirl {
		width:160px;
	}
}


.agb p {
	font-size: 12px;
	line-height: normal;
}

.infoArea ul li {
	list-style-type: square;
}

.greenColor {
	color: #007E15;
}

.purpleColor {
	color: #6C006C;
}

.post .externFooter {
	margin: 15px 0 5px 0;	
}

.popover-title {
	background-color: #006dcc;
	color: #FFFFFF;
}

.popover-content input[type="email"]{
	background-color: #FDFFE0;
	color: #000000;
}



#lowerRight {
	position: fixed;
	bottom: 0px;
	right: 0;
}

#lowerRight a {
	padding-bottom: 10px;
	font-weight: bold;
	background-color: #00C73C;
	background-image: none;
	text-shadow: none;
	font-size: 15px;
}

#lowerRight a:hover,
#lowerRight a:focus,
#lowerRight a:active,
#lowerRight a.active,
#lowerRight a.disabled,
#lowerRight a[disabled] {
	background-color: #028916;
	*background-color: #028916;
	background-image: none;
}

table.adminForm td {
	min-width: 80px;
	padding-top: 15px;
	vertical-align: top;
	font-weight: bold;
}