/*
Theme Name: Quantuum
Text Domain:
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom Theme
Author: Schneeweis Wittmann
Author URI: https://schneeweiswittmann.at/
License: Copyright Schneeweis Wittmann

*/

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-response-output {
    color: white;
}

h1,
h2,
b,
strong,
.main-navbar--list li a {
    font-weight: 500 !important;
}

h1,
h2,
.team-name {
    color: #1E2A54;
}

.current-menu-item a {
    border-bottom: 3px solid white;
}

p,
li {
    font-weight: normal !important;
    color: #373B49 !important;
}

.text-primary {
    color: #1E2A54;
}

.text-secondary {
    color: #AD976E;
}

.btn-primary a {
    text-decoration: none !important;
}

.network-list li a,
.networks li a {
    border-width: 2px !important;
}

.logo-rotate {
    animation: spin 30s linear infinite !important;
    -webkit-animation: spin 30s linear infinite !important;
}

.hero-inner--item img {
    position: relative;
    /*for parallax effect*/
}

.hero-offer--description a {
    display: inline-block;
    text-decoration: underline;
    color: #1E2A54;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

.hero-offer--description a:before {
    font-family: 'icomoon' !important;
    text-decoration: none;
    display: inline-block;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    color: #1e2a54;
    margin-right: 10px;
    font-size: 13px;
}

.hero-offer--description p {
    margin-bottom: 0px;
}

.hero-blog {
    background: #dcd6c97c;
    padding: 250px 0 100px;
    margin-bottom: 130px;
    position: relative;
}

.hero-blog-bg {
    background-size: cover;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-blog--q {
    position: absolute;
    right: 0px;
    top: 0px;
}

.card-credentials--image {
    background: #dcd6c97c;
    width: 100%;
    height: 350px;
    background-size: cover;
}

.blog-paging a,
.blog-grid a {
    text-decoration: none;
}

.blog-author hr {
    border-top: 2px solid #dcd6c97c !important;
    padding: 10px !important;
}

hr {
    border: 0;
    padding: 40px;
}

.slick-slide {
    margin-left: 3px;
}

.section-default {
    padding: 0px 0px 100px 0px;
}

.wysiwyg p {
    padding-bottom: 40px;
}

.menu-item a:hover {
    text-decoration: none !important;
}

a {
    color: inherit;
}

.checkbox-control--icon {
    background: #414B73;
}

.team-founders {
    padding: 80px 0 80px;
}

.processing {
    padding: 0 0 80px;
}

.hero .container {
    margin-bottom: 29px;
}

.service-description .icon-service {
    position: unset;
    margin: -30px 0 10px 0;
}


/* *********** Mischa 13.09.2021 */


/* auflistungen der angebote mit icons. */

.small-icon {
    width: 2em;
    vertical-align: middle;
    margin-right: 1em;
}

a.no-arrow::before {
    content: none !important;
}


/* mailpoet seiten: kein header, kein autor 10.03.2023 */ 

h3.pb-3.text-secondary {
    display: none;
}

section.blog-author {
    display: none;
}


/* *********** end Mischa */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 10px 40px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background-color: rgba(194, 183, 163, 0.83);
    color: #1E2A54;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}


/**************** RESPONSIVE */

@media screen and (max-width: 767px) {
    .qu-h1 {
        font-size: 38px;
    }
}