/* ==============================================================

Site name : gotthardwulff
Author : dieExen
Version : v1.0.1

=========================== */


body {
	background:#333;
	font-family:'open_sans';
	font-size:13px;
	line-height:24px;
	color:#676767;
}

.cc_container .cc_btn {
background-color: #212121 !important; /* Farbe des Buttons */
color: #e5e5e5 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #636278 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #a3a3a3 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #e5e5e5 !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px!important;
    overflow: hidden;
    padding: 10px 15px 50px;
}

@media screen and (min-width: 500px) {
 .cc_container {
  left:initial;
  right:20px;
  bottom:100px!important;
  width:300px;
  padding-bottom:77px
 }
  }
/**/

a,
a:active,
a:focus,
a:hover{
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover{
	text-decoration:underline;
}

h2, h3, h4, h5, h6{
	color:#333333;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 10px 0;
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}
#datenschutz > h4{
	font-size:20px;
	line-height:28px;
	text-transform: none;
}

h1 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 700;
}
h2{
	font-size:36px;
	line-height:48px;
}

h3{
	font-size:30px;
	line-height:42px;
}

h4{
	font-size:28px;
	line-height:36px;
}

h5{
	font-size:18px;
	line-height:28px;
}

h6{
	font-size:14px;
	line-height:24px;
}

p{
	margin-bottom:20px;
}
.subtitle {
	font-family: 'open_sans';
    font-size: 30px;
    line-height: 40px;
     text-transform: none;
    letter-spacing: 1px;
}
.big {
	font-family: 'open_sans';
    font-size: 25px;
    line-height: 1;
     text-transform: none;
    letter-spacing: 1px;
	font-weight: 700;
}
.subtitle2 {
	font-family: 'open_sans';   
    text-transform: none;
    
    font-size: 24px;
    margin-bottom: 50px;

}
.big2 {
	font-size:13px;
}

@media (max-width: 767px) {	
h1 {
   

	font-family: 'open_sans';
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 1px;
}
.big2 {
	display:none;
}
.subtitle2 {
    font-family: 'open_sans';
    text-transform: none;
    font-size: 18px;
    margin-bottom: 30px;
}
h4{
	font-size:18px;
	line-height:28px;
}
}

.lb-image{
	border: solid 5px #fff!important;
}
.lb-outerContainer {    
    background-color: black!important;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: center!important;
    line-height: 1.1em;
    margin-top: 10px!important;
}
.lb-data .lb-close {    
    margin-top: 10px!important;
}

label{
	color:#333;
}

