

/* CSS Document */



/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v19-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v19-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}






/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

.uk-button {
	 color: #dedede;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/

body {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #68676f;
}


p, ul, ol, dl, blockquote, pre, address, fieldset {
    margin: 0 0 15px 0;
}
a:hover, a:focus {
    color: #ababab;
    text-decoration: none;
}



strong, b {
    font-weight: 500;
    letter-spacing: 0.03em;
}

h3 {
    font-size: 25px;
}
h1, h2, h3 {
    font-weight: 300;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',sans-serif;
    line-height: 1.3em;
}





h2 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
}


h3{
	color:#222222;
	font-size:25px;
	margin:0 0 5px 0;

	font-weight:300;
}

h5{
	color:#222222;
	font-size:25px;
	margin:0 0 5px 0;
	font-weight:300;
}

h5 span {
	font-size:14px;
	margin-top:-40px;
}

h6{
	font-size:16px;
	color:#888888;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}

.checker {
	background: #f59b00bd;
  box-shadow: 2px 2px 3px #000000;
  color: #333333 !important;
  border-radius:8px;
  margin-bottom:5px;
}


.text-high, sup {
    position: relative;
    font-size: 0.8em;
    top: -0.5em;
    margin-left: 0.15em;
}


.uk-title-h3 {
	color:#d9d9d9 !important;
	font-size:25px;
	margin:0 0 5px 0;

	font-weight:300;
    line-height: 44px;
}


.mb-0 {
	margin:18px 25px;
	font-size:20px;
	border-bottom: thin #dedede solid ;
}

.mliste a{
	color:#f59b00
}

a[href$=".pdf"]::before {
    content: "\f1c1";
    font-family: FontAwesome;
margin-right: 8px;}

.header-caption h1, .header-caption h2, .header-caption h3, .header-caption h4, .header-caption h5, .header-caption h6 {
    color: #ffffff;
    font-weight: 300;
}


.header-caption {
text-align: center;
color: #d9d9d9;
font-size: 21px;
line-height: 31px;

}



.learn-more {
	padding-top:10px;
}
.learn-more__link {
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 10px;
	
}

.in #will-hide{
	visibility:hidden;
}


.learn-more__line {
    position: relative;
    z-index: 0;
    top: -11px;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #f59b00;
    vertical-align: top;
	
}
.visibile {
	display:none;
}


/* Header Styles
---------------------------------*/
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
    background-color: #dddddd;
}


.navi{
	padding-left:10px;
	padding-right:10px;

}


.navbar {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 120px;
	margin-bottom:0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #34333c;
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	border:none;
}
.navbar__logo {
    height: 40px;
    max-width: 305px;
    float: left;
}

.navbar-brand {

    padding: 1px 8px;
    font-size: 18px;
    line-height: 25px;
}
.navbar-default .navbar-nav > li > a {
    color: #dbdbdb;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #c1c1c1;
}


.navbar__inner--right {
    float: right;
}
.navbar__link:hover {
    color: #cccccc;
    text-decoration: none;
}
.navbar__link:hover {
    color: #cccccc;
    text-decoration: none;
}
a.uk-link {
    color: #dbdbdb;
    text-decoration: none;
    cursor: pointer;
	font-size:16px;
}
.dropdown-menu::before {
    position: absolute;
    top: -12px;
    left: 125px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent #34333c transparent;
}
.dropdown-menu {
    position: absolute;
    top: 50%;
    left: -90px;
    z-index: 999;
    display: none;
    float: left;
    min-width: 260px;
    padding: 20px;
    margin: 80px 0 0;
    list-style: none;
    font-size: 16px;
	color:#dedede;
    background-color: #34333c;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}
.dropdown-menu h3 {
	color:#dedede;
}
.butn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	color:#dbdbdb;
    background: transparent;
    border: 1px solid #ffffff;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
	margin-top:3px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.uk-navbar-nav, .navbar__items {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.navbar__item {
    margin: 0 17.5px;
}
.uk-navbar-nav > li, .navbar__item {
    float: left;
    position: relative;
}
.contact-buttons {
    position: relative;
    float: left;
}

.contact-buttons__item {
    float: left;
    margin: 0 7px;
}

a {
    color: #ababab;	
}


.header{
	text-align:center;
	padding:0;
}
.logo{
	width:130px;
	margin:0 auto 35px;
}


.block {
	-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: justify;
}

.linker {
	color:#f59b00;
}





.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}

.start-bild {
	max-height:750px;overflow:hidden;
}
.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}

.blog_row {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* Navigation
---------------------------------*/
.hamburger {
    position: relative;
    float: right;
    width: 35px;
    height: 30px;
    cursor: pointer;
    top: 5px;
    touch-action: manipulation;
}



.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #626262;
	position:relative;
	background:#fff;
	z-index:99 !important;
}
.main-nav{
	text-align:center;
	margin:0px 0 0px;
	padding:0;
	list-style:none;
	
}





