/*
Template Name: finadvisor
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: uiCookies.com
*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Global Typography
    3. Section Background / .gray-bg / .white-bg
	4. Header /
	    4.1. .top-bar
		4.2. Navigation / .navbar
	5. Hero Slider / .hero-slide
	6. Services / .services
	7. About Us / .about-us
	8. Testimonial / .testimonialOne
	9. Team / .team
	10. Pricing Table / .pricing-section
	11. Client Logo / .client-logo
	12. Contact Section
	    12.1. #googleMap
	    12.2. Contact Form
	13. Footer / .footer
	14. Preloader / #preloader


# [Color codes]

# Body  (text): #888
# Heading Color #0E1555
# Theme Color (link color) #415e6c
# Mid grey (sub header) #666666
# -------------------------------------------------------------------*/



@font-face {
 font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 100;
  
}

/
  /*src: url('../fonts/catamaran-v4-latin-900.eot'); /* IE9 Compat Modes */
 /* src: local('Catamaran Black'), local('Catamaran-Black'),
    /*   url('../fonts/catamaran-v4-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*   url('../fonts/catamaran-v4-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    /*   url('../fonts/catamaran-v4-latin-900.woff') format('woff'), /* Modern Browsers */
    /*   url('../fonts/catamaran-v4-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
     /*  url('../fonts/catamaran-v4-latin-900.svg#Catamaran') format('svg'); /* Legacy iOS */



body {
	/*font-family : 'Catamaran' */
	font-family: 'Muli', sans-serif;
	font-size   : 16px;
	line-height : 1.5em;
	color       : #353e55;
	font-weight : 100;
	background  : #ffffff;
	border      : 10px solid #fff;

    }

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin : 0 0 15px;
	text-align: left;
    }

h1 {
    font-size   : 30px;
    line-height : 0.9em;
    font-weight : 100;
    color: #000000;
    text-align: left;
    }
/* --------------------------------------
 * Spez Typography
 *-----------------------------------
@media (max-width : 768px) {
    .navbar {
        padding : 10px;
        }
    }-------*/


h2 {
    font-size   : 30px;
    line-height : 1.2em;
    font-weight : 100;
	text-align: center;
    }
.pricing-table-default.text-center .pricing-head h3 {
}
.pricing-table-default.text-center .pricing-head h3 {
}

h5 {
    font-size   : 18px;
    line-height : 1.2em;
    font-weight : 500;
    }

h6 {
    font-size   : 14px;
    line-height : 1.2em;
    font-weight: 100;
    text-align: left;
    margin-top: 10px;
    }

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color              : #415e6c;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    color           : #999999;
    }

p.lead {
    font-size   : 16px;
    line-height : 1.2em;
	 font-weight: 100;
    }

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }

/*Knopf Style*/
.knopf {
	padding        : 10px 30px;
	margin-bottom  : 0;
	font-size      : 14px;
	border-radius  : 0;
	font-weight    : lighter;
	border-width   : 2px;
	text-transform : uppercase;
    }



/*knopf-primary*/
.knopf-primary {
	background-color: #EFEFEF;
	border-spacing: px 10px;
	border-collapse: separate;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	opacity: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #686868;
    }

.knopf-primary:hover,
.knopf-primary:focus,
.knopf-primary:active:focus {
	background-color: #DCDCDC;
	color        : #B5B5B5;
	border-color : #415e6c;
    }

/*btn-default*/
.btn-default {
    color            : #ffffff;
    background-color : transparent;
    border-color     : #ffffff;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
	background-color : transparent;
	color            : #E9AE7B;
	border-color     : #415e6c;
    }
/*Button Style*/
.btn {
	padding        : 10px 30px;
	margin-bottom  : 0;
	font-size      : 14px;
	border-radius  : 0;
	font-weight    : normal;
	border-width   : 2px;
	text-transform : uppercase;
    }

.btn-lg {
    font-size : 18px;
    padding   : 15px 30px
    }

