/*
Theme Name: Seokratie
Description: Seokratie GmbH WordPress Theme
Version: 04-2019
Author: Florian Wahr
Author URI: https://webtooltime.com/
*/

/* Resets */
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;
}
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;
}
/* /resets */

html, body {
    min-width: 100%;
    height: 100%;
}

*, *::before, *::after, html {
    -webkit-appearance: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    background-color: #fff;
    color: #313030;
}


.screen-reader-text, .assistive-text { display: none; }

hr {
    height: 1px;
    background: transparent;
    border: none;
    border-bottom: 3px solid #000;
}


/* Positioning */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter, .center { margin: auto; text-align: center; }
.alignnone { float: none; display: block; }

.ta-left { text-align: left; }
.ta-right { text-align: right; }
.ta-center, .center { text-align: center; }

.block { display: block; }
.inline-block { display: inline-block; }

.clear { clear: both; }

img.alignleft, iframe.alignleft, .wp-caption.alignleft { margin: 10px 15px 10px 0; }
img.alignright, iframe.alignright, .wp-caption.alignright { margin: 10px 0px 10px 15px; }


/* mobile only */
.mobile-only {
    display: none;
}

@media all and (max-width: 414px) {
    .mobile-only {
        display: block;
    }
}



/* Captions */
.wp-caption .wp-caption-text, .gallery-caption {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 0.875em;
}
.wp-caption .wp-caption-text {
    margin-top: -7px;
}
.wp-caption {
    background: transparent;
    max-width: 100%;
    padding: 3px;
    margin: 0 0 15px;
    text-align: center;
    background: #f5f5f5;
}
.wp-caption img {
    padding: 2px;
}


/* Text Styling */
small { font-size: 0.875em; }
strong, .b, .bold { font-weight: 600; }
em, i { font-style: oblique; }
.tt-uc { text-transform: uppercase; }
.tt-lc { text-transform: lowercase; }


/* Colors */
.black { color: #000 !important; }
.blue { color: #1379ba !important; }


/* Headings */
h1, h2, h3, h4, h5, h6, .title, .headline, .comment-reply-title {
    display: block;
    margin: 25px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

.title.small, .headline.small { font-weight: 600; }

.title, .headline, .comment-reply-title {    
    margin-bottom: 60px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a.title, .title a, a.headline, .headline a {
    text-decoration: none;
}
p + h1, p + h2, p + h4, p + h5, p + h6, p + .title { margin-top: 25px; }

.page h1.headline {
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase;
}
.home.page h1.headline {
    font-size: 30px;
    line-height: 36px;
}

h1 strong {
    font-weight: 600;
    text-transform: uppercase;    
}
body.single article.detail h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}


.title.search {
    color: #444;
}
.title.search .search-term {
    color: #000;
}
article.detail .meta .schema {
    display: none;
}

.title.sub {
    margin: 0 0 15px;
    color: #000;
}


.single-post article .title, .single-post article h2, .single-post articleh3, .single-post article h4, .single-post article h5, .single-post article h6 {
    text-transform: none;
}

@media all and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, .title, .headline, .comment-reply-title {
        margin: 15px 0 25px;        
    }
}
@media all and (max-width: 500px) {
    h1, h2, h3, h4, h5, h6, .title, .headline, .comment-reply-title {        
        font-size: 24px;
        line-height: 32px;
    }
    
}
@media all and (max-width: 400px) {
    h1, h2, h3, h4, h5, h6, .title, .headline, .comment-reply-title, .home.page h1.headline, .page h1.headline {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 28px;
    }
}


/* Hyperlinks */
a {
    color: #1379ba;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus {
    text-decoration: none;
    color: #004e7f;
}
a:visited { color: #1379ba; }


/* Formulare */
input[type='checkbox'] {
    -webkit-appearance: checkbox;
}


/* Buttons */
.button, .button-box, .button:visited, input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #1379ba;
    border: none;
}
.button:hover, .button-box:hover, .button:focus, input[type=submit]:hover {
    cursor: pointer;
    background-color: #004e7f;
    border-color: #004e7f;
    color: #fff;
}

.button.white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.button.white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.button.trans {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}
.button.trans:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

@media all and (max-width: 700px) {
    .button {
        width: 75%;
    }
}
@media all and (max-width: 600px) {
    .button {
        width: auto;
    }
}


/* Lists */
ul, ol {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}
ul {
    list-style-type: square;
}
ol {
    list-style-type: decimal;
}
ul.no-lst {
    list-style-type: none;
    padding: 0;
}

/* Vorteile */
ul.vorteile li {
    clear: both;
    margin: 0 0 30px;
}
.vorteile .description {
    padding-left: 55px;
}
.vorteile .circle {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    background: #1379ba;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.vorteile .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    color: #fff;
    font-size: 1.25em;
}

@media all and (max-width: 260px) {
    .vorteile .description, .vorteile .circle {
        margin: 0 auto 15px;
        padding-left: 0;
        float: none;
    }
}


/* Paragraphs */
p { margin: 0 0 20px; }



/* Media */
img, iframe { max-width: 100%; }
img { height: auto; }

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: 550px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 978px) {
    .embed-container { height: auto; }
    .embed-container.ratio16x9 { padding-bottom: 56.25%; } /* ratio 16x9 */
    .embed-container.ratio4x3 { padding-bottom: 75%; } /* ratio 4x3 */
}


/* Box Shadow */
.boxshadow {
    -webkit-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);
    -moz-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);
    box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);
}


/* Parallax Backgrounds */
.parallax {
    position: relative;
    opacity: 1;
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
@media only screen and (max-device-width: 768px) {
    .parallax {
        min-height: 220px;
    }
}


/* Structure */
.innerwrap {
    width: 1200px;
    margin: auto;
}
#landingpages .innerwrap, #about .innerwrap {
    width: 960px;
}


.single-post main {
    margin-top: 50px;
}
.search main {
    margin-top: 100px;
}

#about .narrow {
    width: 90%;
    margin: auto;
    padding: 30px 0;
}

body.single main .content, body.error404 main .content {
    float: left;
    width: 753px;
}
body.error404 main .content {
    padding-top: 0;
}
aside#sidebar {
    float: right;
    width: 335px;
    font-size: .9em;
    line-height: 1.25em;
}


@media all and (max-width: 1200px) {
    .innerwrap {
       width: 1100px;
    }
    body.single main .content, body.error404 main .content {
       width: 700px;
    }
    aside#sidebar {
       width: 300px;
    }
}
@media all and (max-width: 1130px) {
    .innerwrap {
       width: 1024px;
    }
}
@media all and (max-width: 1056px) {
    .innerwrap, #landingpages .innerwrap, #about .innerwrap {
        width: 90%;
    }
    body.single main .content, body.error404 main .content {
        width: 68%;
    }
    aside#sidebar {
        width: 29%;
    }
}
@media all and (max-width: 768px) {
    #about .narrow {
        width: auto;
    }
}
@media all and (max-width: 767px) {
    aside#sidebar, body.single main .content, body.error404 main .content {
        width: 100%;
        float: none;
        clear: both;
    }
    aside#sidebar {
        display: none;
        font-size: inherit;
        line-height: inherit;
    }
}


/* Header */
header .innerwrap {
}


header nav .innerwrap, .single header nav .innerwrap {
    padding: 0;
}

header .navi {
    width: 48%;
}


header .logo, header .navi, header .badges {
    float: left;
    display: inline-block;
    vertical-align: middle;
}
header .badges {
    float: right;
    text-align: right;
}
@media all and (max-width: 1130px) {
    header .navi {
        width: 50%;
    }
    header .badges {
        width: 17%;
        margin-top: 5px;
    }
}
@media all and (max-width: 980px) {
    header .badges {
        width: auto;
        margin: -10px 50px 0 0;
    }
}
@media all and (max-width: 740px) {
    header .badges {
        display: none;
    }
}
@media all and (max-width: 400px) {
    header .logo img {
        width: 170px;
        height: auto;
        margin-top: 5px;
    } 
}


