/* Green */

:root {
    --lightbg: #ecf8e6;
    btn --color1: #82ea10;
    --linkcolor: #35b1df;
    --color2: #FD5C5C;
    --colorh2: #292929;
    --colorh3: #333333;
    --colora: #4b8fc6;
    --colorahover: #5fb3f7;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 180px;
}

.sidebar-toggle {
    color: #333;
    margin-right: 0.7em;
    cursor: pointer;
    /* display: flex; */
    height: 26px;
    width: 26px;
}

.hamburger,
.hamburger:after,
.hamburger:before {
    position: relative;
    background: #495057;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    transition: background .1s ease-in-out, color .1s ease-in-out;
    width: 24px;
}

body {
    font-size: 1.1rem;
}

img {
    max-width: 100%;
    height: auto;
}


/* Open / Close / Collapse Button */

dd {
    display: none;
}

.open .fas {
    transform: rotate(180deg);
}

.overflow-container {
    overflow-x: scroll
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    /* font-size: 0.9em; */
}

.nav-link {
    font-size: 15px;
    color: #3e3e3e;
}

#toc_container a {
    word-break: break-word;
}

.featured {
    min-height: 455px;
    background: url(/wp-content/themes/fe/images/bg4.jpg);
}

.featured h1 {
    color: #fff;
}

.mainrow {
    padding-top: 3rem;
}


/* TOC  */

.bd-toc {
    grid-area: toc
}

.bd-content {
    grid-area: content;
    min-width: 1px
}

@media (min-width: 992px) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 13rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        overflow-y: auto
    }
}

.bd-toc nav {
    font-size: .875rem
}

.bd-toc nav ul {
    padding-left: 0;
    list-style: none
}

.bd-toc nav ul ul {
    padding-left: 1rem;
    margin-top: .25rem
}

.bd-toc nav li {
    margin-bottom: .25rem
}

.bd-toc nav a {
    color: inherit
}

.bd-toc nav a:not(:hover) {
    text-decoration: none
}

.bd-toc nav a code {
    font: inherit
}

@media only screen and (max-device-width: 1024px) {
    .mainrow {
        padding-top: 1.68rem;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.8);
    word-wrap: break-word;
}

#inheader {
    background: #eee;
    color: #BDBCBC;
    font-size: 15px;
}

.small-top a {
    font-size: 0.9em;
    color: #666;
}

#headernavi {
    padding: 10px;
    color: #eee;
}

.herostart {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
}

.small,
small {
    font-size: 90%;
    font-weight: 400;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#widecontent {
    height: auto;
    width: auto;
    max-width: 1200px;
    display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px 10px 7% 7%;
    padding: 10 10px;
}

#contentwrap {
    width: 100%;
    padding-top: 90px;
    float: left;
}

#content {
    width: 69%;
    display: block;
    background-color: #FFFFFF;
    font-size: 18px;
    line-height: 1.625;
    padding-bottom: 40px;
    float: left;
}

#postcontent h2 {
    color: #333;
}

small {
    color: #07293C;
    font-size: 80%;
    /* font-style: italic; */
    line-height: 1.5em;
}

#headerfe {
    position: fixed;
    /* min-height:60px; */
    width: 100%;
    background: #eee;
    z-index: 9999;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: transition: opacity 1s linear;
}

.scrolled {
    opacity: 0.90;
}

#widecontent {
    height: auto;
    width: auto;
    max-width: 1200px;
    display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px 10px 7% 7%;
    padding: 10 10px;
}

#page {
    background: #111;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

div#logo {
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

#logo img {
    display: block;
    max-width: 110px;
    max-height: 70px;
    height: auto;
    width: auto;
}

@media only screen and (max-width: 600px) {
    #logo img {
        max-width: 80px;
    }
}

#nav {
    display: block;
    line-height: 1.5em;
    width: 60;
}

content {
    width: 1%;
    display: block;
    background-color: #FFFFFF;
    color: #222;
    font-size: 16px;
    line-height: 1.625;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 40px;
    float: left;
}

.block {
    display: block;
}

p {
    font-size: 1em;
    line-height: 1.618em;
    margin: 0 0 1.618em;
    word-wrap: break-word;
}

@media (min-width: 43.75em) {
    p {
        font-size: 1em;
        line-height: 1.681em;
        margin: 0 0 1.681em;
    }
}

h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.entrytext h1 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

h3 {
    color: var(--colorh3);
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
}

h1,
h2 {
    color: var(--colorh2);
}

#herotitle {
    text-shadow: 5px 5px 15px #222;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0px;
}

#herosubtitle {
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    color: #fefefe;
    font-style: italic;
    text-transform: uppercase;
}

#posttitle {
    margin-top: 0em;
}

h1 a:hover {
    text-decoration: none;
    color: #E82A33;
}

.left {
    clear: left;
    float: left;
}

.right {
    clear: right;
    float: right;
}

#smoothup {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    position: fixed;
    right: 10%;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 10000;
    transition: all .2s ease-in-out 0s;
}

#smoothup:hover {
    background-color: #FD5C5C;
    -webkit-transform: rotate(360deg);
}

ul {
    line-height: 1.68em;
    margin-left: 4%;
    padding-left: 0px;
    margin-bottom: 1.5em;
}

.nav-pills li a {
    color: #333;
    font-size: 1em;
}

li {
    /* margin-bottom: 0.4em; */
}

img.full {
    max-width: 100%;
    width: 100%;
}

.sectionimage {
    position: relative;
    overflow: hidden;
}

.appeal a {
    color: #bce7ff;
    text-decoration: underline;
}

footer a {
    color: #545454;
}

#sidebar h2 {
    color: #444;
    margin: 0em 0 0.6em;
}

#sidebar h3 {
    margin: 0em 0 1em;
}

#sidebar h4 {
    color: #000000;
    font-size: 15px;
}

#sidebar ul,
#sidebar ul ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {}

#sidebar ul ul,
#sidebar ul ol {}

#sidebar ul ul ul,
#sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {}

#sidebar ul ul li,
#sidebar ul ol li {
    margin: 10px 0 0 10px;
    padding: 2px;
    color: #555;
    list-style-color: #444;
    font-size: 17px;
}

#sidebar ul ul li a:hover,
#sidebar ul ol li a:hover {
    color: #E82A33;
}

.widget {
    margin-bottom: 3em;
}

#header_HSD {
    border-bottom: 5px solid #ccc;
    width: 100%;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 100px;
    padding: 40px 0px;
}

#page_HSD {
    max-width: 1200px;
    display: block;
    text-align: left;
    width: 75%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 0 4px #AAAAAA;
    margin: 0 auto;
    padding: 0 0px;
    margin-top: 10px;
}

