@import url(//fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic&subset=latin,cyrillic);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
path,
line,
rect,
circle,
polyline,
polygon {
    visibility: hidden;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* general */

body {
    min-width: 1000px;
    background-color: #fff;
    color: #646464;
    font: 100%/1.2 Arimo, Arial, Helvetica, sans-serif;
}
.page {
    overflow: hidden;
}
a:link {
    color: #0090db;
}
:focus {
    outline: none;
}
input,
textarea {
    color: #646464;
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
input[type="text"],
input[type="email"],
textarea {
    margin: 0;
    position: relative;
    border: 2px solid #c8c8c8;
    border-radius: 6px;
    padding: 9px 36px 10px 53px;
    width: 227px;
    font-size: 14px;
}
input[type="text"],
input[type="email"] {
    height: 17px;
}
textarea {
    overflow: auto;
    resize: none;
}
input:invalid {
    box-shadow: none;
    outline: none;
}
.button {
    display: inline-block;
    border-radius: 5px;
    min-width: 100px;
    height: 40px;
    background-color: #44c4ff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
.button input {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: inherit;
    background: #1cb7ff;
    border-radius: 5px;
}
.button input:hover {
    background: #44c4ff
}
.cf::after {
    content: "";
    display: table;
    clear: both;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 2px solid #c7c7c7;
    height: 78px;
    min-width: 1000px;
    background-color: #fff;
    z-index: 100;
}
@media only screen and (max-width: 1000px) {
    header {
        position: absolute;
    }
}
header .logo {
    position: absolute;
    left: 50%;
    margin: 29px 0 0 -490px;
}
header .logo img {
    display: block;
    width: 136px;
    height: 21px;
}
header nav {
    position: absolute;
    right: 50%;
    margin-right: -490px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
header nav ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
header nav ul li.active {
    border-top: 4px solid #ff371c;
    padding: 27px 25px 0;
}
header nav ul li a {
    display: block;
    padding: 31px 25px 0;
    height: 47px;
}
header nav ul li a:link,
header nav ul li a:visited {
    color: #646464;
    text-decoration: none;
}
header nav ul li a:hover {
    border-top: 4px solid #c8c8c8;
    padding-top: 27px;
    color: #969696;
}
section {
    margin: 0 auto;
    width: 980px;
}
footer {
    position: relative;
    border-top: 2px solid #c7c7c7;
    height: 118px;
    color: #646464;
}
footer a:link,
footer a:visited {
    color: #646464;
}
footer a:hover {
    text-decoration: none;
}
footer .about {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -490px;
    height: 14px;
    font-size: 12px;
    font-weight: bold;
}
footer .about .divider {
    margin: 0 .6em;
}
footer .social-networks {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    margin: auto -490px auto 0;
    height: 25px;
}
footer .social-networks li {
    display: inline-block;
    margin-left: 2px;
}
footer .social-networks a {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../i/social-networks.png);
    background-repeat: no-repeat;
}
footer .social-networks .fb a {
    background-position: -25px 0;
}
footer .social-networks .tw a {
    background-position: -50px 0;
}
footer .social-networks .vk a {
    background-position: -75px 0;
}
footer .link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    margin: auto -490px auto 0;
    height: 14px;
    font-size: 12px;
}
/* pages */

.wrapper {
    position: relative;
    overflow-x: hidden;
    height: 745px;
}
.index .wrapper {
    height: 964px;
}
.credentials .wrapper {
    height: 687px;
}
.credentials-ma .wrapper {
    height: 720px;
    background: #0090db url(../i/credentials-ma.png);
}
.credentials-nissan .wrapper {
    height: 857px;
    background: #000 url(../i/credentials-nissan-wrapper.jpg) center 129px no-repeat;
}
.credentials-garten .wrapper {
    height: 720px;
    background: #279225 url(../i/credentials-garten-wrapper.jpg) center bottom no-repeat;
}
.credentials-ichhabsgetan .wrapper {
    height: 1087px;
    background: #fff url(../i/credentials-ichhabsgetan-wrapper.jpg) center bottom no-repeat;
}
.credentials-carina .wrapper {
    height: 720px;
    background: #f5e600 url(../i/credentials-carina-wrapper.jpg) center bottom no-repeat;
}
.credentials-daniel .wrapper {
    height: 718px;
    background: url(../i/daniel_logo.png) no-repeat center 272px, #204460 url(../i/credentials-daniel-wrapper.jpg) center bottom no-repeat;
}
.contacts .wrapper {
    height: 800px;
}
.impressum .wrapper {
    height: auto;
}
.wrapper section {
    padding-top: 180px;
}
.index .wrapper section {
    text-align: center;
}
.web .wrapper section,
.promotion .wrapper section {
    padding: 285px 440px 0 0;
    width: 540px;
}
.print .wrapper section {
    padding: 280px 440px 0 0;
    width: 540px;
}
.startups .wrapper section {
    padding: 275px 450px 0 0;
    width: 530px;
}
.credentials .wrapper section {
    padding: 290px 490px 0 0;
    width: 490px;
}
.credentials-ma .wrapper section {
    padding: 175px 630px 0 0;
    width: 350px;
    min-height: 386px;
    color: #fff;
    background: url(../i/credentials-ma-wrapper.png) 380px 180px no-repeat;
}
.credentials-nissan .wrapper section {
    padding-top: 175px;
    color: #fff;
    text-align: center;
}
.credentials-garten .wrapper section,
.credentials-carina .wrapper section {
    position: relative;
    padding: 175px 630px 0 0;
    width: 350px;
    z-index: 1;
}
.credentials-garten .wrapper section {
    color: #fff;
}
.credentials-carina .wrapper section {
    color: #000;
}
.contacts .wrapper section {
    padding: 260px 0 0 590px;
    width: 390px;
    font-size: 18px;
    text-align: right;
}
.impressum .wrapper section {
    padding: 155px 490px 188px 0;
    width: 490px;
}
.credentials-daniel .wrapper section {
    padding-top: 605px;
}
.wrapper section a,
.infosec a {
    color: #646464;
    text-decoration: none;
}
.wrapper section a:hover,
.infosec a:hover {
    text-decoration: underline;
}
.wrapper section .overtitle {
    margin-bottom: 147px;
    font-size: 24px;
    font-weight: bold;
}
.wrapper section .maintitle {
    margin-bottom: 165px;
    visibility: hidden;
}
.wrapper section .maintitle img {
    display: block;
    margin: 0 auto 10px;
}
.wrapper section .maintitle img.mob {
    display: none;
}
.wrapper section .maintitle h1 {
    display: inline-block;
    margin-left: .7em;
    color: #282828;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .7em;
}
.wrapper section .subtitle {
    font-style: italic;
}
.index .wrapper section .subtitle {
    margin: 0 auto;
    width: 400px;
    font-size: 18px;
}
.credentials-ma .wrapper section .subtitle,
.credentials-garten .wrapper section .subtitle,
.credentials-carina .wrapper section .subtitle,
.credentials-daniel .wrapper section .subtitle {
    margin: 4px 0 31px;
    font-size: 14px;
}
.credentials-nissan .wrapper section .subtitle {
    margin-top: 4px;
    font-size: 14px;
}
.credentials-garten .wrapper section .subtitle {
    margin-top: 4px;
    font-size: 14px;
}
.wrapper section .additiontitle,
.underwrapper section .additiontitle {
    margin-bottom: 1.2em;
    font-size: 18px;
    font-weight: bold;
}
.impressum .wrapper section .additiontitle {
    margin: 1em 0 0;
    font-size: 16px;
}
.wrapper section .title {
    margin-bottom: .6em;
    color: #ff371c;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.print .wrapper section .title {
    color: #1cb7ff;
}
.startups .wrapper section .title {
    padding: 0;
    color: #1cb7ff;
}
.credentials .wrapper section .title {
    padding: 0;
}
.credentials-ma .wrapper section .title,
.credentials-nissan .wrapper section .title,
.credentials-garten .wrapper section .title,
.credentials-daniel .wrapper section .title {
    margin: 0;
    color: #fff;
    font-size: 24px;
}
.credentials-daniel .wrapper section .title,
.credentials-daniel .wrapper section h1 {
    text-align: center;
    color: #fff;
}
.credentials-carina .wrapper section .title {
    margin: 0;
    color: #000;
    font-size: 24px;
}
.contacts .wrapper section .title {
    margin-bottom: 30px;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    color: #1cb7ff;
}
.impressum .wrapper section .title {
    margin-bottom: 1em;
    padding: 0;
    color: #646464;
}
.wrapper section p {
    line-height: 1.5;
}
.wrapper section p + p {
    margin-top: 1.2em;
}
.web .wrapper section p {
    padding-right: 20px;
}
.credentials-ma .wrapper section p {
    margin-top: 1.2em;
}
.startups .wrapper section p {
    padding-right: 40px;
}
.wrapper section .tel .value {
    font-weight: bold;
}
.wrapper nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px;
    height: 245px;
    z-index: 1;
}
@media only screen and (max-width: 1139px) {
    .wrapper nav {
        display: none;
    }
}
.web .wrapper nav,
.promotion .wrapper nav {
    height: 367px;
}
.print .wrapper nav {
    height: 306px;
}
.startups .wrapper nav {
    height: 184px;
}
.wrapper nav li {
    position: relative;
    margin: 1px 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.wrapper nav li a {
    display: block;
    background-color: #ff371c;
    width: 100%;
    height: 100%;
}
.wrapper nav li a.active {
    background-color: #1cb7ff;
}
.wrapper nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.index .wrapper nav li a:after {
    background-image: url(../i/wrapper-nav-index.png);
}
.web .wrapper nav li a:after {
    background-image: url(../i/wrapper-nav-web.png);
}
.print .wrapper nav li a:after {
    background-image: url(../i/wrapper-nav-print.png);
}
.startups .wrapper nav li a:after {
    background-image: url(../i/wrapper-nav-startups.png);
}
.promotion .wrapper nav li a:after {
    background-image: url(../i/wrapper-nav-promotion.png);
}
.wrapper nav li.storage a:after {
    width: 14px;
    height: 16px;
}
.wrapper nav li.user a:after {
    width: 14px;
    height: 15px;
    background-position: -16px 0;
}
.wrapper nav li.volt a:after {
    width: 10px;
    height: 16px;
    background-position: -32px 0;
}
.wrapper nav li.mail a:after {
    width: 16px;
    height: 13px;
    background-position: -48px 0;
}
.wrapper nav li.screen a:after {
    width: 16px;
    height: 16px;
}
.wrapper nav li.brush a:after {
    width: 18px;
    height: 16px;
    background-position: -18px 0;
}
.wrapper nav li.code a:after {
    width: 16px;
    height: 10px;
    background-position: -36px 0;
}
.wrapper nav li.files a:after {
    width: 13px;
    height: 16px;
    background-position: -54px 0;
}
.wrapper nav li.lens a:after {
    width: 15px;
    height: 15px;
    background-position: -72px 0;
}
.wrapper nav li.graph a:after {
    width: 16px;
    height: 12px;
    background-position: -90px 0;
}
.wrapper nav li.card a:after {
    width: 16px;
    height: 13px;
}
.wrapper nav li.flyer a:after {
    width: 13px;
    height: 16px;
    background-position: -16px 0;
}
.wrapper nav li.poster a:after {
    width: 16px;
    height: 14px;
    background-position: -32px 0;
}
.wrapper nav li.catalogue a:after {
    width: 16px;
    height: 16px;
    background-position: -48px 0;
}
.wrapper nav li.promotion a:after {
    width: 16px;
    height: 16px;
    background-position: -64px 0;
}
.wrapper nav li.tassel a:after {
    width: 18px;
    height: 16px;
}
.wrapper nav li.load a:after {
    width: 14px;
    height: 16px;
    background-position: -18px 0;
}
.wrapper nav li.grid a:after {
    width: 14px;
    height: 14px;
    background-position: -36px 0;
}
.wrapper nav li.internet a:after {
    width: 16px;
    height: 16px;
}
.wrapper nav li.print a:after {
    width: 12px;
    height: 16px;
    background-position: -16px 0;
}
.wrapper nav li.external a:after {
    width: 16px;
    height: 16px;
    background-position: -32px 0;
}
.wrapper nav li.transport a:after {
    width: 16px;
    height: 11px;
    background-position: -48px 0;
}
.wrapper nav li.souvenir a:after {
    width: 16px;
    height: 16px;
    background-position: -64px 0;
}
.wrapper nav li.media a:after {
    width: 16px;
    height: 10px;
    background-position: -80px 0;
}
.wrapper nav li a span {
    position: absolute;
    top: 0;
    right: -9999px;
    padding: 0 25px;
    background-color: #ff371c;
    color: #fff;
    line-height: 60px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: right 0.3s ease-out 0.3s;
    transition: right 0.3s ease-out 0.3s;
    z-index: -1;
}
.wrapper nav li a.active span {
    background-color: #1cb7ff;
}
.wrapper nav li:hover a span {
    right: 60px !important;
}
.index .wrapper .contact {
    margin-top: -122px;
}
.print .wrapper .contact {
    margin-top: -152px;
}
.startups .wrapper .contact {
    margin-top: -91px;
}
.wrapper .back-zero,
.wrapper .back-one,
.wrapper .back-two,
.wrapper .back-three,
.wrapper .back-four,
.wrapper .back-five,
.wrapper .back-six {
    position: absolute;
}
.wrapper .back-zero {
    top: 134px;
    width: 100%;
    min-width: 980px;
    height: 531px;
    z-index: -3;
}
.wrapper .back-zero object,
.wrapper .back-zero img {
    position: absolute;
    left: 50%;
    margin-left: -990px;
    width: 1980px;
    height: 100%;
}
.index .wrapper .back-one {
    top: 303px;
    left: 50%;
    margin-left: -138px;
    width: 277px;
    height: 296px;
    z-index: -2;
}
.web .wrapper .back-one {
    top: 290px;
    right: 50%;
    margin-right: -488px;
    width: 451px;
    height: 371px;
    z-index: -5;
}
.web .wrapper .back-two {
    top: 171px;
    right: 50%;
    margin-right: -234px;
    width: 243px;
    height: 189px;
    z-index: -4;
}
.web .wrapper .back-three {
    top: 165px;
    right: 50%;
    margin-right: -306px;
    width: 385px;
    height: 265px;
    z-index: -3;
}
.web .wrapper .back-four {
    top: 201px;
    right: 50%;
    margin-right: -621px;
    width: 750px;
    height: 447px;
    z-index: -2;
}
.print .wrapper .back-one {
    top: 126px;
    right: 50%;
    margin-right: -487px;
    width: 532px;
    height: 581px;
    z-index: -5;
}
.print .wrapper .back-two {
    top: 482px;
    right: 50%;
    margin-right: -292px;
    width: 273px;
    height: 173px;
    z-index: -4;
}
.print .wrapper .back-three {
    top: 250px;
    right: 50%;
    margin-right: -461px;
    width: 602px;
    height: 404px;
    z-index: -3;
}
.print .wrapper .back-four {
    top: 186px;
    right: 50%;
    margin-right: -523px;
    width: 962px;
    height: 474px;
    z-index: -2;
}
.startups .wrapper .back-one {
    top: 159px;
    right: 50%;
    margin-right: -234px;
    width: 233px;
    height: 386px;
    z-index: -4;
}
.startups .wrapper .back-two {
    top: 486px;
    right: 50%;
    margin-right: -340px;
    width: 327px;
    height: 180px;
    z-index: -3;
}
.startups .wrapper .back-three {
    top: 297px;
    right: 50%;
    margin-right: -515px;
    width: 302px;
    height: 232px;
    z-index: -2;
}
.promotion .wrapper .back-one {
    top: 214px;
    right: 50%;
    margin-right: -469px;
    width: 406px;
    height: 261px;
    z-index: -7;
}
.promotion .wrapper .back-two {
    top: 281px;
    right: 50%;
    margin-right: -357px;
    width: 422px;
    height: 226px;
    z-index: -6;
}
.promotion .wrapper .back-three {
    top: 391px;
    right: 50%;
    margin-right: -491px;
    width: 295px;
    height: 238px;
    z-index: -5;
}
.promotion .wrapper .back-four {
    top: 197px;
    right: 50%;
    margin-right: -284px;
    width: 279px;
    height: 428px;
    z-index: -4;
}
.promotion .wrapper .back-five {
    top: 160px;
    right: 50%;
    margin-right: -539px;
    width: 630px;
    height: 302px;
    z-index: -3;
}
.promotion .wrapper .back-six {
    top: 135px;
    right: 50%;
    margin-right: -568px;
    width: 676px;
    height: 493px;
    z-index: -2;
}
.credentials .wrapper .back-one {
    top: 184px;
    right: 50%;
    margin-right: -382px;
    width: 306px;
    height: 226px;
    z-index: -4;
}
.credentials .wrapper .back-two {
    top: 248px;
    right: 50%;
    margin-right: -430px;
    width: 281px;
    height: 300px;
    z-index: -3;
}
.credentials .wrapper .back-three {
    top: 223px;
    right: 50%;
    margin-right: -489px;
    width: 379px;
    height: 368px;
    z-index: -2;
}
.contacts .wrapper .back-one {
    top: 366px;
    left: 50%;
    margin-left: -267px;
    width: 403px;
    height: 278px;
    z-index: -5;
}
.contacts .wrapper .back-two {
    top: 123px;
    left: 50%;
    margin-left: -492px;
    width: 399px;
    height: 597px;
    z-index: -4;
}
.contacts .wrapper .back-three {
    top: 254px;
    left: 50%;
    margin-left: -97px;
    width: 330px;
    height: 151px;
    z-index: -3;
}
.contacts .wrapper .back-four {
    top: 173px;
    left: 50%;
    margin-left: -78px;
    width: 394px;
    height: 442px;
    z-index: -2;
}
.impressum .wrapper .back-one {
    top: 243px;
    right: 50%;
    margin-right: -388px;
    width: 272px;
    height: 314px;
    z-index: -3;
}
.impressum .wrapper .back-two {
    top: 243px;
    right: 50%;
    margin-right: -432px;
    width: 385px;
    height: 305px;
    z-index: -2;
}
.wrapper .back-zero img,
.no-svg .wrapper .back-zero object,
.wrapper img.back-one,
.no-svg .wrapper object.back-one,
.wrapper img.back-two,
.no-svg .wrapper object.back-two,
.wrapper img.back-three,
.no-svg .wrapper object.back-three,
.wrapper img.back-four,
.no-svg .wrapper object.back-four,
.wrapper img.back-five,
.no-svg .wrapper object.back-five,
.wrapper img.back-six,
.no-svg .wrapper object.back-six {
    display: none;
}
.no-svg .wrapper .back-zero img,
.no-svg .wrapper img.back-one,
.no-svg .wrapper img.back-two,
.no-svg .wrapper img.back-three,
.no-svg .wrapper img.back-four {
    display: block;
}
.sec-title {
    padding-top: 75px;
    height: 105px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.startups .sec-title {
    padding-top: 50px;
    height: 70px;
    font-size: 18px;
}
.credentials .sec-title {
    padding-top: 35px;
    height: 58px;
    color: #b4b4b4;
    text-transform: none;
}
.underwrapper {
    margin: 0 auto;
    width: 980px;
}
.credentials-ma .underwrapper {
    margin-top: -58px;
}
.credentials-nissan .underwrapper {
    margin-top: -192px;
    margin-bottom: 80px;
    height: 3470px;
    background: url(../i/credentials-nissan-underwrapper.jpg) bottom no-repeat;
    color: #fff;
}
.credentials-garten .underwrapper {
    margin-top: -514px;
}
.credentials-carina .underwrapper {
    margin-top: -523px;
}
.credentials-daniel .infosec.two {
    position: relative;
    width: 450px;
    padding-right: 530px;
    padding-bottom: 60px;
    padding-top: 143px;
}
.credentials-daniel .infosec.two:before {
    content: "";
    position: absolute;
    width: 715px;
    height: 550px;
    top: 0px;
    right: -55px;
    background: url('../i/daniel-hand.jpg') no-repeat;
    z-index: -1;
}
.credentials-daniel .infosec.three {
    min-height: 355px;
    background: url('../i/credentials-daniel-underwrapper-info-2.jpg') no-repeat 0 0;
    padding-top: 655px;
    padding-bottom: 50px;
}
.credentials-daniel .infosec.four {
    height: 1258px;
    background: url('../i/credentials-daniel-underwrapper-infosec-four.png') no-repeat center 0;
}
.credentials-daniel .infosec.four:before,
.credentials-daniel .infosec.five:before {
    content: "";
    position: absolute;
    width: 1980px;
    height: 254px;
    top: 50%;
    margin-top: -155px;
    left: -50%;
    background: url('../i/credentials-daniel-underwrapper-infosec-four-long.jpg') no-repeat center 0;
    z-index: -1;
}
.credentials-daniel .infosec.five:before {
    top: auto;
    bottom: -100px;
    margin-top: 0;
}
.credentials-daniel .infosec.five {
    height: 1245px;
    background: url('../i/credentials-daniel-underwrapper-infosec-five.png') no-repeat center 155px;
    padding-right: 530px;
    padding-top: 88px;
    width: 450px;
}
.credentials-daniel .infosec.six {
    height: auto;
    background: url('../i/credentials-daniel-underwrapper-infosec-six.png') no-repeat center 28px;
    padding-top: 715px;
    width: 940px;
    padding-right: 40px;
    padding-bottom: 175px;
}
.infosec {
    position: relative;
}
.infosec .box-one {
    float: left;
    text-align: right;
}
.print .infosec .box-one {
    text-align: left;
}
.infosec .box-two {
    float: right;
    text-align: left;
}
.print .infosec .box-two {
    text-align: right;
}
.credentials .infosec .box-two,
.credentials-daniel .infosec.six .box-two {
    padding-right: 40px;
}
.credentials-daniel .underwrapper .infosec.three .box-two {
    padding-left: 45px;
}
.infosec .box-one,
.infosec .box-two {
    width: 490px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index .infosec .box-one,
.index .infosec .box-two {
    height: auto;
}
.print .infosec .box-one,
.print .infosec .box-two {
    float: none;
    margin: 0 auto;
    width: 620px;
}
.infosec .title {
    display: inline-block;
    margin: 1em 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
}
.index .infosec .title,
.print .infosec .title {
    display: block;
    margin-top: 0;
}
.print .infosec .title {
    text-transform: none;
}
.startups .infosec .title {
    margin-top: 0;
}
.credentials .infosec .title {
    display: block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}
.print .infosec .box-one .title {
    color: #ff371c;
}
.print .infosec .box-two .title {
    color: #1cb7ff;
}
.infosec .box-two .subtitle {
    margin-bottom: 1.333em;
    color: #b4b4b4;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.333;
}
.infosec .additiontitle {
    margin-bottom: 1.2em;
    font-size: 18px;
    font-weight: bold;
}
.infosec p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.index .infosec p,
.print .infosec p,
.credentials .infosec p {
    display: block;
}
.infosec p + .additiontitle {
    margin-top: 1.5em;
}
.infosec p,
.infosec ul,
.infosec .text {
    line-height: 1.5;
}
.infosec p + p {
    margin-top: 1em;
}
.infosec .details {
    display: inline-block;
    border-radius: 4px;
    padding: 11px 20px;
    margin-top: 37px;
    background-color: #1cb7ff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.infosec .back-one,
.infosec .back-one-hover,
.infosec .back-two,
.infosec .back-three,
.infosec .back-four,
.infosec .back-five {
    position: absolute;
}
.credentials .portfolio-img-wrapper{
    position: relative;
    float: left;
    width: 450px;
    padding-right: 40px;
}
.credentials .infosec:hover .back-one,
.credentials .infosec .back-one-hover {
    opacity: 0;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s;
}
.credentials .infosec:hover .back-one-hover {
    opacity: 1;
}
.index .infosec.two {
    height: 640px;
}
.web .infosec.two,
.promotion .infosec.two {
    height: 520px;
    line-height: 520px;
}
.print .infosec.two {
    padding-top: 70px;
    height: 170px;
}
.startups .infosec.two {
    height: 640px;
    line-height: 640px;
}
/*.credentials .infosec.two,
.credentials .infosec.six {
    padding-top: 87px;
    height: 338px;
}*/

.credentials-ma .infosec.two {
    padding-top: 160px;
    height: 538px;
    background: url(../i/credentials-ma-infosec-two.png) no-repeat;
}
.credentials-nissan .infosec.two {
    padding: 0;
    height: 543px;
    background: url(../i/credentials-nissan-infosec-two.png) center 0 no-repeat;
}
.credentials-garten .infosec.two {
    position: relative;
    padding: 0;
    height: 573px;
}
.credentials-garten .infosec.two:after {
    content: "";
    position: absolute;
    top: 0;
    right: -64px;
    width: 971px;
    height: 573px;
    background: url(../i/credentials-garten-infosec-two.png) no-repeat;
}
.credentials-carina .infosec.two {
    position: relative;
    padding: 0;
    height: 627px;
}
.credentials-carina .infosec.two:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 603px;
    height: 627px;
    background: url(../i/credentials-carina-infosec-two.png) no-repeat;
}
.index .infosec.two .box-one {
    margin-top: 250px;
    padding-right: 183px;
}
.index .infosec.two .box-two {
    margin-top: 250px;
    padding-left: 182px;
}
.web .infosec.two .box-one {
    padding-right: 173px;
}
.web .infosec.two .box-two {
    padding-left: 163px;
}
.startups .infosec.two .box-one {
    padding-right: 193px;
}
.startups .infosec.two .box-two {
    padding-left: 191px;
}
.promotion .infosec.two .box-one {
    padding-right: 186px;
}
.promotion .infosec.two .box-two {
    padding-left: 173px;
}
.credentials-ma .infosec.two .box-two {
    padding-left: 210px;
    text-align: right;
}
.infosec.two .title {
    color: #ff371c;
}
.web .infosec.two .title,
.promotion .infosec.two .title {
    color: #1cb7ff;
}
.index .infosec.two .back-one {
    top: 91px;
    left: 346px;
    width: 288px;
    height: 434px;
    z-index: -3;
}
.index .infosec.two .back-two {
    top: 140px;
    left: 320px;
    width: 225px;
    height: 199px;
    z-index: -2;
}
.index .infosec.two .back-three {
    top: 302px;
    left: 518px;
    width: 117px;
    height: 91px;
    z-index: -2;
}
.index .infosec.two .back-four {
    top: 376px;
    left: 333px;
    width: 297px;
    height: 124px;
    z-index: -2;
}
.index .infosec.two .back-five {
    top: 37px;
    left: 206px;
    width: 550px;
    height: 552px;
    z-index: -1;
}
.web .infosec.two .back-one {
    top: 61px;
    left: 288px;
    width: 405px;
    height: 399px;
    z-index: -1;
}
.print .infosec.two .back-one {
    top: 63px;
    left: 0;
    width: 138px;
    height: 114px;
    z-index: -1;
}
.startups .infosec.two .back-one {
    top: 120px;
    left: 304px;
    width: 369px;
    height: 378px;
    z-index: -4;
}
.startups .infosec.two .back-two {
    top: 374px;
    left: 360px;
    width: 210px;
    height: 150px;
    z-index: -3;
}
.startups .infosec.two .back-three {
    top: 121px;
    left: 478px;
    width: 204px;
    height: 194px;
    z-index: -3;
}
.startups .infosec.two .back-four {
    top: 60px;
    left: 109px;
    width: 762px;
    height: 499px;
    z-index: -1;
}
.promotion .infosec.two .back-one {
    top: 167px;
    left: 356px;
    width: 268px;
    height: 224px;
    z-index: -4;
}
.promotion .infosec.two .back-two {
    top: 237px;
    left: 414px;
    width: 138px;
    height: 108px;
    z-index: -3;
}
.promotion .infosec.two .back-three {
    top: 96px;
    left: 305px;
    width: 365px;
    height: 352px;
    z-index: -3;
}
.promotion .infosec.two .back-four {
    top: 34px;
    left: 268px;
    width: 443px;
    height: 417px;
    z-index: -1;
}
.credentials .infosec .back-one,
.credentials .infosec .back-one-hover {
    z-index: -1;
}
.credentials #portfolio-ma .back-one {
    top: -15px;
    left: 136px;
    width: 246px;
    height: 259px;
}
.credentials #portfolio-ma .back-one-hover {
    top: -15px;
    left: 134px;
    width: 247px;
    height: 261px;
}
.credentials #portfolio-finanz .back-one-hover {
    top: -33px;
    left: 138px;
    width: 242px;
    height: 259px;
}
.credentials #portfolio-finanz .back-one {
    top: -44px;
    left: 134px;
    width: 246px;
    height: 259px;
}
.index .infosec.three {
    height: 640px;
}
.web .infosec.three,
.promotion .infosec.three {
    height: 520px;
    line-height: 520px;
}
.print .infosec.three {
    padding-top: 50px;
    height: 190px;
}
.startups .infosec.three {
    padding-top: 235px;
    height: 405px;
}
/*.credentials .infosec.three {
    padding-top: 87px;
    height: 338px;
}*/

.credentials-ma .infosec.three {
    padding: 0;
    height: 686px;
    background: url(../i/credentials-ma-infosec-three.jpg) no-repeat;
}
.credentials-nissan .infosec.three {
    padding: 0;
    height: 889px;
    background: url(../i/credentials-nissan-infosec-three.png) center 0 no-repeat;
}
.credentials-garten .infosec.three {
    position: relative;
    padding: 0;
    height: 709px;
}
.credentials-garten .infosec.three:after {
    content: "";
    position: absolute;
    top: -13px;
    left: -66px;
    width: 1146px;
    height: 722px;
    background: url(../i/credentials-garten-infosec-three.png) no-repeat;
}
.credentials-carina .infosec.three {
    position: relative;
    padding-top: 115px;
    height: 421px;
}
.credentials-carina .infosec.three:after {
    content: "";
    position: absolute;
    top: 77px;
    left: 14px;
    width: 460px;
    height: 1027px;
    background: url(../i/credentials-carina-infosec-three.png) no-repeat;
}
.index .infosec.three .box-one {
    margin-top: 260px;
    padding-right: 186px;
}
.index .infosec.three .box-two {
    margin-top: 260px;
}
.index .infosec.three .box-two,
.web .infosec.three .box-two,
.promotion .infosec.three .box-two {
    padding-left: 182px;
}
.web .infosec.three .box-one,
.promotion .infosec.three .box-one {
    padding-right: 179px;
}
.startups .infosec.three .box-one {
    padding-right: 222px;
}
.startups .infosec.three .box-two {
    padding-left: 191px;
}
.credentials-ma .infosec.three .box-one {
    padding-right: 65px;
    text-align: left;
}
.credentials-carina .infosec.three .box-two {
    padding-left: 45px;
    text-align: right;
}
.web .infosec.three .title,
.promotion .infosec.three .title {
    color: #ff371c;
}
.index .infosec.three .back-one {
    top: 174px;
    left: 322px;
    width: 329px;
    height: 354px;
    z-index: -5;
}
.index .infosec.three img.back-one {
    top: 111px;
    width: 336px;
    height: 419px;
    z-index: -5;
}
.index .infosec.three .back-two {
    top: 111px;
    left: 464px;
    width: 175px;
    height: 144px;
    z-index: -4;
}
.index .infosec.three .back-three {
    top: 169px;
    left: 322px;
    width: 221px;
    height: 220px;
    z-index: -3;
}
.index .infosec.three .back-four {
    top: 340px;
    left: 475px;
    width: 183px;
    height: 190px;
    z-index: -2;
}
.index .infosec.three .back-five {
    top: 81px;
    left: 233px;
    width: 565px;
    height: 513px;
    z-index: -1;
}
.web .infosec.three .back-one {
    top: 141px;
    left: 359px;
    width: 261px;
    height: 304px;
    z-index: -3;
}
.web .infosec.three .back-two {
    top: 159px;
    left: 550px;
    width: 121px;
    height: 113px;
    z-index: -2;
}
.web .infosec.three .back-three {
    top: 67px;
    left: 239px;
    width: 538px;
    height: 386px;
    z-index: -1;
}
.print .infosec.three .back-two {
    top: 38px;
    right: 2px;
    width: 158px;
    height: 164px;
    z-index: -1;
}
.startups .infosec.three .back-one {
    top: 130px;
    left: 309px;
    width: 372px;
    height: 475px;
    z-index: -5;
}
.credentials #portfolio-wohlstifter .back-one,
.credentials #portfolio-wohlstifter .back-one-hover {
    top: 26px;
    left: 101px;
    width: 328px;
    height: auto;
}
.credentials #portfolio-think .back-one,
.credentials #portfolio-think .back-one-hover {
    top: -2px;
    left: 128px;
    width: 269px;
    height: 259px
}
.credentials .infosec.seven .details {
    margin-top: 49px!important;
}
.credentials .infosec.seven .box-two {
    padding-left: 0!important
}
.startups .infosec.three .back-two {
    top: 262px;
    left: 402px;
    width: 186px;
    height: 119px;
    z-index: -4;
}
.startups .infosec.three .back-three {
    top: 447px;
    left: 380px;
    width: 251px;
    height: 134px;
    z-index: -3
}
.startups .infosec.three .back-four {
    top: 398px;
    left: 373px;
    width: 260px;
    height: 215px;
    z-index: -2;
}
.startups .infosec.three .back-five {
    top: 58px;
    left: 146px;
    width: 689px;
    height: 467px;
    z-index: -1;
}
.promotion .infosec.three .back-one {
    top: 244px;
    left: 341px;
    width: 300px;
    height: 177px;
    z-index: -3;
}
.promotion .infosec.three .back-two {
    top: 174px;
    left: 404px;
    width: 227px;
    height: 182px;
    z-index: -2;
}
.promotion .infosec.three .back-three {
    top: 62px;
    left: 274px;
    width: 481px;
    height: 409px;
    z-index: -1;
}
.credentials #portfolio-nissan .back-one {
    top: 25px;
    left: 66px;
    width: 356px;
    height: 193px;
}
.credentials #portfolio-nissan .back-one-hover {
    top: 25px;
    left: 68px;
    width: 354px;
    height: 199px;
}
.index .infosec.four {
    height: 640px;
}
.web .infosec.four,
.promotion .infosec.four {
    height: 520px;
    line-height: 520px;
}
.print .infosec.four {
    padding-top: 60px;
    height: 180px;
}
.startups .infosec.four {
    padding: 0 0 105px;
    height: auto;
    overflow: hidden;
}
.credentials-ma .infosec.four {
    padding: 0;
    height: 770px;
    background: url(../i/credentials-ma-infosec-four.jpg) no-repeat;
}
/*section#infosec-twelve {
    margin-bottom: 180px
}*/