/* Header Suchformular */
header .search-form {
    display: none;
    text-align: center;
}
header .search-form input[type="submit"] {
    margin: 0;
}
header .search-form .button, header .search-form .button:visited, header .search-form input[type="submit"] {
    padding: 2px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
header .search-form .search-field {
    position: relative;
    top: -1px;
    height: 31px;
    width: 245px;
    margin-right: -5px;
    padding: 2px 5px;
    border: 1px solid #929292;
}
@media all and (max-width: 600px) {
    header .search-form {
        display: block;
    }
}
@media all and (max-width: 380px) {
    header .search-form .search-field {
        width: 60%;
    }
}


/* Header - Infobar */
.infobar {
    padding: 3px 0;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

.infobar a {
    color: #000;
}

.infobar .usps, .infobar .usps .usp, .infobar .kontakt {
    display: inline-block;
    vertical-align: bottom;
}
.infobar .usps {
    width: 70%;
}
.infobar .usps .usp {
    width: 31%;
    text-align: center;
}
.infobar .usps .usp:first-of-type {
    text-align: left;
}
.infobar .usps .usp:last-of-type {
    text-align: right;
}

.infobar .kontakt {
    width: 30%;
    float: right;
    text-align: right;
    font-weight: 700;
    letter-spacing: .2px;
}
.infobar .kontakt .tel {
    display: inline-block;
    margin-left: 15px;
    color: #000;
}
.infobar .tel i {
    display: none;
    font-size: 30px; 
}

@media all and (max-width: 730px) {
    .infobar .usps {
        display: none;
    }
    .infobar .kontakt {
        width: 100%;
        padding-top: 8px;   
    }
    .infobar .kontakt-link {
        display: inline-block;
        margin-top: 10px;
        float: left;
        text-align: left;
    }
    .infobar .tel {
        float: right;
        text-align: right;
    }
    .infobar .tel i {
        display: block;        
    }
    .infobar .tel .number {
        display: none;
    }
}


/* Header - Top-Navibar */
header .toggle, [id^=drop] {
    display: none;
}
header .toggle {
    font-weight: 600;
}
header nav {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 80%;
}
header nav:after {
    content: "";
    display: table;
    clear: both;
}
header nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 99999;
    background-color: #fff;
}
header nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}
header nav ul li ul {
    padding: 20px 0;
}
header nav ul li a {
    padding: 0 0 0 16px;
}
header nav ul li ul li a {
    padding: 5px 16px;
}
header nav a, header nav a:visited {
    display: block;
    padding: 0 8px;
    color: #484747;
    font-size: 140%;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
header nav a:hover,
 header nav a:focus,
 header nav .active a,
 header nav .current-menu-parent a,
 header nav .current-menu-parent,
 header nav .current-menu-item a,
 header nav .current_page_parent a,
 header nav label:hover
{
    color: #3d95cc;
    text-decoration: none;
    cursor: pointer;
}
header nav .active a,
 header nav .current-menu-parent a,
 header nav .current-menu-parent,
 header nav .current-menu-item a,
 header nav .current_page_parent a
{
    font-weight: 600;
}
header nav .active a,
 header nav .current-menu-parent:hover a,
 header nav .current-menu-parent:hover,
 header nav .current-menu-item:hover a,
 header nav .current_page_parent:hover a
{
    color: #73c5f8;
}
header nav ul li ul li:hover { background-color: #fff; }
header nav a:hover { background-color: #fff; }
header ul ul {
    display: none;
    position: absolute;
    top: 40px;
}
header nav ul li:hover > ul { display: inherit; }
header nav ul ul li {
    width: 370px;
    float: none;
    display: list-item;
    position: relative;
}
header nav ul ul ul li {
    position: relative;
    top: -40px;
    left: 370px;
}
header li > a:after { content: ' ▼'; }
header li:hover > a:after { content: ' ▲'; }
header li > a:only-child:after { content: ''; }


/* Mobile Version */
@media all and (max-width: 1200px) {
    header nav a, header nav a:visited {
        font-size: 110%;
    }
}
@media all and (max-width: 960px) {
    header nav ul {
        margin-right: 20px;
    }
}
@media all and (max-width: 980px) {

    header .navi { width: auto; float: right; }

    header nav { margin: 0; }

    header nav ul {
        width: 100%;
        float: none;        
        position: absolute;
        left: 0;
    }

    header nav .fa-navicon {
        font-size: 40px !important;
    }

    header .toggle + a,
     header .menu { display: none; }

    header .toggle {
        display: block;
        background-color: #fff;
        padding: 0 10px;
        color: #000;
        font-weight: 400;
        font-size: 22px;
        line-height: 50px;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
    }
    
    header nav a, header nav a:visited {
        font-size: 22px;
        line-height: 50px;
    }
    header nav ul li a {
        padding: 0;
    }
    
    header nav ul ul {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    header nav ul li ul li a {
        padding: 0;
    }

    header .toggle:hover { }

    [id^=drop]:checked + ul { 
        display: block;
        margin-top: 20px;
        padding-bottom: 10px;
        text-align: center; 
    }
    
    

    header nav ul li {
        display: block;
        width: 100%;
    }

    header nav ul ul .toggle,
     header nav ul ul a { padding: 0 60px 0 20px; }

    header nav ul ul ul a { padding: 0 80px; }

    header nav a:hover,
     header nav ul ul ul a { }

    header nav ul li ul li .toggle,
     header nav ul ul a { }

    header nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    header nav ul ul li:hover > ul,
    header nav ul li:hover > ul { display: none; }

    header nav ul ul li {
        display: block;
        width: 100%;
    }

    header nav ul ul ul li { position: static; }
}
@media all and (max-width: 330px) {
    header nav ul li {
        display: block;
        width: 100%;
    }
}



/* Header - Cover Image */
header .cover-img {
    height: auto;
    overflow: hidden;
    line-height: 0;    
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-image: url('img/titelbild-bg-grad.png');
    background-color: #4b4c4e;
}

@media all and (max-width: 1200px) {
    header .cover-img .innerwrap {
        width: 100%;
    }
}



main .content {
    padding: 50px 0;
}
body.single main .content {
    padding: 0 0 50px;
}

@media all and (max-width: 500px) {
    main .content {
        padding: 20px 0;
    }
}



/* Sidebar */
aside {

}
aside a {
    text-decoration: none;
}

aside .title {
    margin: 0 auto 20px;
    font-size: 26px;
    font-weight: 600;
}


aside .box {
    margin: 0 auto 40px;
}

aside .box .title {
    margin-top: 0;
    text-align: center;
}
aside .box .title, aside .box .subtitle {
    text-transform: uppercase;
}

aside .box.red .title {
    text-align: left;
}
aside .box.red .inner {
    padding: 25px 30px 15px;
    background-color: #ea4a50;
    color: #fff;
}
aside .box.red .inner a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}


/* Suche */
aside .box.search {
    padding: 0;
    margin: 0 auto 50px;
    border: none;
    text-align: center;
}

.search-form {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #000;
}
.search-form .search-field {
    float: left;
    position: relative;
    top: 0;
    height: 29px;
    width: 90%;
    padding: 2px 0;
    border: none;
    font-size: 24px;
}
.search-form  .search-field:hover, .search-form .search-field:focus {
    border-color: #1379ba;
}
input[type="submit"] {
    width: 31%;
    padding: 2px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


@media all and (max-width: 767px) {
    input[type="submit"] {
        
    }
}
@media all and (max-width: 420px) {
    input[type="submit"] {
        
    }
}
/* iPad (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .search-form .search-field {
        top: -1px !important;
    }
    input[type="submit"] {
        padding-bottom: 4px !important;
    }
}
/* iPad (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .search-form .search-field {
        top: -1px !important;
    }
    input[type="submit"] {
        padding-bottom: 4px !important;
    }
}

/* E-Book */
aside .ebook {
    text-align: center;
}

aside .ebook .book {
    margin: auto;
    padding-top: 20px;
    width: 80%;
}

aside .ebook .title.sub {
    padding: 0 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1em;
    color: #000;
}

aside .ebook .image-wrap {
    display: block;
}
aside .ebook img {
    margin: 10px auto;
}

aside .ebook .button {
    padding: 5px 15px;
}

/* Tags */
aside .tags {
    text-align: left;
}
aside .tags-output {
    margin-top: 20px;
    padding: 0;
}
aside .tags a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
}
aside .tags a:hover {
    color: #bbb;
}




/* Landingpage Template */
#landingpage .header-image {
    background-color: #d4d1cc;
    background-image: url('img/header-verlauf.jpg');
    background-position: top left;
    background-repeat: repeat-y;
}

#landingpage .header-image .innerwrap {    
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom right; 
    background-size: auto 100%;   
}

#landingpage .header-image .headline {
    width: 50%;
    position: relative;
    top: 160px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #000;
}

body.page-suchmaschinenoptimierung #landingpage .header-image .headline,
body.page-social-media-marketing #landingpage .header-image .headline,
body.page-adwords #landingpage .header-image .headline,
body.page-ads #landingpage .header-image .headline,
body.page-storytelling #landingpage .header-image .headline,
body.page-ux-usability #landingpage .header-image .headline
{
    color: #fff;
}