.modal {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

ul.list,
ul.circle-list{
	margin:0;
	padding:0;
}

ul.list li,
ul.circle-list li{
	list-style:none;
	margin:0;
	padding:0;
}

ul.circle-list{
	margin-bottom:15px;
}

ul.circle-list li{
	position:relative;
	padding-left:30px;
	margin-bottom:15px;
}

ul.circle-list li span{
	position:absolute;
	width:22px;
	height:22px;
	border:2px solid;
	border-radius:50%;
	text-align:center;
	left:0;
	top:2px;
}

ul.circle-list li span i{
	position:absolute;
	width:12px;
	height:12px;
	border:2px solid;
	border-radius:50%;
	display:inline-block;
	left:3px;
	top:3px;
}

ul.link-list{
	padding:0 0 0 10px;
}

ul.link-list li{
	padding:2px 0 2px 5px;
}

pre{
	border-radius:2px;
}
.post-content {
    background: none repeat scroll 0 0 #FFFFFF;
    top:10px;
    left:10px;
	padding-right:10px;
    position: absolute;
}
post-thumb {
    position:relative;
}

/*
Images
=========================== */
.alignleft{
	float:left;
	margin:10px 20px 20px 0;
}

.alignright{
	float:right;
	margin:10px 0 20px 20px;
}

.projekt-item{
	background:url(../img/frame.png) no-repeat 0 0;
	width:75px;
	height:75px;
	padding:15px 0 0 15px;
}
.isotope-item img:hover{
opacity:0.8;	
	
}

.img-wrapper{
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}

.img-wrapper img{
	display:table;
	margin:0px auto;
}

.img-maxwidth{
	display:block;
	width:100%;
}

.img-caption{
	background:rgba(255, 255, 255, 0.4);
	border:15px solid rgba(0, 0, 0, 0.3);
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
	text-align:center;
}

.img-caption span{
	font-weight:700;
}

div.desc{
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.fix{
    width: 100%;
    padding: 0px;
}

.team{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	top:35%
}

.team ul{
	display:block;
	margin:0;
	padding:0;
}

.team ul li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}

.follow{
	display:block;
	border:5px solid rgba(51, 51, 51, 0.8);
	background:rgba(255, 255, 255, 0.8);
	color:rgba(51, 51, 51, 0.8);
	width:40px;
	height:40px;
	font-size:18px;
	line-height:31px;
}

.zoom,
.link{
	position:absolute;
	width:80px;
	height:80px;	
	border:10px solid rgba(0, 0, 0, 0.3);
	background:rgba(255, 255, 255, 0.2);
	text-align:center;
	color:rgba(51, 51, 51, 0.5);
	font-size:26px;
	line-height:58px;
	top:50%;
	z-index:4;
}

.zoom{
	left:-50%;
	margin:-67px 0 0 -67px;
}

.link{
	border:10px solid rgba(0, 0, 0, 0.45);
	background:rgba(255, 255, 255, 0.3);
	color:rgba(51, 51, 51, 0.7);
	font-size:32px;
	line-height:62px;
	right:-50%;
	margin:-13px -67px -53px 0;
	z-index:6;
}

.zoom:hover,
.link:hover{
	background:rgba(255, 255, 255, 0.8);
	z-index:8;
}
/*
Tooltip
=========================== */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:'open_sans';
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00;
  border-radius: 2px;
}


/*
Blockquote
=========================== */
blockquote{
	position:relative;
	font-size:16px;
	font-style:italic;
	line-height:30px;
	padding:10px 0 0 50px;
	margin:0 0 20px 0;
	border:none;
}

blockquote span.quote{
	position:absolute;
	background:url(../img/quote.png) no-repeat 16px 10px;
	width:45px;
	height:45px;
	border-radius:50%;
	top:0;
	left:0;
}

blockquote p{
	position:relative;
	z-index:4;
	margin:0;
}
blockquote p > span{
    font-size: 16px;
    line-height: 30px;
}

.blockSmall {
	font-size: 14px;
   line-height: 20px;
}
.blockSmall > p > span{
    font-size: 16px;
    line-height: 20px;
}



/*
Navbar
================================== */
.navbar {
  position: relative;
  min-height: 102px;
  margin-bottom: 0;
  border: none;
  padding:60px 0 55px 0;
	-webkit-transition: padding 0.2s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: padding 0.2s;
    transition-timing-function: linear;
  z-index:8888;;
}
.is-sticky .navbar{
  padding:0;
}
.navbar-nav > li > a {
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  border-top:2px solid transparent; 
}

.navbar-right{
	margin:0;
}