.credentials-nissan .infosec.four {
    padding-top: 65px;
    height: 475px;
}
.credentials-garten .infosec.four {
    position: relative;
    padding-top: 45px;
    height: 547px;
}
.credentials-garten .infosec.four:after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: -65px;
    width: 709px;
    height: 440px;
    background: url(../i/credentials-garten-infosec-four.png) no-repeat;
}
.credentials-carina .infosec.four {
    position: relative;
    padding: 0;
    height: 720px;
}
.credentials-carina .infosec.four:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -4px;
    width: 988px;
    height: 648px;
    background: url(../i/credentials-carina-infosec-four.png) no-repeat;
}
.index .infosec.four .box-one {
    margin-top: 200px;
    padding-right: 243px;
}
.index .infosec.four .box-two {
    margin-top: 200px;
    padding-left: 243px;
}
.web .infosec.four .box-one,
.promotion .infosec.four .box-one {
    padding-right: 166px;
}
.web .infosec.four .box-two,
.promotion .infosec.four .box-two {
    padding-left: 173px;
}
.credentials-nissan .infosec.four .box-one {
    padding-right: 100px;
    padding-left: 40px;
    text-align: left;
}
.credentials-garten .infosec.four .box-two {
    position: relative;
    text-align: right;
    z-index: 1;
}
.infosec.four .title {
    color: #ff371c;
}
.web .infosec.four .title,
.promotion .infosec.four .title {
    color: #1cb7ff;
}
.index .infosec.four .back-one {
    bottom: 102px;
    left: 280px;
    width: 420px;
    height: 1295px;
    z-index: -6;
}
.index .infosec.four .back-two {
    bottom: 302px;
    left: 480px;
    width: 94px;
    height: 213px;
    z-index: -1;
}
.web .infosec.four .back-one {
    top: 163px;
    left: 360px;
    width: 263px;
    height: 187px;
    z-index: -4;
}
.web .infosec.four .back-two {
    top: 220px;
    left: 528px;
    width: 115px;
    height: 135px;
    z-index: -3;
}
.web .infosec.four .back-three {
    top: 168px;
    left: 484px;
    width: 129px;
    height: 127px;
    z-index: -2;
}
.web .infosec.four .back-four {
    top: 76px;
    left: 282px;
    width: 438px;
    height: 369px;
    z-index: -1;
}
.print .infosec.four .back-one {
    top: 24px;
    left: 0;
    width: 120px;
    height: 193px;
    z-index: -1;
}
.promotion .infosec.four .back-one {
    top: 129px;
    left: 353px;
    width: 275px;
    height: 264px;
    z-index: -3;
}
.promotion .infosec.four .back-two {
    top: 146px;
    left: 486px;
    width: 123px;
    height: 117px;
    z-index: -2;
}
.promotion .infosec.four .back-three {
    top: 71px;
    left: 261px;
    width: 463px;
    height: 343px;
    z-index: -1;
}
.credentials #portfolio-garten .back-one {
    top: -46px;
    left: 134px;
    width: 222px;
    height: 257px;
}
.credentials #portfolio-garten .back-one-hover {
    top: -44px;
    left: 135px;
    width: 222px;
    height: 254px;
}
.index .infosec.five {
    height: 680px;
}
.web .infosec.five,
.promotion .infosec.five {
    height: 520px;
    line-height: 520px;
}
.print .infosec.five {
    padding-top: 55px;
    height: 185px;
}
/*.credentials .infosec.five {
    padding-top: 84px;
    height: 366px;
}*/