@media all and (max-width: 1200px) {
    #landingpage .header-image .headline {
        position: static;
        margin: -28.67% 0 0 3%;
        font-size: 30px;
        line-height: 36px;        
    }
    body.page-suchmaschinenoptimierung #landingpage .header-image .headline {        
        margin-top: -18.67%;
        color: #fff;
    }
    #landingpage .header-image .innerwrap {
        width: 100%;
        height: 0 !important;
        padding-top: 49.67%;        
    }
}
@media all and (max-width: 1024px) {
    #landingpage .header-image .headline {        
        margin-left: 5%;            
    }
}
@media all and (max-width: 767px) {
    #landingpage .header-image .innerwrap {
        height: 330px;         
    }
    #landingpage .header-image .headline {
        top: 60px; 
    }
}
@media all and (max-width: 700px) {
    #landingpage .header-image .innerwrap {
        height: 260px; 
    }
    #landingpage .header-image .headline {
        margin-top: -30.67%;
        width: 50%;
        font-size: 24px;
        line-height: 30px;
    }
}
@media all and (max-width: 530px) {
    #landingpage .header-image .innerwrap {
        height: 300px;         
    }
    #landingpage .header-image .headline {
        width: auto;
        font-size: 20px;
        line-height: 28px;
    }    
}
@media all and (max-width: 400px) {
    #landingpage .header-image .innerwrap {
        height: 260px; 
    }
    #landingpage .header-image .headline {
        margin-top: -26.67%;
    }
}
@media all and (max-width: 310px) {
    #landingpage .header-image {
        margin-bottom: 110px;
    }
    #landingpage .header-image .headline {
        width: 100%;
        margin-top: 10px !important;
        color: #000 !important;
    }
}




#landingpage .ap-badges {
}
#landingpage .ap-badge {
    padding-top: 30px;
    margin-right: 15px;
    float: left;
}


#landingpage h2, #landingpage h3 {    
    text-transform: uppercase;
}
#landingpage h2.title.main, #landingpage h3.title.main {
    color: #000;
}


#landingpage .post-image-wrap {
    display: inline-block;
    width: 190px;
}

#landingpage .post-image-caption {
    width: 190px;
    display: block;
    font-size: .9em;
    line-height: 1.25em;
    color: #878787;
    text-align: center;
}
#landingpage .post-image-wrap .post-image {
    border: 1px solid #878787;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


/* Kontaktformular */
#landingpage .anfragebox {
    width: 80%;
    margin: 100px auto;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.7);
    -moz-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.7);
    box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.7);
}

#landingpage .anfragebox .gfield_label {
    text-transform: uppercase;
    font-weight: 300;
} 

#landingpage .anfragebox li.gfield input {
    width: 100%;
} 

#landingpage .anfragebox li.gfield:hover,
#landingpage .anfragebox li.gfield:hover input 
{
    color: #1379ba;
    border-color: #1379ba;
} 


#landingpage .anfragebox .top-image {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}
#landingpage .anfragebox .post-image-caption {
    color: #000;
}
#landingpage .anfragebox .content {
    width: 80%;
    max-width: 550px;
    margin: auto;
}
#landingpage .anfragebox .title.main {
    text-align: center;
}


@media all and (max-width: 1024px) {
    main#landingpage .content h1.title {
        margin-top: 20px;
    }
}
@media all and (max-width: 900px) {
    #landingpage .post-image-wrap {
        width: 95px;
    }
    #landingpage .anfragebox {
        width: 90%;
    }
}

@media all and (max-width: 440px) {
    #landingpage .anfragebox {
        width: 95%;
        margin-top: 60px;
    }
    #landingpage .post-image-caption {
        width: auto;
    }
}
@media all and (max-width: 260px) {
    #landingpage .ansprechpartner .post-image-wrap {
        width: 90%;
    }
    #landingpage .ansprechpartner .button-box {
        padding: 5px;
        white-space: normal;
    }
    #landingpage .anfragebox .content {
        width: 96%;
    }
}

/* Ebook */
.ebook-sc {
    max-width: 750px;
}
.ebook-sc img.ebook-cover {
    width: 17%;
    float: right;
    margin-top: 20px;
}
.ebook-container {
    float: left;
    width: 80%;
    max-width: 560px;
}
.ebook-vorteile {
    float: left;
    width: 50%;
}
.ebook-inhalte {
    float: right;
    width: 45%;
    margin-bottom: 20px;
}
.ebook-newsletter {
    float: left;
    width: 40%;
}
.ebook-sc img.ebook {
    display: none;
}
.ebook-badges {
    padding: 20px 0;
}
.ebook-badges .badge {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
}
.ebook-badges .badge .circle {
    float: none;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}
.ebook-badges .badge .circle .icon {
    margin-top: 25px;
    font-size: 3em;
}
.ebook-badges .badge .description {
    padding: 0;
    font-size: 1.5em;
    line-height: 1.2em;
}

.page-template-landingpage-php .ebook-nl-title {
    margin-top: 8px;
}

.page-template-landingpage-php .ebook-sc {
    float: right;
    width: 60%;
}
.page-template-landingpage-php .ebook-sc img.ebook-cover {
    float: left;
    width: 33%;
    margin: 8px 0 0 2%;
}
.page-template-landingpage-php .ebook-container {
    float: right;
    width: 60%;
}


@media all and (max-width: 1024px) {
    .ebook-container {
        background-size: auto 80%;
    }
    .ebook-badges .badge {
        width: 32.5%;
    }
    .ebook-badges .badge .circle {
        width: 70px;
        height: 70px;
    }
    .ebook-badges .badge .circle .icon {
        margin-top: 15px;
        font-size: 2em;
    }
    .ebook-badges .badge .description {
        font-size: 1.2em;
        line-height: 1.1em;
    }
}
@media all and (max-width: 600px) {
    .ebook-vorteile, .ebook-inhalte, .page-template-landingpage-php .ebook-sc, .ebook-newsletter {
        float: none;
        width: 100%;
    }
    .page-template-landingpage-php .ebook-sc img.ebook-cover {
        width: 30%;
    }
    .ebook-vorteile {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 540px) {
    .ebook-sc {
        text-align: center;
    }
    .ebook-container {
        float: none;
        width: 100%;
    }
    .ebook-sc img.ebook-cover {
        float: none;
        width: auto;
        margin: auto;
    }
    .ebook-badges {
        padding: 15px 0;
    }
    .ebook-badges .badge {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
}
@media all and (max-width: 500px) {
    img.ebook {
        width: 75%;
    }
    .ebook-inhalte, .ebook-newsletter {
        float: none;
        width: 100%;
    }
}
@media all and (max-width: 420px) {
    .page-template-landingpage-php .ebook-container {
        width: 100%;
        float: none;
    }
    .page-template-landingpage-php .ebook-sc img.ebook-cover {
        float: none;
        width: auto;
        margin: auto;
    }
    img.ebook {
        width: 100%;
    }
}



/* Blog Preview Shortcode */
#blog-preview {
    margin: 60px auto 35px;
}
#blog-preview .title.main {
    text-align: center;
}
#blog-preview .content {
    padding: 15px 0 30px;
}



/* Posts */

/* Singular Posts */
body.single article {
    line-height: 1.625em;
}


.post.detail a.category {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}


body.single .meta {
    margin: 0 0 30px;
    display: block;
    font-size: .9em;
    line-height: 1.25em;
    color: #000;
}
body.single .meta a {
    text-decoration: none;
    color: #000;
}
body.single .meta .author::after,
body.single .meta .date::after,
body.single .meta .category::after
{
    content: " | ";
}

.box.socialsharing {
    margin: 60px auto;
}
.box.socialsharing .fa {
    margin-right: 5px;
    font-size: 22px;
}
.box.socialsharing .socialicons {
    margin-top: 15px;
}



