/**
	DO NOT USE IT IF YOU DON'T NEED IT!

	This file is not used - you can use it on your custom.css 
	if you want to rewrite the fonts.
	
	
	Three google fonts are used on Smarty:
	- Open Sans (default font)
	- Raleway (used for numbers)
	- Lato (used to highlight the text using font-weight:300)
	
	* Please note: all files starting with "_" (underscore), are not used by default!
 ** ***************************** **/



/** essentials.css 
 *********************** **/
.countTo-sm,
.countTo-md,
.countTo-lg,
.countdown,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
}
.ribbon-inner {
	font-family: 'Lato', sans-serif;
}
div.mega-price-table .pricing-head small {
	font-family: 'Lato', sans-serif;
}
.datepicker.dropdown-menu {
	font-family: 'Lato', sans-serif;
}
.time_pick .time,
.time_pick .mins,
.time_pick .meridian,
.mfp-close,
.price-clean {
	font-family: 'Lato', sans-serif;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
	font-family: 'Lato', sans-serif;
}

.flex-caption {
	font-family:'Lato',Arial,Helvetica,sans-serif;
}
.switch > .switch-label {
	font-family:Helvetica, Arial, sans-serif;
}

div.heading-title h1, h2, h3, h4, h5, h6 {
	display: block !important;
	} /** H1-H5 Underline ganze Breite **/



/** layout.css 
 *********************** **/
body {
	font-family: 'Lato', sans-serif;
}
small { 
	font-family: 'Lato', sans-serif; 
}

/* fonts */

/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://renate-wallrabenstein.de/akasha_2016/assets/fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://renate-wallrabenstein.de/akasha_2016/assets/fonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.maintenance,
.timeline .timeline-entry>span,
#footer ul.footer-list li small,
.comments small,
h1.blog-post-title,
.blog-post-item h2 {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}

/* Trennlinie dunkler */
div.divider:before,
div.divider:after {
	border-top: 1px solid #AFAFAF !important;
}


/*** LINK_COLORS ***/
.mdl-card__supporting-text a  {
	color: #212121 !important;
}

.mdl-card__supporting-text a:hover {
	color: #000b5d !important;
}



/** TERMINE FARBCODIERUNG **/

/* LABEL colors */

.label {
	line-height: 2.5 !important;
    font-size: 90% !important;
}

span.badge-tttreffen,
span.label-tttreffen,
.list-group-item.active>.badge.badge-default {
	background-color:#49BC56E6 !important
}

span.badge-ttvortrag,
span.label-ttvortrag,
.list-group-item.active>.badge.badge-default {
	background-color:#2DA0D5 !important
}

span.badge-actreffen,
span.label-actreffen,
.list-group-item.active>.badge.badge-default {
	background-color:#561ED499 !important
}

span.badge-acseminar,
span.label-acseminar,
.list-group-item.active>.badge.badge-default {
	background-color:#c179c0 !important
}


.timeline .timeline-item-bordered {
	border-left:#ccc 1px dashed;
	padding-left:20px;
}
	section.dark .timeline .timeline-item-bordered {
		border-left:rgba(255,255,255,0.2) 1px dashed;
	}

/* Blog-Entry DATE-EINRÜCKUNG */
ul.blog-post-info li {
	padding-left: 10px !important;
}

.blog-post-item h3 {
	margin-bottom: 4px !important;
}

/* Linie nach Termin-Eintrag kräftiger */
.blog-post-item {
    border-bottom: #48484866 1px solid;
}


/* horizontal line [left|center|right] */
.timeline>.timeline-hline {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	margin-left: 30px;
	width: 1px;
	border-left:rgba(0,0,0,0.1) 1px dashed;
	height: 100%;
}

/* vertical line */
.timeline .timeline-entry>.timeline-vline {
	position: absolute;
	top: 50%; 
	margin-top:-1px;
	right: -43px !important;
	width: 40px;
	height: 0;
	border-top: 1px dashed #CCC;
}

/* Vertical line */
.vline {
	border-left:#484848 1px dashed !important;
}

/* Horizontal line */
.hline {
	border-top:#484848 1px dashed !important;
}

/* timeline entry */
.timeline .timeline-entry {
	display: block;
	border:rgba(0,0,0,0.1) 3px solid;
	background-color:#fff;
	padding-top: 10px;
	top: 20px;
	z-index:10;

	position:absolute;
	left: -102px;
	right: auto;
	width: 64px;
	height: 64px;
	font-size: 26px;
	text-align:center;
	line-height:1;
	color:#484848 !important;
	font-weight:bold;
	font-family:'Lato','Open Sans',Arial,Helvetica,sans-serif;
}

/* border-color für Akasha-Seminar*/
.akasha-seminar {
	border:rgba(152, 32, 150, 0.8) 3px solid !important;
	background-color:#fff;
}

/* border-color für Akasha-Übung*/
.akasha-uebung {
	border:rgba(192, 92, 150, 0.8) 3px solid !important;
	background-color:#fff;
}

/* border-color für TT-Vortrag*/
.tt-vortrag {
	border:#2DA0D5 3px solid !important;
	background-color:#fff;
}

/* border-color für TT-Vortrag*/
.jahresende {
	border:#F8F60D 3px solid !important;
	background-color:#fff;
}