#page_HSD img.alignleft {
    margin: 0 15px 15px 0;
}

#inheader_HSD {
    padding: 15px;
    width: auto;
    margin: 0px auto;
    display: table;
}

#overheader {
    background-color: #555555;
    border-bottom: 2px solid #000000;
    height: 20px;
    padding: 10px 7px 7px 10px;
    text-align: right;
}

#overheader a {
    font-weight: normal;
}

#wrapper {
    margin: auto;
}

#icons {
    margin: 12px auto;
    float: right;
}

#tox {
    margin: auto;
    text-align: center;
}

#toc p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.thumb {
    width: 100%;
    height: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    display: inline;
    float: left;
    margin: 1% 1% 0.8em 0;
    padding: 4px;
    border-radius: 5px;
}

img.alignright {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    display: inline;
    float: left;
    margin: 1% 1% 0.8em 0;
    padding: 4px;
    border-radius: 5px;
}

.thumb wp-post-image {
    height: auto;
    width: auto;
}

#content_HSD {
    background-color: #fff;
    ;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    min-height: 900px;
}

.hl1 {
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 34px;
    font-size: 28px;
    text-align: center;
    width: 85%;
    margin: 20px auto 25px auto;
}

.post_HSD h1 {
    color: #E82A33;
    padding-bottom: 10px;
}

.post_HSD h2 {
    color: #E82A33;
    padding-bottom: 10px;
    font-size: 21px;
    letter-spacing: -1px;
}

ul.tick {
    width: 85%;
}

ul.tick li {
    background-image: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/uploads/tick32.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    padding-left: 2.5em;
    list-style: none;
    padding-bottom: 1.5em;
}

#category-list {
    background-image: none;
    list-style: none outside none;
    margin: 0;
}

.post ul li {
    list-style-position: outside;
    list-style-type: square;
}

.post ul li ul li {
    list-style-position: outside;
    list-style-type: circle;
    margin: 10px;
}

.post ol {
    color: #222222;
    font-size: 1em;
    padding: 5px;
}

.post ol li {
    line-height: 1.61em;
}

.narrowcolumn li {
    padding-left: 15px;
}

.narrowcolumn .postmetadata {
    clear: both;
    font-size: 0.9em;
    margin: auto;
}

.postmetadata h2 {
    margin: 10px 0;
}

#postmetadata li {
    margin: 3px;
    padding: 0px;
}

#postmetadata ul {
    padding-left: 5px;
}

.entry p {}

.entry p a:hover {
    color: #A12C2C;
}

acronym,
abbr,
span.caps {
    font-size: 0.9em;
    letter-spacing: 0.07em;
}

.entry a {
    color: #E82A33;
}

.entry a:hover {
    color: #E82A33;
    text-decoration: none;
}

.entry {
    padding-top: 10px;
}

.entrytext li {
    line-height: 1.68em;
    margin-bottom: 0.8em;
    margin-left: 1.68em;
}

.entry li {
    padding-left: 15px;
}

.nav ul {
    margin-left: 0px;
}

.nav li {
    margin-left: 0px;
    margin-bottom: 0px;
}

body {
    margin: 0;
    padding: 0;
}

#headerimg {
    height: 167px;
    margin: 0;
    width: 100%;
}

.narrowcolumn {
    float: left;
}

.cat {
    float: left;
    padding-left: 15px;
    padding-top: 30px;
    width: 650px;
}

.post {}

.post_HSD {
    margin: 10px 10px 7% 7%;
    width: 86%;
}

.preview {
    float: left;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: left;
}

.narrowcolumn .postmetadata {
    margin-bottom: 10px;
    margin-top: auto;
    padding: 5px;
}

.postpostmetadata {
    background-color: #F9F9F9;
    border: 1px dotted #CCCCCC;
    margin: auto;
    padding: 10px;
}

.postpostmetadata a {
    font-size: 1.2em;
}

.postpostmetadata h2 {
    margin: 10px 0;
}

.description {
    padding-left: 30px;
    text-align: left;
}

p img {
    max-width: 100%;
    padding: 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    background: none repeat scroll 0 0 #FFFFFF;
    /* border:1px solid #AAAAAA; */
    display: inline;
    float: left;
    margin: 5px 2% 15px 0;
    padding: 4px;
}

.randomimg {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #f1f1f1;
    float: left;
    margin: 5px 5px 5px 0px;
    padding: 2px;
    width: auto;
    height: 50px;
}

img.tools {
    margin-right: 30px;
}

img.tools:hover {
    opacity: 0.8;
}

.alignleft {
    float: left;
    margin-right: 8px;
    padding: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    /* border:1px solid #AAAAAA; */
}

html>body .entry ul {
    list-style-type: disc;
    margin-left: 0;
    padding: 0 0 0 10px;
    text-indent: -10px;
}

html>body .entry li {
    list-style-position: inside;
    margin: 10px 0 0 10px;
}

.entry ol {
    margin: 0;
    padding: 0 0 0 35px;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.entry form {
    text-align: center;
}

.widgettitle {
    color: #DDDDDD;
    font-size: 18px;
}

form {
    margin-bottom: 1.68em;
}

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #999999;
}

blockquote {}

blockquote cite {
    display: block;
    margin: 5px 0 0;
}

.center {
    text-align: center;
}

a img {
    border: medium none;
}

.navigation {
    clear: both;
    display: block;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 5px 25px;
    text-align: center;
}

#calc {
    margin: 10px;
}

#stb-container {
    margin: 2em auto;
}

ol.snap_nav {
    clear: both;
    display: inline;
    float: left;
    list-style: none outside none;
}

ol.snap_nav li {
    display: block;
    float: left;
    padding: 0 2px 10px 0;
}

ol.snap_nav li a {
    font-weight: bold;
}

ol.snap_titles {
    border: 0 none;
    clear: both;
    display: block;
    list-style: none outside none;
}

.recentphbb {
    margin-top: 50px;
}

.recentphbb ul li {
    list-style-image: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/uploads/icon_topic_newest.gif);
}

.row {
    clear: both;
}

.col1 {
    float: left;
    padding: 0 10px;
    width: 200px;
}

.col2 {
    float: right;
    padding: 0 10px;
    width: 200px;
}

div#left-column {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    clear: none;
    display: inline;
    float: left;
    height: 310px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    width: 270px;
}

#left {
    float: left;
    width: 300px;
}

#right {
    float: right;
    width: 300px;
}

#inside {
    margin: auto;
    width: 980px;
}

#postcontainer {
    height: auto;
    margin: auto;
    width: 600px;
}

.pagetitle {
    padding-left: 20px;
}

.pfLink {
    float: right;
}

#follow.right {
    top: 220px;
}

