/*
Theme Name: Alex Fischer Düsseldorf
Theme URI: https://alex-fischer-duesseldorf.de/
Author: Schweizer Solutions
Author URI: https://schweizersolutions.com
Description: Individuelles Theme für Alex Fischer Düsseldorf.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: afd
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Templates
	## Divi Page Builder
# Media
	## Captions
	## Galleries
# WooCommerce
# Custom CSS
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

.post-password-form input[type="password"] {
    background-color: #eee !important;
    height: auto !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #5a5858;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.site-info {
    font-size: 14px;
    text-align: center;
}

.entry-meta {
    font-size: 12px;
}

.entry-title,
.page-title {
    font-size: 25px;
    line-height: 132%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*:before,
*:after {
    box-sizing: inherit;
}

#auorg-bg > * {
    box-sizing: content-box;
}

body {
    background-color: #E9EBEE; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-link {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.more-link:hover {
    border-color: #ccc #bbb #aaa;
    opacity: .6;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.more-link:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.more-link:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited,
#et_builder_outer_content a,
#et_builder_outer_content a:visited {
    color: #ff6600;
    text-decoration: none;
    transition: .5s;
}

#et_builder_outer_content a,
#et_builder_outer_content a:visited {
    color: #ff6600 !important;
    transition: .5s !important;
}

#et_builder_outer_content a:hover,
#et_builder_outer_content a:focus,
#et_builder_outer_content a:active {
    color: #5a5858 !important;
    transition: .5s !important;
}

a:hover,
a:focus,
a:active {
    color: #5a5858;
    transition: .5s;
}

a:focus {
    outline: thin dotted;
}

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

.afd-image-link a img,
.post .entry-content a img {
    transition: .5s;
}

.afd-image-link a img:hover,
.post .entry-content a img:hover {
    opacity: .6 !important;
    transition: .5s;
}

.post-navigation a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.post-navigation .nav-previous a {
    padding-left: 45px;
}

.post-navigation .nav-next a {
    padding-right: 45px;
}

.post-navigation .nav-previous {
    border-right: 1px solid #e5e6e9;
    padding-right: 1.5em;
    position: relative;
}

.post-navigation .nav-next {
    padding-left: 1.5em;
    position: relative;
}

.post-navigation .nav-previous:before {
    content: '❮';
}

.post-navigation .nav-next:before {
    content: '❯';
}

.post-navigation .nav-previous:before,
.post-navigation .nav-next:before {
    font-size: 40px;
    color: #e5e6e9;
    transition: .5s;
}

.post-navigation .nav-previous:hover:before,
.post-navigation .nav-next:hover:before {
    color: #ff6600;
    transition: .5s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: left;
    width: 100%;

    font-weight: 400;
    font-size: 14px;

    background: #5f5959;
    background: -moz-linear-gradient(top, #877d7d 0%, #5f5959 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #877d7d), color-stop(100%, #5f5959));
    background: -webkit-linear-gradient(top, #877d7d 0%, #5f5959 100%);
    background: -o-linear-gradient(top, #877d7d 0%, #5f5959 100%);
    background: -ms-linear-gradient(top, #877d7d 0%, #5f5959 100%);
    background: linear-gradient(top, #877d7d 0%, #5f5959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#877d7d', endColorstr='#5f5959', GradientType=0);
}

#footer-navigation {
    background: none;
    width: auto;
    float: none;
}

#sub-navigation {
    background: #b0b0b0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0b0b0), color-stop(100%, #889096));
    background: -webkit-linear-gradient(top, #b0b0b0 0%, #889096 100%);
    background: -moz-linear-gradient(top, #b0b0b0 0%, #889096 100%);
    background: -ms-linear-gradient(top, #b0b0b0 0%, #889096 100%);
    background: -o-linear-gradient(top, #b0b0b0 0%, #889096 100%);
    background: linear-gradient(to bottom, #b0b0b0 0%, #889096 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b0b0b0, endColorstr=#889096, GradientType=0);

    min-height: 41px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#footer-navigation ul {
    display: block;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;

    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    transition: .5s;
}

#top-navigation a,
#footer-navigation a {
    color: #777;
}

#footer-navigation {
    margin-top: 20px;
}

#footer-navigation a {
    padding: 10px 10px;
    text-align: center;
    font-weight: normal;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li.current-menu-item,
.main-navigation li.current-menu-parent {
    background-color: rgba(0, 0, 0, 0.1);
    transition: .5s;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    padding: 0 5px;
    margin: 7px 7px 7px 15px;
}

.menu-toggle:before {
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    font-family: "ETmodules" !important;
}

#sub-navigation {
    display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 1.5em 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.search-form-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(48, 48, 48, 0.95);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    z-index: 9999;
}

.search-form-wrapper-opened {
    opacity: 1;
    visibility: visible;
}

.search-form-wrapper .search-form {
    color: #fff;
    position: absolute;
    width: 800px;
    max-width: 80%;
    left: 50%;
    top: 50%;

    transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -webkit-transform: translate3d(-50%, -100%, 0);
    -moz-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);

    z-index: 999;
    padding-left: 0;
    border-bottom: 1px solid;
}

.search-form-wrapper .search-field {
    background-color: transparent;
    border: none;
    font-size: 36px;
    padding: 0 35px 0 0;
    width: 100%;
    color: #fff;
}

.search-form-wrapper .search-field,
.search-form-wrapper .search-field:focus {
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form-wrapper .search-submit {
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
}

.search-form-wrapper .search-submit:hover {
    color: #ff6600;
    opacity: 1;
}

#search-container-close-btn {
    position: absolute;
    right: 50px;
    top: 50px;
    background-color: #fff;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#search-container-close-btn:hover {
    background-color: #ff6600;
    color: #fff;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px !important;
    margin-bottom: 15px !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
ul.menu:before,
ul.menu:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
ul.menu:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 2em;
    background-color: #fff;
    padding: 15px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}

.widget ul {
    margin: 0;
}

.widget-title,
.widgettitle {
    background-color: #f6f7f9;
    border-bottom: 1px solid #dddfe2;
    margin: -15px -15px 22px -15px;
    padding: 5px 15px;
    font-size: 19px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget table {
    margin-bottom: 0;
}

.widget_recent_entries ul {
    padding: 0;
    list-style: none;
    margin: -22px -15px -15px;
}

.widget_recent_entries li + li {
    border-top: 1px solid #e5e6e9;
}

.widget_recent_entries li:hover {
    border-left: 3px solid #ff6600;
}

.widget_recent_entries li a {
    padding: 15px;
    display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#breadcrumbs {
    font-size: 12px;
    margin-top: 0;
}

.site-content,
.site-footer,
.site-branding,
.navigation-wrap {
    width: 1170px;
    margin: 0 auto;
}

.site-branding {
    padding: 40px 0;
    text-align: center;
}

.custom-logo{
	max-width: 330px;
    margin-top: -18px;
}

.site-footer {
    clear: both;
    margin-top: 15px !important;
    margin-bottom: 70px !important;
    padding: 0 15px;
}

.ul-arrows ul {
    margin: 0 !important;
}

.ul-arrows ul li {
    list-style: none !important;
}

.ul-arrows li:before {
    font-family: 'ETmodules';
    content: 'E';
    padding-right: 10px;
    font-size: 30px;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    /* margin: 0 0 1.5em; */
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.more-link {
    width: 100%;
    margin-top: 15px;
    display: block;
    height: 40px;
    line-height: 13px;
    text-align: center;
    font-size: 18px;
    /*color: rgba(0, 0, 0, .8) !important;*/
    color: #fff !important;
    background-color: #3d7dad;
    border: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.site-content {
    margin-top: 2em !important;
    padding-left: 15px;
    padding-right: 15px;
}

article,
.post-navigation,
.comments-area,
.woocommerce .site-main {
    background-color: #fff;
    padding: 15px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}

article + article {
    margin-top: 2em;
}

.entry-title,
.page-title {
    margin-top: 0;
}

.page-content p:last-of-type,
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

article.has-post-thumbnail .thumbnail-link:hover {
    opacity: 0.7;
}

article.has-post-thumbnail .entry-title {
    margin-top: 20px;
}

.entry-meta span + span:before {
    content: '/';
    padding: 0 10px;
}

.error-404 .search-form {
    margin: 2em 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/

.page-template-page_no-sidebar .content-area,
.page-template-page_page-builder .content-area,
.page-template-page_landingpage .content-area {
    float: none;
    margin: 0;
}

.page-template-page_no-sidebar .site-main,
.page-template-page_landingpage .site-main,
.page-template-page_page-builder .site-main {
    margin: 0;
}

.page-template-page_page-builder article,
.page-template-page_landingpage article {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
}

.page-template-page_page-builder .entry-content,
.page-template-page_landingpage .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Divi Page Builder
--------------------------------------------------------------*/

.et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    width: inherit !important;
}

.page-template-page_no-sidebar.et_divi_builder #et_builder_outer_content .et_pb_row {
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
}

