/*
Theme Name: Landingpage Theme
Theme URI: http://www.akm3.de/
Description: A Landingpage Wordpress Template.
Version: 1.0
Author: Stefan Pflug
Author URI: http://www.akm3.de/
Tags: landingpage, minimal, minimal theme
Created on : 31.03.2015, 11:50:08
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    min-width: 350px;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    /*-moz-box-sizing: inherit;*/
    box-sizing: inherit;
}
a, a:hover, a:active {
    text-decoration: none;
}
ul, ol {
    list-style-position: inside;
    margin: 20px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic!important;
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #002459;
}
h1 {
    font-size: 44px;
    margin: 30px 0px 0px;
}
h2 { font-size: 29px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

img {
    max-width: 100%;
}
header {
    width: 100%;
    height: auto;
    text-align: center;
}
#masthead {
    padding: 15px 10px 10px;
    background: #FFF;
    display: -webkit-flex;
    display: flex;
    border-bottom: 5px solid #002459;
}
#masthead a {
    color: #002459;
    position: relative;
    display: inline-block;
}
#masthead .site-branding {
    width: 30%;
    float: left;
    min-width: 325px;
    max-width: 465px;
}
#masthead .site-branding span {
    font-size: 16px;
    display: block;
    color: #0056CE;
    line-height: 18px
}
#masthead .site-title {
    font-size: 46px;
}
.menu-header-menu-container {
    width: 100%;
    max-width: 955px;
}
#masthead .menu-header-menu-container, #menu-header-menu {
    background: #FFF;
    margin: 0px;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
} 
#menu-header-menu.buttons {
    position: relative;
    min-width: 465px;
}
#menu-header-menu.buttons li.menu-item a {
    font-size: 20px;
    text-align: right;
}
#menu-header-menu.buttons li.menu-item a strong {
    color: #F39A00;
    width: 100%;
    display: block;
    font-size: 40px;
}
#menu-header-menu.buttons li.menu-item a::after {
    height: 0px;
}
#menu-header-menu li {
    font-size: 30px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    background: #FFF;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#menu-header-menu li.menu-item a {
    padding: 4px 15px;
    color: #002459;
    margin: 5px;
    transition: color 0.3s ease 0s;
}
#menu-header-menu li.menu-item a::after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    height: 5px;
    background: #8ACCDB;
    content: "";
    z-index: 0;
    transition: opacity 0.3s ease 0s;
    pointer-events: none;
    opacity: 0;
}
#menu-header-menu li.menu-item a:hover {
    color: #0056CE!important;
}
#menu-header-menu li.menu-item a:hover::after {
    opacity: 1;
}