#fade {
    float: right;
    margin: 10px 20px auto 5px;
}

#fade a img {
    padding-right: 10px;
}

#fade a img:hover {
    opacity: 0.4;
}

.series-nav-left {
    float: left;
}

.series-nav-right {
    float: right;
}

#welcometext {
    float: left;
    width: 64%;
}

#welcometext p {
    text-align: left;
    line-height: 1.625;
}

.welcometext a {
    color: #585452;
    text-decoration: underline;
}

#cats {
    float: left;
    width: 40%;
}

#welcome {
    float: left;
    height: auto;
    margin-bottom: 15px;
    width: auto;
}

#welcome ul li {
    background-image: none;
    list-style-type: none;
}

#welcome li a {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/arrow.png) no-repeat scroll 13px 13px transparent;
    color: #404040;
    display: block;
    margin: 1px 0 0;
    padding: 10px 10px 10px 35px;
    text-shadow: 1px 1px #FFFFFF;
}

#welcome li a:hover {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/arrow.png) no-repeat scroll 13px 13px #DFF4FF;
    color: #8B0000;
    display: block;
    margin: 1px 0 0;
    padding: 10px 10px 10px 35px;
}

#related-posts li {
    margin-top: 10px;
}

table.tableizer-table {
    border: 1px solid #CCCCCC;
    font-size: 12px;
}

.tableizer-table td {
    border: 1px solid #CCCCCC;
    margin: 3px;
    padding: 4px;
}

.tableizer-table th {
    background-color: #104E8B;
    color: #FFFFFF;
    font-weight: bold;
}

#widget_tptn_pop_daily a {
    padding-left: 0;
}

#bookmark {
    margin-bottom: 1px;
}

#uag {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/uag_header.png) no-repeat scroll 0 0 transparent;
    float: right;
    height: 163px;
    margin-top: 6px;
    width: 138px;
}

#uag:hover {
    opacity: 0.85;
}

legend {
    color: #620D19;
    font-size: 1.1em;
    font-weight: bold;
}

fieldset {
    border: 1px solid #555555;
    margin: 20px;
    padding: 0 0.5em 0.5em;
}

#feature_box {
    background: url(http://chriskresser.com/wp-content/uploads/beyond-paleo/background-pattern-red.png) repeat scroll 0 0 #961112;
    border: 1px solid #A5A5A5;
    border-radius: 12px 12px 12px 12px;
    float: right;
    margin: 25px 25px 20px 0;
    min-height: 240px;
    padding: 5px;
    position: relative;
    width: 265px;
}

#feature_box.subpage {
    margin: 0 10px 20px 0;
}

#feature_image {
    float: left;
    width: 570px;
}

#feature_box #feature_text {
    color: #FFFFFF;
}

#feature_box #feature_text img {
    float: left;
    margin: -25px 0 0 -2px;
    padding: 5px 0 0 10px;
}

#feature_box #feature_text p strong {
    font-size: 16px;
}

#feature_box #feature_text p {
    float: right;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 8px 0 0;
    width: 150px;
}

#feature_subscribe {
    margin: 5px 0 10px 8px;
}

#feature_image.home {
    background: url(http://chriskresser.com/wp-content/uploads/beyond-paleo/background-pattern-red.png) repeat scroll 0 0 #961112;
    border-radius: 12px 12px 12px 12px;
    height: 252px;
    margin-top: 40px;
}

#feature_image.home #feature_text {
    float: left;
    margin-left: 5px;
    width: 407px;
}

#feature_image.home #feature_book {
    float: left;
    margin: -20px 0 0 25px;
}

#feature_image.home h4 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.4;
    margin: 35px 20px 0 0;
}

#feature_image.home p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 20px;
}

#feature_image.home #feature_subscribe {
    float: left;
    margin: 0;
}

#feature_image.home #feature_subscribe {}

hr {
    clear: both;
    background: #999999;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}

#similar h3,
#rightcol h3 {
    font-size: 1.8em;
    letter-spacing: normal;
    padding-top: 15px;
}

#similar {
    float: left;
    width: 50%;
}

#similar p {
    margin-bottom: 15px;
    padding: 10px 2.5em 10px 10px;
}

#similar a {
    font-size: 1em;
    border-bottom: 1px solid #CB3131;
    line-height: 1.5em;
}

#similar a:hover {
    border: 0;
}

#similar h3 {
    padding-left: 10px;
}

#similar span.date {
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#rightcol {
    float: right;
    width: 50%;
}

#rightcol p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 1em 0px 0;
}

#rightcol h3 {
    padding: 0;
}

#rightcol ul a {
    border-bottom: 1px solid #CB3131;
    font-size: 14px;
}

#rightcol ul a:hover {
    border: 0;
}

#rightcol li {
    margin-bottom: 10px;
}

#subscribe {
    background: #FFFBCC;
    border: 1px solid #E6DB55;
    float: right;
    margin: 15px 15px 0 15px;
    padding: 19px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#custom {
    background: #E4F2FD;
    border: 1px solid #C6D9E9;
    float: right;
    margin: 15px;
    padding: 19px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.close-notify {
    float: right;
    margin-right: 22px;
    color: #fff;
    width: 17px;
    height: 19px;
    text-decoration: none;
    cursor: pointer;
}

.show-notify {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    float: right;
    margin-right: 10px;
    color: #fff;
    width: 35px;
    height: 33px;
    text-decoration: none;
    background-color: #EB593C;
    cursor: pointer;
}

#hsd {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.hsd_body {
    background-color: #EFEFEF;
}

.avatar {
    border-radius: 50%!important;
}

sup {
    color: #E82A33;
}

sup:hover {
    color: #dd1111;
}

.optinGraphic {
    z-index: 0 !important;
}

.jbox-title {
    font-size: 150%;
    margin-bottom: 20px !important;
}

.wp-image-11191 {
    background: none repeat scroll 0 0 transparent !important;
}

.wpcf7-textarea {
    margin-top: 10px;
}

#resources {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 40px;
}

#resources .resource {
    color: #252525;
    font-size: 24px;
}

#resources a {
    font-weight: bold;
    text-decoration: underline;
    color: #E82A33;
}

#resources a:hover {
    font-weight: bold;
    color: #E82A33;
    text-decoration: none;
}

.boxheadline {
    color: #333 !important;
}

.button a {
    color: #FFFFFF !important;
    font-size: 15px;
    text-shadow: -1px -1px #6E1902;
    font-weight: normal !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clicky_log_outbound {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/plugins/wp-external-links/images/ext-icons/ext-icon-8.png) no-repeat 100% 50%;
    padding-right: 15px;
}

#hsd-frage {
    margin: 0em;
}