.credentials-ma .infosec.five {
    padding: 0;
    height: 684px;
    background: url(../i/credentials-ma-infosec-five.jpg) 0 44px no-repeat;
}
.credentials-nissan .infosec.five {
    padding: 0;
    height: 374px;
}
.index .infosec.five .box-one {
    margin-top: 175px;
    padding-right: 195px;
}
.index .infosec.five .box-two {
    margin-top: 175px;
}
.index .infosec.five .box-two,
.web .infosec.five .box-two,
.promotion .infosec.five .box-two {
    padding-left: 183px;
}
.web .infosec.five .box-one,
.promotion .infosec.five .box-one {
    padding-right: 186px;
}
.credentials-ma .infosec.five .box-two {
    padding-left: 110px;
    text-align: right;
}
.credentials-nissan .infosec.five .box-two {
    padding-right: 40px;
    padding-left: 100px;
    text-align: right;
}
.infosec.five .title {
    color: #1cb7ff;
}
.web .infosec.five .title,
.promotion .infosec.five .title {
    color: #ff371c;
}
.infosec.five .contact-info {
    margin-top: 30px;
}
.infosec.five .contact-info li {
    position: relative;
    margin: 0 29px .5em 0;
}
.infosec.five .contact-info li:after {
    content: "";
    position: absolute;
    background-image: url(../i/contact-info.png);
    background-repeat: no-repeat;
}
.infosec.five .contact-info .tel:after {
    top: 5px;
    right: -26px;
    width: 11px;
    height: 15px;
}
.infosec.five .contact-info .email:after {
    top: 5px;
    right: -29px;
    width: 16px;
    height: 13px;
    background-position: -16px 0;
}
.infosec.five .contact-info .adr:after {
    top: 2px;
    right: -29px;
    width: 16px;
    height: 16px;
    background-position: -32px 0;
}
.index .infosec.five .back-one {
    top: 54px;
    left: 359px;
    width: 263px;
    height: 510px;
    z-index: -1;
}
.web .infosec.five .back-one {
    top: 161px;
    left: 330px;
    width: 320px;
    height: 276px;
    z-index: -3;
}
.web .infosec.five .back-two {
    top: 75px;
    left: 276px;
    width: 450px;
    height: 354px;
    z-index: -2;
}
.web .infosec.five .back-three {
    top: 11px;
    left: 170px;
    width: 640px;
    height: 454px;
    z-index: -1;
}
.print .infosec.five .back-two {
    top: 73px;
    right: 0;
    width: 157px;
    height: 93px;
    z-index: -1;
}
.promotion .infosec.five .back-one {
    top: 164px;
    left: 338px;
    width: 306px;
    height: 189px;
    z-index: -3;
}
.promotion .infosec.five .back-two {
    top: 215px;
    left: 565px;
    width: 116px;
    height: 124px;
    z-index: -2;
}
.promotion .infosec.five .back-three {
    top: 65px;
    left: 227px;
    width: 527px;
    height: 353px;
    z-index: -1;
}
.credentials #portfolio-carina .back-one {
    top: -41px;
    left: 136px;
    width: 234px;
    height: 246px;
}
.credentials #portfolio-carina .back-one-hover {
    top: -41px;
    left: 116px;
    width: 256px;
    height: 256px;
}
.credentials-nissan .infosec.five .back-one {
    top: 0;
    left: -46px;
    width: 611px;
    height: 341px;
    background: url(../i/credentials-nissan-infosec-five.png) no-repeat;
}
.web .infosec.six,
.promotion .infosec.six {
    height: 520px;
    line-height: 520px;
}
.print .infosec.six {
    padding-top: 60px;
    height: 300px;
}
.credentials-ma .infosec.six {
    margin-top: -75px;
    padding-top: 170px;
    height: 603px;
    background: url(../i/credentials-ma-infosec-six.jpg) no-repeat;
}
.credentials-nissan .infosec.six {
    padding: 0;
    height: 692px;
    background: url(../i/credentials-nissan-infosec-six.png) center no-repeat;
}
.index .infosec.six .box-one {
    padding-right: 171px;
}
.index .infosec.six .box-two {
    padding-left: 173px;
}
.web .infosec.six .box-one {
    padding-right: 150px;
}
.web .infosec.six .box-two {
    padding-left: 152px;
}
.promotion .infosec.six .box-one {
    padding-right: 171px;
}
.promotion .infosec.six .box-two {
    padding-left: 173px;
}
.credentials-ma .infosec.six .box-two {
    padding-left: 140px;
    text-align: right;
}
.infosec.six .title {
    color: #1cb7ff;
}
.web .infosec.six .back-one {
    top: 168px;
    left: 356px;
    width: 267px;
    height: 222px;
    z-index: -3;
}
.web .infosec.six .back-two {
    top: 206px;
    left: 466px;
    width: 184px;
    height: 133px;
    z-index: -2;
}
.web .infosec.six .back-three {
    top: 65px;
    left: 209px;
    width: 605px;
    height: 393px;
    z-index: -1;
}
.print .infosec.six .back-one {
    top: 32px;
    left: 0;
    width: 160px;
    height: 176px;
    z-index: -1;
}
.promotion .infosec.six .back-one {
    top: 188px;
    left: 326px;
    width: 200px;
    height: 203px;
    z-index: -3;
}
.promotion .infosec.six .back-two {
    top: 177px;
    left: 440px;
    width: 214px;
    height: 186px;
    z-index: -3;
}
.promotion .infosec.six .back-three {
    top: 133px;
    left: 426px;
    width: 162px;
    height: 150px;
    z-index: -2;
}
.promotion .infosec.six .back-four {
    top: 40px;
    left: 203px;
    width: 577px;
    height: 423px;
    z-index: -1;
}
.web .infosec.seven,
.promotion .infosec.seven {
    margin-bottom: 40px;
    height: 520px;
    line-height: 520px;
}
.infosec.seven .box-one {
    padding-right: 186px;
}
.infosec.seven .box-two {
    padding-left: 182px;
}
.infosec.seven .title {
    color: #ff371c;
}
.infosec.seven .back-one {
    top: 106px;
    left: 342px;
    width: 297px;
    height: 307px;
    z-index: -3;
}
.infosec.seven .back-two {
    top: 129px;
    left: 367px;
    width: 250px;
    height: 250px;
    z-index: -2;
}
.infosec.seven .back-three {
    top: 67px;
    left: 234px;
    width: 507px;
    height: 356px;
    z-index: -1;
}
.promotion .infosec.seven .back-one {
    top: 114px;
    left: 330px;
    width: 320px;
    height: 291px;
    z-index: -3;
}
.promotion .infosec.seven .back-two {
    top: 198px;
    left: 444px;
    width: 136px;
    height: 147px;
    z-index: -2;
}
.promotion .infosec.seven .back-three {
    top: 39px;
    left: 174px;
    width: 644px;
    height: 438px;
    z-index: -1;
}
.no-svg .infosec object.back-one,
.no-svg .infosec object.back-two,
.no-svg .infosec object.back-three,
.no-svg .infosec object.back-four,
.no-svg .infosec object.back-five,
.infosec img.back-one,
.infosec img.back-two,
.infosec img.back-three,
.infosec img.back-four,
.infosec img.back-five {
    display: none;
}
.no-svg .infosec img.back-one,
.no-svg .infosec img.back-two,
.no-svg .infosec img.back-three,
.no-svg .infosec img.back-four,
.no-svg .infosec img.back-five {
    display: block;
}
.content-back {
    display: block;
    margin: 0 auto 100px;
    border-radius: 5px;
    width: 100px;
    background-color: #1cb7ff;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.content-back:hover {
    text-decoration: underline;
}
/* price */