/* Author Box */
.box.author {
    margin: 60px auto;
}
.box.author .author-avatar,
.box.author .author-description 
{
    display: inline-block;
    vertical-align: top;    
}
.box.author .author-avatar {
    width: 44%;
    margin-right: 3%;
}
.box.author .author-description {
    width: 52%;
    padding: 15px 0;
    font-size: 16px;
    line-height: 26px;
}
.box.author .author-description a {
    color: #444;
    text-decoration: underline;
}
.box.author .headline {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 32px;

}
.box.author hr {
    width: 50px;
    margin-bottom: 25px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

@media all and (max-width: 1000px) {
    .box.author .headline {
        margin-top: 0;
    }    
}
@media all and (max-width: 900px) {
    .box.author .author-avatar {
        width: 42%;
        margin-right: 2%;
    }     
}
@media all and (max-width: 600px) {
    .box.author .author-avatar,
    .box.author .author-description {
        display: block;
        width: 100%;
    }
    .box.author .author-avatar {
        text-align: center;
    }
}


/* Box Agentur CTA */
.box.cta {
    margin: 60px auto 100px;
    padding: 15px;
    background-color: #ea4a50;
    color: #fff;
}
.box.cta a {
    color: #fff;
}
.box.cta .headline {
    margin: 0 0 15px;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}
.box.cta .left {
    width: 52%;
    float: left;
}
.box.cta .right {
    width: 43%;
    float: right;
}
.box.cta .item {
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
}
.box.cta .right span .fa {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
}
.box.cta .button {
    background-color: #313030;
    color: #fff;
    font-weight: 700;
}

@media all and (max-width: 767px) {
    .box.cta .left, .box.cta .right {
        float: none;
        width: auto;
    }
    .box.cta .item {
        margin: 15px auto;
    }
    .box.cta .button {
        width: auto;
    }
}




body.single #related-posts {
    margin-top: 30px;
}
#related-posts .post-preview {
    display: block;
    border-bottom: 1px solid #000;
}
#related-posts .post-preview .post-thumbnail,
#related-posts .post-preview .text-wrap
{
    float: left;
}
#related-posts .post-preview .post-thumbnail {
    width: 17%;
    max-width: 100px;
    height: auto;
}
#related-posts .post-preview .text-wrap {
    max-width: 81%;
    padding-left: 2%;
}
#related-posts .post-preview .text-wrap .title {
    margin: 15px 0 5px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000;
}
#related-posts .post-preview:hover .text-wrap .title,
#related-posts .post-preview:focus .text-wrap .title {
    color: #004e7f;
}

#related-posts .post-preview .text-wrap .more-link {
    text-transform: uppercase;
    font-weight: 400;
}

@media all and (max-width: 600px) {
    #related-posts .post-preview .text-wrap {
        font-size: .9em;
    }
    #related-posts .post-preview .text-wrap .title {
        margin: 5px 0;
    }
}

/* Simple Share Buttons */
.share-now-button {
    display: inline-block;
    padding: 5px 50px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.25em;
}

/* E-Book Box */
.ebook-box {
    margin-top: 30px;
    border: 1px solid #9c9c9c;
}
.ebook-box .ebook-content {
    padding: 5px 20px 25px 25px;
}
.ebook-box ul {
    list-style: none;
    padding: 0;
}
.ebook-box ul li {
    padding: 2px 0;
}
.ebook-box ul li i {
    margin-right: 7px;
    color: #1379ba;
    font-size: 1.4em;
    line-height: .9em;
}
.ebook-box .title.main {
    color: #000;
    background-color: #e3e3e3;
    border-bottom: 1px solid #9c9c9c;
    text-align: center;
}
.ebook-box img.ebook {
    float: right;
    margin-top: -5px;
}


/* Overview Posts */
.post.overview, .post-sidebar {
    width: 32%;
    height: 550px;
    overflow: hidden;
    margin: 0 auto 30px;
    float: left;
    background-color: #fff;
}


body.single main .post.overview {
    width: 48%;
    float: left;
}
body.single main .post.overview.item-2,
body.single main .post.overview.item-4,
body.single main .post.overview.item-6,
body.single main .post.overview.item-8,
body.single main .post.overview.item-10
{
    float: right;
}

@media all and (max-width: 600px) {
    body.single main .post.overview {
        width: 48%;
    }
}
@media all and (max-width: 480px) {
    body.single main .post.overview {
        width: 100%;
        height: auto;
        float: none;
    }
}



.post-sidebar {
    height: 420px;
    margin: 0 0 30px 2%;
    border: none;
    background-color: #ededed;
}

.post-sidebar .title.main {
    background-color: #000;
}

.post-sidebar .content {
    padding: 10px 20px;
}

.post-sidebar .search-form {
    text-align: center;
}
.post-sidebar .search-form .button, .post-sidebar .search-form .button:visited, .post-sidebar .search-form input[type="submit"]
{
    padding: 2px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.post-sidebar .search-form .search-field
{
    position: relative;
    top: -1px;
    height: 31px;
    width: 245px;
    margin-right: -5px;
    padding: 2px 5px;
    border: 1px solid #929292;
}
.post-sidebar .search-form .search-field:hover, .post-sidebar .search-form .search-field:focus {
    border-color: #1379ba;
}

.post-sidebar .box {
    background-color: #fff;
    line-height: 1.20em;
}


.post.overview.box-2, .post.overview.box-5, .post.overview.box-8, .post.overview.box-11, .post.overview.box-14, .post.overview.box-17, .post.overview.box-20, .post.overview.box-23, .post.overview.box-26, .post.overview.box-29, .post.overview.box-32
{
    margin: 0 2% 15px;
}


.post.overview .post-image {
    display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
}
.post.overview .post-image img {
    width: 100%;
    height: auto;
}
.post.overview .post-image {
    text-decoration: none;
}

.post.overview .title {
    display: block;
    height: 77px;
    overflow: hidden;
    padding: 5px 10px;
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    line-height: 1.4em !important;
    text-align: left !important;
    text-transform: uppercase;
}

.post.overview .excerpt {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.post.overview .meta {
    display: block;
    padding: 0 15px;
    color: #999;
    white-space: nowrap;
    text-transform: none;
    font-size: 0.875em;
}
.post.overview a.more-link {
    display: block;
    padding: 0 15px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
}
.post.overview .meta a.more-link {
    padding: 0;
}

.post.overview .meta span.category::after {
    content: " | ";
}


@media all and (max-width: 1200px) {
    .post-sidebar .search-form .search-field {
        width: 208px;
    }
    .post-sidebar .box {
        font-size: .9em;
    }
    .post-sidebar .box p {
        margin-bottom: 10px;
    }
    .post.overview .post-image {
        height: 160px;
    }
}
@media all and (max-width: 1080px) {
    .post.overview {        
        margin-bottom: 20px;
    }
    .post.overview .title,
    .post.overview .meta,
    .post.overview .excerpt
    {
        font-size: 0.875em;
        line-height: 1.25em;
    }
    .post-sidebar .search-form .search-field {
        width: 160px;
    }
}
@media all and (max-width: 1060px) {
    .post.overview .post-image {
        height: 140px;
    }
}
@media all and (max-width: 960px) {
    .post-sidebar .search-form .search-field {
        width: 140px;
    }
    .post.overview .post-image {
        height: 120px;
    }
}
@media all and (max-width: 900px) {
    .post.overview .excerpt {
        padding-bottom: 10px;
    }
}
@media all and (max-width: 890px) {
    .post-sidebar .search-form input[type="submit"] {
        padding: 4px 5px 2px;
        font-size: .9em;
    }
}
@media all and (max-width: 860px) {
    .post-sidebar .box {
        font-size: .8em;
    }
}
@media all and (max-width: 900px) {
    .post.overview {
        width: 49%;
    }
    .page-template-landingpage .post.overview.box-3 {
        display: none;
    }
    .post-sidebar {
        margin: 0;
    }
    .post-sidebar .box {
        font-size: 1em;
    }
    .post.overview.box-1, .post.overview.box-3, .post.overview.box-5, .post.overview.box-7, .post.overview.box-9, .post.overview.box-11, .post.overview.box-13, .post.overview.box-15, .post.overview.box-17, .post.overview.box-19, .post.overview.box-21, .post.overview.box-23, .post.overview.box-25, .post.overview.box-27, .post.overview.box-29, .post.overview.box-31, .post.overview.box-33, .post.overview.box-35, .post.overview.box-37, .post.overview.box-39 {
        margin: 0 2% 15px 0;
    }
    .post.overview.box-2, .post.overview.box-4, .post.overview.box-6, .post.overview.box-8, .post.overview.box-10, .post.overview.box-12, .post.overview.box-14, .post.overview.box-16, .post.overview.box-18, .post.overview.box-20, .post.overview.box-22, .post.overview.box-24, .post.overview.box-26, .post.overview.box-28, .post.overview.box-30, .post.overview.box-32, .post.overview.box-34, .post.overview.box-36, .post.overview.box-38, .post.overview.box-40 {
        margin: 0 0 15px;
    }
    .post.overview .post-image {
        height: 160px;
    }
}
@media all and (max-width: 700px) {
    .post.overview .post-image {
        height: 150px;
    }
}
@media all and (max-width: 660px) {
    .post.overview .post-image {
        height: 140px;
    }
}
@media all and (max-width: 600px) {
    .post.overview,
    .post.overview .excerpt    
    {
        height: auto;
    }
    .post-sidebar {
        display: none;
    }
    .post.overview {
        width: 100%;  
        height: auto;      
        float: none;
        padding-bottom: 15px;
    }
    .page-template-landingpage .post.overview.box-3 {
        display: block;
    }
    .post.overview.box-1, .post.overview.box-3, .post.overview.box-5, .post.overview
    {
        margin: 0 auto 15px;
    }
    .post.overview .post-image {
        height: auto;
        margin: 0 auto -6px;
    }
    .post.overview .title {
        height: auto;
    }
    .post.overview .title,
    .post.overview .meta,
    .post.overview .excerpt
    {
        font-size: 14px;
        line-height: 20px;
    }
}


/* Ueber Uns - Team */
#team {
    text-align: center;
}
#team .post.team {
    width: 278px;
    margin: 0 9px 50px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    text-align: left; 
}
#team .post.team:hover {
    cursor: pointer;
}