#wpcf7-f85757-p10762-o1 .wpcf7-form div.wpcf7-response-output {
    width: 82%;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFD3D3;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    text-align: left;
}

blockquote {}

blockquote:before {}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.pullleft {
    display: inline;
    position: relative;
    float: left;
    width: 33%;
    margin-left: -64px;
    margin-right: 64px;
}

.pullright {
    display: inline;
    position: relative;
    float: right;
    width: 33%;
    margin-left: 64px;
    margin-right: -64px;
}

@media (max-width: 1000px) {
    .pullleft {
        width: 50%;
        margin-left: 0px;
        margin-right: 18px;
    }
    .pullright {
        width: 50%;
        margin-left: 18px;
        margin-right: 0px;
        text-align: right;
    }
}


/* Form Controls*/

label {
    display: inline;
}

label input[type=number],
input[type=radio] {
    /* vertical-align: middle; */
    /* position: relative; */
    /* bottom: 3px; */
}

input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.box {
    padding: 9px 15px;
    border-style: solid;
    text-shadow: none;
    border-width: 1px;
    display: table;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    width: 92%;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}

.box-icon {
    float: left;
    padding: 5px 15px 0 0;
    margin: 0;
}

.box-title {
    font-size: 130%;
    margin-bottom: 3px;
}

.box-content {}

.box.white {
    border-color: #DDDDDD;
}

.box.white,
.jbox-icon.white {
    background-color: #FFFFFF;
}

.box-title.white {
    border-bottom: 1px solid #DDD;
}

.box.gray {
    border-color: #d1d1d1;
}

.box.gray,
.jbox-icon.gray {
    background-color: #f9f9f9;
}

.box-title.gray {
    border-bottom: 1px solid #d1d1d1;
}

.box.platinum {
    border-color: #bbbbbb;
}

.box.platinum,
.jbox-icon.platinum {
    background-color: #dddddd;
}

.box-title.platinum {
    border-bottom: 1px solid #bbbbbb;
}

.box.blue {
    border-color: #bcdcf4;
}

.box.blue,
.jbox-icon.blue {
    background-color: #d9effe;
}

.box-title.blue {
    border-bottom: 1px solid #bcdcf4;
}

.box.green {
    border-color: #d5ebae;
}

.box.green,
.jbox-icon.green {
    background-color: #edfdd4;
}

.box-title.green {
    border-bottom: 1px solid #d5ebae;
}

.box.yellow {
    border-color: #efe5af;
}

.box.yellow,
.jbox-icon.yellow {
    background-color: #fcf7d2;
}

.box-title.yellow {
    border-bottom: 1px solid #efe5af;
}

.box.red {
    border-color: #f2bda3;
}

.box.red,
.jbox-icon.red {
    background-color: #fed7c6;
}

.box-title.red {
    border-bottom: 1px solid #f2bda3;
    color: #E82A33;
}

#content_new {
    width: 85%;
    display: block;
    background-color: #FFFFFF;
    color: #222;
    font-size: 16px;
    line-height: 1.625;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
    float: left;
}

.drip-scroll div {
    margin-bottom: 0.5em;
}

.entrytext ol {
    /* margin-left: 2em; */
    /* margin-bottom:0px; */
    list-style: none;
    list-style-type: decimal;
    line-height: 1.5em;
    color: #222222;
    font-size: 1em;
    padding: 5px;
}

#postmetadata li {
    margin: 3px;
    padding: 0px;
}

#postmetadata ul {
    padding-left: 5px;
}

.entry p a:hover {
    color: #FD5C5C;
}

.comments-area {
    top: 250px;
}

.comments-area ol {
    list-style-type: none;
    list-style: none;
    padding-left: 0px
}

.comments-area ol li {
    margin-bottom: 3em;
}

.depth-2 {
    margin-left: 2em;
}

.reply {
    font-size: 0.85em;
    margin-top: 1em;
}

.comment-author {
    margin-top: 3em;
    font-size: 0.85em;
    color: #666;
}

.fn {
    margin-left: 7px;
}

.comment p {
    font-size: 1em;
    line-height: 1.681em;
    margin-top: 1em;
    margin-bottom: 0em;
}

.comment-meta {
    margin-top: 0.5em;
    font-size: 0.85em;
    color: #666;
    margin-bottom: 1em;
}

ol {
    /* margin-left: 2em; */
    margin-bottom: 1.68em;
}

ol li {
    counter-increment: item;
    margin-bottom: 1em;
    line-height: 1.68;
}

.carousel-indicators li:before {
    /* margin-right:10px; */
    /* content:counter(item); */
    /* background:var(--color1); */
    /* border-radius:100%; */
    /* color:white; */
    /* width:1.3em; */
    /* text-align:center; */
    /* display:inline-block; */
}

.entry li {
    padding-left: 15px;
}

a {
    text-decoration: none;
    color: #4b8fc6;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.link-start {
    color: #333;
}

.link-start:hover {
    color: #5f5e5e
}

.entrytext a {
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--colorahover);
    text-decoration: none;
}

a:active {
    background-color: transparent;
}

body {
    margin: 0;
    padding: 0;
}

#headerimg {
    height: 167px;
    margin: 0;
    width: 100%;
}

.post {
    border-right: 1px solid #ebeff0;
    padding-right: 6%;
}

.postwide {}

.narrowcolumn .postmetadata {
    margin-bottom: 10px;
    margin-top: auto;
    padding: 5px;
}

.postpostmetadata {
    background-color: #F9F9F9;
    border: 1px dotted #CCCCCC;
    margin: auto;
    padding: 10px;
}

.postpostmetadata a {
    font-size: 1.2em;
}

#footer h2 {
    color: white;
    margin: 0;
    padding: 0 0 20px;
}

.description {
    padding-left: 30px;
    text-align: left;
}

h4 {
    margin-top: 1em;
    font-weight: 600;
    margin: 0em 0 1em;
    font-size: 20px;
    line-height: 1.618em;
    margin-top: 1em;
}

h4 a {
    color: inherit;
    text-decoration: none;
}

h4 a:hover {
    color: inherit;
    text-decoration: underline;
}

p img {
    margin-bottom: 1.618em;
    max-width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    background: none repeat scroll 0 0 #FFFFFF;
    /* border:1px solid #AAAAAA; */
    display: inline;
    float: left;
    margin: 5px 2% 15px 0;
    padding: 4px;
}

img.alignright {
    display: inline;
    float: right;
    padding: 4px;
    margin-left: 7px;
}

@media all and (max-width: 768px) {
    img.alignright {
        display: inline;
        max-width: 50%;
        padding: 4px;
        margin-left: 5px;
    }
}

.border {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .04), inset 0 1px 0 0 #fff;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
}