/*btn-primary*/
.btn-primary {
    background-color : #415e6c;
    border-color     : #415e6c;
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background   : transparent;
    color        : #415e6c;
    border-color : #415e6c;
    }

/*btn-default*/
.btn-default {
    color            : #ffffff;
    background-color : transparent;
    border-color     : #ffffff;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
	background-color : transparent;
	color            : #E9AE7B;
	border-color     : #415e6c;
    }

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
	background-color : #f0f1f3;
	border-top       : 1px solid #eeeeee;
	border-bottom    : 1px solid #eeeeee;
	width: 100%;
    }

.white-bg {
    background-color : #ffffff;
    }

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    background : #ffffff;
    overflow   : hidden;
    }

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
    position : absolute;
    left     : 15px;
    right    : 15px;
    top      : 10px;
    z-index  : 9;
    font-family: 'Muli', sans-serif;
    }

/*Logo*/
.navbar-brand {
    padding : 0;
    height  : auto;
    margin  : 5px 0 !important;
    }
.pricing-head .price sup {
}

@media (max-width : 768px) {
    .navbar-brand {
        width : 200px;
        }

    .navbar-brand img {
        max-width : 100%;
        height    : auto;
        }
    }

/*navbar*/

.navbar {
	border-radius  : 0;
	padding        : 10px 0;
	background     : transparent;
	margin         : 0;
	font-size      : 14px;
	text-transform : uppercase;
	font-weight: normal;
    }

@media (max-width : 768px) {
    .navbar {
        padding : 10px;
        }
    }

/*navbar toggle*/
.navbar-toggle {
    margin        : 5px 0;
    padding       : 11px 10px;
    background    : transparent;
    }

.navbar-toggle:hover {
    color: #fff;
    }

.navbar-toggle .icon-bar {
    background: #fff;
    }

/*Navigation Style*/

.main-menu .navbar-right {
    margin-right : -15px;
    }

.main-menu .nav li a {
    color       : #222222;
    font-weight : normal;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    }

.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    color      : #A5BADD;
    background : transparent;
    font-weight: normal;
    }

.main-menu .nav li a:focus {
    background : transparent;
    }

@media (max-width : 991px) {
    .main-menu .nav li a {
	padding-left : 15px;
	font-weight: normal;
        }
    }

@media (max-width : 768px) {
    .main-menu .nav li {
	text-align : center;
	font-weight: normal;
        }

    .main-menu .nav li a {
	padding : 5px 0;
	color: #0e1555;
	font-weight: normal;
	font-size: 11pt;
        }

    .navbar-collapse {
        margin-top : 0px;
        background: #fff;
        }
    }


/* Sticky Menu */
.sticky-nav {
    position           : fixed;
    right              : 0;
    left               : 0;
    top                : 0;
    z-index            : 999;
    background         : #ffffff !important;
    padding            : 5px 0;
    box-shadow         : 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition : all .5s ease-in-out;
    -moz-transition    : all .5s ease-in-out;
    transition         : all .5s ease-in-out;
    }

.sticky-nav .nav li a {
	color : #0e1555;
	font-weight: normal;
    }

.sticky-nav .navbar-toggle .icon-bar{
    background: #333;
    }

@media (max-width: 768px) {
    .sticky-nav{
        padding-left: 10px;
        padding-right: 10px;
        }
    }

/*-------------------
 * Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron
 *-------------------*/

.jumbotron {
	background: url("../img/TLS_background_web.jpg") center;
	vertical-align        : middle;
	position              : relative;
	background-attachment : scroll;
	background-repeat     : no-repeat;
	box-sizing: border-box;
	border-width: medium;
	background-size: 100vw auto;
	height: 50vw;
	 }