#team .post.team.no-descr, #team .post.team.no-descr:hover {
    border: none;
}

#team .post.team .ma-description {
    width: 80%;
    margin: auto;
    text-align: center;
}
#team .post.team .ma-name {
    display: block;
    margin: 20px auto 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
#team .post.team .ma-position {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
#team .post.team hr {
    width: 50px;
    margin-bottom: 25px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

#team .post.team .post-image img {    
    width: 278px;
    height: 363px;
}

#team .post.team img.arrow {
    width: 20px;
    height: 8px;
    margin: auto;
}
#team .post.team .up img.arrow {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#team .post.team .ma-details {
    display: none;
    position: absolute;
    z-index: 9;
    width: 278px;
    padding: 20px;
    background-color: #fff;
    font-size: .75em;
    line-height: 1.2em;    
}

#team .post.team .ma-details.open {
    display: block;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
#team .post.team .innerdescr {
    padding: 10px 20px;
}
#team .post.team .ma-details p {
    margin-bottom: 10px;
}

@media all and (max-width: 624px) {
    #team .post.team {
        display: block;
        margin: 40px auto;
    }
}

@media all and (max-width: 440px) {
    #team .post.team,
    #team .post.team .ma-details 
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #team .post.team {
        display: block;
        margin: 40px auto;
    }
    #team .post.team .ma-details {
        padding: 15px 0;
        position: static;
    }
    #team .post.team .innerdescr {
        padding: 0;
    }
    #team .post.team .post-image img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}



/* Suchergebnisse */
.search-info {
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}
.search-info .title {
    margin-bottom: 20px;
}
.search-info .search-term {
    font-weight: 600;
}
.search-info a {
    color: #444;
    font-weight: 400;
    text-decoration: underline;
}

.search-form {
    width: 100%;
    max-width: 300px;
    margin: 60px auto;
}

.blog main .search-form, .archive main .search-form {
    float: right;
    margin: 25px 0 0 -300px;
}

@media all and (max-width: 1100px) {
    .blog .search-form {
        float: none;
        margin: 60px auto;
    }
}
@media all and (max-width: 980px) {
    .blog main .search-form, .archive main .search-form {
        margin: 0 10px;
    }
}
@media all and (max-width: 500px) {
    .blog main .search-form, .archive main .search-form {
        float: none;
        margin: 0 auto 15px;
    }
}

/* WP-PageNavi */
.wp-pagenavi {
    margin: 20px auto 120px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 8px;
    white-space: nowrap;
    border: none;
}
.wp-pagenavi span.current {
    font-weight: normal;
    text-decoration: underline;
    color: #1379ba;
}
.wp-pagenavi a {
    color: #444;
}



@media all and (max-width: 480px) {
    .wp-pagenavi span.pages {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        border: none;
    }
    .wp-pagenavi a.last {
        display: block;
        margin-top: 10px;
    }
}


/* Comments */
#respond {
    margin-bottom: 60px;
}

#comments {
    margin: 50px 0;
}
#comments .info {
    margin: 30px 0 10px;
}
#comments .title, #comments .comment-reply-title {
    text-align: center;
}

#comments label {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}

#comments input[type=submit] {
    width: auto;
    padding: 10px 50px;
    margin: 10px 0 25px;
    background-color: #313030;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
#comments textarea {
    display: block;
    width: 100%;
    margin: 5px 0 15px;
}

#comments .comment-form-cookies-consent input[type=checkbox] {
    float: left;
    margin: 8px 15px 0 0;
}
#comments .comment-form-cookies-consent label {
    text-transform: none;
}

#comments ol {
    list-style: none;
    padding: 0;
}

#comments li.comment, #comments .pingback {
    margin: 0 0 15px;
    padding: 10px;
    background-color: transparent;
}

#comments li.comment .comment-avatar {
    float: left;
    width: 15%;
    max-width: 75px;
}
#comments li.comment .comment-content {
    float: right;
    width: 88%;
}
#comments .comment-text {
    padding: 20px 0;
}

#comments img.avatar {
    float: left;
    margin: 0 15px 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-shadow: 50%;
}
#comments .author-name {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
    color: #313030;
}
#comments .author-name a {
    color: #313030;
}
#comments .comment-date {
    color: #313030;
    font-size: 0.875em;
}

@media all and (max-width: 1200px) {
    #comments li.comment .comment-content {        
        width: 84%;
    }
}
@media all and (max-width: 440px) {
    #comments li.comment .comment-content {        
        width: 78%;
    }
}




/* Forms */
form input[type=text], form input[type=email], form textarea {
    max-width: 100%;
    padding: 5px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.5em;
    border: none;
    border-bottom: 2px solid #000;
}
form textarea {    
    border: 1px solid #ccc;
    border-bottom: 2px solid #000;
   
   
}
form input[type=submit] {
    margin: 10px 0 25px;
}


@media all and (max-width: 540px) {
    form input[type=text], form input[type=email], form textarea {
        width: 100%;
    }
}


/* Gravity Forms */
.gform_wrapper br {
    display: none;
}


/* Landingpage Tiles */
#landingpages {
    padding: 50px 0;
    background-color: #ddd;
}


