@font-face {
    font-family: 'Fenix', serif;
   	  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

@font-face {
    font-family: 'Raleway', sans-serif;
   	  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

@font-face {
    font-family: 'Lato', sans-serif;
   	  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    background-color: #141414;
    color: #444;
    font-size: 75%;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 100%;
    line-height: 1.5
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    vertical-align: baseline
}

nav ul {
    list-style: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ebff33;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    color: #666;
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input, select {
    line-height: 1.5em
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    text-rendering: optimizeLegibility
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0
}

p {
    margin: 0 0 1.5em;
    text-align: justify
}

p img.left {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0
}

p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em
}

a:hover, a:active {
    outline: 0
}

a:link {
    -webkit-tap-highlight-color: #ff5e99
}

sup, sub {
    line-height: 0
}

abbr, acronym {
    border-bottom: 1px dotted #ccc
}

address {
    font-style: italic;
    margin: 0 0 1.5em
}

pre {
    margin: 1.5em 0;
    white-space: pre
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5
}

code {
    background: transparent url(../images/code.jpg) no-repeat left top;
    line-height: 1.67em;
    padding: 0 2px 4px 26px
}

ul {
    list-style-type: none;
    margin-top: 1.5em
}

ol {
    list-style-type: decimal;
    margin-top: 1.5em
}

ol li, ul li {
    margin-left: 15px
}

li ul, li ol {
    margin: 0 1.5em
}

dl {
    margin: 0 0 1.5em
}

dl dd {
    margin-left: 1.5em
}

.left, .float_left {
    float: left
}

.right, .float_right {
    float: right
}

.cb {
    clear: both;
    width: 100%
}

.ofh {
    overflow: hidden
}

.ofa {
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.wrap {
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
    width: 1000px
}

.center {
    margin: 0 auto
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

.textcenter {
    text-align: center
}

.textjustify {
    text-align: justify
}

.di {
    display: inline
}

.lighter {
    font-weight: 100
}

.underline {
    border-bottom: 1px solid
}

.text-underline {
    text-decoration: underline
}

.boldunderline {
    font-weight: 700;
    text-decoration: underline
}

.hihglight1 {
    background-color: #e8ff33;
    border: 1px solid #b1de2c;
    color: #000;
    padding: 2px
}

.hihglight2 {
    background-color: #FC3;
    border: 1px solid #deaf22;
    color: #000;
    padding: 2px
}

.quiet {
    color: #666
}

.loud {
    color: #000
}

.added {
    background: #060;
    color: #fff
}

.removed {
    background: #900;
    color: #fff
}

.small {
    font-size: .8em;
    line-height: 1.875em;
    margin-bottom: 1.875em
}

.large {
    font-size: 2.3em;
    line-height: 2.5em;
    margin-bottom: 1.25em
}

.hidden {
    display: none;
    visibility: hidden
}

.visuallyhidden {
    clip: rect(1px 1px 1px 1px);
    position: absolute !important
}

.invisible {
    visibility: hidden
}

.last {
    margin-right: 0;
    padding-right: 0
}

.top {
    margin-top: 0;
    padding-top: 0
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0
}

.img-left {
    float: left;
    margin: 4px 10px 4px 0
}

.img-right {
    float: right;
    margin: 4px 0 4px 10px
}

.nopadding {
    padding: 0
}

.nobullet {
    list-style: none;
    list-style-image: none
}

.shadow {
    text-shadow: 1px 1px 3px #666
}

.rounded_top_right {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border: 1px solid #ccc;
    border-top-right-radius: 5px
}

.rotate {
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg)
}

.gradient {
    background: 0 14% #e6e6e6 57% #e0e0e0 91% repeat scroll 0 0 transparent
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
    padding: 1.4em
}

fieldset legend {
    font-size: 1.2em;
    font-weight: 700
}

input[type=button], input[type=submit], input[type=file], input[type=text],
input[type=checkbox], input[type=radio], input.inputbox, select {
    cursor: pointer
}

input[type=text], input[type=password], input.text, input.title,
textarea, select {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

input.text, input.title {
    padding: 5px;
    width: 300px
}

input.title {
    font-size: 1.5em
}

textarea {
    height: 130px;
    overflow: auto;
    padding: 5px;
    width: 420px
}

input[type=radio], input.radio {
    vertical-align: text-bottom
}

button, input, select, textarea {
    margin: 0 3px 3px 0
}



button, .button, input[type=button], input[type=submit] {
    background: 0;
    border: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    overflow: visible;
    padding: 3px 12px;
    text-decoration: none;
    vertical-align: middle;
    width: auto
}



article, aside, details, figcaption, figure, footer, header, hgroup,
nav, section, blockquote, .db {
    display: block
}

h4, h5, h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em
}

strong, bold, dfn {
    font-weight: 600
}

em, dfn, .italic {
	font-style: normal
}

dl dt, .bold, label {
    font-weight: 700
}

.first, .noindent {
    margin-left: 0;
    padding-left: 0
}

.rounded, input[type=file], input[type=text], form input[type=email],
form input[type=url], form input[type=password], input.text, input.title,
input.inputbox, textarea, select, input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

img::selection, img::-moz-selection {
    background: transparent
}

@media print {
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none
    }

    a, a:visited {
        color: #444 !important;
        font-weight: 700;
        text-decoration: underline
    }

    a:after, a:link:after, a:visited:after {
        content: " (" attr(href) ")";
        font-size: 90%
    }

    abbr:after {
        content: " (" attr(title) ")"
    }

    .ir a:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    body {
        font-size: 10pt;
        line-height: 1.5
    }

    hr {
        background: #ccc;
        border: 0;
        color: #ccc;
        height: 2px;
        margin: 2em 0;
        padding: 0;
        width: 100%
    }

    hr.space {
        background: #fff;
        color: #fff;
        visibility: hidden
    }

    code {
        font: .9em "Courier New", Monaco, Courier, monospace
    }

    a img {
        border: 0
    }
}

nav ul, nav li {
    padding: 0;
    margin: 0;
    list-style-type: none
}

::selection {
    background: #666;
    color: #fff
}

::-moz-selection {
    background: #666;
    color: #fff
}

body {
    background: #fff;
    position: relative;
    color: #9D8D8A;
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    min-width: 980px
}

@media all and (max-width:9999px) {
    body {
        min-width: 320px
    }
}

a {
    color: #9D8D8A
}

a:hover {
    color: #666
}



.page-wrapper {
    border: 15px solid #9D8D8A
}

.wrapper {
    margin: 0 auto;
    max-width: 970px
}

.wrapper .wrapper-inner {
    margin: 0 15px
}


a.arrow {
    background-image: url(../images/arrow_blue_right.png);
    background-size: 55px 11px;
    background-position: right;
    background-repeat: no-repeat;
    height: 24px;
    line-height: 26px;
    padding-right: 65px;
    display: inline-block;
    font-size: 12px;
    color: #9D8D8A;
    text-transform: uppercase;
    text-decoration: none
}


.homewrapper {
    position: relative
}


.content {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px
}

.content .social {
    position: absolute;
    top: 0;
    right: 0
}


.ui-loader {
    opacity: 1
}

.ui-loader .ui-icon-loading {
    background: #9D8D8A;
    background-image: url(../images/loading-white.gif);
    background-repeat: no-repeat;
    background-position: center
}

.navybody .ui-loader .ui-icon-loading {
    background: #fff;
    background-image: url(../images/loading-orange.gif);
    background-repeat: no-repeat;
    background-position: center
}



.cell1 {
    display: block;
    min-width: 100%;
    min-height: 440px;
    position: relative;
	background-image: url(../images/ilike.jpg);
      background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000
}

.fullscreen,
.real-fullscreen {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  height: 100%;
}

.cell1 .responsive {
  background-size: 100% auto;
  background-position: center center;
}

.cell1 .title {
    margin: 20px 0;
    display: block;
    width: 100%
}

.cell1 .title h1 {
	line-height: 65px;
	font-size: 92px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding-top: 40px;
	line-height: 1.2em;	  

}

.cell1 .title h1 span {  
	font-weight: 400;
position: relative;
	z-index:44;
padding: 0 1em;
letter-spacing:-0.1em;
	}



.cell1 .title h1 a {
	z-index:9999;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -130px;
	opacity: 0.9;
    background-position: top
}

.cell1 .title h1 a:hover {
    background-position: bottom
}

.cell1 .title h2 {
	font-family: 'Fenix', serif;
	font-variant:small-caps;
	position: relative;
	z-index:2;
	color: #fff;
    line-height: 55px;
    font-size: 48px;
    margin: 0;
    line-height: 1.2em
}

.cell1 .title h2 span {
	position: relative;
		z-index:3;
    padding: 0 4em
}


.cell2 {
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    position: relative;
    overflow: hidden
}

.cell2 .thin-wrapper {
    width: 470px;
	
}

.cell2 .thin-wrapper .img {
    width: 315px;
    height: 200px;
	position: relative;
    margin: 25px auto 18px;
    overflow: hidden;

}

.cell2 .thin-wrapper .img:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.cell2 .thin-wrapper .img img {
    position: absolute
}

.cell2 .thin-wrapper .img span {
    font-size: 72px;
    line-height: 1em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-style: italic
}

.cell2 .thin-content {
    width: 300px;
    margin: 55% auto;
    padding-bottom: 20px
}

.cell2 .thin-content h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center
}

.cell2 .thin-content h2 span {
    display: block;
    border-bottom: 4px solid #9D8D8A;
    margin: 10px auto 20px;
    width: 135px
}

.cell2 .thin-content h3 {
    font-size: 18px;
    text-transform: lowercase;
    text-align: center;
    font-style: italic;
    margin-bottom: 2em
}

.cell2 .thin-content p {
    text-align: justify;
    margin-bottom: 2em
}

.cell2 .thin-content p:first-letter {
    font-family: 'raleway', sans-serif;
    font-size: 72px;
    display: inline-block;
    float: left;
    line-height: 48px;
    margin-left: -50px
}

.cell2 .thin-content .quote {
	text-align:center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 80px;
	line-height: 85px;
    font-family: 'lato', sans-serif;
	font-weight: bold;
		-webkit-font-smoothing: antialiased;
	padding: 20px 0;
	margin-bottom: .25em
}



.cell2 .thin-content .orange {
	border-top: 0px solid #9D8D8A;
	border-bottom: 0px solid #9D8D8A;
}	



.cell2 .thin-content .social {
    margin-bottom: 30px
}

.cell2 .goto-work {
    height: 86px;
    display: block;
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    background-image: url(../images/arrow_blue_right.svg)
}

.cell2 .goto-work.mr {
    background-image: url(../img/arrow-left.svg)
}

.cell2 .outside .goto-work {
    position: fixed;
    width: 111px;
    top: 50%;
    left: 2%;
    margin-top: 14px
}

.cell2 .outside .goto-work.mrs {
    right: 2%;
    left: auto;
    color: #9D8D8A
}

.cell2 .outside .goto-work.mrs:hover {
    color: #9D8D8A
}

.cell2 .outside .goto-work span {
    opacity: 0;
    top: 20px;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.cell2 .outside .goto-work:hover span {
    opacity: 1;
    top: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    transform: translatex(100px)
}

.cell2 .thin-content .goto-work-wrap {
    display: none
}

@media all and (max-width:1000px) {
    .cell2 .thin-content .goto-work-wrap {
        display: block
    }

    .cell2 .thin-content .social {
        text-align: center
		
    }

    .cell2 .thin-content .social a {
        margin: 0 2px
    }

    .cell2 .outside .goto-work {
        display: none
    }
}

.cell2 .mrPanel {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background-image: url(../images/living_home.jpg);
	background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	min-height:100%;
}

.cell2 .mrPanel a {
    color: #fff
}

.cell2 .mrPanel .page-wrapper {
    border-color: #fff
}

.cell2 .mrPanel header.header .logo.icon {
    background-color: #fff
}

.cell2 .mrPanel header.header .logo.icon:after {
    border-color: transparent transparent #9D8D8A transparent
}




.cell2 .thin-content .img-display {
    top: 30%;
	width: 100%;
}

.cell2 .mrPanel .img-wrapper a {
    color: #fff
}

.cell2 .mrPanel .thin-wrapper {
    float: right
}

.cell2 .mrPanel .thin-content h2 span {
    border-color: #fff
}

.cell2 .mrsPanel {
    position: absolute;
	color:#fff;
    width: 50%;
    right: 1px;
    height: 100%;
    background-image: url(../images/friseur_home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	min-height:100%;
}


.cell2 .mrsPanel .img-wrapper {
    border-top: 0px solid #fff
}



.cell2 .mrsPanel .img-wrapper a {
    color: #eee
}

.cell2 .mrsPanel .thin-wrapper {
    float: left
}

.cell2 .img-wrapper .img {
    background-position: top
}

.cell2 .img-wrapper .img:hover {
    background-position: bottom
}

.cell2 .img-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

@media all and (max-width:940px) {
    .cell2 .thin-wrapper {
        width: auto;
        float: none !important
    }
}

@media all and (max-width:560px) {
    .cell2 .thin-wrapper {
        padding-top: 30px
    }

    .cell2 .thin-wrapper .img {
        margin-top: 0
    }

    .cell2 .mrPanel, .cell2 .mrsPanel {
        position: relative;
        width: auto
    }
}

body.js .cell1 .title {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -195px
}

body.layered .cell2 {
    position: fixed
}

html.svg .cell1 .title h1 a {
    background-image: url(../images/logo-home.svg)
}

html.svg .cell2 .goto-work {
    background-image: url(../images/arrow_right.svg)
}

html.svg .cell2 .goto-work.mr {
    background-image: url(../images/arrow_left.svg)
}

html.svg header.header .logo.icon {
    background-image: url(../images/mm-logo.svg)
}



html.svg .portfolio .portfolio-item a.img-overlay:hover:after {
    background-image: url(../images/arrow_left.svg)
}

html.touch .showcase a.more span {
    display: none
}

.animated {
    -webkit-animation: 3s ease;
    -moz-animation: 3s ease;
    -ms-animation: 3s ease;
    -o-animation: 3s ease;
    animation: 3s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.infinite {
    -webkit-animation-iteration-count: infinite !important;
    -moz-animation-iteration-count: infinite !important;
    -ms-animation-iteration-count: infinite !important;
    -o-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important
}

@-webkit-keyframes bounceleft {
    0%, 100% {
        -webkit-transform: translatex(0)
    }

    50% {
        -webkit-transform: translatex(-15px)
    }
}

@-moz-keyframes bounceleft {
    0%, 100% {
        -moz-transform: translatex(0)
    }

    50% {
        -moz-transform: translatex(-15px)
    }
}

@-ms-keyframes bounceleft {
    0%, 100% {
        -ms-transform: translatex(0)
    }

    50% {
        -ms-transform: translatex(-15px)
    }
}

@-o-keyframes bounceleft {
    0%, 100% {
        -o-transform: translatex(0)
    }

    50% {
        -o-transform: translatex(-15px)
    }
}

@keyframes bounceleft {
    0%, 100% {
        transform: translatex(0)
    }

    50% {
        transform: translatex(-15px)
    }
}

.bounceleft {
    -webkit-animation-name: bounceleft;
    -moz-animation-name: bounceleft;
    -ms-animation-name: bounceleft;
    -o-animation-name: bounceleft;
    animation-name: bounceleft
}

@-webkit-keyframes bounceright {
    0%, 100% {
        -webkit-transform: translatex(0)
    }

    50% {
        -webkit-transform: translatex(15px)
    }
}

@-moz-keyframes bounceright {
    0%, 100% {
        -moz-transform: translatex(0)
    }

    50% {
        -moz-transform: translatex(15px)
    }
}

@-ms-keyframes bounceright {
    0%, 100% {
        -ms-transform: translatex(0)
    }

    50% {
        -ms-transform: translatex(15px)
    }
}

@-o-keyframes bounceright {
    0%, 100% {
        -o-transform: translatex(0)
    }

    50% {
        -o-transform: translatex(15px)
    }
}

@keyframes bounceright {
    0%, 100% {
        transform: translatex(0)
    }

    50% {
        transform: translatex(15px)
    }
}

.bounceright {
    -webkit-animation-name: bounceright;
    -moz-animation-name: bounceright;
    -ms-animation-name: bounceright;
    -o-animation-name: bounceright;
    animation-name: bounceright
}


/* Patterns */

	
	.pattern-black:after{
		background: url(../images/pattern-black.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		opacity:0.5;
		top:0;
		left:0;
		position: absolute;
	}



/* --------------------------------------------------------------------- */
/* 5. BUTTON
/* --------------------------------------------------------------------- */



.enter {
    display: inline-block;
	position:relative;
    height: 350px;
	width:350px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.enter .front, .enter .bottom {
    height: 350px;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
}


.enter .front {
		background-image:url(../images/enter.png);
    color: #9D8D8A;
    border: 4px solid #fff;
    -webkit-transform: translateZ(175px);
    transform: translateZ(175px);
}

.enter .bottom {
			background-image:url(../images/enter.png);

    color: #fff;
    background-color: #9D8D8A;
    border: 7px solid #9D8D8A;
    -webkit-transform: rotateX(-90deg) translateZ(-175px);
    transform: rotateX(-90deg) translateZ(-175px);
}

.enter:hover .front {
    -webkit-transition: all 0.6s;
    -moz-transition:    all 0.6s;
    -o-transition:      all 0.6s;
    transition:         all 0.6s;
    background: #3d4148;
}

.enter:hover {
    -webkit-transform: rotateX(89deg);
    transform: rotateX(89deg);
}



/* ============ 5.1 NORMAL BUTTON ============  */

.knopf {
    display: inline-block;
    height: 54px;
    line-height: 52px;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.knopf .front, .knopf .bottom {
    height: 54px;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
}


.knopf .front {
   color: #fff;
    background: #9D8D8A;
    border: 2px solid #9D8D8A;
    -webkit-transform: translateZ(27px);
    transform: translateZ(27px);
}

.knopf .bottom {
	 color: #9D8D8A;
	    background: rgba(255, 255, 255, 0.8);
       -webkit-transform: rotateX(-90deg) translateZ(-27px);
    transform: rotateX(-90deg) translateZ(-27px);
}

.knopf:hover .front {
    -webkit-transition: all 0.6s;
    -moz-transition:    all 0.6s;
    -o-transition:      all 0.6s;
    transition:         all 0.6s;
    background: #3d4148;
}

.knopf:hover {
    -webkit-transform: rotateX(89deg);
    transform: rotateX(89deg);
}

.social {
	margin: 0 10px 0 20px;
}

.neben {
	  float: left;
	  	z-index: 9999;
		position:relative; 

	  	margin: 0 10px 0 10px;

}
