
/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Sidebar                          
 3.General code                   
 4.content   
 5.Slider 

-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.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;
}

/*-------------------------------------------------*/
/* =  Sidebar
/*-------------------------------------------------*/

.header {
    display: block;
    width: 230px;
    float: left;
    background: #fff;
    z-index: 9999;
    position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	border-left: 5px solid #242424;
	  -webkit-transition: all 0.4s ease 0s;
	  -moz-transition: all 0.4s ease 0s;
	  -ms-transition: all 0.4s ease 0s;
	  -o-transition: all 0.4s ease 0s;
	  transition: all 0.4s ease 0s;
}

.header.active {
	width: 230px;
	left:0;
	-webkit-transition: all 0.4s ease 0s;
	  -moz-transition: all 0.4s ease 0s;
	  -ms-transition: all 0.4s ease 0s;
	  -o-transition: all 0.4s ease 0s;
	  transition: all 0.4s ease 0s;
}

.logo-box {
    padding: 5px 0 0 2px;
}

p.slogan {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 30px;
}

#menu-toggle {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	-webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-box {
	position: absolute;
	top:35%;
	width: 212px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
}

.menu-box .active {
	color: #242424;
}

ul.menu,
ul.archives,
ul.categories {
    padding: 0;
    margin: 0;
}

a.elemadded {
    display: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 20px;
    background: #1ab5b3;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.elemadded:hover {
}

ul.menu > li {
    list-style: none;
    position: relative;
	text-align: center;
}

ul.menu > li > a,
ul.drop-down li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
	color: #999999;
	text-decoration: none;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 30px;
	border-top: 1px solid #999999;
	padding: 15px 0;
    transition: all 0.3 linear;
    -moz-transition: all 0.3 linear;
    -webkit-transition: all 0.3 linear;
    -o-transition: all 0.3 linear;

}

ul.menu > li > a:hover{
    color: #242424;
}

ul.menu li a span {
    position: relative;
    z-index: 2;
}
.social-box {
	position: absolute;
	top: 90%;
    padding: 28px 24px;
    overflow: hidden;
}

p.copyright {
    color: #6b7072;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 18px;
    line-height: 20px;
}
/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html{
    height:100%;
}

body {
    background: #fff;
    height: 100%;
}

h1 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
}

#container {
    height: 100%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

.flags {
	position: fixed;
	right: 15px;
	top: 5px;
	padding: 5px;
	background: #000;
	/*opacity: 0.5;*/
	z-index:999999;
}

.flags.disable {
	z-index:0;
}

#content {
    position: relative;
    padding-left: 230px;
    height: 100%;
}

.inner-content {
	background: #242424;
}

.impressum {
	padding: 30px;
	color: #fff;
}

.impressum h1 {
	margin-top: 0;
}

.impressum h2 {
	font-size: 20px;
}

.project-post {
    width: 24.99%;
    margin: 0;
    overflow: hidden;
}

.project-post img {
    width: 100%;
}

.nicescroll-rails {
    z-index: 999999!important;
}

.welcome {
	background: #242424;
	color: #fff;
	padding: 30px;
}

.welcome h1 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 40px;
}

.welcome p {
}

.right_content {
	background: #242424; 
	color: #fff; 
	position: fixed; 
	z-index:10;
	float:left; 
	padding-left:50px;
	padding-right:50px; 
	top:0px; 
	left:70%; 
	width:30%; 
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 50px;
}

.right_content h1{
	margin-top: 100px;
	margin-bottom: 30px;
}

.right_content ul {
	padding: 0 0 20px 30px;;
}

.right_content ul li{
	list-style-type: disc;
}


/*-------------------------------------------------*/
/* =  Slider
/*-------------------------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: auto;
  height: 100%;
  border: 0;
 }
 
 /*-------------------------------------------------*/
/* =  Contact
/*-------------------------------------------------*/
#message_success {
	display: none;
}