.main-nav li{
	display:inline-block;
	font: normal 14px / 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#222222;
	text-transform:uppercase;
	text-decoration: none;
	line-height:20px;
	padding:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a{
	color:#6e6e6e;
}

.main-nav .active{ 
	text-decoration:none;
	background:#68676f;	
}
.main-nav .active a{
	color: #ababab !important;	
}


.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:40px 0 50px;
}

.main-sectionst{
	padding:20px 0 50px;
}

.sub-nav__link--active:hover, .main-navi:active {
    color: #cccccc;
    background-color: #68676f;
}

/* Stelle */
.main-sectionstelle{
	padding:0px 0 50px;
}
.card-body {
	margin:20px 20px 40px 20px;;
}

.card-header {
	padding:10px;
	margin: 10px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,e5e5e5+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
border: thin solid #dedede;
}




/* Team
---------------------------------*/
.team {
	padding:20px;
	margin-bottom:20px;
}

.team li h3 {
	font-size:20px;
}
.team a {
	color: #f59b00
}
.team a:hover {
	color: #a96b00
}

.team li {
	list-style:none;
	
}
.ma {
	padding:20px;
	margin-bottom:20px;
}

.ma li h3 {
	font-size:14px;

}
.ma a {
	color: #f59b00
}
.ma a:hover {
	color: #a96b00
}
.ma li {
	list-style:none;
	
}

div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #dedede;
  margin-top: 20px;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #f0f0f0;
  background-image: #f0f0f0;
  border-color: #ffe8bf;
  color:#666666;

}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 15px solid #dddddd;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}







/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.gelb {
	background-color: #f59b00;

}
.sblock {
		padding-top:11%;
		padding-bottom:5%;
		padding-left:3%;
}

.sblocks-h3 {
	color:white !important;
	font-size:30px;
	margin:0 0 5px 0;
	font-weight:300;
    line-height: 44px;
}
.uk-margin {
	margin:0 0 10px 0;
	color:white;
}
.gelb figure {
	padding:0px;
}

.main-section.alabaster{
	background:#fafafa;
}
.site-heading {
    width: 100%;
    background: #f59b00;
    padding-top: 60px;
    padding-bottom: 60px;
	margin-bottom:40px;

}

.site-headings {
    width: 100%;

    padding-top: 60px;
    padding-bottom: 60px;
	margin-bottom:40px;
	background: url(../img/kletterer.png) right no-repeat;
	background-size: contain;
}


.site-headinger {
    background: #f59b00;
}

.site-headings h1 {
    color: #ffffff;
    font-size: 68px;
    line-height: 70px;
    font-weight: 100;
    margin: 0;
}


.site-heading h1 {
    color: #ffffff;
    font-size: 68px;
    line-height: 70px;
    font-weight: 100;
    margin: 0;
}

.omar {
    width: 100%;
    background-color: #f59b00;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.normal li{
	list-style:disc;
	color:#222222;
}


.uk-container-center, .container, .item-page, .blog__page-header, .blog__item-body, .site-heading__inner {
    margin-left: auto;
    margin-right: auto;

}

.site-headingaus {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  background: url(../img/kid.png) right no-repeat;
    background-size: auto;
  background-size: contain;
}

.site-headingaus h1 {
    color: #ffffff;
    font-size: 68px;
    line-height: 70px;
    font-weight: 100;
    margin: 0;
}

.aushead {
	color:#f59b00;
	font-weight:500;
}

.ausheads {
	color:#f59b00;
	font-weight:500;
	font-size:1.6em;
}

/* Featured Work
---------------------------------*/
.featured-work{
	
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
	color: #fff;
	border: 2px solid #fff;
}