.timeline .timeline-entry>span {
	display:block;
	font-size:13px;
	text-transform:uppercase;
	font-weight:300;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
section.alternate .timeline .timeline-entry {
	background-color:#F9F9F9;
}
section.dark .timeline .timeline-entry {
	color:#666;
	background-color:#212121;
	border-color:rgba(255,255,255,0.2);
}

section.dark .timeline .timeline-entry>.timeline-vline {
	border-top-color:rgba(255,255,255,0.2);
}
section.dark.alternate .timeline .timeline-entry {
	background-color:#151515;
}

div.side-nav-head a {
	color:#b00da2 !important;
}

div.side-nav-head a:hover {
	color: #666 !important;
	text-decoration: none;
}


/* SECTION */

Section {
	border-bottom: rgba(0,0,0,0.1) 0px solid !important; /* ohne Bottom-Line */
}

section.seaturtle_bg {
	border-bottom: rgba(0,0,0,0.1) 0px solid !important; /* ohne Bottom-Line */
	display: block;
	position: relative;
	padding: 80px 0;

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;

	background-attachment: scroll !important;
	  background-position: 10% 25% !important;
		background-repeat: no-repeat;
		
	-webkit-background-size: auto;
	   -moz-background-size: auto !important;
		 -o-background-size: auto !important;

	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	   background-size: auto !important;
			box-sizing: border-box !important;
}


#header.static {
	border-bottom:rgba(0,0,0,0.08) 0px solid !important; /* Header-Static ohne Bottom-Line */
}

#topNav ul.dropdown-menu {
    border: #eee 0px solid; /*Dropdown Menü ohne Rahmenlinie */
}

#topNav h1 {
	font-size:28px !important;
	margin:10px 0 10px 30px !important;
	color: #831914  !important;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}  /** Navbar-Seitenabstand bündig mit Sections; original-Abstand war 15px **/

.nav-pills > li > a {
    border-radius: 0px; /* NAV-Links Hover-Focus Radius und Background Color */

}

#topMain.nav-pills > li:hover > a, #topMain.nav-pills > li:focus > a {
    color: #1F262D !important;
    background-color:#E3E3E3 !important;
}

.text-renate-rot {
	color: #831914  !important;
}

#slider a:hover {
	color:#211515;
}

.text-shadow1 {
	text-shadow: 2px 2px 6px #000000 !important;
}

.border-bottom-1 {
	border-bottom: 1px solid #414141 !important;
}

.border-bottom-2 {
	border-bottom: 2px solid #414141 !important; 
}

.border-bottom-3 {
	border-bottom: 3px solid #414141 !important;
}

blockquote {
	border-left: 5px solid rgba(0,0,0,0.1);
	font-size: 1.3em;
	font-style: italic;
	color:#253D79;
	letter-spacing: 1px;
	margin: 25px 0;
	padding: 0 0 0 25px;
	position: relative;
}
	blockquote.reverse {
		border-left: 0;
		border-right: 5px solid rgba(0,0,0,0.1);
		margin: 25px 0;
		padding: 0 25px 0 0;
		text-align:right;
	}
	
.modal {
	color: #E5E5E5 !important;
}

.modal-body {
	background-color:#333;
    position: relative;
    padding: 15px;
}

.modal p {font-size: 16px !important;}


.size-18 {
	line-height: 28px !important;
}



  /** CUSTOM -- Slider Featured Text
   ************************ **/
  #slider div.slider-featured-text h1 {
	  text-shadow:rgba(33,33,33,0.5) 1px 1px 3px;
	  color:#E5E5E5;
	  font-size:90px;
	  line-height:90px;
	  margin:0;
	  font-family:Lato,Helvetica,sans-serif;
  }
  #slider div.slider-featured-text h2 {
	  text-shadow:#333 1px 1px 3px;
	  color:#E5E5E5;
	  font-size:30px;
	  line-height:30px;
  }
  #slider div.slider-featured-text p {
	  padding:20px;
	  text-shadow:rgba(33,33,33,0.8) 2px 2px 4px;
	  color:#E5E5E5;
	  font-size:30px;
	  line-height:30px;
  }
 
  #slider div.slider-featured-text .btn {
	  color:#333 !important;
	  background-color:#D0425C !important;
	  border:0 !important;
	  padding-top:20px;
	  padding-bottom:20px;
}
  
  #slider div.slider-featured-text a {color:#979797;}
  
  #slider div.slider-featured-text a:hover,
  #slider div.slider-featured-text a:active {color:#463930;}


.bg-orange {
  background-color: #FF851B !important; }

  

  /** FOOTER ************************ **/

#footer {
	color: #fff;
	background-color: #0A0909 !important;
	background:url('../images/logo/logo_blass_150x183,.png') no-repeat center;
}

#footer a, #footer h2, #footer h4 {
    color: #fff !important;
}

#footer address {
	background:none !important;
}

#footer p {
    line-height:26px !important;
}

#footer form input, #footer form textarea {
    color: #fff !important;
    /* background-color: rgba(92, 128, 107, 0.4) !important; */
	background-color: #1ba3e8;
    border: none !important;
}

#footer form input:focus, #footer form textarea:focus {
    background-color: #4f57ea;
}

input::placeholder, textarea::placeholder {
    color: #fff !important;
}

:-ms-input-placeholder  {
    color: #fff !important;
} 
	
		