.pricebox {
    float: left;
    margin-right: 40px;
    border: 2px solid;
    padding: 18px 22px 24px;
    width: 252px;
    font-size: 14px;
    line-height: 20px;
}
.pricebox.start {
    border-color: #c8c8c8;
}
.pricebox.optim {
    border-color: #1cb7ff;
}
.pricebox.max {
    margin: 0;
    border-color: #ff371c;
}
.pricebox .title {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.pricebox.start .title {
    color: #646464;
}
.pricebox.optim .title,
.pricebox.optim .undertitle {
    color: #1cb7ff;
}
.pricebox .undertitle {
    margin-bottom: 19px;
    min-height: 84px;
    font-weight: bold;
    line-height: 1.5;
}
.pricebox.max .undertitle {
    color: #ff371c;
}
.pricebox .text {
    min-height: 105px;
}
.pricebox .cost {
    margin: 17px -22px 22px;
    padding: 17px 22px;
    background-color: #c8c8c8;
}
.pricebox.optim .cost {
    background-color: #1cb7ff;
    color: #fff;
}
.pricebox.max .cost {
    background-color: #ff371c;
    color: #fff;
}
.pricebox .cost .value {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.083;
}
.pricebox .cost .rub {
    font-family: Arial, Helvetica, sans-serif;
}
.pricebox .subtitle {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: bold;
}
.pricebox .rights {
    margin: 19px 0 41px;
}
.pricebox > ul {
    margin: 0 -22px;
    border-top: 1px solid #c8c8c8;
}
.pricebox > ul > li {
    position: relative;
    padding: 1px 22px;
    border-bottom: 1px solid #c8c8c8;
    line-height: 22px;
}
.pricebox > ul > li .help {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 26px;
    background: url(../i/pricebox-help.png) 6px center no-repeat;
    cursor: pointer;
}
.pricebox > ul > li .help:hover {
    background-position: -14px center;
}
.pricebox > ul > li .help .addinfo {
    display: none;
    position: absolute;
    top: 23px;
    left: -17px;
    border: 1px solid #c8c8c8;
    padding: 13px 24px;
    background-color: #fff;
    line-height: 1.7;
    white-space: nowrap;
    z-index: 1;
}
.pricebox.max > ul > li .help .addinfo {
    right: -17px;
    left: auto;
}
.pricebox > ul > li .help:hover .addinfo {
    display: block;
}
.pricebox > ul > li .help .addinfo:before {
    content: "";
    position: absolute;
    top: -27px;
    right: 0;
    left: 0;
    height: 26px;
}
.pricebox > ul > li .help .addinfo .mintitle {
    font-weight: bold;
}
.pricebox > ul > li .help .addinfo ul {
    list-style: disc inside;
    line-height: 1.7;
}
.footnote {
    clear: both;
    padding-top: 55px;
    font-size: 14px;
}
.footnote span {
    display: inline-block;
    width: 17px;
    text-align: right;
}
/* contform */

.contform {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -458px;
    margin: auto 0;
    border: 2px solid #1cb7ff;
    border-left: 0;
    height: 461px;
    background-color: #fff;
    text-align: center;
    z-index: 200;
}
.contform form {
    position: relative;
    padding: 33px 68px 0;
    width: 320px;
}
.contform-visible .contform .lesson {
    display: block;
}
.contform form .text {
    margin-bottom: 35px;
    font-size: 24px;
}
.contform form .text span {
    display: block;
    font-weight: bold;
}
.contform form .name,
.contform form .email {
    position: relative;
    margin-bottom: 10px;
    height: 40px;
}
.contform form .message {
    position: relative;
    height: 120px;
}
.contform form textarea {
    height: 97px;
}
.contform form label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #c8c8c8;
    border-radius: 5px 0 0 5px;
    width: 39px;
    height: 100%;
}
.contform form label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.contform form .name label:before {
    width: 14px;
    height: 15px;
    background-image: url(../i/form-sprite.png);
    background-position: 0px -54px;
}
.contform form .name input:focus + label:before {
    background-position: -14px -54px;
}
.contform form .email label:before {
    width: 16px;
    height: 13px;
    background-image: url(../i/form-sprite.png);
    background-position: 0px -105px
}
.contform form .email input:focus + label:before {
    background-position: -16px -105px;
}
.contform form .message label:before {
    top: 12px;
    bottom: auto;
    width: 16px;
    height: 16px;
    background-image: url(../i/form-sprite.png);
    background-position: 0px -79px;
}
.contform form .message textarea:focus + label:before {
    background-position: -16px -79px;
}
.contform form input[required] + label:after {
    content: "";
    position: absolute;
    top: 17px;
    right: -264px;
    width: 6px;
    height: 6px;
    background: url(../i/form-sprite.png) no-repeat;
}
.contform form input:invalid + label:after {
    background-position: -67px -9px;
}
.contform form input:focus + label,
.contform form textarea:focus + label {
    border-color: #1cb7ff;
    background-color: #1cb7ff;
}
.contform form .submit {
    margin-top: 25px;
    width: 100%;
}
.contform .opener {
    position: absolute;
    top: -2px;
    left: 100%;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    background: #1cb7ff url(../i/form-sprite.png) 22px 20px no-repeat;
    cursor: pointer;
}
.contform .back {
    position: absolute;
    top: 60px;
    left: 100%;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    background: #1cb7ff url(../i/form-sprite.png) 21px -158px no-repeat;
}
/* success */