.c-logo-part{
	min-height: 20vh;
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(104,103,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(104,103,111,1) 0%, rgba(83,83,89,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(104,103,111,1) 0%,rgba(83,83,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(104,103,111,1) 0%,rgba(83,83,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68676f', endColorstr='#535359',GradientType=0 ); /* IE6-9 */
	text-align: center;
	color: #999;
	font-size: 21px;
	line-height: 31px;
}
.c-logo-part h3 {
	color:#ffffff !important;
font-size: 60px;
line-height: 70px;
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7cc576;
    border:1px solid #7cc576;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Footer
---------------------------------*/

.footer{
width: 100%;
background-color: #34333c;
padding-top: 60px;
padding-bottom: 90px;
color: #ffffff;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright, .credits{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}

.footer-nav__item {
	list-style:none;
}

.footer-nav__item__link{
	color:#ffffff;
}


.copyright a, .credits a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#999;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
    float: right;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #dedede !important;
}

.portfolioContainer{
	max-width: 1140px;
}
/* 
    Created on : 09.09.2014, 08:54:17
    Author     : Aicha Vack
*/

/*Mandatory Fields*/
.vis_mandatory {
	color: #FF0000;
	padding: 0px;
	font-size: 0.83em;
	font-weight: bold;
}

p.errorcontainer {
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: -10px;
}


label.error {
	font-size: 10px;
	color: #fff;
	padding: 10px;
	background-color: gray;
	border-radius: 5px;
	display: inline-block !important;
    max-width: 60%;
	margin: 0 0 0 30%;
}

p.errorcontainer:after {

	width: 0;
	height: 0;
	display:block;
	margin-left: 35%;
	border-top: 12px solid gray;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: "";
    margin-bottom: 12px;
}

.mcindividual label.error {
    max-width: 90%;
	margin: 0 0 0 0;
}

.mcindividual p.errorcontainer:after {
    margin-left: 20px;
}

.mcindividual .row-fluid {
    position: relative;
    
}

.mcindividual div[class^='fc-tbxfield'] {
    z-index: 1000;
}
#vispoweredby {
	text-align:center !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#vispoweredby a {color:#666666;}

.visCustomText {
    margin-top: 10px;
    margin-bottom: 10px;
}

.visCSSbot10 {
    margin-bottom: 10px;
}
.visCSStop10 {
    margin-top: 10px;
}

.visCSStop7 {
	padding-top: 7px;
}

.mcindividual .input-group {
	margin-bottom: 10px;
}

.visform [class^="fieldset-"] {
	display: none;
}

.visform [class^="fieldset-"].active {
	display: block;
}

.visprogess {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px ;
	border-radius: 4px ;
	*zoom: 1;
}

.visprogess:before,
.visprogess:after {
	display: table;
	line-height: 0;
	content: "";
}

.visprogess:after {
	clear: both;
}

.stepCont {
	display: inline-block;
	text-align: center;
}

.visprogess .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
}

.visprogess .badge {
	padding-right: 9px;
	padding-left: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.visprogess .badge:empty {
	display: none;
}

.visprogess a.badge:hover,
.visprogess a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.visprogess .badge-important {
	background-color: #b94a48;
}

.visprogess .badge-success {
	background-color: #468847;
}

/*Accordions*/
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapse.in {
	height: auto;
}

.accordion {
	margin-bottom: 20px;
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion-heading {
	border-bottom: 0;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
	ul.footer-nav__items {padding:0px;}
/*Fonts*/
@font-face {
	font-family: 'visIcon';
	src:url('../fonts/visIcon.eot?-7x6gp7');
	src:url('../fonts/visIcon.eot?#iefix-7x6gp7') format('embedded-opentype'),
		url('../fonts/visIcon.woff?-7x6gp7') format('woff'),
		url('../fonts/visIcon.ttf?-7x6gp7') format('truetype'),
		url('../fonts/visIcon.svg?-7x6gp7#visIcon') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="visicon-"], [class*=" visicon-"] {
	font-family: 'visIcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="visicon-"],
[class*=" visicon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="visicon-"]:before,
[class*=" visicon-"]:before {
	font-family: 'visIcon';
	font-style: normal;
	speak: none;
}
[class^="visicon-"].disabled,
[class*=" visicon-"].disabled {
	font-weight: normal;
}

.visicon-arrow-up-3:before {
	content: "\e600";
}
.visicon-arrow-down-3:before {
	content: "\e601";
}
.visicon-edit:before {
	content: "\e602";
}
.visicon-calendar:before {
	content: "\e603";
}
.visicon-download:before {
	content: "\e604";
}
.visicon-eye:before {
	content: "\e9ce";
}

.modal-header .close {
    margin-top: -30px;
}
.close {
    font-size: 35px;
}
.fieldset-1.active {
	background:#ffffff !important;
}
.modal-header {
    border-bottom: 1px solid #222222;
	margin:0 30px;
}
.visform input, .visform select, .visform textarea {
    border: 1px solid #999;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    padding: 2px;
    background: none;
}
.visCSSinput, .editor {
    width: 66%;
    margin-top: 10px;
    background: none;
}
.modal-form__input {
    display: block;
    margin-top: 15px;
    width: 100% !important;
    padding: 15px !important;
    border-width: 1px !important;
    color: #68676f;
    border-color: #34333c;
    border-radius: 4px;
    font-size: 16px;
}
.form-datenschutz {
    font-size: 1rem;
    line-height: 1.3;
    color: #9e9e9e;
    margin: 0;
}
.form-datenschutz a{
color:#f59b00
}
.visform input, .visform select, .visform textarea {
    border: 1px solid #999;
    padding: 2px;
    background: none;
        background-color: rgba(0, 0, 0, 0);
}
.modal-form__submit {
    background-color: #f59b00 !important;
    color: #000000 !important;
    border: 0px !important;
    margin-top: 30px;
    text-transform: uppercase;
}
.modal-form__input {
    display: block;
    margin-top: 15px;
    width: 100% !important;
    padding: 15px !important;
    border-width: 1px !important;
    color: #68676f;
    border-color: #34333c;
    border-radius: 4px;
    font-size: 16px;
}
.modal-dialog {
    width: 400px;
}
/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}