.navbar-default {
  background-color: #333333;
  border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #fdfdfd;
  margin-right:2px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .dropdown.active .dropdown-toggle:hover
.navbar-default .navbar-nav > .dropdown .dropdown-toggle:hover,
.navbar-default .navbar-nav > .dropdown .dropdown-toggle:focus{
  background: rgba(255,255,255,0.0);
  border-top:1px solid;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}



.navbar-header{
	float:left;
	width:100%;
	margin-bottom:10px;
}
@media only screen and (max-width : 768px) {
.navbar-collapse li  a{ 
	  background: #444;
	  padding:10px; 
}
.navbar-collapse li a { 
	 
	
	text-align: center;
	margin:5px 0px 5px 20px;
	border: 0px solid #66AFE9;
}
.navbar-collapse ul  { 
	margin-top: 50px;
	 width: 100%;
	text-align: center;
	-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}

 
}

a,
a:hover,
a:focus,
.right-link li,
.text-light,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .dropdown.active .dropdown-toggle:hover
.navbar-default .navbar-nav > .dropdown .dropdown-toggle:hover,
.navbar-default .navbar-nav > .dropdown .dropdown-toggle:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.aside-section h3,
.panel-title a.active,
.panel-title a.active:hover,
.panel-title a.active:focus,
.fa-primary,
footer ul.link-list li a:hover,
.socials li a:hover,
.img-caption span,
.validation,
.item-title a:hover,
ul.slides li .wrap-slide h3 span,
blockquote p > span{
	color:#e4284b;
}
.flex-cap  > span{
	color:#e4284b;
}
/*
Background color
=========================== */
.btn-primary,
.heading span,
.sparator-line,
.aside-section h3 span,
.btn-search,
.service-btn,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.btn-started a:hover,
.btn-play a:hover,
.inner-heading,
ul.tags li a:hover,
.btn-cart,
#toTopHover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
div.jp-type-playlist div.jp-playlist li.jp-playlist-current,
.remove:hover{
	background-color:#636278;
}



/*
Border color
=========================== */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus ,
.navbar-default .navbar-nav > .dropdown.active .dropdown-toggle:hover
.navbar-default .navbar-nav > .dropdown .dropdown-toggle:hover,
.navbar-default .navbar-nav > .dropdown .dropdown-toggle:focus,
.link:hover,
.tab-content,
.widget .tags li a:hover,
{
	border-color:#E4284B;
}




.right-link{
	float:right;
	margin:0;
	padding:0;
}

.right-link li{
	float:left;
	list-style:none;
	margin:0;
	padding:10px 0 10px 10px;
	font-weight:700;
	text-transform:uppercase;
}



ul.pagination{
	margin:0 0 30px 0;
}

ul.pagination li a{
	margin:5px;
	padding:10px 15px;
	font-size:15px;
	font-weight:bold;
	border:solid 5px #e5e5e5;
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-o-border-radius:0px !important;
	color:#333333;
}

ul.pagination li a:hover,
ul.pagination li a:focus{
	background:transparent;
	color:#333333;
}

.aside-section ul.pagination{
	margin:30px 0 30px 0;
	padding:0 30px 0 30px;
}

.aside-section ul.pagination li a{
	border:solid 5px #858585;
	background:none;
	color:#a3a3a3;
}

/*
Breadcrumb
================================== */
ol.breadcrumb{
	background:transparent;
	margin-bottom:0;
}

ol.breadcrumb li{
	text-transform:uppercase;
}

ol.breadcrumb li.active{
	color:#333;
}

ol.breadcrumb li a{
	color:#fff;
	font-family:open_sans;
}

.breadcrumb > li + li:before {
  padding: 2px 10px 2px 10px;
  color: #fff;
  content: "|";
}

/*
Tab
================================== */
.nav-tabs{
	border-bottom:none;
}

.nav-tabs > li > a{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:2px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	border:none;
	margin-bottom:1px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a{
	color:#fff;
	border:none !important;
}

.nav-tabs > li > a:hover {
  background:#fcfcfc;
  border-color: #eee #eee #ddd;
}

.tab-content{
	border-top:solid 5px;
}

.tab-content > .tab-pane {
  border:1px solid #ddd;
  background:#fff;
  opacity:0.9;
  filter:alpha(opacity=90);
  border-top:none;
  padding:30px;
  text-align:left;
  color:#333;
}

/*
Accordion
================================== */
.panel-group .panel {
	margin-bottom: 0;
	border: 1px solid #e0e0e0;
	border-radius:0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-body {
	padding:15px 20px 0 20px;
	border-radius:0;
}

.panel-heading {
	position:relative;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background:#fff;
	padding:8px 15px 8px 45px;
}

.panel-title {
	font-size: 18px;
	color: inherit;
	border-radius: 0;
	font-weight:400;
	text-transform:none;
	margin-bottom: 0;
}

.panel-title a{
	display:block;
	border-radius: 0;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active{
	text-decoration:none;
}


.plus,
.minus{
	position:absolute;
	font-size:22px;
	top:16px;
	left:15px;
}

.minus{
	display:none;
}

.panel-title a.active .plus{
	display:none;
}

.panel-title a.active .minus{
	display:block;
}

.panel-default > .panel-heading {
	color: #444;
	background: none;
	border-color: none;
	border-radius: 0;
}


/*
Header
=========================== */

.page-wrapper {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   min-width: 360px;
   padding: 0;
   width: 100%;
}
header{
	float:left;
	width:100%;
	z-index:8888;
}

.box{
	position:fixed; 
  background-image:url(../images/gotthard-wulff-logo.jpg); 
  background-repeat:no-repeat;
    background-size:contain;
	transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index:9999;
  width:180px;
    margin-left:20%
}
.box-page{
	position:fixed; 
  background-image:url(../images/gotthard-wulff-logo.jpg); 
  background-repeat:no-repeat;
    background-size:contain;
	transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index:9999;
  width:180px;
    margin-left:20%
}
.hidden{
	display:none;
}

/*
iso
=========================== */

.portfolioFilter a {    
	color:#999;
	text-decoration:none;
	
}
.portfolioFilter li { 
   margin-bottom: 15px;
}
.portfolioFilter a span{   
	color: #e4284b;
	text-decoration:none;
}

.portfolioFilter a.current { 
    font-weight:bold;
}
.portfolioFilter a.current::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.8em;    
	color: #e4284b;
}


img {
    margin:5px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.item:hover { 
    opacity:0.8;
}
#items > section {
	margin: 20px 0;
}
#items > section a {
	display: block;
	position: relative;
}

/*
Featured
=========================== */
#intro-slider .headline{
	display:block;
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:300;
	font-family: 'oswald';
	letter-spacing:5px;
	background:url(../img/line180.png) no-repeat bottom center;
	padding-bottom:10px;
	margin-bottom:20px;
}

#intro-slider .headline.left{
	background:url(../img/line180.png) no-repeat bottom left;
}

