﻿body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #1f1f1f;
}
::-webkit-scrollbar { width: 10px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

/*Untertiteldarstellung*/
::cue {
  color: black;
  background: white;
}

@media (min-width: 1200px) { 
    .container { width: 1100px }
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 24px;
    font-weight: 300;
}
h5 { font-size: 16px }
p { font-size: 14px }
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover{
	text-decoration: none;
	color: #09762c;
}
a:focus {
	text-decoration: none;
	color: #09762c;
}
.highlight {
	color: #09762c
}
.highlightgsa {
	color: #e44000}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

/* Navigation */
#tf-menu {
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 10px 0;
    height: auto;
}
.navbar-brand img {
    height: 60px;
    width: auto;
}
.navbar-brand { padding: 0px 4px }

.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 8px 10px;
    /* text-transform: uppercase; */
    transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	border-bottom: 5px #09762c solid;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar {
	color: #09762c
	}
/* Header Page */
#tf-header {
	padding: 20px 0;
	background: #09762c;
	margin-top: 70px;
	color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }

/* Home Style */
#tf-home {
    background: url('img/bg/01.jpg') no-repeat fixed center;
    background-size: cover;
    color: #ffffff;
}
#tf-home .overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.17) 17%, rgba(0,0,0,0.14) 35%, rgba(0,0,0,0.1) 62%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(17%,rgba(0,0,0,0.17)), color-stop(35%,rgba(0,0,0,0.14)), color-stop(62%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.17) 17%,rgba(0,0,0,0.14) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.17) 17%,rgba(0,0,0,0.14) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.17) 17%,rgba(0,0,0,0.14) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.05) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.17) 17%,rgba(0,0,0,0.14) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.05) 100%); /* W3C */
    padding: 5% 0;
    background-attachment: fixed;
}
#tf-home a:hover {
	color: #FF0000;
}
#tf-home h1 {
	color: #ffffff
}
.content-heading p.lead { margin-bottom: 30px }
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    transition: all 0.5s;
}
a.goto-btn:hover {
	color: #ffffff;
	border-bottom: 2px #09762c solid;
}
/* Service Section */
#tf-produkte { padding: 60px 0 }
.section-header {
    padding: 40px 0;
    text-align: center;
}
.section-header h2 { text-transform: uppercase }
.section-header h5 { letter-spacing: 1px }
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 15px;
    width: 400px;
}
.fancy span:before {
    right: 100%;
    margin-right: 10px;
}
.fancy span:after {
    left: 100%;
    margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px }
.service .media-right i.fa {
	text-align: center;
	font-size: 30px;
	background-color: #09762c;
	color: #ffffff;
	padding: 25px 0;
	border-radius: 50px;
	border-top-left-radius: 0;
	margin: 0 10px;
	margin-right: 20px;
	width: 82px;
	height: 80px;
	transition: background-color 0.5s;
}
.service .media-left i.fa {
	text-align: center;
	font-size: 30px;
	background-color: #09762c;
	color: #ffffff;
	padding: 25px 0;
	border-radius: 50px;
	border-top-right-radius: 0;
	margin: 0 10px;
	margin-left: 20px;
	width: 82px;
	height: 80px;
	transition: background-color 0.5s;
}
.process:hover i.fa,
.service:hover i.fa { background-color: #333333 }
h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
}
/* Product Section */
#tf-produkte { padding: 60px 0 }
.produkt h1 { font-size: 50px }
.produkt { text-align: center }
.produkt.panel-default { border-color: #333 }
.produkt .panel-heading { padding: 30px 15px }
.produkt .panel-body { border-bottom: 1px solid }
.produkt ul.list-unstyled { padding: 20px }
.produkt ul.list-unstyled li { padding: 10px 0 }
.produkt ul.list-unstyled li small { margin-top: -10px }
.nopadding { padding: 0 }

/* Product GSA Section */
.gsa.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #e44000;
    border-color: inherit;
}

/* Product Public Section */
.public.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #005ca4;
    border-color: inherit;
}

/* Product BiU Section */
.biu.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    background-color: #fecd08;
    border-color: inherit;
}

/* Product BiU Section */
.aiu.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #006085;
    border-color: inherit;
}