.et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    max-width: 100%;
}

.et_divi_builder #et_builder_outer_content .et_pb_contact .et_pb_contact_field_half {
    margin-bottom: 2%;
}

.et_divi_builder #et_builder_outer_content .et_contact_bottom_container {
    margin-top: 2% !important;
}

.et-pb-contact-message li,
.et-pb-contact-message p {
    background-color: #EEEEEE !important;
    padding: 15px !important;
}

.et-pb-contact-message {
    margin-bottom: 2% !important;
}

.et-pb-contact-message p {
    font-weight: bold;
}

body.et_divi_builder #et_builder_outer_content .et_pb_contact input.et_pb_contact_captcha {
    max-width: 60px !important;
    text-align: center;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #5f5959;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #5f5959;
    opacity: 0.8;
}

.site-content,
.site-footer,
.site-branding,
.navigation-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/

body .pea_cook_wrapper.pea_cook_bottomleft {
    bottom: 50px;
    left: 10px;
}

.pea_cook_wrapper button.pea_cook_btn {
    display: block;
    margin: 15px 0 7px;
    width: 100%;
    padding: 10px;
}

/* BEGIN Custom CSS fuer Shop-Seiten */
#row-sales .et_pb_column_3 {
	box-shadow: 2px 2px 20px #bbb;
	border-radius: 5px;
	padding: 30px;
}