#intro-slider .headline.right{
	background:url(../img/line180.png) no-repeat bottom right;
}

#intro-slider .headline h1{
	color:#fff;
	margin-bottom:20px;
}

#intro-slider .headline-border{
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	display:table;
	margin:40px auto;
	padding:10px 0px 5px;
}

#intro-slider .headline-border h1{
	color:#fff;
}

ul.slides li .wrap-slide{
	position:absolute;
	font-family: 'oswald';
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.1);
	color:#fff;
	font-size:36px;
	line-height:46px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:3px;
}

ul.slides li .wrap-slide h3{
	font-size:72px;
	line-height:86px;
	font-family: 'oswald';
	letter-spacing:6px;
	color:#fff;
}

.flexslider .slides li {
    position:relative;
}

.flex-cap{
	position:absolute;
		bottom:0px;
}
.flex-cap {
	font-size:40px;
	line-height:60px;
	font-family: 'oswald';
	letter-spacing:6px;
	color:#fff;
}
@media (min-width: 1600px){
	.flex-cap{
	font-size:60px;
	}
}
@media (min-width: 1900px){
	.flex-cap{
	font-size:72px;
	}
}
@media (max-width: 1200px){
	.flex-cap{
	font-size:30px;
	}	
	.marginleft180{
	margin-left:100px;
	}
}
@media (max-width: 1024px){
	.flex-cap{
	font-size:20px;
	}
	.marginleft180{
	margin-left:0px;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
.flex-cap{
	font-size:18px;
	}
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 0.1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 0.1; right: 0;
  }
}
@media (max-width: 767px) {	
.flex-cap{
	display:none;
	}
}

/*
Heading
=========================== */
.heading{
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}

.heading span{
	position:absolute;
	width:60px;
	height:5px;
	display:inline-balock;
	left:0;
	bottom:0;
}

