::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
.dropdown-menu a:hover{
	color: #67a19b !important;
}

.single-page-title h2{
	line-height: 1em !important;
}

.icon{
    width: 75px;
    height: 75px;
    padding-top: 5px;
    color: #dadada;
    font-size: 12px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    border-radius: 50%;
    -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;
}

.icon:hover{
    background-color: #31aae2;
    color: #fff;
    border: 2px solid transparent;
}

.center{
   margin: auto !important;
   text-align: center !important;
}

.fa-section{
	width: 30%;
    min-width: 300px;
    height: 400px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 20px;
    padding-top: 20px;
    margin: 10px;
    color: #2aa093;
}

.fa-section i {
    color: white;
    font-size: 40px;
    padding: 18px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.skills-section i {
    background-color: #67a19b;
}

.content-section .fa.fa-chevron-down {
   background: white;
   color: #c49026;
   font-size: 20px;
   padding: 2px;
   margin: 2px;
   height: 10px;
}

.content-section .fa.fa-check {
   background: white;
   color: #c49026;
   font-size: 20px;
   padding: 2px;
   margin: 2px;
   height: 10px;
}

.content-section i{
	background-color: #c49026;
}

.fhu-image img {
 border-radius: 30px;
}

dl.twocolumn {
    overflow: auto;
}
dl.twocolumn dt, dl.twocolumn dd {
    float: left;
}
dl.twocolumn dt {
    clear: left;
    width: 23%;
    margin-right: 2%;
    font-weight: bold;
}
dl.twocolumn dd {
    width: 75%;
    margin-left: 0;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ---------------------------------------------- /*
 * FHU-IT -overwrites
/* ---------------------------------------------- */

body{
	 font-family : 'Roboto', sans-serif;
     font-size   : 13px;
     line-height : 24px;
     color       : #969595;
     font-weight : 400;
	 background: #fff;
}
 h1, h2, h3, h4, h5, h6 {
    margin      : 0 0 15px;
    color       : #676767;
    font-weight : 500;
    font-family: consolas, verdana, sans-serif;
}
a {
    color              : #67a19b;
    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;
}
.btn-primary {
    background-color : #67a19b;
    border-color     : #67a19b;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color : #676767;;
    border-color     : #2281ad;
}
	
carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto !important;
}

.single-page-title h1 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.x-features {
    background: #67a19b;
    padding: 100px 0 85px;
}

.x-features .img-left img {
    border-radius: 30px;
}

.x-features .promo-icon {
    float: left;
    margin-right: 25px;
    font-size: 30px;
    color: #676767
}

.x-features .promo-content {
    color: #fff;
    overflow: hidden;
    border-bottom: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #67a19b;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 2px solid #67a19b;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

#toTop:hover {
    color: #ffffff;
    background-color: #67a19b;
    border: 1px solid transparent;
    -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;
}

@media (min-width: 768px){
    .sticky-nav.navbar-default {
        background-color: #67a19b;
        padding: 15px 0;
    }
}

.navbar-default .navbar-nav > li > a{
	font-size: 15px;
	padding: 8px 15px;
}

.dropdown-header {
    font-size: 13px;
    color: #c49026; 
}

.dropdown-menu {
    display: inherit;
    top: 100% !important;
    padding: 0;
    font-size: 13px;
    visibility: hidden;
    border: 1px solid #cecece; 
    border-radius: 10px;
    box-shadow: 0px -2px 0px #cecece;
    opacity: 0;
    -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;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
}

body {
    font-family: consolas, verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #969595;
    font-weight: 400;
    background: #fff;
}

.footer-widget .fa{
   margin-top: 20px;
   font-size: 40px;
}

.hero-slide .carousel-caption h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #676767;
    background-color: #67a19b;
    border-radius: 10px;
    opacity: 0.6;
}

.vorteile i {
    color: #67a19b;
    font-size: 1em;
}

video{
    border: solid 1px lightgrey;
    border-radius: 10px;
}

.fhu-content{
	padding: 10px;
	border-radius: 10px;
}	

.fhu-content h2{
	font-size: 3em;
	line-height: 1.1em;
}

.headline{
	color: #c49026 !important;
	text-align: center !important;
}

.headline h2{
	color: #c49026 !important;
}
.headline h3{
	color: #c49026 !important;
}
.content_block_1{
	color: white;
	background-color: #67a19b;
	border-radius: 10px;
	text-align: center !important;
	font-size: 1.2em;
}
.btn{
	text-align: center;
}
.btn a{
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 10px;
  color: #ffffff;
  font-size: 40px;
  background: #c49026;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn a:hover {
  background: #67a19b;
  text-decoration: none;
}

.content_block_2{
	color: white;
	background-color: #cecece;
	border-radius: 10px;
	text-align: center !important;
	font-size: 1.2em;
}

.service-heading{
	color: #c49026;
	border-radius: 10px;
}

.service-heading-price{
	color: white;
	background-color: #c49026;
	border-radius: 10px;
}

ul.list {
	list-style-type: disc !important; 
	text-align: left;
	margin-left: 20px;
	color: #3a3a3a;
	font-size: 1.1em;
}
.doubleFont{
	size: 2em;
}

.bordered-table{
	 border-radius: 10px;
	 padding: 10px;
	 border: 1px solid transparent;
	 border-color: #cecece !important;
}

.fhu-table-header th{
	text-align: center;
	color: #67a19b;
	background-color: #ebebeb;
}

.bordered-table td{
	text-align: center;
}

.bordered-table .fa.fa-check-circle {
	font-size: 1.5em;
	color: #67a19b;
}

.bordered-table .fa.fa-close {
	font-size: 1.5em;
	color: #D47572;
}

/* Projektreferenzen: Icon vor der Ueberschrift (Projekte ohne Bild) */
.fhu-ref-icon {
	color: #67a19b;
	margin-right: 8px;
}

/* Kontaktseite: der Mailto-Block (pages/05.contact/_mailto).
 *
 * Er laeuft im Template modular/skills, weil das als einziges des Themes freien
 * Seiteninhalt ausgibt. Dessen Aufteilung ist aber auf zwei Spalten angelegt:
 * links der Text, rechts die Fortschrittsbalken. Ohne `skills:` im Frontmatter
 * bleibt die rechte Spalte leer und der Text stuende auf halber Breite links.
 *
 * Gescoped ueber :has() auf den eigenen Wrapper, damit ein spaeterer echter
 * skills-Block auf einer anderen Seite unberuehrt bleibt. Faellt :has() aus,
 * steht der Block halbbreit links — unschoen, aber vollstaendig lesbar.
 */
.skills:has(.kontakt-mailto) .x-progress {
	display: none;
}

.skills:has(.kontakt-mailto) .col-md-6 {
	width: 100%;
	text-align: center;
}

.kontakt-mailto p {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

.kontakt-mailto-btn,
.kontakt-mailto-btn:hover,
.kontakt-mailto-btn:focus {
	color: #fff;
	margin: 10px 0 25px;
	padding: 12px 32px;
	font-size: 1.1em;
}

/* Der Rueckfall fuer alle ohne eingerichtetes Mailprogramm: leiser als der Knopf,
 * aber die Adresse muss lesbar bleiben — sie ist dann der einzige Weg. */
.kontakt-mailto-direkt {
	font-size: 0.95em;
	color: #777;
}

.kontakt-mailto-direkt strong {
	color: #67a19b;
	/* Sonst bricht die Adresse am Bindestrich um: „fhu-" am Zeilenende, „it@..."
	 * auf der naechsten. Wer sie abschreiben muss, liest sie dann falsch ab. */
	white-space: nowrap;
}