.success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 300;
}
.success-visible .success {
    display: block;
}
.success .inner {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -90px auto 0;
    border-radius: 6px;
    padding: 0 30px 69px;
    width: 300px;
    height: 130px;
    background-color: #fff;
    line-height: 130px;
    text-align: center;
    z-index: 300;
}
.success .inner .text {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    vertical-align: middle;
}
.success .inner .text .title {
    margin-bottom: 10px;
    color: #ff371c;
    font-size: 30px;
    font-weight: bold;
}
.success .inner .submit {
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
    background-color: #1cb7ff;
}
/* mobile */

.mob,
.mob-inl,
.mob-inl-land {
    display: none;
}
.credentials-ichhabsgetan .wrapper section .title {
    font-size: 24px;
    margin-bottom: 7px;
    color: #df1a2c
}
.credentials-ichhabsgetan .subtitle {
    font-size: 14px
}
.credentials-ichhabsgetan .wrapper section {
    text-align: center;
    padding-top: 173px;
}
.credentials-ichhabsgetan .infosec.four {
    margin-top: 78px;
    background: url('../i/credentials-ichhabsgetan-dt.jpg') 524px center no-repeat
}
.credentials-ichhabsgetan .infosec.four .box-two {
    float: none;
}
.credentials-ichhabsgetan .underwrapper {} .credentials-ichhabsgetan .infosec.five {
    text-align: center;
    margin: 139px 0 244px 0;
    background: linear-gradient( to top, #eef1f3 0%, #fff 411px);
    padding-bottom: 182px;
}
.credentials-ichhabsgetan .infosec.five img {
    box-shadow: 0px 10px 20px 0px rgba(240, 240, 240, 0.75);
    margin-bottom: 78px
}
.credentials-ichhabsgetan .infosec.five section {
    overflow: hidden;
}
.credentials-ichhabsgetan .infosec.five section img {
    box-shadow: none;
    position: absolute;
    left: -64px;
    top: 88px;
}
.credentials-ichhabsgetan .infosec.five .box-two {
    margin: 39px 0 0 0;
    width: 464px;
}
.mobile {
    box-shadow: none!important;
    position: absolute;
    left: 50%;
    margin-left: -555px;
    display: block;
    bottom: -234px;
}
.think-logo {
    width: 428px;
    height: 234px;
    margin: 54px auto 0 auto;
    display: block;
}
.credentials-think .page .wrapper:after {
    height: 3px;
    content: '';
    display: block;
    background: linear-gradient(to right, #3ca4fd 0%, #3ca4fd 25%, #f73c3c 25%, #f73c3c 50%, #f7d854 50%, #f7d854 75%, #4ec427 75%, #4ec427 100%)
}
.credentials-think .wrapper {
    text-align: center;
    background: url('../i/dots-one.jpg') center 0 no-repeat
}
.credentials-think .wrapper section .title {
    color: #3c3c3c;
    font-size: 24px;
    margin: 124px 0 4px 0;
}
.credentials-think .wrapper section {
    padding-bottom: 77px;
}
.credentials-think .wrapper .subtitle {
    font-size: 14px;
    color: #646464
}
.credentials-think .wrapper .subtitle br {
    display: none
}
.credentials-think .infosec.four {} .credentials-think .underwrapper {
    width: 100%;
    background: url(../i/think-back.jpg) center -5px no-repeat;
}
.credentials-think .infosec.four .box-two {
    float: none;
    padding: 298px 0 46px 0;
}
.credentials-think .think-two {
    background: url('../i/think-two.png') center 26px no-repeat, url('../i/dots-two-new.png') center 0 no-repeat;
    width: 100%;
    overflow: hidden;
    height: 936px;
}
.think-two .box-two {
    margin: 241px 0 0 0;
    width: 450px;
}
.credentials-think .think-three {
    background: url('../i/think-book.png') center 10px no-repeat, url('../i/dots-two.jpg') center 10px no-repeat
}
.credentials-think .infosec.six .box-two {
    float: none;
    padding: 350px 0 189px 0;
}
.credentials-think .think-four {
    background: url('../i/think-gradient.png') center top repeat-x;
    text-align: center
}
.credentials-think .think-four .box-two {
    text-align: center;
    margin: 92px auto 75px auto;
    float: none;
    width: 539px;
    padding: 0;
}
.credentials-think .think-four img {
    box-shadow: 0px 10px 20px 0px rgba(240, 240, 240, 0.75);
    margin-bottom: 48px;
}
.think-pc {
    box-shadow: none!important;
    display: block;
    margin: 0 auto
}
.credentials-think .eight {
    margin-top: 22px
}
.hesse .upper {
    background: url(../i/hesse-upper.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 80px;
}
.hesse .upper section {
    text-align: center;
    padding: 95px 0 499px 0;
}
.hesse .upper h1 {
    font-family: 'Arimo';
    color: #004b6e;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.hesse .upper p {
    color: #646464;
    font-style: italic;
    font-size: 14px;
}
.hesse .pc {
    margin-top: -409px;
    background: url(../i/pc.png) center top no-repeat, url('../i/pc-shapes.png') center 868px no-repeat;
    padding-top: 664px;
    margin-bottom: 0px;
}
.hesse .pc p {
    color: #646464;
    font-size: 16px;
    text-align: center;
    max-width: 546px;
    margin: 0 auto 101px auto;
    line-height: 22px;
}
.hesse .pc span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    max-width: 224px;
    margin: 0 auto 26px auto;
}
.hesse .pc img {
    margin: 0 auto 32px auto;
    display: block;
}
.hesse .map {
    background: url(../i/hesse-map.png) center -30px no-repeat;
    height: 680px;
}
.hesse .map p {
    color: #646464;
    font-size: 16px;
    max-width: 300px;
    padding: 91px 0 0 0;
    line-height: 23px;
}
.hesse .map span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 24px;
    max-width: 210px;
}
.hesse .img-2 img {
    margin-bottom: 20px
}
.hesse .phone {
    margin-top: -85px;
    position: relative;
}
.hesse .phone section {
    background: url(../i/hesse-phone.png) 42px 1px no-repeat, url(../i/phone-shapes.png) 68px 29px no-repeat;
    padding-bottom: 131px;
}
.hesse .phone p {
    color: #646464;
    font-size: 16px;
    /* margin: 300px 0 0 auto; */
    
    width: 466px;
    margin: 0 0 0 auto;
    padding-top: 304px;
    line-height: 21px;
}
.hesse .phone span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 28px;
}
.hesse .img-2 img {
    margin-bottom: 24px;
}
.img-2 {
    text-align: center;
    padding-top: 20px;
}
.credentials #portfolio-bhi-immobilien .back-one-hover,
.credentials #portfolio-bhi-immobilien .back-one {
    top: -14px;
    left: 70px;
    display: block;
}
.credentials .infosec {
    overflow: hidden;
    height: auto;
    padding-top: 80px;
    margin-bottom: 100px
}
.credentials .infosec:last-of-type {
    margin-bottom: 180px;
}
.box-two sup {
    vertical-align: super;
    font-size: smaller;
}