.heading.centered span{
	left:50%;
	margin-left:-30px;
}

.aside-section{
	position:relative;
	float:left;
	width: 33.33333333%;
	background:#303030;
	color:#a3a3a3;
	text-transform:uppercase;
	padding:60px 0 60px 0;
	z-index:4;
}

.aside-section h3{
	position:relative;
	font-family: 'oswald';
	font-weight:300;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align: left;
}

.aside-section h3 span{
	position:absolute;
	width:60px;
	height:3px;
	display:block;
	bottom:0;
}

.aside{
	padding:40px;
}

.aside-section.on-left h3 span{
	right:0;
}

.aside-section.on-right h3 span{
	left:0;
}

.aside-section.on-left{
	text-align:right;
}

.aside-section.on-right{
	text-align:left;
}

.aside-wrapper{
	border:5px solid #858585;
	padding:30px;
	font-family: 'oswald';
	
}

.aside-section.on-left .aside-wrapper{
	border-right:none;
}

.aside-section.on-right .aside-wrapper{
	border-left:none;
}

.aside-section .widget{
	padding:20px;
	position:relative;
}
.aside-bg{
	background-color:#ffffff;
	
}

.pro{
	height:100%;
	max-height:800px;
}
.title-widget{
	text-transform:uppercase;
}
.title-widget::after {
    position: absolute;
    content: "";
    border-bottom: solid 3px;
    width: 60px;
    bottom: 0px;
    left: 0px;
}
.filterUL li {
	line-height:1.5;	
}
.filterUL li span{
	color: #e4284b;	
}
/*
column
=========================== */
.half-column{
	position:relative;
	float:left;
	width:100%;
	background:#fff;
}

.sparator-grey{
	position:absolute;
	width:50%;
	left: 60%;
	height:100%;
	background:#303030;
	z-index:2;	
	display:block;
	top:0;
}
.sparator-grey-left{
	position:absolute;
	width:40%;
	height:100%;
	background:#303030;
	z-index:2;	
	display:block;
	top:0;
}

.sparator-grey.on-left{
	left:0;
}
.sparator-grey-left.on-left{
	left:0;
}

.sparator-grey.on-right{
	right:0;
}

.half-container{
	position:relative;
	float:left;
	width: 66.66666667%;
	background:#fff;
	padding:115px 0 60px 0;
	z-index:4;
	overflow:hidden;
}

.col-wrapper{
	overflow:hidden;
	border:15px solid #e5e5e5;
	padding:30px;
}

.half-container.on-left .col-wrapper{
	border-left:none;
}

.half-container.on-right .col-wrapper{
	border-right:none;
}



/*
Gray section
=========================== */
.gray-section{
	position:relative;
	background:#e5e5e5;
	padding:60px 0 60px 0;
}

.aside-gray{
	position:relative;
	border-right:3px solid #E4284B;
	padding:20px 30px 65px 0;
	text-align:right;
}


.sparator-line,
.sparator-end{
	position:absolute;
	width:12px;
	height:22px;
	display:block;
	border-left:1px solid rgba(255, 255, 255, 0.5);
	border-right:1px solid rgba(255, 255, 255, 0.5);
	bottom:0;
	left:56px;
	margin-left:-6px;
	z-index:2;
}

.sparator-line.first{
	width:56px;
	left:0;
	margin:0;
	border-left:none;
}

.sparator-end{
	width:1px;
	border:none;
	background:rgba(255, 255, 255, 0.5);
	left:100%;
	margin:0;
}


/*
projekt-slider
=========================== */
.twister{
	position:relative;
	display:block;
	width:100%;
	padding-left:95px;
	margin-top:30px;
}

.twister-author{
	color:#333;
	margin:0;
}

.twister .projekt-item{
	position:absolute;
	left:0;
	top:0;
}
.twister-more {
	font-size:12px;
	color: #999999;
}