/* Product featured Section */
.produkt.featured {
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.produkt.featured.panel-default {
    border-color: #000000;
    background-color: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.produkt.featured.panel-default { border-color: #000000 }
.produkt.featured.panel-default > .panel-heading { 
	font-size: 20px;
	background-color: #09762c;
	text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    border-color: inherit;
 }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #000000 }
.featured .tf-btn { margin-top: 20px }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tf-btn {
    font-size: 12px;
    word-spacing: 2px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #333333;
    /*text-transform: uppercase;*/
    border-color: #333333;
    transition: all 0.5s;
}
.tf-btn:focus,
.tf-btn:hover {
    background-color: #333333;
    border-color: #449d44;
}
.color {
    background-color: #449D44;
    border-color: #449d44;
}
.color:focus,
.color:hover {
    border-color: #333333;
    background-color: #449D44;
}

/* Dokumente */
#tf-docs { padding: 40px 0 }
.gray-bg { background-color: #f3f3f3 }
.img-wrap .profile-img {
    position: relative;
    margin-bottom: 40px;
}
.profile-img .social {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50px;
}
.about-right-content { padding: 40px 0 }
.about-left-content { padding-bottom: 60px }
.about-left-content h2,
.about-left-content h2 small { color: #333 }
.about-left-content h2 small { font-weight: 300 }
ul.social li a.fa {
	background: #09762c;
	width: 50px;
	height: 50px;
	padding: 15px;
	text-align: center;
	margin-right: -5px;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0;
}
ul.social li a.fa:hover { background-color: #333333 }
/* Skills Progress Bar */
.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #999999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #09762c;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.skills {
    margin-top: 30px;
    padding: 20px 0;
}
.skillset p {
    font-size: 13px;
    margin-bottom: 5px;
}
/* Counter */
#tf-counter {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.facts { padding: 0 }
.facts .count-box { position: relative }
.count-box {
    -webkit-backface-visibility: hidden;
    border-left: 1px solid #d3d3d3;
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateX(0px) translateY(0%);
    -webkit-transform: translateX(0px) translateY(0%);
    -moz-transform: translateX(0px) translateY(0%);
    -ms-transform: translateX(0px) translateY(0%);
    -o-transform: translateX(0px) translateY(0%);
}
/*.count-box .hover-bg{ 
  position: absolute;
  display: block;
  background-color: #FFCC32;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  transform: translateX(0px) translateY(150px);
  -webkit-transform: translateX(0px) translateY(150px);
  -ms-transform: translateX(0px) translateY(150px);
    -o-transform: translateX(0px) translateY(150px);
    opacity: 0;
}
.count-box:hover .hover-bg{
  background: #FFCC32;
  color: #fff !important;
  transform: translateX(0px) translateY(-40px);
    -webkit-transform: translateX(0px) translateY(-40px);
    -moz-transform: translateX(0px) translateY(-40px);
    -ms-transform: translateX(0px) translateY(-40px);
    -o-transform: translateX(0px) translateY(-40px);
    opacity: 1;
}*/
.count-box:hover,
.count-box:hover > i.fa { color: #ffffff }
.count-box:hover {
	-webkit-backface-visibility: hidden;
	background-color: #09762c;
}
.counter i.fa {
	font-size: 40px;
	color: #09762c;
}
.count-box.last { border-right: 1px solid #d3d3d3 }

/* GSA Section */
#tf-gsa { padding: 60px 0 }
.gsa-content { padding: 0 30px 0 }
.gsa-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333333;
}
.nav.nav-pills > li > a {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 3px solid #cccccc;
    /*text-transform: uppercase; */
    margin-bottom: 5px;
}
.nav.nav-pills > li > a small {
    font-style: italic;
}
.nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e44000;
    padding: 25px;
    border-bottom: 5px solid #ff9100;
}
.nav-pills > li > a { border-radius: 4px }
ul.gsa li span.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px;
}
.nav-text > a:hover {
	color: #333;
	border-bottom: 3px #449D44 solid;
}

/* Contact Section */
#tf-kontakt { padding: 20px 0 }
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.contact-detail {
    text-align: center;
    margin: 60px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #09762c;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #333333 }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.help-block.text-danger ul li {
    display: block;
    margin-left: -20px;
    color: #09762c;
}
#success .alert-danger {
    color: #09762c;
    background-color: #FDFDFD;
    border-color: #09762c;
    margin-bottom: 10px;
}
/* Footer */
#tf-footer {
    padding: 1% 0 1% 0;
    background-color: #09762c;
    color: #ffffff;
}
#tf-footer a:hover {
	color: #FF0000;
}
#tf-footer a:focus {
	color: #FFFFFF;
}

ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 28px;
    height: 28px;
    padding: 5px 0;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
ul.social li a i:hover { border-color: #ffffff }
/* Sidebar */
.widget {
    margin-bottom: 40px;
    padding: 0 20px;
}
.comment h4,
.widget h4,
h4.text-uppercase {
    font-weight: 300;
    color: #449D44;
}
.comment h4 span.comments { color: #333333 }
/* Search */
button.btn.btn-default {
    padding: 11px 15px;
    color: #ffffff;
    background: #449D44;
}