.aligncenter {
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1.618em;
}

.block {
    display: block;
    width: 100%;
    max-width: none !important;
    text-align: center;
}

.margint1 {
    margin-top: 1em;
}

.margint2 {
    margin-top: 2em;
}

.marginb1 {
    margin-bottom: 1em;
}

.marginb2 {
    margin-bottom: 2em;
}

.marginb3 {
    margin-bottom: 3em;
}

.marginb4 {
    margin-bottom: 4em;
}

.marginb5 {
    margin-bottom: 5em;
}

.previmage {
    width: 100%;
    heigth: 240px;
}

.wp-caption {
    max-width: 100%;
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    font-size: 12px;
    padding-top: 4px;
    text-align: center;
}

.chaptericon {
    width: 48px;
    margin-right: 12px;
}

img.tools {
    margin-right: 30px;
}

img.tools:hover {
    opacity: 0.8;
}

.alignright {
    float: right;
    margin-left: 7px;
    padding: 3px;
}

.alignleft {
    float: left;
    margin-right: 8px;
    padding: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    /* border:1px solid #AAAAAA; */
}

html>body .entry ul {
    list-style-type: disc;
    margin-left: 0;
    padding: 0 0 0 10px;
    text-indent: -10px;
}

html>body .entry li {
    list-style-position: inside;
    margin: 10px 0 0 10px;
}

.entry ol {
    margin: 0;
    padding: 0 0 0 35px;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.entry form {
    text-align: center;
}

.widgettitle {
    color: #DDDDDD;
    font-size: 24px;
}

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover {
    background-color: #FFFFFF;
}

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #999999;
}

blockquote cite {
    display: block;
    margin: 5px 0 0;
}

.center {
    text-align: center;
}

.success {
    width: 100%;
    position: relative;
    padding: 4px;
    margin-bottom: -110px;
    bottom: 85px;
    height: auto;
}

a img {
    border: medium none;
}

.navigation {
    clear: both;
    display: block;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 5px 25px;
    text-align: center;
}

#calc {
    margin: 10px;
}

#stb-container {
    margin: 2em auto;
}

ol.snap_nav {
    clear: both;
    display: inline;
    float: left;
    list-style: none outside none;
}

ol.snap_nav li {
    display: block;
    float: left;
    padding: 0 2px 10px 0;
}

ol.snap_nav li a {
    font-weight: bold;
}

ol.snap_nav li.snap_selected a {
    cursor: text;
}

ol.snap_titles {
    border: 0 none;
    clear: both;
    display: block;
    list-style: none outside none;
}

.recentphbb {
    margin-top: 50px;
}

.recentphbb ul li {
    list-style-image: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/uploads/icon_topic_newest.gif);
}

.row {
    clear: both;
}

.col1 {
    float: left;
    padding: 0 10px;
    width: 200px;
}

.col2 {
    float: right;
    padding: 0 10px;
    width: 200px;
}

div#left-column {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    clear: none;
    display: inline;
    float: left;
    height: 310px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    width: 270px;
}

#left {
    float: left;
    width: 300px;
}

#right {
    float: right;
    width: 300px;
}

#inside {
    margin: auto;
    width: 980px;
}

#postcontainer {
    height: auto;
    margin: auto;
    width: 600px;
}

.pagetitle {
    padding-left: 20px;
}

.pfLink {
    float: right;
}

#follow.right {
    top: 220px;
}

#fade {
    float: right;
    margin: 10px 20px auto 5px;
}

#fade a img {
    padding-right: 10px;
}

#fade a img:hover {
    opacity: 0.4;
}

.series-nav-left {
    float: left;
}

.series-nav-right {
    float: right;
}

#welcometext {
    float: left;
    width: 64%;
}

#welcometext p {
    text-align: left;
    line-height: 1.625;
}

.welcometext a {
    color: #585452;
    text-decoration: underline;
}

#cats {
    float: left;
    width: 40%;
}

#welcome {
    float: left;
    height: auto;
    margin-bottom: 15px;
    width: auto;
}

#welcome ul li {
    background-image: none;
    list-style-type: none;
}

#welcome li a {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/arrow.png) no-repeat scroll 13px 13px transparent;
    color: #404040;
    display: block;
    margin: 1px 0 0;
    padding: 10px 10px 10px 35px;
    text-shadow: 1px 1px #FFFFFF;
}

#welcome li a:hover {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/arrow.png) no-repeat scroll 13px 13px #DFF4FF;
    color: #8B0000;
    display: block;
    margin: 1px 0 0;
    padding: 10px 10px 10px 35px;
}

#related-posts li {
    margin-top: 10px;
}

table.tableizer-table {
    border: 1px solid #CCCCCC;
    font-size: 12px;
}

.tableizer-table td {
    border: 1px solid #CCCCCC;
    margin: 3px;
    padding: 4px;
}

.tableizer-table th {
    background-color: #104E8B;
    color: #FFFFFF;
    font-weight: bold;
}

#widget_tptn_pop_daily a {
    padding-left: 0;
}

#bookmark {
    margin-bottom: 1px;
}

#uag {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/uag_header.png) no-repeat scroll 0 0 transparent;
    float: right;
    height: 163px;
    margin-top: 6px;
    width: 138px;
}

#uag:hover {
    opacity: 0.85;
}

legend {
    color: #620D19;
    font-size: 1.1em;
    font-weight: bold;
}

.wp-caption-text {
    color: rgba(0, 0, 0, .6);
    margin-top: 10px;
    line-height: 1.4;
    font-size: small;
}

#feature_box {
    background: url(http://chriskresser.com/wp-content/uploads/beyond-paleo/background-pattern-red.png) repeat scroll 0 0 #961112;
    border: 1px solid #A5A5A5;
    border-radius: 12px 12px 12px 12px;
    float: right;
    margin: 25px 25px 20px 0;
    min-height: 240px;
    padding: 5px;
    position: relative;
    width: 265px;
}

#feature_box.subpage {
    margin: 0 10px 20px 0;
}

#feature_image {
    float: left;
    width: 570px;
}

#feature_box #feature_text {
    color: #FFFFFF;
}

#feature_box #feature_text img {
    float: left;
    margin: -25px 0 0 -2px;
    padding: 5px 0 0 10px;
}

#feature_box #feature_text p strong {
    font-size: 16px;
}

#feature_box #feature_text p {
    float: right;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 8px 0 0;
    width: 150px;
}

#feature_subscribe {
    margin: 5px 0 10px 8px;
}

#feature_image.home {
    background: url(http://chriskresser.com/wp-content/uploads/beyond-paleo/background-pattern-red.png) repeat scroll 0 0 #961112;
    border-radius: 12px 12px 12px 12px;
    height: 252px;
    margin-top: 40px;
}