/*
Inner page
=========================== */
.inner-heading{
	padding-top:50px;
	padding-bottom:40px;
	color:#fff;
	overflow:hidden;
}
.title-innerheading{
	position:relative;
	font-weight:bold;
	color:#fff;
	margin-bottom:0;
	z-index:2;
	opacity:0.5;
	font-size: 20px;
}

.inner-page{
	position:relative;
	background:#fff;
	padding:40px 0 40px 0;
}

.fa-inner{
	position:absolute;
	left:0;
	top:100%;
	font-size:180px;
	opacity:0.3;
	margin-top:-80px;
}
.fa-inner2 {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 180px;
    opacity: 0.3;
    margin-top: -110px;
}

.half-container.on-left.content{
	padding:60px 0 20px 30px;
}

.half-container.on-right.content{
	padding:60px 30px 20px 0;
}




/*
Contact
=========================== */
ul.listForm{
	float:left;
	width:100%;
	padding:0;
	margin:0 0 20px 0;
}

ul.listForm li {
	float:left;
	width:49%;
	padding:0;
	margin:0 0 30px 0;	
	list-style:none;	
}

ul.listForm li.first-list {
	margin-right:2%;
}

ul.listForm li.full-list{
	width:100%;
}



#outerdiv {
width:446px;
height:300px;
overflow:hidden;
position:relative;
}
#innerdiv {
position:absolute;
top:-310px;
left:-900px;
width:1280px;
height:1200px;
}
#outerdiv2 {
margin-top: -20px;
width:100%;
height:550px;
overflow:hidden;
position:relative;
}
#innerdiv2 {
position:absolute;
top:-310px;
left:-800px;
width:1280px;
height:1200px;
}
.wrapper         {width:100%;height:100%;margin:0 auto;background:transparent}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%; min-height:750px;}


/*
Footer
=========================== */
footer{
	position:relative;
	background:#212121;
	padding-top:60px;
	color:#a1a1a1;
}

footer ul.link-list li a{
	color:#a1a1a1;
}

.subfooter{
	display:block;
	background:#333333;
	color:#7e7e7e;
	margin:40px 0 0 0;
	padding:25px 0 25px 0;
}

.copyright {
	margin:5px 0 0 0;
	color:#676767;
}
.copyright:hover{
	color:#E4284B;
}

.socials{
	float:right;
	margin:0;
	padding:0;
}

.socials li{
	list-style:none;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	font-size:24px;
}

.socials li a{
	color:#595959;
}


#toTop{
	display:none;
	text-decoration:none;
	z-index:600;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	border-radius:2px;
	text-indent:-999px;
	background-image:url(../img/ui.totop.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:rgba(0, 0, 0, 0.4);
}

#toTopHover{
	background-image:url(../img/ui.totop.png);
	background-repeat:no-repeat;
	background-position: left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus{
	outline:none;
}

/*
Divider
=========================== */
.divider{
	float:left;
	width:100%;
	height:1px;
	background:#f0f0f0;
	margin:40px 0 40px 0;
}
.divider-half{
	float:left;
	width:100%;
	height:100px;
	
}

/*
Fontawesome custom
=========================== */
.square,
.circle{
	display:inline-block;
	text-align:center;
	border:2px solid;
	padding:5px;
	width:32px;
	height:32px;
	line-height:18px;
}

.circle{
	border-radius:50%;
}

.fa-2x.square,
.fa-2x.circle{
	border:4px solid;
	padding:10px;
	width:56px;
	height:56px;
	line-height:28px;
}

.fa-3x.square,
.fa-3x.circle{
	border:6px solid;
	padding:10px;
	width:82px;
	height:82px;
	line-height:50px;
}

.fa-4x.square,
.fa-4x.circle{
	border:10px solid;
	padding:10px;
	width:112px;
	height:112px;
	line-height:70px;
}

.fa-5x.square,
.fa-5x.circle{
	border:13px solid;
	padding:20px;
	width:142px;
	height:142px;
	line-height:70px;
}

.fa-default{
	color:#333333;
	border-color:#333333;
}