/* Tiles */
.tiles a, .tiles a:hover { text-decoration: none; color: #000; }

ul.tiles {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
ul.tiles li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 5px;
    border: 1px solid #dadada;
    background-color: #fff;
}
ul.tiles li:hover {
    border-color: #000;
}

.tiles .label, .tiles .icon, .tiles .description {
    display: block;
}

.tiles .label {
    padding: 7px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.tiles .icon {
    margin: 25px auto 10px;
    font-size: 4em;
    text-align: center;
    color: #1379ba;
}
ul.tiles li:hover .icon {
    color: #004e7f;
    text-shadow: 1px 1px 0 #fff;
}

.tiles .description {
    padding: 15px;
    text-align: center;
}

@media all and (max-width: 840px) {
    ul.tiles li {
        width: 49%;
    }
}
@media all and (max-width: 600px) {
    ul.tiles li {
        width: 100%;
        display: block;
    }
}


/* Menu Cloud (front page) */
#menucloud .headline { margin: 40px auto 20px; }
.menucloud-block-container img {max-width: 100%; }
.menucloud-global-container { font-size: 16px; line-height: 20px; word-break: break-word; }
.menucloud-title {text-align: center; font-weight: 100; margin-bottom: 10px; margin-top: 30px; font-size: 2.5em; }
.menucloud-title span { font-weight: bold; }
.menucloud-content-container {display: flex; flex-direction: column; }
.menucloud-block-container-right-align {text-align: right; }
.menucloud-first-row, .menucloud-second-row {margin: 0 auto; width: 1200px; max-width: 80%; display: flex; justify-content: space-around; flex-wrap: wrap; }
.menucloud-first-row {margin: 70px auto}
.menucloud-col-title {font-weight: 700; font-size: 1.3em; text-transform: uppercase; padding-bottom: 15px; }
.menucloud-first-row-1col {padding: 5px 60px 5px 5px; box-sizing: border-box; width: 50%; }
.menucloud-first-row-2col {padding: 5px 5px 5px 60px; box-sizing: border-box; width: 50%; }
.menucloud-col-benefit-title { font-size: 1.3em; line-height: 1.1em; cursor: pointer; }
.menucloud-second-row-col {width: 33%; }
.menucloud-second-row-1col .menucloud-block-container:first-child {padding: 60px 60px 60px 10px; }
.menucloud-second-row-2col {display: flex; flex-direction: column; align-items: center; }
.menucloud-second-row-3col .menucloud-block-container:first-child {padding: 60px 10px 60px 60px; }
.menucloud-second-row-1col .menucloud-block-container:last-child {max-width: 350px; float: right; padding: 20px 0 20px 20px}
.menucloud-second-row-2col .menucloud-block-container:last-child {padding-top: 160px; padding-bottom: 50px; width: 270px; max-width: 90%}
.menucloud-second-row-3col .menucloud-block-container:last-child {max-width: 350px; padding: 20px 20px 20px 0}
.menucloud-col-benefit-title span {padding: 0 5px; width: 15px; display: inline-flex}
.menucloud-col-benefit-on .menucloud-col-benefit-title {color: #95cfff}
.menucloud-col-benefit-descr { display: none; }
.menucloud-block-arrow { display: none !important; }
.menucloud-block-plus.block-left { margin-right: 10px; }

@media (max-width: 900px){
    .menucloud-col-title:hover, .menucloud-block-container { cursor: pointer; }
    
    .menucloud-col-title br {display: none; }
    .menucloud-second-row-2col .menucloud-block-container:first-child {display: none; }
    .menucloud-col-benefit-descr { display: block !important; }
    .menucloud-first-row-1col, .menucloud-first-row-2col, .menucloud-second-row-col {width: 100%; }
    .menucloud-block-container-right-align {text-align: left; }
    .menucloud-block-container {width: 100% !important; max-width: 100% !important; padding: 0 !important; box-sizing: border-box; border-bottom: 1px solid #ffffff; }
    .menucloud-first-row { margin: 0; }
    .menucloud-first-row, .menucloud-second-row {width: 100%; max-width: 100%; }
    .menucloud-first-row-1col, .menucloud-first-row-2col {padding: 0; }
    .menucloud-content-container {padding: 20px 50px; margin-bottom: 30px; }
    .menucloud-col-benefit-title span.menucloud-block-plus {display: none; }
    .menucloud-block-arrow { display: inline-block !important; }
    .menucloud-col-benefit-title {font-weight: bold; padding-top: 20px}
    .menucloud-col-benefit-container {display: none; padding: 30px; position: relative;-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
    .menucloud-col-title {padding: 0; padding: 10px; color: #ffffff; background: #312f30; }
    .menucloud-block-container-on .menucloud-col-benefit-container:before{width: 0;height: 0;border-style: solid;border-width: 15px 17.5px 0 17.5px;border-color: #312f30 transparent transparent transparent; content: ''; display: block; position: absolute; top: 0; left: 15px; }
    .menucloud-col-benefit-on .menucloud-col-benefit-title {color: #000000; }
    .menucloud-col-benefit-on .menucloud-col-benefit-descr {box-shadow: none; padding: 0; }
}
@media all and (max-width: 600px) {
    .menucloud-content-container {
        padding: 20px;
    }
}
@media all and (max-width: 500px) {
    .menucloud-col-title {
        font-size: 1em;
    }
}
@media (min-width: 901px){
    .menucloud-col-benefit-container {display: block !important; }
    .menucloud-second-row-3col .menucloud-block-container:first-child, .menucloud-second-row-1col .menucloud-block-container:first-child {min-height: 320px; box-sizing: border-box; }
    .menucloud-col-benefit-descr { -webkit-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);-moz-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5); padding: 10px; margin-bottom: 5px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
}


/* Principles Section (front page) */
#principles {
    background-color: #d4d1cc;
    background-image: url('img/header-verlauf.jpg');
    background-position: top left;
    background-repeat: repeat-y;    
}

#principles .innerwrap {
    height: 485px;
    padding: 70px 0;
    background: transparent url('img/seokratie-principles-julian.png') no-repeat bottom left;
    background-size: 100%;
}
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    #principles .innerwrap {        
        background: transparent url('img/seokratie-principles-julian@2x.png') no-repeat bottom left;
        background-size: 100%;
    }
}


.principle {
    width: 650px;
    padding-left: 60px;
    float: right;
    background: transparent url('img/icons/icon-quote.png') no-repeat left 42%;
}
.principle .headline {
    text-align: left;
}
.principle .principle-content {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-style: oblique;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}

@media all and (max-width: 1200px) {
    #principles .innerwrap {   
        width: 100%;     
        padding: 0;
        padding-top: 42.69%;
        height: 0;
        
    }
    #principles .principle {
        width: 59%;
        margin: -37% 4% 0 0;
        background-position: left 41.69%;
    }
}
@media all and (max-width: 1100px) {
    #principles .innerwrap {
        padding-top: 45%;
    }
    #principles .principle {
        width: 50%;
        margin-top: -40%;
        background-position: left 42%;
    }
    .principle .principle-content {
        font-size: 24px;
        line-height: 30px;
    }    
}
@media all and (max-width: 1024px) {
    #principles .innerwrap {
        padding-top: 49%;
    }
    #principles .principle {
        margin-top: -45%;
    }
}
@media all and (max-width: 960px) {
    #principles .principle {
        background-position: left 36.7%;
    }
    .principle .principle-content {
        font-size: 22px;
        line-height: 28px;
    }    
    .principle .headline {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 900px) {
    #principles .principle {
        background-position: left 32.69%;
        background-size: 5% auto;
        padding-left: 35px;
    }
}
@media all and (max-width: 800px) {
    #principles .innerwrap {
        height: 0;
        background-image: url('img/seokratie-principles-julian-tablet.png');
        padding-top: 40%;          
    }
    #principles .principle {
        width: 59%;
        margin-top: -41%;
    }
}
@media all and (max-width: 767px) {
    #principles .principle {
        width: 59%;
        margin-top: -38%;
        background-position: left 36%;
    }
    .principle .headline {
        margin-bottom: 15px;
    }
    .principle .principle-content {
        font-size: 18px;
        line-height: 24px;
    }
}
@media all and (max-width: 700px) {
    #principles .innerwrap {
        padding-top: 46%;
        background-position: 80% bottom;
    }
    #principles .principle {
        width: 70%;
        background: transparent;
    }    
}
@media all and (max-width: 600px) {
    #principles .innerwrap {
        padding-top: 55%;
        background-position: -30px bottom;
    }
    #principles .principle {
        margin-top: -52%;
    }
}
@media all and (max-width: 500px) {
    #principles .innerwrap {
        padding-top: 63%;
    }
    #principles .principle {
        width: 75%;
        margin-top: -62%;
        background: transparent;
    } 
    .principle .principle-content {
        line-height: 20px;
    }
}
@media all and (max-width: 400px) {
    #principles .innerwrap {
        padding-top: 79.8%;
        background-position: 33% bottom;
     }    
     #principles .principle {
         margin-top: -78%;
     }
}
@media all and (max-width: 360px) {
    #principles {
        background-color: #aeaba6;
    }
    #principles .innerwrap {
        padding: 0;
        height: auto;
        background: transparent;        
     }    
     #principles .principle {
         margin: 0;
         padding: 40px;
         width: 100%;
     }
     .principle .headline {
        display: block;
        margin: 0 0 20px;
        text-align: center;
    }    
    .principle .principle-content {
        line-height: 24px;
    }
}



/* Principles Section (front page) */
#customers {
    margin-bottom: 60px;
}
#customers .innerwrap {
    padding: 60px 0 20px;
}

#customer-feedback {
    background-color: #313030;
    color: #fff;
}

#customers .headline {
    margin-bottom: 100px;    
}
#customers .customer-logo {
    float: right;
    width: 38%;
    text-align: center;
}
#customers .feedback-content {
    float: left;
    width: 58%;
    max-width: 520px;
    margin-left: 10px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-style: oblique;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
#customers .feedback-author {
    margin-top: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

#customer-logos { text-align: center; }
#customer-logos img { margin: 0 6.1%; }
#customer-logos img:first-of-type { margin-left: 0; }
#customer-logos img:last-of-type { margin-right: 0; }


@media all and (max-width: 1080px) {
    #customers {
        margin-bottom: 0;
    }
    #customers .innerwrap {
        padding: 20px 0;
    }
}
@media all and (max-width: 768px) {
    #customers .headline {
        margin-bottom: 25px;    
    }
}