.jumbotronarchiv {
    background-position: center;
    vertical-align        : middle;
    position              : relative;
    background-attachment : scroll;
    background-repeat     : no-repeat;
    box-sizing: border-box;
    border-width: medium;
    background-size: 100vw auto;
    height: 50vw;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-image: url("../img/TLS_background_ohne_Jahr_web.jpg");
    opacity: 0.5;
	 }
	
	
	/*-------------------
 * Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron* Jumbotron
 *------------




	
    }
@media (max-width : 300px) {
    .jumbotron {
        height: auto;;
        }
	    }
@media (max-width : 2000px) {
    .jumbotron {
        height: 850px;;
        }-------*/

.jumbotron .content {
	color             : #ffffff;
	position          : absolute;
	top               : 30%;
	left              : 0;
	right             : 0;
	height            : 30%;
	width             : 100%;
	margin            : 0 auto;
	padding           : 0 10%;
	transform         : translateY(-50%);
	-webkit-transform : translateY(-50%);
	-moz-transform    : translateY(-50%);
    }

.jumbotron .content h1 {
	color       : #454545;
	font-weight : bolder;
	text-align: left;
	margin-left: px;
	line-height: 0.8em;
	
    }


	/*-------------------

.jumbotron .content h1.a {
	color       : #454545;
	font-weight : bolder;
	font-size: 12vw;
	text-align: center;
	text-decoration: none;
    }

.jumbotron .content h1.b {
	color       : #454545;
	font-weight : bolder;
	font-size: 12vw;
	margin-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-indent: -175px;
    }
------*/
.jumbotron .content p.subh {
	font-size   : 16px;
	line-height : 1.5em;
	color       : #454545;
	font-weight: 300;
	text-align: center;
    }
.jumbotron .content p.lead {
	font-size   : 36px;
	line-height : 1.2em;
	color       : #1F2468;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
    }

.jumbotron .content p.teaser {
	font-size   : 26px;
	line-height : 1.5em;
	color       : #454545;
	font-weight: lighter;
    }

.jumbotron .content .event-date {
	font-size     : 4px;
	margin-bottom : 40px;
	color: #454545;
    }

.jumbotron .btn {
    margin-top : 40px;
    }

@media (max-width : 600px) {
    .jumbotron .content {
        min-height : auto;
        }

    .jumbotron .content h1 {
	font-size : 10px;
        }

    .jumbotron .content p.lead {
	font-size : 15px;
	line-height: 1em;
        }
    }

/*---------------------------
 * Section Wrapper
 *---------------------------*/
.section-wrapper {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    }
/*---------------------------
 * Section Register
 *---------------------------*/
.section-register {
    margin-bottom : 100px;
    text-align: center;
    font-style: normal;
    margin-top: 0px;
    bottom: 100px;
    padding-top: 0px;
    }

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-bottom : 60px;
    text-align: center;
    margin-top: 0px;
    }

.section-title h1 {
    margin-bottom : 5px;
    }

.section-title p {
    font-size : 18px;
    color     : #888888;
    font-weight: 100;
    }

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
    font-size   : 19px;
    line-height : 1.7em;
    }

.about-event address {
    font-size   : 15px;
    color       : #888888;
    line-height : 1.8em;
    }

.about-event address strong {
    color : #353e55;
    }

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/

.team .thumbnail {
    padding          : 0;
    line-height      : 22px;
    background-color : transparent;
    border           : 0;
    margin-bottom: 30px;
    }

@media (max-width : 767px) {
    .team .thumbnail {
        margin-bottom : 30px;
        }
    }

.team .thumbnail img {
    width : 100%;
    }

.team .thumbnail .caption {
    padding          : 10px;
    }

.team .thumbnail h3 {
    font-size        : 16px;
    font-weight: bold;

    margin           : 0 40px;
    text-transform   : uppercase;
    padding          : 10px 0;
    }



.team .thumbnail h3 small {
    font-size: 14px;
    color     : #888;
    display: block;
    font-weight: normal;
    }


.team .social-links li {
    display      : inline-block;
    margin-right : 3px;
    }

.team .social-links li:last-child {
    margin-right : 0;
    }