.fa.pull-left {
  margin-right: 20px;
}
.fa.pull-right {
  margin-left: 20px;
}

.fa-center{
	margin-bottom:5px;
}

.marginleft180{
	margin-left:180px;
}

/*
media
=========================== */

@media (max-width: 1024px){
	.aside-wrapper{
		font-size:35px;
		line-height:120px;
	}
	
	.sparator-line,
	.sparator-end{
		bottom:4px;
	}	
	
}

@media (min-width: 768px) and (max-width: 990px) {
	.half-column .container{
		overflow:hidden;
	}	
	
	.aside-section,
	.half-container{
		width:100%;
		padding:40px 20px 40px 20px;
	}
	
	.aside-section.on-left,
	.aside-section.on-right{
		text-align:left;
	}
	
	.aside-section.on-left h3 span,
	.aside-section.on-right h3 span{
		left:0;
	}
	
	.half-container.on-left.content,
	.half-container.on-right.content{
		padding:60px 0px 20px 0px;
	}
	
	.aside-wrapper{
		font-size:80px;
		line-height:100px;
	}
	
	.aside-section.on-left .aside-wrapper,
	.aside-section.on-right .aside-wrapper{
		border:15px solid #858585;
	}
	
	.half-container.on-left .col-wrapper,
	.half-container.on-right .col-wrapper{
		border:15px solid #e5e5e5;
	}
	
	
	
	.sparator-grey{
		display:none;
	}
	

	.sparator-line,
	.sparator-end{
		display:none;
	}
	

	
	.aside-gray{
		border-right:none;
		border-bottom:3px solid #E4284B;
		padding:20px 0 0 0;
		margin-bottom:60px;
		text-align:left;
	}
	
	.navbar-right{
		padding:10px 0px 10px;
	}
	
	
	#owl-twister .owl-controls div.owl-prev{
		top:-30px;
		left:50%;
		margin-left:-46px;
	}

	
	#owl-twister .owl-controls div.owl-next{
		top:-30px;
		left:50%;
		margin-left:1px;
	}

	#owl-twister .owl-controls div.owl-prev,
	#owl-twister .owl-controls div.owl-next{
		margin-top:0;
	}
	
	
	.subfooter .col-md-6{
		width:50%;
		float:left;
	}
	
	ul.socials{
		float:right;
	}
	
	.socials li{
		margin:0 10px 0 0;
	}
	
	
	.navbar .container{
		position:relative;
	}


	.inner-heading .text-right{
		text-align:left;
	}
	.inner-heading .breadcrumb{
		margin-left:-15px;
	}
}