#feature_image.home #feature_text {
    float: left;
    margin-left: 5px;
    width: 407px;
}

#feature_image.home #feature_book {
    float: left;
    margin: -20px 0 0 25px;
}

#feature_image.home h4 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.4;
    margin: 35px 20px 0 0;
}

#feature_image.home p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 20px;
}

#feature_image.home #feature_subscribe {
    float: left;
    margin: 0;
}

div.button {
    height: 22px;
    width: auto;
    margin-top: 1px;
}

#bestellen,
#bestellen2 {
    border: 4px dotted #333333;
    margin: auto;
    padding: 0 15px;
    width: 70%;
}

hr {
    clear: both;
    background: #999999;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}

#similar h3,
#rightcol h3 {
    font-size: 1.8em;
    letter-spacing: normal;
    padding-top: 15px;
}

#similar {
    float: left;
    width: 50%;
}

#similar p {
    margin-bottom: 15px;
    padding: 10px 2.5em 10px 10px;
}

#similar a {
    font-size: 1em;
    border-bottom: 1px solid #CB3131;
    line-height: 1.5em;
}

#similar a:hover {
    border: 0;
}

#similar h3 {
    padding-left: 10px;
}

#similar span.date {
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#rightcol {
    float: right;
    width: 50%;
}

#rightcol p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 1em 0px 0;
}

#rightcol h3 {
    padding: 0;
}

#rightcol ul a {
    border-bottom: 1px solid #CB3131;
    font-size: 14px;
}

#rightcol ul a:hover {
    border: 0;
}

#rightcol li {
    margin-bottom: 10px;
}

#subscribe {
    background: #FFFBCC;
    border: 1px solid #E6DB55;
    float: right;
    margin: 15px 15px 0 15px;
    padding: 19px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#custom {
    background: #E4F2FD;
    border: 1px solid #C6D9E9;
    float: right;
    margin: 15px;
    padding: 19px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.close-notify {
    float: right;
    margin-right: 22px;
    color: #fff;
    width: 17px;
    height: 19px;
    text-decoration: none;
    cursor: pointer;
}

.show-notify {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    float: right;
    margin-right: 10px;
    color: #fff;
    width: 35px;
    height: 33px;
    text-decoration: none;
    background-color: #EB593C;
    cursor: pointer;
}

#hsd {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.hsd_body {
    background-color: #EFEFEF;
}

sup {
    color: #E82A33;
}

sup:hover {
    color: #dd1111;
}

#sidebar_premium {
    float: right;
    padding-right: 10px;
    padding-top: 35px;
    width: 30%;
    color: #ccc;
}

#sidebar_premium ul {
    padding-left: 5px;
}

#sidebar_premium li {
    margin-left: 5px;
}

.post_premium {
    margin-left: 40px;
    margin-top: 55px;
    width: 65%;
}

#header_premium {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/themes/fe/images/fe_logo.png) no-repeat scroll 110px 27px #333333;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 160px;
    width: 830px;
}

.optinGraphic {
    z-index: 0 !important;
}

.jbox-title {
    font-size: 150%;
    margin-bottom: 20px !important;
}

.button a {
    color: #FFFFFF !important;
    font-size: 15px;
    text-shadow: -1px -1px #6E1902;
    font-weight: normal !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.responsive {
    padding-right: 1px;
    overflow: hidden;
    border: 1px solid #fff;
    width: 100%;
}

a.button-black {
    line-height: 1.333;
    max-width: 400px;
    margin-bottom: 6px;
    text-decoration: none;
    display: block;
    padding: 0 26px;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    white-space: normal;
    padding: 12px 24px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

a.button-black:hover {
    border: 1px solid #777;
    background-color: #fff;
    color: #000;
}

a.button-red,
a.button-green,
a.button-blue {
    -moz-border-radius: 3px;
    color: #000;
    padding: 12px 24px;
}

a.button-red {
    line-height: 1.333;
    display: block;
    max-width: 400px;
    transition: background .5s linear;
    text-transform: uppercase;
    background: #c71432;
    color: #FFF;
    margin-bottom: 6px;
}

a.button-red:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #777;
}

a.button-white {
    line-height: 1.333;
    max-width: 400px;
    margin-bottom: 6px;
    text-decoration: none;
    display: block;
    padding: 0 26px;
    outline: none;
    color: #000;
    text-transform: uppercase;
    white-space: normal;
    padding: 12px 24px;
    background-color: #f1f1f1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

a.button-white:hover {
    border: 1px solid #777;
    background-color: #fff;
    color: #000;
}

.clicky_log_outbound {
    background: url(//fe2-rq907qlxqzsac.netdna-ssl.com/wp-content/plugins/wp-external-links/images/ext-icons/ext-icon-8.png) no-repeat 100% 50%;
    padding-right: 15px;
}

#hsd-frage {
    margin: 0em;
}

#wpcf7-f85757-p10762-o1 .wpcf7-form div.wpcf7-response-output {
    width: 82%;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFD3D3;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    text-align: left;
}

blockquote {
    background: #f7f7f7;
    border-left: 5px solid #ff9d9d;
    font-size: 16px;
    font-style: italic;
    margin: 1.62em 0;
    padding: 1.625em 40px;
    line-height: 1.625;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.blockquote2 {
    background: #fefefe;
    border-left: 5px solid #9ddaff;
    font-style: italic;
    margin: 1.62em 0;
    padding: 1.625em 40px;
    line-height: 1.625;
    position: relative;
    color: #757575;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

@media all and (max-width: 1400px) {
    #smoothup {
        right: 5%;
    }
}

@media all and (max-width: 998px) {
    .post {
        border-right: none;
        padding-right: 0%;
    }
}

@media all and (max-width: 768px) {
    .post {
        border-right: none;
        padding-right: 0%;
    }
    #smoothup {
        bottom: 30px;
        border-radius: 4px;
        height: 40px;
        z-index: 10000;
        -webkit-border-radius: 4px;
    }
}

@media all and (max-width: 370px) {
    .post {
        border-right: none;
        padding-right: 0%;
    }
}

#content_new {
    width: 85%;
    display: block;
    background-color: #FFFFFF;
    color: #222;
    font-size: 16px;
    line-height: 1.625;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
    float: left;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animatedFast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes growIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.growIn {
    -webkit-animation-name: growIn;
    animation-name: growIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.site--wrapper .visual .arrow {
    position: relative;
    margin: 30px auto 0;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.site--wrapper .visual .arrow:after,
.site--wrapper .visual .arrow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #fff;
}

.site--wrapper .visual .arrow:after,
.site--wrapper .visual .arrow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #fff;
}

.accordion-title {
    font-size: 1.3em;
    color: #c71432;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.accordion-title:hover {
    color: #FD5C5C;
}

div.wrapper {
    height: 200px;
    margin-bottom: 10%;
    float: left;
    position: relative;
    overflow: hidden;
}

.blog {
    margin-bottom: 5%;
}

.blog img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}