.team .social-links li a {
    display   : block;
    font-size : 14px;
    color     : #ccc;
    padding   : 0 5px;
    }

.team .social-links li a:hover {
    color : #333;
    }

/* --------------------------
 * Agenda
 *---------------------------*/
.section-ajenda .session {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    /* [disabled]border-left   : 1px solid #eeeeee; */
    margin-bottom : 10px;
    }

.section-ajenda .session time {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 20px;
    /* [disabled]border-bottom: 1px none #eeeeee; */
    display       : inline-block;
    font-size: 12pt;
    font-weight: normal;
    /* [disabled]border-top-style: none; */
    /* [disabled]border-right-style: none; */
    /* [disabled]border-left-style: none; */
    }

.section-ajenda .session h2 {
	margin : 20px 0 0 20px;
	text-align: center;
    }

.section-ajenda .session h6 {
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size      : 10pt;
	line-height: 14pt;
    }

.section-ajenda .session h3 span {
    font-size   : 14px;
    display     : block;
    line-height : 1;
    }

/* --------------------------
 * Pricing Table
 *---------------------------*/

.pricing-section .pricing-table-default {
	border         : 1px solid #f1f1f1;
	background     : #ffffff;
	padding-bottom : 20px;
	min-height: 260px;
    }

@media (max-width : 766px) {
    .pricing-section .pricing-table-default {
	margin-bottom : 30px;
	padding-bottom: 0px;
        }
    }

.pricing-section .pricing-head h3 {
	font-size        : 15px;
	font-weight      : bold;
	text-transform   : uppercase;
	color            : #796D6D;
	padding          : 14px 40px;
	margin           : 0;
	background-color : #FFFFFF;
    }

.pricing-section .pricing-head .price {
	display     : block;
	font-size   : 32px;
	line-height : 24pt;
	font-weight : lighter;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
    }

.pricing-section .pricing-head .price sup {
	font-size      : 12px;
	font-weight    : lighter;
	vertical-align : super;
	top            : 0;
    }

.pricing-section .pricing-detail {
	margin : 0 20px 25px 20px;
    }

.pricing-section .pricing-detail p {
    margin : 0;
    }

/*pricing list*/

.pricing-section .pricing-list li {
    display : block;
    padding : 8px 0;
    }

.pricing-section .pricing-list li i {
    margin-right : 17px;
    }

.pricing-section .pricing-list li:first-child {
    padding-top : 25px;
    }

.pricing-section .pricing-list li:last-child {
    padding : 12px 0 0;
    }

.pricing-section .pricing-detail .pink-i li {
	position : relative;
	font-size: 10pt;
    }

/* --------------------------
 * Client Logo 
 *---------------------------*/

.client-logo a img {
    width              : 100%;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : .5;
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
    }

/* ------------------
 * Google Map
 * ------------------*/

#googleMap {
    height        : 320px;
    border        : 5px solid #ffffff;
    margin-bottom : 100px;
    }

/* ---------------------------
 * Subscribe Form
 * --------------------------- */

.subscribe-form {
    text-align : center;
    }



/*-------------------
 * Form Style
 *-------------------*/

.form-control {
    height        : 46px;
    padding       : 0 20px;
    font-size     : 14px;
    line-height   : 46px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
    }

.form-control.input-lg {
    height        : 60px;
    padding       : 0 20px;
    font-size     : 18px;
    line-height   : 60px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
    min-width     : 400px;
    }

.form-control:focus,
.form-control:active {
    box-shadow   : none;
    border-color : #415e6c;
    }


@media (max-width : 600px) {
    .form-control.input-lg{
        min-width: auto;
        display: block;
        }
    }

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

/* Copyright */

.footer .copyright-section {
    font-size : 13px;
    color     : #888888;
    padding   : 30px 0;
    }

.footer .copyright-section .copytext {
    font-weight : 100;
    display     : block;
    }

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background : #ffffff;
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
    }

#status,
.status-mes {
    background-image    : url(../img/preloader.gif);
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
    }

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
    }