section {
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0px;
    border-bottom: 4px solid #8ACCDB;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
section:first-of-type .entry-content h2 {
    color: #2F9B4E;
    margin-bottom: 30px;
}
section:last-of-type {
    border-bottom: none;
}
section.tplsection {
    background-position: center center;
    background-repeat: y-repeat;
    background-color: #02529B;
}
h2.entry-title {
    width: 100%;
    margin: 0px auto;
    max-width: 960px;
    padding: 20px 30px 10px;
    clear: both;
    color: #002459;
    background-color: #FFF;
    font-size: 38px;
}
div.entry {
    margin: 0px auto;
    padding: 5px 30px 30px;
    width: 100%;
    max-width: 960px;
    display: -webkit-box;
    display: flex;
    background-color: #FFF;
}
div.entry-content {
    font-size: 17px;
    width: 100%;
}
div.entry-content p {
    line-height: 29px;
}
div.entry-content li {
    margin: 10px 0px;
    line-height: 29px;
}
div.entry-content ul li {
    list-style-type: none;
    position: relative;
    display: table;
    margin: 40px 40px 40px 0px;
}
div.entry-content ul li strong:before {
    content: url('images/listitem.svg');
    margin-right: 20px;
    vertical-align: middle;
}
div.entry-content ol {
    list-style-type: none;
    counter-reset: my-badass-counter;
}
div.entry-content ol li:before {
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    margin-right: 20px;
    font-size: 40px;
    vertical-align: middle;
    color: #0056CE;
}
div.entry-content a {
    color: #0056CE;
}
div.entry-content a:hover {
    color: #002459;
}
.alignright {
    float: right;
    margin-left: 25px;
}
.alignleft {
    float: left;
    margin-right: 25px;
    max-width: 100%;
    height: auto;
}
a.kauf {
    margin: 25px 10px;
    height: 100px;
    width: 50%;
    float: left;
    padding: 15px;
    display: table;
    font-size: 50px;
    color: #161514!important;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #161514;
    -webkit-transition: background 0.3s, color 0.3s; /* Safari 3.1 to 6.0 */
    transition: background 0.3s, color 0.3s;
}
a.kauf strong {
    -webkit-transition: color 0.3s; /* Safari 3.1 to 6.0 */
    transition: color 0.3s;
    width: 100%;
    color: #F39A00;
    line-height: 50px;
}
a.kauf#sprg {
    color: #002C5A!important;
}
a.kauf#sprg strong {
    color: #EC7404;
}
a.kauf span.buttontext {
    font-size: 24px;
    display: block;
    width: 100%;
    color: #161514;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    -webkit-transition: color 0.3s; /* Safari 3.1 to 6.0 */
    transition: color 0.3s;
}
a.kauf#sprg span.buttontext {
    color: #002C5A;
}
a.kauf:hover span.buttontext {
    color: #FFF!important;
}
a.kauf#amzn:hover {
    color: #FFF!important;
    background: #161514!important;
}
a.kauf#sprg:hover {
    color: #FFF!important;
    background: #002C5A!important;
}
a.kauf#sprg {
    border: 2px solid #002C5A;
}
a.kauf svg {
    margin-right: 20px;
    float: left;
}
/* Amazon Button */
a.kauf svg path#amaz {
    fill: #161514;
    -webkit-transition: fill 0.3s; /* Safari 3.1 to 6.0 */
    transition: fill 0.3s;
}
a.kauf:hover svg path#amaz {
    fill: #FFF;
}
/* eBook Button */
a.kauf svg path#rossgrund {
    fill: #EC7404;
}
a.kauf svg path#rosskopf {
    fill:#002C5A;
    -webkit-transition: fill 0.3s; /* Safari 3.1 to 6.0 */
    transition: fill 0.3s;
}
a.kauf:hover svg path#rosskopf {
    fill: #FFF;
}
a.ebook {
    display: table;
    width: 50%;
    float: none;
    text-align: right;
    position: relative;
    top: -20px;
}
#about-the-author p {
    font-size: 17px;
}
#about-the-author p strong {
    font-size: 22px;
}
.social {
    position: absolute;
    bottom: 0px;
    height: 43px;
    width: auto;
    background-color: #0056CE;
}
.autor {
    position: relative;
    float: left;
    width: 300px;
    margin-right: 20px;
}
.social a {
    height: 43px;
    width: 43px;
    float: left;
    overflow: hidden;
    background-image: url('images/social.png');
    -webkit-transition: background-color 0.3s; /* Safari 3.1 to 6.0 */
    transition: background-color 0.3s;
}
.social .xing {
    background-color: rgba(0,85,102,0);
}
.social .xing:hover {
    background-color: rgba(0,85,102,1);
}
.social .gplus {
    background-position: 85px;
}
.social .gplus:hover {
    background-color: rgba(221,68,51,1);
}
.social .linked {
    background-position: 128px;
}
.social .linked:hover {
    background-color: rgba(0,119,170,1);
}
.social .twitter {
    background-position: right;
}
.social .twitter:hover {
    background-color: rgba(51,170,221,1);
}

#footer {
    width: 100%;
    background: #2F9B4E;
    color: #FFF;
}
#footer a {
    color: #FFF;
}
#footer a:hover {
    color: #0056CE;
}
#footer .footer-widgets {
    width: 100%;
    max-width: 1000px;
    padding: 30px;
    margin: 0px auto;
    display: -webkit-flex;
    display: flex;
}
#footer .footer-widgets .widget {
    width: calc(100% - 10px);
    padding: 20px;
    margin: 5px;
    background: #46CE6A;
    font-size: 20px;
}
#footer h4.widget-title {
    font-size: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #FFF;
}
#footer .menu-footer-menu-container ul li {
    list-style-type: none;
}
.footer-info {
    width: 100%;
    padding: 10px 30px;
    background: #002459;
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
#justscrollup {
    height: 60px;
    width: 40px;
    position:fixed;
    right: 10%;
    background: #002459;
    z-index: 1;
    -webkit-transition: bottom 0.5s, background-color 0.5s;
    -moz-transition: bottom 0.5s, background-color 0.5s;
    transition: bottom 0.5s, background-color 0.5s;
}
#justscrollup:hover {
    background-color: #0056CE;
    bottom: 0px!important;
}
@media (max-width: 1120px) {
    #masthead .menu-header-menu-container {
        flex-direction: column;
    }
    #menu-header-menu {
        order: 2
    }
    #menu-header-menu.buttons {
        order: 1;
        min-width: 340px;
    }
    #menu-header-menu.buttons li {
        background-color: #161514;
        margin: 2px;
        border-radius: 15px;
    }
    #menu-header-menu.buttons li.menu-item a {
        font-size: 16px;
        color: #FFF;
    }
    #menu-header-menu.buttons li.menu-item a strong {
        font-size: 24px;
    }
}
@media (max-width: 800px) {
    #masthead {
        display: inline-block;
    }
    #masthead .site-branding {
        width: 100%;
        margin: 10px auto;
    }
    #menu-header-menu li {
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #menu-header-menu li.menu-item a {
        padding: 3px 3px;
        margin: 2px;
        font-size: 22px;
    }
    #menu-header-menu li.menu-item a::after {
        bottom: -17px;
    }
    #masthead .menu-header-menu-container, #menu-header-menu {
        width: 100%;
    }

    a.kauf {
        width: 100%;
    }
    a.kauf svg {
        float: none;
        width: 100%;
    }
    a.kauf, a.kauf span.buttontext {
        text-align: center;
    }

    .autor {
        width: 100%;
    }
    .alignleft {
        width: auto;
    }
    #footer .footer-widgets {
        display: inline-block;
    }
    #footer .footer-widgets .widget {
        margin-bottom: 20px;
    }
    #footer .footer-widgets .widget:last-of-type {
        margin-bottom: 5px;
    }
    #justscrollup {
        height: 50px;
        width: 30px;
        right: 0px;
        background-position: -218px top;
    }
}
/* FORMULAR STYLE */
.cr_ipe_item {
    position: relative;
    z-index: 1;
    margin: 1em 1em;
    vertical-align: top;
    width: calc(100% - 2em);
    display: inline-block;
}
.cr_ipe_item input, .cr_ipe_item textarea {
    width: 100%;
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    background: #DDDDDD none repeat scroll 0% 0%;
    color: #666;
    font-weight: 400;
    border: 2px solid transparent;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}