.blog .content {
    padding: 15px;
}

.blog .author {
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}

.blog .post-img-content {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.blog .post-img-content img {
    position: absolute;
}

.blog .post-title {
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}

.blog .post-title b {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}

.blog .post-title small {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}

.btnwhite {
    -webkit-appearance: none;
    text-shadow: none;
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 10px 16px;
    margin: 0 10px 0 0;
    position: relative;
    border-radius: 3px;
    border: 3px solid transparent;
    color: white;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    font-weight: normal !important;
    border: 2px solid white;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.3);
}

.btnwhite:hover {
    background: white;
    color: #000;
}

.button-top {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    line-height: normal;
    height: auto;
    padding: 18px 44px 16px;
    min-width: 162px;
    text-align: center;
    color: #fff;
    margin-top: 2%;
}

.button-top:hover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #939393;
    box-sizing: border-box;
    color: #000;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s linear;
}

.links ul li {
    list-style: none;
}

.links li:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #333;
}

#titlebox {
    margin-bottom: 8%;
    margin-top: 8%;
}

.literatur {
    font-size: 70%;
}

.literatur ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: #eee;
    border-radius: 100%;
    color: white;
    width: 1.3em;
    text-align: center;
    display: inline-block;
}

// Kraftwerte Calculator
#gewicht {
    width: 50px;
}

.jumbotron {
    margin: 0;
}

.grunduebung {
    padding: 0px;
}

.mitteltext {
    text-align: left;
    padding: 5px 0 5px 0;
}

.rechtstext {
    text-align: left;
    padding: 10px 0 0 0;
}

.inner-row {
    padding: 5px 0 5px 0;
}

.reps {
    float: right;
}


/* .first-text {
    position: absolute;
    left: 13.00%;
}

.second-text {
    position: absolute;
    left: 40.00%;
}

.third-text {
    position: absolute;
    left: 79.00%;
} */

.fortText {
    position: absolute;
    left: 35.00%;
    top: 100%;
}

.profiText {
    position: absolute;
    left: 66.5%;
    top: 100%;
}


/* .seperator-one {
    left: 33.33%;
    background-color: #d6d6d6;
    height: 50px;
    width: 5px;
    display: block;
    position: absolute;
    margin-top: -15px;
    z-index: -1;
}

.seperator-two {
    left: 64.9%;
    background-color: #d6d6d6;
    height: 50px;
    width: 5px;
    display: block;
    position: absolute;
    margin-top: -15px;
    z-index: -1;
} */

.grunduebung {
    display: none;
}

.tve_flt .tqb-template-style-0 .tqb-result-template-1,
.tve_flt .tqb-template-style-0 .tqb-result-template-2,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 {
    max-width: 1000px;
    margin: 0 auto;
    background-color: transparent !important;
}

.tve_flt .tqb-template-style-0 .tqb-result-template-1 h2,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h2,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h2 {
    color: var(--color1) !important;
    font-size: 42px !important;
}

.tve_flt .tqb-template-style-0 .tqb-result-template-1 h1,
.tve_flt .tqb-template-style-0 .tqb-result-template-1 h2,
.tve_flt .tqb-template-style-0 .tqb-result-template-1 h3,
.tve_flt .tqb-template-style-0 .tqb-result-template-1 h4,
.tve_flt .tqb-template-style-0 .tqb-result-template-1 h5,
.tve_flt .tqb-template-style-0 .tqb-result-template-1 h6,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h1,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h2,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h3,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h4,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h5,
.tve_flt .tqb-template-style-0 .tqb-result-template-2 h6,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h1,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h2,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h3,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h4,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h5,
.tve_flt .tqb-template-style-0 .tqb-result-template-3 h6 {
    margin: 37px 0 20px 0;
    font-family: inherit !important;
    font-weight: 500;
    color: #3a3939;
    text-transform: none;
    text-align: center;
}

.over {
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-35%);
}

.over p {
    font-size: 1.7vw;
    text-shadow: 1px 1px 1px #333;
    color: #fefefe;
    font-style: italic;
    text-transform: uppercase;
    margin: 0px;
}

.over h1 span {
    text-shadow: 5px 5px 15px #222;
    color: #fff;
    font-weight: 800;
    font-size: 4vw;
    letter-spacing: 0px;
    padding: 10px 0px;
}

ol.footnotes>li {
    list-style-type: none !important;
}

ol.footnotes>li:before {
    background: none;
    color: #666;
}

.fixed-sn main,
.hidden-sn main {
    padding-top: 80px;
}

@media (max-width: 992px) {
    .fixed-sn main,
    .hidden-sn main {
        padding-top: 150px;
    }
}

@media (max-width: 600px) {
    .fixed-sn main,
    .hidden-sn main {
        padding-top: 140px;
    }
}

@media (max-height: 992px) .side-nav .logo-wrapper,
.side-nav .logo-wrapper a {
    height: auto;
}

.side-nav .collapsible-body a {
    padding-left: 12px;
    height: auto;
    line-height: 1.1em;
    margin-bottom: 0.8em;
    background-color: transparent;
}

.side-nav {
    width: 17rem;
}

.white-skin .side-nav .collapsible li .collapsible-body a {
    color: #333;
    padding: 2px 2px
}

.white-skin .side-nav .collapsible li .collapsible-body a:hover {
    color: #a00606
}

.side-nav .collapsible ul {
    background: rgba(95, 93, 93, 0.05);
    padding: 15px 10px;
    list-style-type: none;
}

.white-skin .side-nav .collapsible li .collapsible-header.active {
    font-weight: bolder;
}

.white-skin .card-header,
.white-skin .form-header {
    background-color: #f7f7f7;
}

.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
    colr: 000;
}

.navbar-nav {
    /* line-height: 0em; */
}

.fa-angle-double-down {
    color: #909090;
    font-size: px;
}

.side-nav .collapsible .fas {
    font-size: .8rem;
    margin-right: 13px;
}