.shop-product-foldarrow {
    position: relative;
}
.shop-product-foldarrow img {
	position: absolute !important;
    top: -120px !important;
    height: 234px !important;
    left: 200px !important;
    transform: rotate(10deg) scale(-1, 1) !important;
}
.also-interesting img {
	width:34%;
	display:inline-block !important;
	margin-top:-10px !important;
}
.shop-product-guarantee {
	width: 100px;
    position: absolute;
    right: -40px;
    top: -40px;
	transform: rotate(10deg);
}
.shop-product-payments{
	margin-top:-10px !important;
	max-width: 90% !important;
}
.shop-product-availability{
	font-size: 16px !important;
    margin: 0 !important;
}
.shop-product-payments{
	max-width:90% !important;
}
.big-img-background-space {
	height: 400px;
	background:rgba(21,21,21,0.2)!important;
}
.shariff .shariff-icon {
	position: absolute;
    top: 7px;
}
.shariff .shariff-icon svg {
	padding:0 !important;
}
.shariff-text {
	padding-left: 40px !important;
    color: #fff !important;
}
.img-payment-methods img {
	margin: 0 auto !important;
	display: block !important;
}
#main .et_pb_button.shop-product-purchasebtn {
	width:100%;
	background: #f4d078!important;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b)!important;
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b)!important;
    font-size: 19px!important;
    border: 1px solid!important;
    color:#333 !important;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#row-sales .et_pb_button:before{
	font-size: 19px !important;
    opacity: 0.9 !important;
    margin-left: -1.9em !important;
    background: #e9ebee;
    border-radius: 5px;
    padding: 0 7px;
}