.cl-head {
    background: url('../i/cl-head.jpg') center bottom no-repeat
}
.cl-head section {
    position: relative;
    padding: 251px 0 195px 0;
}
.cl-head section:after {
    content: '';
    background: url(../i/cl-pc-dt.png) 0 0 no-repeat;
    position: absolute;
    width: 727px;
    height: 645px;
    bottom: -97px;
    right: -100px;
}
.cl-one {
    color: #fff;
}
.cl h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'Arimo';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
.cl .subtitle {
    font-style: italic;
    font-size: 14px;
    color: #fff
}
.cl-one {
    color: #fff;
    width: 360px;
    margin-top: 40px;
}
.cl-one a,
.cl-one a:link {
    color: inherit;
    text-decoration: none;
}
.cl-one span,
.cl-two span,
.cl-three span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 24px;
}
.cl-one p,
.cl-two p,
.cl-three p {
    font-size: 16px;
    line-height: 24px
}
.cl-two section {
    background: url(../i/ropes.jpg) 33px 184px no-repeat;
    padding-top: 81px;
}
.cl-two span,
.cl-two p {
    width: 516px;
}
.cl-two ul {
    position: relative;
    height: 2012px
}
.cl-two li {
    position: absolute;
}
.cl-two li:first-child {
    top: 111px;
    left: -21px;
    z-index: 99;
}
.cl-two li:nth-child(2) {
    top: 215px;
    left: 258px;
}
.cl-two li:nth-child(3) {
    top: 1149px;
    left: 259px;
    z-index: 99;
}
.cl-three {
    z-index: 99;
}
.cl-three section {
    position: relative;
    margin-bottom: 319px;
}
.cl-three section:before {
    content: '';
    position: absolute;
    top: -322px;
    left: 237px;
    background: url(../i/cl-mobile.png) 0 0 no-repeat;
    width: 1000px;
    height: 750px;
    z-index: 99;
}
.cl-three p,
.cl-three span {
    width: 490px;
    z-index: 99;
    position: relative;
}
.ta-head {
    background: url('../i/ta-head.jpg') center bottom no-repeat;
    text-align: right;
}
.ta-head section {
    padding: 264px 0 371px 0;
    position: relative;
}
.ta h1 {
    color: #743d14;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
        z-index: 9;
}
.ta .subtitle {
    color: #646464;
    font-style: italic;
    font-size: 14px;
        z-index: 9;
    margin-top: 10px;
}
.ta-head section:after {
    content: '';
    background: url('../i/ta-head-img.png') 0 0 no-repeat;
    width: 982px;
    height: 570px;
    position: absolute;
    left: -2px;
    bottom: -71px;
}
.ta-one span,
.ta-two span,
.ta-three span,
.ta-four span,
.ta-five span {
    color: #646464;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}
.ta-one {
    margin: 129px 0 0 0;
}
.ta-two {
    margin-top: 94px;
}
.ta-one p,
.ta-two p,
.ta-three p,
.ta-four p,
.ta-five p {
    color: #646464;
    font-size: 16px;
    line-height: 23px;
}
.ta-one span {
    display: inline-block;
    vertical-align: top;
    width: 214px;
    margin-right: 36px;
}
.ta-one p {
    display: inline-block;
    width: 720px;
    vertical-align: top
}
.ta-three {
    text-align: center;
    margin-top: 45px;
}
.ta-three p {
    width: 519px;
    margin: 20px auto;
}
.ta-three span {
    width: 590px;
    margin: 20px auto;
}
.ta-five {
    text-align: right;
    margin-bottom: 183px;
    margin-top: 83px;
}
.ta-four {
    margin-top: 80px;
}
.ta-five section {
    position: relative;
    text-align: right;
}
.ta-five span,
.ta-five p {
    width: 543px;
    margin: 0 0 0 auto;
    display: block;
}
.ta-five span {
    margin-bottom: 24px
}
.ta {
    position: relative;
}
.ta-five section:after {
    content: '';
    position: absolute;
    bottom: -323px;
    left: -157px;
    background: url(../i/ta-five.png) 0 0 no-repeat;
    width: 613px;
    height: 700px;
}
.ta li {
    text-align: center;
    margin-bottom: 7px;
}
.ta-head .subtitle br {
    display: none
}
.credentials #portfolio-thomas-adam .back-one-hover {
    width: 425px;
    height: 284px;
    left: 21px;
    top: -27px;
}
.credentials #portfolio-thomas-adam .back-one {
    width: 398px;
    height: 272px;
    left: 29px;
    top: -24px;
}
.credentials #portfolio-carina-landing .back-one-hover {
    width: 358px;
    height: 263px;
    left: 70px;
    top: -28px;
}
.credentials #portfolio-carina-landing .back-one {
    width: 355px;
    height: 263px;
    left: 69px;
    top: -31px;
}
.credentials .infosec:nth-child(odd) .title {
    color: #ff371c;
}
.credentials .infosec:nth-child(even) .title {
    color: #1cb7ff;
}
.credentials .infosec:nth-child(odd) .details {
    background-color: #ff371c
}
.credentials .infosec:nth-child(even) .details {
    background-color: #1cb7ff
}
.dispensary .one {
    background: url('../i/disp-head.jpg') center bottom no-repeat;
    color: #fff;
    position: relative;
}
.dispensary h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
      position: relative;
    z-index: 99
}
.dispensary .subtitle {
    font-size: 14px;
    font-style: italic;
    margin-top: 7px;
    position: relative;
    z-index: 99
}
.dispensary .one p {
    font-size: 16px;
    width: 370px;
    margin-top: 31px;
    line-height: 23px;
      position: relative;
    z-index: 99
}
.dispensary .one section {
    position: relative;
    padding: 258px 0 203px 0;
}
.dispensary .one section:after {
    background: url('../i/disp-pc.png') 0 0 no-repeat;
    width: 1073px;
    height: 566px;
    content: '';
    position: absolute;
    bottom: -121px;
    right: -114px;
}
.dispensary .two section {
    color: #646464;
    background: url(../i/disp-two.png) 54px 244px no-repeat;
    padding: 200px 0 284px 0;
}
.dispensary .two img {
    display: block;
    margin: 176px auto 0 auto;
    padding-left: 67px;
}
.dispensary .two span {
    font-weight: bold;
    font-size: 18px;
}
.dispensary .two p {
    color: #646464;
    font-size: 16px;
    width: 441px;
    line-height: 24px;
}
.dispensary .four li {
    text-align: center;
    margin-bottom: 47px;
}
.dispensary .two span {
    width: 227px;
    display: block;
    margin-bottom: 26px;
}
.credentials #portfolio-dispensary .back-one {
    top: 26px;
    left: 36px;
    width: 409px;
    height: 257px;
}
.credentials #portfolio-dispensary .back-one-hover {
    top: -27px;
    left: -3px;
}
.dispensary .four-text span {
    font-size: 18px;
    font-weight: bold;
}
.dispensary .four-text p {
    font-size: 16px;
    max-width: 450px;
    margin-top: 24px;
    line-height: 24px;
}
.dispensary .four-text section {
    position: relative;
}
.dispensary .four-text section:after {
    content: '';
    position: absolute;
    top: -45px;
    right: -33px;
    background: url(../i/four-text.jpg) 0 0 no-repeat;
    width: 489px;
    height: 328px;
}
.dispensary .five span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 0 0 auto
}
.dispensary .five p {
    font-size: 16px;
    max-width: 444px;
    display: block;
    margin: 24px 0 0 auto;
    line-height: 23px;
}
.dispensary .five section {
    position: relative;
    text-align: right;
}
.dispensary .four-sec li {
    text-align: center;
    margin-bottom: 45px;
}
.dispensary .five section:before {
    width: 760px;
    height: 532px;
    position: absolute;
    content: '';
    top: -216px;
    left: -216px;
    background: url(../i/disp-five.png) 0 0 no-repeat;
}
.dispensary .four-text {
    margin: 62px 0 127px 0;
}
.dispensary .five {
    margin: 153px 0 78px 0;
}