.cr_ipe_item textarea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100px;
}
label.itemname {
    width: 100%;
    text-align: left;
    position: absolute;
    top: -60px;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s ;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.itemname-content {
    font-size: 16px;
    line-height: 25px;
    color: #8B8C8B;
    padding: 6px 0px;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.itemname-content::after {
    content: attr(data-content);
    position: absolute;
    font-weight: bolder;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #002459;
    padding: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.cr_ipe_item input:focus + label.itemname, .cr_ipe_item textarea:focus + label.itemname,
.cr_ipe_item input:not([value=""]) + label.itemname, .cr_ipe_item textarea:not([value=""]) + label.itemname {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.cr_ipe_item input:focus + label.itemname .itemname-content, .cr_ipe_item textarea:focus + label.itemname .itemname-content,
.cr_ipe_item input:not([value=""]) + label.itemname .itemname-content, .cr_ipe_item textarea:not([value=""]) + label.itemname .itemname-content{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.cr_ipe_item input:focus, .cr_ipe_item textarea:focus,
.cr_ipe_item input:not([value=""]), .cr_ipe_item textarea:not([value=""]) {
    background-color: transparent;
    border-color: #2F9B4E;
    font-weight: bold;
}
.submit_container {
    display: flex!important;
    justify-content: center;
}
.cr_button {
    float: left;
    max-width: 350px;
    display: block;
    margin: 1em;
    padding: 1em 4em;
    border: medium none;
    background: #002459;
    color: #002459;
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
submit_container .cr_button {
    padding: 0px;
    height: auto;
}
submit_container .cr_button button {
    padding: 1em 4em;
    background: none;
    width: 100%;
    height: 100%;
}
.cr_button::before, .cr_button::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}
.cr_button::before {
    background: #2F9B4E;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.cr_button::after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #FFF;
}
.cr_button:hover {
    color: #2F9B4E;
}
.cr_button:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sociallikes {
    float: right;
}
.sociallikes > * {
    float: left !important;
    margin: 5px 5px !important;
}

/* As Seen On */
#seenon {
    margin: 0px auto;
    padding: 10px;
    width: 100%;
    max-width: 960px;
    display: -webkit-box;
    display: flex;
    background-color: rgba(255,255,255,0.85);
    position: relative;
}
#seenon::before {
    content: 'As Seen On';
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: auto;
    display: table;
    font-size: 18px;
    position: absolute;
    top: 50px;
    justify-content: center;
    left: -60px;
    color: #0056CE;
}
#seenon li {
    flex-grow: 1;
    order: 1;
/*    width: 100%;*/
    list-style-type: none;
    opacity: 0.6;
    transition: opacity 0.3s;
    float: left;
}
#seenon li:hover {
    opacity: 1;
}
#seenon li img {
    width: 100%;
    max-width: 100px;
    padding: 2px;
}

ul.buttonlist {
    width: 45%;
    float: left;
    margin: 33px 0px 0px 20px;
    min-width: 365px;
}
ul.buttonlist li {
    width: 33%;
    float: left;
    margin: 5px 0px 0px !important;
    padding: 0px !important;
    display: inline-block;
    height: 65px;
}
@media (max-width: 440px) {
    ul.buttonlist {
    width: 100%;
    min-width: 200px;
    }
    ul.buttonlist li {
        width: 50%;
    }
}