/* Feedback slider (front page) */
.slick-dots li button:before {opacity: 1; content: ""; width: 10px; height: 10px; display: block; border: 2px solid #ffffff; border-radius: 50%}
.slick-dots li.slick-active button:before {opacity: 1; background-color: #ffffff; }
.slick-dots {bottom: -66px; }
.slick-dots li button { text-indent: -9999px; }
.seokratie_slider_wrap { display: block; position: relative; box-sizing: border-box; }
.seokratie_slider_container {
    width: 85%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.seokratie_slider_feedback { display: flex; flex-wrap: wrap; justify-content: space-between; }
.seokratie_slider_feedback .feedback-author {margin-top: 40px}
.seokratie_slider_feedback .customer-logo { text-align: center; }
.seokratie_slider_feedback .customer-logo img { margin: auto; }
.seokratie_slider:focus {outline: none !important; }
.seokratie_nav {
    display: block;
    width: 50px;
    height: 56px;
    top: 30%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    background-image: url(img/arrow_left.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.seokratie_nav.seokratie_nav_prev {
    content: "<";
    left: 0;
}
.seokratie_nav.seokratie_nav_next {
    content: ">";
    right: 0;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


@media all and (max-width: 1200px) {
    #customer-logos img, #customer-logos img:first-of-type, #customer-logos img:last-of-type {
        margin: 20px auto;
    }
}


@media all and (max-width: 700px) {
    #customers .customer-logo {
        float: none;
        width: auto;
        margin: 20px auto 30px;         
    }
    #customers .feedback-content {
        width: 100%;
        max-width: auto;
        margin: auto;
    }
    .seokratie_nav {
        display: none;
    }
}
@media all and (max-width: 500px) {
    #customers .feedback-content {
        font-size: 18px;
        line-height: 24px;
    }
}


/* About Section (front page) */
#about {
    padding: 40px 0;
}

#about p:last-of-type {
    margin-bottom: 0;
}

#about hr {
    margin: 15px auto 30px;
}

#about.bg {
    background-image: url('img/slot-bg-about.jpg');
    height: auto;
}
#about .content {
    margin: 0 auto 25px;
    padding: 50px;
    background-color: rgba(255, 255, 255, .95);
}
#about .title {
    text-transform: uppercase;
    margin: 0 0 10px;
}

#about .title {
    margin: -15px 0 15px;
}

#about .vorteile .circle {
    width: 60px;
    height: 60px;
}

#about .vorteile .icon {
    margin-top: 15px;
    font-size: 1.75em;
}

#about ul li {
    clear: both;
    margin: 0 0 30px;
}

#about p {
    clear: both;
}

#about .quote {
    width: 80%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 30px;
    font-weight: 600;
    color: #727272;
}
#about .quote-text {
    display: block;
    margin-top: 15px;
}
#about .quote-text em {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    text-transform: none;
}

#about .button {
    margin: 25px auto;
}


@media all and (max-width: 600px) {
    #about .content {
        padding: 25px;
    }
}
@media all and (max-width: 375px) {
    #about .quote-text {
        clear: both;
    }
}


/* Blog Section */
#blog {
    background-color: #fff;
}

#blog .headline {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main #blog .content {
    padding-bottom: 0;
}


#blog .blog-description {
    margin-bottom: 60px;
    padding: 0 60px;
    text-align: center;
}

.archive.author #blog .blog-navi {
    display: none;
}

#blog .blog-navi {
    text-align: center;
}
#blog .blog-navi ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#blog .blog-navi ul li {
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 18px;
}
#blog .blog-navi ul li a {
    display: block;
    color: #000;
}
#blog .blog-navi ul li.current-menu-item {
    font-weight: 600;
    color: #73c5f8;
}

@media all and (max-width: 680px) {
    #blog .headline {
        width: auto;     
    }
}

@media all and (max-width: 500px) {
    #blog .blog-navi { display: none; }
    #blog .blog-description {
        margin-bottom: 30px;
    }
    main #blog .content {
        padding: 0 0 20px;
    }
}


#blog .post.overview {
    height: 660px;
    text-align: center;
    -webkit-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);
    -moz-box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);
    box-shadow: 0px 9px 19px -6px rgba(122,122,122,0.5);
}
#blog .post.overview .post-image {
    height: 180px;
    overflow: hidden;
}
#blog .post.overview .post-title {
    display: block;
    margin: 30px auto 15px;
    padding: 0 25px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
#blog .post.overview a.post-title {    
    overflow: hidden;
    font-weight: 400;
}
#blog .post.overview .post-date {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}
#blog .post.overview .excerpt {
    padding: 0 25px;
}
#blog .post.overview .read-more {
    display: block;
    color: #000;
    text-align: center;
}
#blog .post.overview a.read-more {
    margin-top: 5px;
    font-weight: 400;
}
#blog .post.overview .read-more span.blue {
    color: #1379ba;
}

@media all and (max-width: 1200px) {
    #blog .post.overview .post-image {
        height: 120px;
    }    
}
@media all and (max-width: 1080px) {
    #blog .post.overview a.post-title {        
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    #blog .post.overview {
        height: 700px;
    }
}
@media all and (max-width: 900px) {
    #blog .post.overview {
        height: 650px;
    }
}
@media all and (max-width: 767px) {
    #blog .post.overview {
        height: 700px;
    }
    #blog .headline {
        margin-bottom: 30px;
    }
    #blog .blog-description {
        margin-bottom: 30px;
        padding: 0;        
    }
}
@media all and (max-width: 700px) {
    #blog .blog-description {
        display: none;        
    }
}
@media all and (max-width: 600px) {
    #blog .post.overview .post-title {  
        margin: 15px auto 10px;
        font-size: 20px;
        line-height: 26px;
    }
    #blog .post.overview .post-image {
        height: auto;
    }    
    #blog .post.overview {
        height: auto;
    }
}
@media all and (max-width: 480px) {
    #blog .post.overview {
        height: auto;
    }    
}



/* PR Section (front page) */
#pr {
    margin: 100px auto 150px;
    background-color: #fff;
}

#pr .box {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

#pr .box.text {
    padding: 150px;
    background-color: #313030;
    color: #fff;
}

#pr .box.logos {
    background-image: url('img/icons/arrows-blc.png');
    background-repeat: no-repeat;
}
#pr .box.press.logos {
    background-position: 106% 190px;
}

#pr .box.speaker.logos {
    background-position: -6% 190px;
}

#pr .box .title {
    margin: 0 auto 20px;
    font-weight: 700;
}

#pr .box hr {
    width: 50px;
    height: 1px;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
}

#pr .box img {
    margin: 130px auto 0;
}

@media all and (max-width: 1130px) {
    #pr .box.text {
        padding: 120px;
    }
    #pr .box img {
        width: 80%;
        margin-top: 110px;
    }
    #pr .box.speaker.logos {
        background-position: -7% 160px;
    }
    #pr .box.press.logos {
        background-position: 107% 160px;
    }
}
@media all and (max-width: 1056px) {
    #pr .box.speaker.logos {
        background-position: -8% 190px;
    }
    #pr .box.press.logos {
        background-position: 108% 190px;
    }
}
@media all and (max-width: 1000px) {
    #pr {
        margin: 60px auto;
        padding: 0;
    }
    #pr .box img {
        width: auto;
    }    
    #pr .box {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    #pr .box.text {
        padding: 50px 20px;
    }
    #pr .box img {
        margin: 50px auto 30px;
    }
    #pr .box.speaker.logos,
    #pr .box.press.logos 
    {
        background-position: center -30px;
    }
}
@media all and (max-width: 500px) {
    #pr {
        margin: 40px auto;
    }
}



/* Certificates Section (front pages) */
#badges {
    margin-bottom: 100px;
    text-align: center;
}
#badges img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 35px;
}
#badges .gglbadge {
    display: inline-block;
    position: relative;
    top: 30px;
}
#badges .gglbadge iframe {
    display: inline-block;
}

@media all and (max-width: 1080px) {
    #badges {
        margin-bottom: 60px;        
    }
}
@media all and (max-width: 600px) {
    #badges img {
        width: 150px;
        height: auto; 
        margin: 0 10px 25px;        
    }
}
@media all and (max-width: 500px) {
    #badges {
        margin-bottom: 40px;        
    }
}
@media all and (max-width: 412px) {
    #badges .gglbadge {
        top: 0;
    }
}





/* Books */

#books {
    margin-bottom: 150px;
}
#books .innerwrap {
    width: 1024px;
}

#books .title {
    text-align: center;
    line-height: 1.25em;
}

#books .box {
    float: left;
    width: 32.5%;
    max-width: 425px;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    font-size: 0.875em;
}

#books .box img {
    margin: 50px auto;
}

