﻿
/*** LOGO ***/

/*** MENU ***/
   /* + Mini Menu*/

/**** STRUCTURE ***/

/****** SKILLS ******/

/***************PAGE PORTFOLIO/GALLERY*********************/
    /* + Effect hover gallery */


/*** EXPERIENCES *****/

/*** CONTACT *****/

/*** GOOGLE MAPS ****/

/*** FOOTER ****/

/*** BUTTON TOTOP *****/

/***** PAGE DETAILS ******/



html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway',sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height:22px;
	color: #232323;
	background-color: #fff;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
}
h1 {
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0 50px 0;
	letter-spacing: 4px;
}
h2 {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #212121;
	margin-bottom: 33px;
  padding-bottom: 7px;
  letter-spacing: 1px;
}
h3 {
  font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 0 50px 0;
	letter-spacing: 4px;
}

p {
	color: #616265;
	font-weight: 400;
	letter-spacing: 1px;
}
img {
    max-width: 100%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #8e908f;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #d0cfcb;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/***LOGO***/
.content-logo {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

/***MENU***/
header {
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
}
header nav .menu  {
	text-align: right;
}
header nav .menu li{
	display: inline-block;
	list-style-type: none;
	padding: 25px 30px 20px 30px;
    text-transform: uppercase;
}
header nav .menu li a{
	color: #7a7a7a;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1px;
}
.menu .cl-effect-11 a::before {
	padding: 7px 0;
}
.menu a.active { color: #333; border-bottom: 1px solid #333;}

/*****Mini Menu*****/

.mini-menu {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	display: none;
}


/***Structure***/

.box-content {
	width: 100%;
	float: left;
	padding: 100px 0 100px 0;
}
.box-content.about {
	padding: 200px 0 100px 0;
}
.box-text {
	border: 1px solid #dbdbdb;
	padding: 28px 23px 31px;
	position: relative;
    display: block;
    background-color: #fff;
    height: 400px;
}
.box-img {
	border: 1px solid #dbdbdb;
	padding: 28px 23px 31px;
	position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
}
#ben i{
	margin-right: 10px;
}

.overlay {
	background:url(../images/bg_p.png) repeat top left;
	padding: 100px 0;
}
.parallax1 {
	background:url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    float: left;

}

.prod-line {
	padding-bottom: 30px;
}

/***************PAGE PORTFOLIO/GALLERY*********************/
/* Filter */
dl { margin-bottom: 5em; color: #777; }
dt, dd { float: left; }
dt { margin-right: 5px; }
.group dd{width: 100%;}
.group ul.filter{margin:0 auto; text-align:center;}
.filter li { display: inline-block; list-style: none; margin-right:5px;}


.filter .current a { color: #333; border-bottom: 1px solid #333;}
.cl-effect-11 a {
	padding: 10px 0;
	color: #ccc;
	text-shadow: none;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-weight: 400;
	margin-right: 10px;
	letter-spacing: 1px;
}

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 9px 0;
	max-width: 0;
	border-bottom: 1px solid #333;
	color: #333;
	font-weight: 400;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.cl-effect-11 a.active::before {
	content: "";
}
.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}

/***CONTACT*****/

#section4 {
	padding: 100px 0 0 0;
}
.contact {
	padding: 0 0 100px 0;
}
.contact .c-info i{
	color: #212121;
	background: #fff;
	border:1px solid #212121;
	padding: 10px;
	margin-right: 10px;
}
.contact .c-info i.fa-phone{
	padding: 10px 11px;
}
.contact .c-info i.fa-map-marker{
	padding: 10px 13px;
}
.contact .c-info{
	text-align: center;
	margin: 10px 0 80px 0;
	font-family: 'Open sans',sans-serif;
	font-weight: 300;
}
#name,#email,#subject {
	width: 100%;
	background: #fff;
}
#email,#name {
	margin-top: 20px;
}
.input-contact {
    display: block;
    padding: 10px 15px;
    width: 100%;
    font-size: 13px;
    color: #333;
    background: #fff;
}
.form input[type="text"]:hover, .form input[type="email"]:hover, .form input[type="number"]:hover, .form input[type="url"]:hover, .form input[type="search"]:hover, .form input[type="tel"]:hover, .form input[type="password"]:hover, .form input[type="date"]:hover, .form input[type="color"]:hover, .form select:hover {
    border-color: rgba(0,0,0, .2);
}
.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="color"], .form select {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #777;
    border: 1px solid rgba(0,0,0, .2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus
.form select:focus{
	color: #111;
	border-color: rgba(0,0,0, .7);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
	box-shadow: 0 0 3px rgba(0,0,0, .3);
    outline: none;
}

#message {
	height: 178px;
	background: #fff;
	border: 1px solid rgba(0,0,0, .2);
	letter-spacing: 1px;
}
.form textarea:hover{
	border-color: rgba(0,0,0, .2)!important;
	outline: none !important;
}
.form textarea:focus{
	color: #111;
	outline: none !important;
	border-color: rgba(0,0,0, .7)!important;
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3)!important;
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3)!important;
	box-shadow: 0 0 3px rgba(21,21,21, .3)!important;
}
.submit-contact {
	margin-top: 20px;
	background: #fff;
	color: #212121;
	border: 1px solid #212121;
	font-size: 13px;
	font-family: 'Open sans',sans-serif;
	font-weight: 400;
	border-radius:0px;
	padding: 10px 25px;
	float: right;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.submit-contact:hover {
	color: #fff;
	background: #212121;
}
.submit-contact i {
	margin-right: 10px;
}
#contact_form .success{display:none;}
#contact_form .error{display:none;}

/***FOOTER****/

.footer-social a {
    font-size: 20px;
	  width: 40px;
    height: 40px;
    line-height: 40px !important;
    position: relative;
    margin: 0 8px;
    text-align: center;
    display: inline-block;
    color: #111;
    border: 1px solid #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-social a i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
footer .footer-social a:hover{
    color: #fff;
}
.footer-social a:hover{
    background: #111;
}

/*** BUTTON TOTOP *****/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    z-index: 9999;
    background: url("../images/ui.totop.png") no-repeat left top;
}
#toTopHover {
    background: url("../images/ui.totop.png") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
}

/***** PAGE DETAILS VIDEO AND BLOG******/

.liame:after {
  content: attr(data-1) "@" attr(data-2) "." attr(data-3);
}

.enohp:after {
  content: "+" attr(data-1) " " attr(data-2) " " attr(data-3);
}

.impressum {
	width: 100%;
	float: right;
	padding: 100px 0 100px 0;
}

.impressum-links {
  margin-top: 20px;
	background: #fff;
	color: #212121;
	font-size: 13px;
	font-family: 'Open sans',sans-serif;
	font-weight: 400;
}

.icksehdirnich {
  display: none;
}