#shop-tabs h3 {
	padding-top:20px !important;
	font-weight:700 !important;
}
#shop-tabs h3 img {
	margin-top:-20px !important;
	max-width:200px !important;
}

#shop-tabs hr {
	clear:both;
}
.shop-product-vsltab {
	max-width: 900px;
    margin: 0 auto;
}
.shop-product-vsltab h2 {
	line-height: 34px !important;
    font-weight: 700 !important;
}
.shop-product-vsltab h3 {
	padding-top: 10px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls li a {
	    padding: 4px 25px 4px !important;
}
.shop-product-vsltab .fluid-width-video-wrapper {
	position: relative;
	padding-bottom: 56.25% !important;
	border: 3px solid #333 !important;
    border-radius: 4px !important;
    margin: 20px 0 !important;
}
.shop-product-vsltab .fluid-width-video-wrapper iframe {
	position: absolute;
	width:100% !important;
	height: 100% !important;
}

.shop-product-vsltab p:first-of-type {
	max-width: 750px !important;
    margin: 20px auto !important;
}

#main #et_builder_outer_content .shop-product-bluelink {
	color:blue !important;
	text-decoration:underline !important;
}

#et_builder_outer_content .product-vsl-subheadline {
	line-height:90px !important;
}
/* END Custom CSS fuer Shop-Seiten */

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 375em) {

}

/* DIVI Umbruch auf Mobile */
@media (max-width: 767px) {
	#shop-tabs h3 img {
		display: block!important;
    	float: none;
	}
}

/* Tabletts */
@media only screen and (min-width: 980px) {
    .site-branding {
        padding-left: 20px;
    }

    .menu-toggle {
        display: none;
    }

    #top-menu-mobile {
        display: none;
    }

    .main-navigation li {
        float: left;
    }

    .main-navigation ul,
    .top-navigation ul {
        display: block;
    }

    .site-branding {
        text-align: left;
    }

    #sub-navigation {
        display: block;
    }

    #top-navigation {
        float: right;
        text-transform: uppercase;
        font-size: 12px;
        width: auto;
        background: none;
    }

    .content-area {
        float: left;
        margin: 0 -28% 0 0;
        width: 100%;
    }

    .site-main {
        margin: 0 31% 0 0;
    }

    .site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 28%;
    }

    .site-info {
        float: left;
        text-align: left;
    }

    #footer-navigation {
        float: right;
        margin-top: 0;
    }

    #footer-navigation a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Desktops */
@media only screen and (min-width: 1200px) {
    .site-content {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Contact Form 7 Styles fuer Bewerbungsformular unter /jobs */
#et_builder_outer_content .wpcf7-form .wpcf7-submit {
    padding: 13px;
    background-color: #59b033;
    border-radius: 3px;
    margin-bottom: 10px;
    color: white;
}
#et_builder_outer_content .wpcf7-row {
	margin-bottom:15px;
}
#et_builder_outer_content .wpcf7-row div[class^="wpcf7-row-"]{
	width:49%
}
#et_builder_outer_content .wpcf7-row .wpcf7-row-left {
	float:left;
}
#et_builder_outer_content .wpcf7-row .wpcf7-row-right {
	float:right;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpcf7 input[type="text"],
.et_divi_builder #et_builder_outer_content .et_pb_module .wpcf7 input[type="email"],
.et_divi_builder #et_builder_outer_content .et_pb_module .wpcf7 input[type="tel"],
.et_divi_builder #et_builder_outer_content .et_pb_module .wpcf7 textarea
{
    width: 100%;
}
.clear{
	clear:both;
}

/** Gravity Forms AFD Styles **/
.gform_wrapper .gform_page_footer input.button {
	background-image: -webkit-linear-gradient(270deg, #f4d078, #f4d078);
	background-image: linear-gradient(180deg, #f4d078, #f4d078);
}

.gform_wrapper .start-button .gform_page_footer input.button {
	width:100%;
	padding:20px 5px;
}

.gform_next_button{
	
}