/*

Name: Phione
Version: 1.0
Author: MrSarac
Author URI: http://themeforest.net/user/mrsarac

Table of Contents
--------------------------
- Layout/Common
- Buttons
- Hello
- Header
- About
- Services
- Portfolio
- Testimonial
- Team
- Clients
- Blog
- Contact
- Map
- Footer

Layout/Common*/


/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}



BODY
{
	line-height: 1.618em;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666;
	position: relative;
	background-color: #FAFAFA;
	height: 100%;
}
A
{
	color: #5D89B7;
}
A:focus
{
	outline: none;
}
A:hover
{
	text-decoration: none;
	color: #354D65;
}
H1
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clr
{
	clear: both;
}
.hide
{
	display: none;
}
.section
{
	padding: 40px 0 60px;
}
.section P
{
}
#loader
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 9999;
	text-align: center;
	display: none\0/;
}
#loader .center
{
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}
/*
YouTube loading
http://tympanus.net/codrops/2013/09/18/creative-loading-effects/
 */
.la-anim-1
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background: #003366;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	pointer-events: none;
}
.la-anim-1::after
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: #003366;
	box-shadow: 0 0 15px #003366, 0 0 5px #003366;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, box-shadow 2s 4s;
	transition: opacity 0.2s, box-shadow 2s 4s;
	-webkit-transform: rotate(2deg) translateY(-2px);
	transform: rotate(2deg) translateY(-2px);
}
.la-anim-1.la-animate
{
	z-index: 100;
	opacity: 0;
	-webkit-transition: -webkit-transform 1s ease-in, opacity 1s 1s;
	transition: transform 1s ease-in, opacity 1s 1s;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.la-anim-1.la-animate::after
{
	box-shadow: 0 0 3px #003366, 0 0 1px #003366;
	opacity: 1;
}
.title
{
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.title:before, .title:after
{
	border-top: 1px solid #003366;
	position: absolute;
	display: block;
	content: close-quote;
	height: 2px;
	top: 50px;
	width: 30%;
	z-index: 1;
}
.title:before
{
	right: 0;
}
.title:after
{
	left: 0;
}
.title H1
{
	font-size: 2.563em;
	font-weight: bold;
	color: #003366;
	z-index: 2;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	text-transform:uppercase;
}
.title H1 I
{
	color: #DD3227;
	margin: 0;
	padding: 0;
}
.title H2
{
	font-size: 1.1em;
	font-weight: normal;
	color: #BDC3C7;
	margin-top: -33px;
}
.col-center
{
	margin: 0 auto;
	text-align: center;
	float: none;
}
/*Buttons*/
.btn
{
	border-radius: 0;
	font-weight: bold;
	line-height: 1.618em;
	font-family: "Montserrat", sans-serif;
	position: relative;
	color: #FFF;
}
.btn:hover
{
	color: #FFF;
}
.btn:after
{
	display: block;
	content: close-quote;
	top: -1px;
	right: -7px;
	bottom: 2px;
	position: absolute;
	height: 105%;
	width: 4px;
	border: 1px solid transparent;
}
.btn-blue, .btn-blue:after
{
	background-color: #003366;
}
.btn-blue:hover, .btn-blue:hover:after
{
	background-color: #006699;
}
.btn-white, .btn-white:after
{
	background-color: #fff;
	color: #003366;
}
.btn-white:hover, .btn-white:hover:after
{
	background-color: #fff;
	color: #006699;
}
.btn-red, .btn-red:after
{
	background-color: #EA4B35;
}
.btn-red:hover, .btn-red:hover:after
{
	background-color: #FB2C16;
}
.btn-orange, .btn-orange:after
{
	background-color: #F07A09;
}
.btn-orange:hover, .btn-orange:hover:after
{
	background-color: #FF9C06;
}
.btn-green, .btn-green:after
{
	background-color: #37BF78;
}
.btn-green:hover, .btn-green:hover:after
{
	background-color: #0EE799;
}
.btn-carrot, .btn-carrot:after
{
	background-color: #E74F17;
}
.btn-carrot:hover, .btn-carrot:hover:after
{
	background-color: #F26724;
}
.btn-light, .btn-light:after
{
	background-color: rgba(255, 255, 255, 0.4);
	color: #EFEFEF;
	border-color: rgba(255, 255, 255, 0.8);
}
.btn-light:hover, .btn-light:hover:after
{
	background-color: rgba(255, 255, 255, 0.9);
	color: #444;
	border-color: rgba(255, 255, 255, 0.9);
}
.btn-ghost
{
	color: #FFF;
}
.btn-ghost:hover, .btn-ghost:after
{
	color: #FFF;
	text-decoration: underline;
}
.top
{
}
/*Hello*/
.hello
{
	padding: 0;
}
.hello-header
{
	position: absolute;
	z-index: 1;
	margin: 25px auto 0;
	left: 0;
	right: 0;
}
.hello-logo
{
	display: block;
	opacity: 0.8;
}
.hello-logo:hover
{
	opacity: 1;
}
.hello-link
{
	color: #FFF;
	font-weight: 700;
	font-size: 1.6em;
	display: inline-block;
	border: 1px solid #FF0000 !important;
}
.carousel
{
	text-align: center;
}
.slide
{
	height: 593px;
}
.carousel-indicators
{
}
.carousel-indicators LI
{
}
.carousel .carousel-inner
{
}
.carousel .item
{
	background-color: transparent;
	background-position: top center;
	/*[disabled]background-size:cover;*/
	/*[disabled]height:593px;*/
	height: 32.95em;
}
.carousel .container
{
	position: relative;
}
.carousel .row
{
	margin-top: 8em;
}
.carousel .item.active
{
}
.hello-title
{
	font-weight: bold;
	font-size: 2.38em;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}
.hello-title-sub
{
	font-size: 0.6em;
	font-weight: normal;
	color: #FFF;
}
.hello-p
{
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
}
.carousel .btn
{
	margin-top: 4em;
}
.carousel-indicators
{
	bottom: 4em;
}
.carousel-indicators LI, .carousel-indicators LI.active
{
	border-width: 2px !important;
	margin: 3px;
	width: 1.2em;
	height: 1.2em;
}
.carousel-indicators LI.active
{
	background-color: #003366;
	border-color: #003366;
	/*[disabled]border-color:#FFF;*/
}
/*Header*/
.header
{
	background-color: #003366;
	height: 73px;
	width: 100%;
	z-index: 999;
}
.header.fixed
{
	width: 100%;
	position: fixed;
}
.mobile_enabled {
		display: none !important;
	}
.btn-anrufen {
	width: 100%;
	margin: 50px 0 20px 0;
}
.navbar
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav-logo
{
	display: block;
	margin-top: -10px;
}
.nav
{

background-color: #003366;

}
.nav LI
{
}
.nav LI.active
{
}
.nav LI A
{
	color: #fff;
}
.nav LI.active A, .nav LI A:hover
{
	color: #006699;
}
.nav A
{
	font-weight: normal;
	padding: 10px;
}
.nav A:hover, .nav A:focus
{
	background-color: transparent !important;
}
.navbar .icon-bar
{
	background-color: #FFF;
}
.navbar-brand
{
	padding: 0;
}
.navbar-toggle
{
	margin-right: 0;
}
.nav .open > A, .nav .open > A:hover, .nav .open > A:focus
{
	background-color: transparent !important;
}
/*Hex*/
.hexagon-profile
{
	margin: 10px 0;
	text-align: center;
}
.hexagon-profile .name
{
	font-size: 1.1em;
	font-weight: bold;
}
.hexagon-profile .info
{
	line-height: 1.418em;
}
.hexagon-mask
{
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	z-index: 1;
}
.hexagon-mask .mask
{
	background: transparent url(../images/hexagon-mask-full.png) repeat center center;
	-webkit-transition: -webkit-transform 300ms ease-out;
	-moz-transition: -moz-transform 300ms ease-out;
	-o-transition: -o-transform 300ms ease-out;
	transition: transform 300ms ease-out;
	position: absolute;
	z-index: 4;
	display: block;
	width: 300px;
	height: 300px;
	left: -50%;
	top: -50%;
	pointer-events: none;
	zoom: 1;
}
.hexagon-mask:hover .mask
{
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.hexagon-mask .mask-bg
{
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/*+opacity:80%;*/
	filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}
.hexagon-mask:hover .mask-bg
{
	display: block;
}
.hexagon-mask IMG
{
	height: 150px;
}
.hexagon-social
{
	zoom: 1;
	background: none;
	z-index: 10;
	position: absolute;
	text-align: center;
	height: 150px;
	width: 150px;
	display: none;
}
.hexagon-mask:hover .hexagon-social
{
	display: block;
}
.hexagon-social A
{
	margin-top: 82px;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
	padding: 5px;
}
.hexagon-social A:hover
{
	text-decoration: none;
}
.hexagon-social .fa-facebook:hover
{
	color: #346DA6;
}
.hexagon-social .fa-twitter:hover
{
	color: #10A5DC;
}
.hexagon-social .fa-linkedin:hover
{
	color: #10A2D9;
}
.hexagon-social .fa-dribbble:hover
{
	color: #DF3E7B;
}
.hexagon-social .fa-:hover
{
	color: #346DA6;
}
.hexagon-social .fa-:hover
{
	color: #346DA6;
}
/*About*/
.about
{
}
.about .hexagon-mask
{
	margin: 40px auto 0;
}
/*Services*/
.services
{
	color: #fff;
}
.services .title:before
{
	border-top-color: #fff;
}
.services .title:after
{
	border-top-color: #fff;
}
.services H1
{
	color: #fff;
}
.services H1 I
{
}
.services H2
{
}
.services P
{
}
.hexagon-service *
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.hexagon-service
{
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.hexagon-service .mask
{
	width: 150px;
	height: 150px;
	background: url(../images/hexagon-mask.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.hexagon-service:hover .mask
{
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	zoom: 1;
}
.hexagon-service .img
{
	vertical-align: middle;
	display: table-cell;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.hexagon-service
{
	z-index: 2;
	position: relative;
}
.hexagon-service IMG
{
}
.hexagon-service:hover IMG
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.hexagon-service .num
{
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	width: 33px;
	height: 33px;
	padding: 5px;
	/*+border-radius:20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	right: 21px;
	bottom: 3px;
	z-index: 3;
}
.service
{
	margin-bottom: 30px;
}
.service .num-green
{
	background-color: #37BF78;
}
.service .num-orange
{
	background-color: #F07A09;
}
.service .num-carrot
{
	background-color: #E74F17;
}
.service H3
{
	font-size: 1.125em;
	font-weight: bold;
	color: #FFF;
}
.service P
{
	font-size: 0.875em;
	margin-bottom: 30px;
	color: #A7A7A7;
}
/*Portfolio*/
.portfolio
{
	overflow: hidden;
	padding: 40px 0 0;
}
.portfolio-filter
{
}
.portfolio-filter UL
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.portfolio-filter LI
{
	text-align: center;
	padding: 5px 20px;
	display: inline-block;
}
.portfolio-filter LI.active
{
}
.portfolio-filter LI A
{
	color: #999;
	display: block;
	padding: 2px 12px;
	background-color: #F5F4F4;
}
.portfolio-filter LI A:hover
{
	color: #DD3227;
	text-decoration: none;
}
.portfolio-filter LI.active A
{
	color: #FFF;
	background-color: #DD3227;
}
.portfolio-container
{
	overflow: hidden;
}
.portfolio-container:after
{
	content: '';
	display: block;
	clear: both;
}
.portfolio-item
{
	width: 25%;
}
.portfolio-item:hover .portfolio-hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-item.w2
{
	width: 50%;
}
.portfolio-hover
{
	/*[disabled]background-color:#003366;*/
	background-color: rgba(0, 51, 102, 0.8);
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.portfolio-hover .table
{
	height: 100%;
	width: 100%;
	display: table;
}
.portfolio-hover .middle
{
	vertical-align: middle;
	display: table-cell;
}
.portfolio-hover STRONG
{
	display: block;
	font-size: 1.7em;
	color: #FFF;
	margin: 10px;
	padding: 0 50px;
}
.portfolio-hover I
{
	display: inline-block;
	background-color: #FFF;
	color: #333;
	padding: 8px;
	line-height: 16px;
	font-size: 0.8em;
}
.portfolio-item IMG
{
	width: 100%;
}
.referenz-gallery {
	display: none;
}
/*Testimonial*/
.testimonial
{
	color: #FFFFFF;
	-moz-text-shadow: 0 0px 10px #727272;
	-webkit-text-shadow: 0 0px 10px #727272;
	-o-text-shadow: 0 0px 10px #727272;
	text-shadow: 0 0px 10px #727272;
	padding: 50px;
}
.testimonial-item
{
}
.testimonial-item .fa
{
	font-size: 4em;
	padding: 20px 0;
}
.testimonial-item .quote
{
	font-size: 2em;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 15px;
}
.testimonial-item .name
{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
/*Team*/
.team
{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.team .hexagon-mask
{
	margin-right: auto;
	margin-left: auto;
}
.team .team-p
{
	max-width: 500px;
	margin: 0 auto 20px;
	text-align: center;
}
.team .name
{
}
.team .job
{
	font-style: italic;
}
.team .whoiam
{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #999;
	margin: 0 20px;
}
/*Clients*/
.clients
{
	background-color: #2C3E51;
}
.clients H1
{
	color: #FFF;
}
.clients .title:before
{
	border-top-color: #fff;
}
.clients .title:after
{
	border-top-color: #fff;
}
.clients-item
{
	margin: 20px;
}
.clients-item A
{
}
.clients-item A:hover
{
}
.clients-item IMG
{
}
/*Blog*/
.blog
{
}
.article
{
	text-align: center;
	margin-bottom: 50px;
}
.article H1
{
	font-size: 1.75em;
	color: #333;
}
.article H2
{
	font-size: 1.313em;
	color: #929292;
	margin: 0 0 20px;
	padding: 0;
}
.hexagon
{
	position: relative;
	overflow: hidden;
	visibility: hidden;
	width: 150px;
	height: 75px;
	margin: 0 auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.hexagon .outer
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-120deg);
	-moz-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
.hexagon .inner
{
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-120deg);
	-moz-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
.blog-info
{
	border-bottom: 1px solid #DDD;
	padding: 10px;
	color: #B4B2B2;
	overflow: hidden;
	text-align: center;
}
.blog-info .hexagon-profile
{
	margin: 0 auto 20px;
	width: 150px;
}
.blog-info I
{
	margin-left: 20px;
	margin-right: 5px;
}
.blog-info .tag
{
	color: #B4B2B2;
}
.blog-info .tag:hover
{
	color: #666;
}
.blog-content
{
}
.blog-content P
{
	padding: 10px;
}
.blog-content A
{
}
.blog-content IMG
{
	margin-bottom: 20px;
}
/*Contact*/
.contact
{
	margin-bottom: 40px;
}
.contact .fa-2
{
	font-size: 1.2em;
	text-align: center;
}
.contact UL LI
{
	line-height: 2em;
}
.contact UL LI I
{
	margin-right: 20px;
}
.form-control
{
	border-radius: 0;
	background: #EFEFEF;
	border: none;
}
.contact .container H2
{
}
.contact .container P
{
}
.contact-form
{
	margin-top: 50px;
}
.contact-form .form-group
{
}
.contact-form TEXTAREA.form-control
{
	min-height: 120px;
}
/*Map*/
.gmap
{
	overflow: hidden;
	height: 380px;
}
.gmap.selected
{
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(42, 200, 141, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(42, 200, 141, 0.6);
}
.gmap-overlay
{
	width: 100%;
	height: 380px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	display: table;
}
.gmap-overlay .text-center
{
	display: table-cell;
	vertical-align: middle;
}
/*Footer*/
.footer
{
	background: #1A1A1A;
	color: #FFF;
	padding: 20px 20px 10px;
}
.footer A
{
}
.social-icons
{
	float: right;
}
.social-icons A
{
	text-align: center;
	display: block;
}
.social-icons .fa
{
}
.social-icons .fa-2
{
	font-size: 1.7em;
}
.social-icons UL
{
}
.social-icons LI
{
	float: left;
	margin-right: 25px;
}
.social-icons A
{
	color: #AAAAAA;
}
.social-icons A:hover
{
	color: #DFDFDF;
}

/*Impressum*/
#impressum {
	display: none;
}