@media (max-width: 767px) {	
	.half-column .container{
		padding-left:0;
		padding-right:0;
		overflow:hidden;
	}
	
	.aside-section,
	.half-container{
		width:100%;
		padding:40px 20px 40px 20px;
	}
	
	.aside-section.on-left,
	.aside-section.on-right{
		text-align:left;
	}
	
	.aside-section.on-left h3 span,
	.aside-section.on-right h3 span{
		left:0;
	}
	
	.half-container.on-left.content,
	.half-container.on-right.content{
		padding:60px 20px 20px 20px;
	}
	
	.aside-wrapper{
		font-size:60px;
		line-height:80px;
	}
	
	.aside-section.on-left .aside-wrapper,
	.aside-section.on-right .aside-wrapper{
		border:15px solid #858585;
	}
	
	.half-container.on-left .col-wrapper,
	.half-container.on-right .col-wrapper{
		border:15px solid #e5e5e5;
	}
	
	.sparator-grey{
		display:none;
	}
	


	.sparator-line,
	.sparator-end{
		display:none;
	}
	
	.services-column{
		width:100%;
	}
	
	.aside-gray{
		border-right:none;
		border-bottom:3px solid #E4284B;
		padding:20px 0 0 0;
		margin-bottom:60px;
		text-align:left;
	}
	
	
	#owl-twister .owl-controls div.owl-prev{
		top:-30px;
		left:50%;
		margin-left:-46px;
	}
	
	
	#owl-twister .owl-controls div.owl-next{
		top:-30px;
		left:50%;
		margin-left:1px;
	}
	
	#owl-twister .owl-controls div.owl-prev,
	#owl-twister .owl-controls div.owl-next{
		margin-top:0;
	}
	
	.features-column{
		padding-top:0;
		padding-bottom:20px;
	}
	

	

	.subfooter .col-md-6{
		width:50%;
		float:left;
	}
	
	ul.socials{
		float:right;
	}
	
	.socials{
		float:left;
		margin-top:10px;
	}
	
	.socials li{
		margin:0 10px 0 0;
	}
	
	.gallery-container{
		width:100%;
	}
	
	.form-horizontal .form-group{
		margin-right:0;
	}
	

	.navbar-toggle{
		margin-left:10px;
	}
	
	.navbar-collapse{
		border:solid 1px transparent;
	}
	
	.navbar-collapse{
		height:auto;
		overflow:auto;
	}
	
	.nav.navbar-right{
		padding:20px 0px 2px 0px;
	}
	
	.nav.navbar-right .search-wrapper{
		width:100%;
	}
	

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus{
		background-color: #f0f0f0;
		border-top:1px solid transparent;
		border-bottom:1px solid transparent;
	}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .dropdown.active .dropdown-toggle:hover
	.navbar-default .navbar-nav > .dropdown .dropdown-toggle:hover,
	.navbar-default .navbar-nav > .dropdown .dropdown-toggle:focus{
		background-color: #f0f0f0;
		border-top:1px solid;
		border-bottom:1px solid;
	}


	.form-horizontal .form-group .col-lg-12 .form-group .col-lg-8,
	.form-horizontal .form-group .col-lg-12 .form-group .col-lg-4,
	.form-horizontal .form-group .col-lg-12{
		padding:0px;
	}
	

	.form-horizontal .form-group{
		margin-left:0px;
	}

	
	#intro-slider .headline.left,
	#intro-slider .headline.right{
		background:url(../img/line180.png) no-repeat bottom center;
	}
	
	.content-video .text-left,
	.content-video .text-right{
		text-align:center !important;
	}
	

	.navbar-toggle{
		margin-right:-10px;
	}
	.navbar-brand{
		padding-left:20px;
	}

	.inner-heading .text-right{
		text-align:left;
	}
	.inner-heading .breadcrumb{
		margin-left:-15px;
	}
	.nav-tabs > li{
		width:100%;
		margin:0 0 2px 0;
	}
}




@media only screen and (max-width: 550px) {
	.navbar-collapse{
		height:auto;
		overflow:auto;
	}
	

	.subfooter .col-md-6{
		width:100%;
		float:none;
		text-align:center;
	}
	
	ul.socials{
		float:none;
		display:table;
		margin:20px auto;
	}
	

		.aside-wrapper {
    font-size: 30px;
    line-height: 40px;
}
.twister> blockquote, .twister> blockquote span{
font-size:12px;
}

}

@media only screen and (max-width: 360px) {


	.aside-wrapper{
		font-size:70px;
		line-height:80px;
	}
	
	.navbar-collapse{
		height:auto;
		overflow:auto;
	}
	
	

	img.alignright,
	img.alignleft{
		float:none;
		margin:auto;
		width:100%;
	}
	
	}




@media only screen and (max-width: 360px) {

	.aside-wrapper {
    font-size: 20px;
    line-height: 30px;
}
.hidden-phone{
	display:none;

}
.aside-section, .half-container {
    width: 100%;
    padding: 40px 0px;
}
}

@media only screen and (max-width: 360px) {
	
	.hidden-phone{
	display:none;
}
.aside-section, .half-container {
    width: 100%;
    padding: 40px 0px;
}
}
 @media only screen and (min-device-width: 321px) and (max-device-width: 768px)	{
	 
.media-pic{
height:90px;	
}

}

@media (min-width: 321px) and (max-width: 768px)	{
	 
.media-pic{
 height:90px;	
}

}