.side-nav .collapsible .fab {
    font-size: .8rem;
    margin-right: 13px;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

.anchor a {
    position: absolute;
    left: 0px;
    top: -120px;
}

.anchor {
    position: relative;
}

table th {
    /* font-size: 1rem; */
}

.bigtable td {
    padding: 0.5em 0.4em;
    border-bottom: 1px solid #dee2e6;
}


/* Multiselect */

.ss-main .ss-multi-selected .ss-values .ss-value {
    font-size: 16px !important;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    font-size: 16px !important;
    padding: 10px 8px !important;
    margin: 2px 0;
    color: #565656 !important;
}

.ss-main .ss-multi-selected .ss-add {
    margin: 15px 12px 0 5px !important;
}

.trainingsplan {
    width: 100%;
    border-collapse: collapse;
    background-color: #fefefe;
}

.trainingsplan tr {
    background: #e2ffae;
}

.trainingsplan tr:nth-child(odd) td {
    background: #d6fd8f;
}

.trainingsplan th {
    background: #a9d2c6;
    color: black;
    font-weight: bold;
    font-size: 1.1rem;
}

.trainingsplan td,
th {
    vertical-align: top;
    padding: 10px;
    text-align: left;
}

.trainingsplan td {
    border-top: 1px solid #f1f1f1;
}

.trainingsplan td {
    font-size: 1rem;
}

.trainingsplan table th {
    font-size: 1.2rem;
}

.trainingsplan a {
    color: #333;
    text-decoration: underline;
}

.trainingsplan tfoot td {
    background-color: white !important;
}

.white-skin .carousel-multi-item .carousel-indicators li,
.white-skin .carousel-multi-item .carousel-indicators li.active,
.white-skin .carousel-multi-item .controls-top>a {
    z-index: 0;
    background-color: #151515;
}

.switch label .lever {
    background-color: #539ad2;
}

.gallery img {
    width: 100% !important;
    height: auto;
}

.navbar-nav>li {
    /* line-height: 0; */
    /* margin: 0; */
}

#sidemenu {
    background: #000;
    padding: 5px;
}

@media (max-width: 991px) {
    #sidemenu {
        /* border-radius: 3px; */
        /* border-bottom-right-radius: 1px; */
        /* margin-top: 0px; */
        /* position: absolute; */
        /* display: table; */
        /* background: #000; */
        /* padding: 5px; */
    }
}

#sidemenu a {
    color: #fff;
}

.side-nav .logo-wrapper {
    max-height: 100px;
}

.side-nav .logo-wrapper img {
    padding: 15px 50px;
}

//** Show more collapse **//
.more .fas {
    transition: .3s transform ease-in-out;
}

.more .collapsed .fas {
    transform: rotate(180deg);
}

.info {
    color: white;
    font-size: 13px;
}

.frontcategory__container {
    -webkit-overflow-scrolling: touch;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 8px 0;
}

.frontcategory__icon {
    display: block;
    height: 18px;
    margin: 0 auto 8px;
    font-size: 14px;
}

.frontcategory--link {
    display: inline-block;
    font-size: 12px;
}

.frontcategory {
    text-align: center;
    padding-left: 0px;
    padding-right: 6px;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: content-box;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.pagehead a {
    font-size: 11px;
}

.frontcategory--link:active {
    background-color: #f6f6f8;
}

.frontcategory--link:hover {
    background-color: #f9f9fa;
    text-decoration: none;
}


/*
Switch 
*/

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #dccfe2;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #aa66cc;
    left: 1.5rem;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
    box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4), 0 0 0 0.9375rem rgba(170, 102, 204, 0.1);
}

.switch label input[type=checkbox]:not(:disabled)~.lever:active:after {
    box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4), 0 0 0 0.9375rem rgba(0, 0, 0, 0.08);
}

.switch label input[type=checkbox]:disabled+.lever {
    cursor: default;
}

.switch label input[type=checkbox]:disabled+.lever:after,
.switch label input[type=checkbox]:disabled:checked+.lever:after {
    background-color: #BDBDBD;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    background-color: #818181;
    border-radius: 0.9375rem;
    margin-right: 0.625rem;
    vertical-align: middle;
    margin: 0 1rem;
    width: 2.5rem;
    height: 0.9375rem;
    transition: background 0.3s ease;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #F1F1F1;
    border-radius: 1.3125rem;
    left: -0.3125rem;
    top: -0.1875rem;
    box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
    width: 1.3125rem;
    height: 1.3125rem;
    transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
}

.switch label .lever {
    background-color: #539ad2;
}

.news td {
    font-size: 15px;
    padding-top: 0px;
    border-top: 0px;
}


/* SCROLLING WRAPPER  */

.scrolling-wrapper {
    font-size: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
}

.scrolling-wrapper a {
    color: #000;
}

.scrolling-wrapper a:hover {
    color: #777;
}


/* width */

.scrolling-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/* Track */

.scrolling-wrapper::-webkit-scrollbar-track {
    border-radius: 5px;
}


/* Handle */

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background: rgb(211, 211, 211);
    border-radius: 5px;
}

.scrolling-wrapper .card {
    width: 125px;
    padding: 5px 5px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.scrolling-wrapper .card:hover {
    transform: scale(1.05);
    transition-duration: 250ms;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.scrolling-wrapper .card-img-top {
    /*
 transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

.scrolling-wrapper .card-img-top:hover {
    /*-webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none; */
}


/*
*
* ==========================================
* BREADCRUMBS
* ==========================================
*
*/


/* Custom style for changing separator  */

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}


/* Caret Breadcrumb */

.breadcrumb-caret .breadcrumb-item+.breadcrumb-item::before {
    content: '\f0da';
    font-family: 'FontAwesome';
}


/* Bullet */

.breadcrumb-bullet .breadcrumb-item+.breadcrumb-item::before {}

.btn-outline-woman:not(:disabled):not(.disabled).active,
.btn-outline-woman:not(:disabled):not(.disabled):active,
.show>.btn-outline-woman.dropdown-toggle {
    color: #fff;
    background-color: #933cff;
    border-color: #933cff;
}

.btn-outline-woman {
    color: #933cff;
    border-color: #933cff;
}

.btn-outline-woman:hover {
    color: #ffffff;
    background-color: #933cff;
    border-color: #933cff;
}

.btn-check:active+.btn-outline-woman,
.btn-check:checked+.btn-outline-woman,
.btn-outline-woman.active,
.btn-outline-woman.dropdown-toggle.show,
.btn-outline-woman:active {
    color: #fff;
    background-color: #933cff;
    border-color: #933cff;
}


/* //Menu */

@media (min-width: 768px) {
    .dropdown-menu {
        opacity: 0;
        transition: all 0.6s;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        transition: all 0.6s;
    }
}

.dropdown-item {
    font-size: 0.875rem;
}


/* //End Menu */

<style>.xscroll {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.appcard {
    border-radius: 10px;
    font-size: 1rem;
    background: transparent;
    height: 128px;
    width: 128px;
}

.appcard span {
    display: block;
}

.appcard:hover {
    background: #e8f0fe;
    opacity: .9;
}

</style>