.book .titlebox {
    padding: 30px 0;
    background-color: #313030;
    color: #fff;
}

aside .book .titlebox {
    padding: 20px 0;
}

.book .titlebox .title {
    width: 90%;
    margin: 0 auto 25px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
}
.book .titlebox .title.small {
    font-size: 16px;
    line-height: 20px;
}
.book .titlebox .button {
    font-size: 20px;
    font-weight: 700;
    color: #313030;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: 0;
}

.book .titlebox .button.small {
    font-size: 14px;
    line-height: 18px;
}

.book .image-wrap {
    display: block;
    margin: 18px auto 19px;
}
.book img {
    height: auto;
}


#books .box.box-5050 {
    width: 46%;
    float: left;
    margin: 0 0 15px;
}
#books .box.box-5050.ebook {
    float: right;
}
#books .box.box-3 {
    width: 66%;
    float: right;
    margin: 0 0 15px;
}


#books .input-field {
    display: block;
    width: 90%;
    margin: 30px auto 15px;
    padding: 10 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#books .newsletter-form .button:hover {
    cursor: pointer;
}

@media all and (max-width: 1200px) {
    #books .innerwrap {
        width: 90%;
    }
    #books .box {
        max-width: auto;
    }
}
@media all and (max-width: 1080px) {
    #books {
        margin-bottom: 60px;
    }
    #books .box {
        width: 28.75%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    #books .box.facebook {
        width: 40%;
    }
    #books .newsletter-form {
        padding: 0;
    }
    #books .box.book .image-wrap {
        margin: 10px auto 5px;
    }
    #books .box.book img.preview {
        margin: 10px auto;
    }
    #books .box.book .button {
        margin: 5px auto;
        padding: 5px 15px;
    }
}
@media all and (max-width: 900px) {
    #books .box .text-widget {
        padding: 0 15px;
    }
    #books .box.newsletter {
        width: 49%;
        margin: 0 0 15px 1%;
        padding: 30px 0;
    }
    #books .box.facebook {
        width: 50%;
    }
    #books .box.book img.preview {
        height: 250px;
        margin: 15px auto 0;
    }
    #books .box.book .button {
        margin: auto;
    }
}
@media all and (max-width: 800px) {
    #books .box.book img.preview {
        height: 200px;
    }
}
@media all and (max-width: 767px) {
    #books .box.box-5050, #books .box.box-5050.ebook {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
    }
}
@media all and (max-width: 700px) {
    #books {
        padding: 40px 0;
    }
    #books .innerwrap {
        width: 95%;
    }
    #books .box {
        width: 90% !important;
        height: auto !important;
        float: none;
        margin: 0 auto 15px !important;
    }
    #books .button {
        width: auto !important;
    }
}
@media all and (max-width: 500px) {
    #books {
        padding: 0;
        margin-bottom: 40px;
    }
    .book .titlebox .title {
        font-size: 18px;
        line-height: 26px;        
    }
    .book .titlebox .button {
        font-size: 16px;
    }
}


/* Footer */
footer {
    padding: 40px 0;
    background-color: #313030;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

footer a, footer a:visited {
    text-decoration: none;
    color: #fff;
}
footer a:hover, footer a:active {
    text-decoration: none;
    color: #1379ba;
}

footer .box {
    float: left;
    width: 31%;
    margin: 0 auto 15px;
    text-align: left;
    background-color: transparent;
    color: #fff;
}
footer .box.box-2 {
    margin: 0 3.5% 15px;
}

footer .box .title {
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}


footer .box ul {
    list-style-type: none;
    padding: 0;
}
footer .box ul li {
    margin-bottom: 2px;
}

footer .copyright {
    margin: 25px auto;
    font-weight: 300;
}

@media all and (max-width: 900px) {
    footer .box {
        width: 48%;
    }
    footer .box.box-1 {
        margin-right: 4%;
    }
    footer .box.box-2 {
        margin: 0 0 25px;
    }
}
@media all and (max-width: 900px) {
    footer .box {
        float: none;
        width: 100%;
        margin: 0 0 35px !important;
    }
}



/* Intro-Section (front page) */
#intro .checklist {
    margin-left: 16%;
}

@media all and (max-width: 360px) {
    #intro .checklist {
        margin-left: 10%;
    }
}


/* Outro-Section (front page) */
#outro {
    margin-bottom: 100px;
}


@media all and (max-width: 500px) {
    #outro {
        margin-bottom: 40px;
    }

}



/* Referenzen Box */
.referenzen-box {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    background-color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.referenzen-box .titlerow {
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 1.35em;
    text-align: center;
    text-transform: uppercase;
}
.referenzen-box .referenz-content {
    padding: 25px;
}
.referenzen-box .text {
    width: 60%;
    float: left;
    font-size: 21px;
    line-height: 30px;
}
.referenzen-box .logo {
    width: 32%;
    float: right;
    text-align: right;
    margin: 75px 10px 0 0;
}
.referenzen-box .logo img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 960px) {
    .referenzen-box .text {
        font-size: 20px;
        line-height: 26px;
    }
    .referenzen-box .logo {
        margin-right: 0;
    }
}




/* Feedback Snippets */
.seokratie-feedback {
    margin: 30px 0;
    box-shadow: 2px 2px 8px #ccc;
    padding: 0 30px 20px;
    border-radius: 10px;
}
.seokratie-feedback .customer-logo {
    float: right;
    width: 28%;
    text-align: center;
}
.seokratie-feedback .feedback-content {
    float: left;
    width: 66%;    
    margin-left: 10px;
    padding-top: 40px;
    font-family: 'Open Sans';
    font-style: oblique;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.seokratie-feedback .feedback-author {
    clear: both;
    margin-top: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

@media all and (max-width: 580px) {
    .seokratie-feedback .feedback-content,
    .seokratie-feedback .customer-logo   
    {
        width: auto;
        float: none;
    }
    .seokratie-feedback .feedback-content {
        padding-top: 20px;
    }
    .seokratie-feedback .feedback-author {
        margin-top: 10px;
    }
}


/* Formular Erstberatung mit GF */
.erstberatung-gf_wrapper {
    width: 530px;    
    max-width: 100%;
    margin: 0 auto 30px !important;
    padding: 10px 0 20px !important; 
    background-color: #f2f2f2;    
}
.erstberatung-gf_wrapper form {
    width: 400px;
    margin: 0 auto;        
}
.erstberatung-gf_wrapper .gfield_html {
    text-align: center !important;
}
.erstberatung-gf_wrapper h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #000;
}
.erstberatung-gf_wrapper .foto-silja {
    width: 84px;
    height: 84px;
    margin: 10px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /* background-image: url('img/foto-silja.jpg'); */
    background-size: 100%;
}
.erstberatung-gf_wrapper ul li.gfield {
    padding: 0 !important;
}
.erstberatung-gf_wrapper input, .erstberatung-gf_wrapper textarea {
    width: 100% !important;
    border: none !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.erstberatung-gf_wrapper input[type="submit"] {
    padding: 10px 0;
    /* background-image: url('img/icons/button-icon_weiss.png'); */
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 32px 32px;
}
.erstberatung-gf_wrapper textarea {
    height: 128px;
	resize: both !important;
  	overflow: auto;
}
.gform_wrapper.erstberatung-gf_wrapper textarea.large {
	height: 128px;
}
.erstberatung-gf_wrapper .gform_title, .erstberatung-gf_wrapper .gfield_label {
    display: none !important;
}


/* Sidebar Formular */
aside .gform_widget {
    padding: 0 30px;
    background-color: #f0f0f0;
}
aside .gform_widget .erstberatung-gf_wrapper h2 {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

aside .gform_widget .erstberatung-gf_wrapper input[type="submit"] {    
    padding-left: 15px;
    font-size: 16px !important;
    text-align: left;
    background-size: 22px;
    background-position: 96% center;
    white-space: break-spaces;
}

@media all and (max-width: 1200px) {
    aside .gform_widget .erstberatung-gf_wrapper input[type="submit"] {
        font-size: 14px !important;
    }
}
@media all and (max-width: 1060px) {
    aside .gform_widget .erstberatung-gf_wrapper input[type="submit"] {
        background-image: none;
        text-align: center;
        padding: 5px 0px;
        font-size: 13px !important;
    }
}
@media all and (max-width: 1000px) {
    aside .gform_widget {
        padding: 0 20px;
    }
}
@media all and (max-width: 540px) {
    .erstberatung-gf_wrapper form {
        width: 92%;
        margin: auto !important;
    }
}