@import url(reset.css);

h1,
h2 {
    text-transform: uppercase;
    color: #60280f
}

a,
h1,
h2 {
    color: #60280f
}

.burger-nav,
.subnav a {
    background-color: #a43f20
}

.subnav a:nth-of-type(2),
nav ul {
    margin-right: 5%
}

.burger-nav b,
body {
    font-family: Roboto
}

.burger-nav,
.logo,
.subnav,
nav {
    position: fixed
}

#stoerer,
#stoerer1 {
    position: absolute;
    padding: 30px 50px
}

#bewertung,
#cards,
#leistungen {
    background-size: cover;
    background-attachment: local;
    background-position: center;
    background-color: #60280f
}

.card,
.panel {
    overflow: hidden
}

.full-screen-nav ul li a,
.popup .close,
a,
nav ul li a {
    text-decoration: none
}

#bewertung-form h2,
#newsletter,
.card-2::before,
.card-6::before,
.card-8::before,
.full-screen-nav ul,
.landingpages,
.quote {
    text-align: center
}

.landingpages a,
.landingpages a:hover,
footer a {
    text-decoration: underline
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v19-latin-300.eot');
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v19-latin-300.woff2') format('woff2'), url('../fonts/roboto-v19-latin-300.woff') format('woff'), url('../fonts/roboto-v19-latin-300.ttf') format('truetype'), url('../fonts/roboto-v19-latin-300.svg#Roboto') format('svg')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v19-latin-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v19-latin-regular.woff') format('woff'), url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v19-latin-500.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), url('../fonts/roboto-v19-latin-500.woff') format('woff'), url('../fonts/roboto-v19-latin-500.ttf') format('truetype'), url('../fonts/roboto-v19-latin-500.svg#Roboto') format('svg')
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 15px
}

a {
    cursor: pointer
}

h1 {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 1.3
}

h1 b {
    font-size: 30px
}

h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2
}

h3,
h4 {
    font-size: 20px;
    line-height: 1.2
}

h3 {
    margin-bottom: 10px
}

h4 {
    color: #fff;
    margin-bottom: 50px
}

.subnav a,
li {
    font-size: 14px
}

li {
    list-style: disc;
    color: #60280f;
    margin-bottom: 3%
}

strong {
    font-weight: 500;
    font-size: 16px
}

.line {
    background-color: #000;
    width: 50px;
    height: 3px;
    margin-bottom: 25px
}

.subnav {
    bottom: 0;
    color: #fff;
    z-index: 999;
    transition: .5s;
    width: 100%;
    right: 0
}

.burger-nav,
.burger-nav b,
.full-screen-nav,
.full-screen-nav ul li a {
    transition: .4s ease-in-out
}

.subnav a {
    color: #fff;
    padding: 8px 15px;
    margin-left: 20px;
    line-height: 23px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.subnav a:hover {
    color: #60280f;
    background-color: #debdb4
}

.logo {
    width: 200px;
    height: auto;
    top: 20px;
    left: 5%;
    z-index: 999999
}

.full-screen-nav,
header {
    height: 100vh;
    width: 100%
}

.overlay,
.overlay-popup {
    bottom: 0;
    left: 0;
    right: 0
}

nav {
    background-color: rgb(255 255 255 / 40%);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 80px;
    z-index: 99999;
    top: 0;
    text-align: right;
    align-items: center;
    padding: 22px 0
}

nav ul {
    margin-top: 15px
}

nav ul li {
    display: inline-block;
    margin: 0 2%
}

nav ul li a {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 600
}

nav ul li strong {
    color: #0025a6;
    font-weight: 600
}

nav ul li a:hover {
    border-bottom: 3px solid #000
}

#dsa-rating h2,
#dsa-rating input.rating_value,
.landingpages a:first-of-type::before,
.navi,
.rating_thumb {
    display: none
}

.burger-nav {
    right: 0;
    top: -6px;
    color: #fff;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 40px;
    cursor: pointer;
    padding: 16px 21px 21px 19px;
    border-radius: 10px
}

#rate_button,
.btn,
.btn2 {
    background-color: #a43f20;
    padding: 10px 30px
}

.burger-nav b {
    float: left;
    margin-left: 0;
    font-style: normal
}

.burger-nav-anim {
    top: -5px;
    color: #fff
}

.burger-nav-anim b:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-nav-anim b:nth-of-type(2) {
    opacity: 0
}

.burger-nav-anim b:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -80%
}

.full-screen-nav {
    position: fixed;
    z-index: 9998;
    background: #a43f20;
    display: table;
    visibility: hidden;
    opacity: 0
}

.fadeIn,
.fadeUp {
    opacity: 1 !important
}

.full-screen-nav ul {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.full-screen-nav ul li a {
    padding: 20px;
    display: block;
    font-size: 30px;
    color: #fff;
    z-index: 999999
}

.fadeIn {
    visibility: visible !important
}

.fadeUp {
    margin-top: 0 !important
}

header {
    background: url("../images/beratung-von-steuerberaterin-in-iserlohn.webp") center/cover no-repeat fixed;
    position: relative
}

#stoerer {
    left: 10%;
    bottom: 45vh
}

#stoerer1 {
    background-color: #a43f20b3;
    border-radius: 20px;
    left: 5%;
    bottom: 15vh
}

#cards,
.card {
    position: relative
}

#bewertung h2,
#leistungen .headline h2,
#newsletter h2,
#stoerer1 h1,
.landingpages h3,
h3,
p {
    color: #fff
}

html {
    scroll-behavior: smooth
}

#kontakt h3,
#kontakt p,
#ueberuns h3,
#ueberuns p,
.card p {
    font-style: normal;
    color: #60280f
}

#ueberuns,
#vita {
    padding: 120px 0
}

.content {
    display: flex;
    width: 80%;
    margin-left: 10%;
    align-items: center
}

.col {
    width: 90%
}

.col:nth-of-type(2) {
    padding-left: 10%
}

#vita .image,
.image {
    width: 80%;
    border-radius: 10px
}

.btn,
.btn2 {
    color: #fff;
    transition: .5s;
    border-radius: 10px
}

.panel,
footer {
    background-color: #fff
}

.btn2:hover,
.btn:hover {
    background-color: #debdb4;
    color: #60280f
}

::-moz-selection {
    background: #fff600;
    color: #000
}

::selection {
    background: #fff600;
    color: #000
}

#vita h3,
#vita p {
    color: #60280f;
    font-style: normal
}

.popup-content h3 {
    font-style: normal;
    color: #60280f;
    margin-bottom: 5%
}

#newsletter {
    background-image: url(../images/frau-telefoniert-mit-steuerberaterin-in-iserlohn.webp);
    background-size: cover;
    height: 60vh;
    padding: 100px;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center
}

#newsletter>div>div>div>form>p:first-child>label {
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px
}

#newsletter>div>div>div>form>p:first-child>label>input[type=email] {
    padding: 10px;
    border: none;
    border-radius: 5px
}

#newsletter>div>div>div>form>p:nth-child(2)>input {
    background: #a43f20;
    color: #fff;
    padding: 5px 10px;
    margin: 5px 0 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px
}

#newsletter>div>div>div>form>p:nth-child(2)>input:hover {
    background-color: #debdb4;
    color: #60280f;
    cursor: pointer
}

.panel {
    padding: 0;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    hyphens: auto
}

.panel p {
    padding: 0 5px;
    text-align: left;
    line-height: 2;
    font-size: 15px;
    background: #faf7f3
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.newsletter-form {
    padding: 5%
}

#bewertung,
#leistungen {
    padding: 120px 0;
    position: relative
}

#leistungen .headline {
    top: 50%;
    text-align: center
}

#leistungen .headline h3 {
    color: #fff;
    font-style: normal
}

#leistungen .content,
.cards-content {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    width: 80%;
    margin-left: 10%;
    align-items: center;
    padding: 0
}

#cards {
    padding-bottom: 120px
}

.card {
    width: 24rem;
    height: 36rem;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, .2);
    margin-left: 40px;
    margin-bottom: 40px
}

.card .image,
.overlay {
    height: 100%;
    width: 100%
}

.card::before {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .5s;
    color: #fff;
    font-size: 24px
}

.card:hover::before {
    opacity: 0;
    transition: .5s
}

.card-1::before {
    content: 'Steuerberatung'
}

.card-2::before {
    content: 'Steuererklärung aller Art'
}

.card-3::before {
    content: 'Existenzgründung'
}

.card-4::before {
    content: 'Jahresabschlüsse'
}

.card-5::before {
    content: 'Finanzbuchhaltung'
}

.card-6::before {
    content: 'Lohn und Gehaltsabrechnungen'
}

.card-7::before {
    content: 'Baulohn'
}

.card-8::before {
    content: 'Wirtschaftliche Beratung'
}

.card-9::before {
    content: 'Kontakt'
}

.card .image {
    object-fit: cover
}

.overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .5s;
    background-color: #ffff
}

.card:hover .overlay {
    opacity: 1
}

.text-hidden {
    color: #a43f20;
    justify-content: left;
    flex-wrap: wrap;
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-top: 30%;
    align-items: center;
    padding: 0
}

#vita .col:nth-of-type(2) {
    margin-top: 55px
}

.overlay-popup {
    position: fixed;
    top: 50px;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0
}

.overlay-popup:target {
    visibility: visible;
    opacity: 1
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: 5s ease-in-out
}

.popup h2 {
    margin-top: 10%
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .2s;
    font-size: 30px;
    font-weight: 700;
    color: #333
}

#dsa-rating-view,
#dsa-rating-view .starbox,
.popup .close:hover {
    color: #a43f20
}

#dsa-rating,
#dsa-rating h3,
#dsa-rating h4,
#dsa-rating h5,
#dsa-rating h6,
footer a,
footer h2,
footer h3,
footer p {
    color: #60280f
}

.popup-content {
    overflow: auto;
    justify-content: left
}

.popup-content ul {
    list-style-type: circle
}

#bewertung .btn2 {
    margin-left: 45%;
    margin-top: 100px
}

#dsa-rating-view h2,
h3,
p {
    color: #a43f20;
    font-style: italic;
    margin-top: 20px
}

#dsa-rating-view .rating_box {
    background-color: #debdb4;
    position: relative;
    border-radius: 10px
}

#dsa-rating-view .opinion-wrapper::before {
    content: 'Antwort:';
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 700
}

#dsa-rating-view .opinion-wrapper {
    color: #a43f20;
    padding: 30px 20px 20px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 10px
}

#dsa-rating .Bewertungstabelle tr:nth-of-type(odd),
#dsa-rating-view .questionline:nth-of-type(odd) {
    background-color: #f0f0f0
}

#dsa-rating-view .questionline {
    padding: 10px 8px;
    display: flex;
    justify-content: space-between
}

#dsa-rating-view .answer {
    text-align: right
}

#dsa-rating-view .btn {
    margin-bottom: 20px;
    border: none
}

#dsa-rating-view .slick-next::before,
#dsa-rating-view .slick-prev::before {
    opacity: 1;
    color: #666
}

.rating_box,
.rating_overall_all,
.rating_overall_detail {
    padding: 10px 25px 25px;
    margin: 10px;
    background: #debdb4
}

.button {
    margin-top: 50px
}

#bewertung-form {
    background-color: #debdb4;
    padding: 70px
}

#dsa-rating {
    background-color: #debdb4;
    padding-left: 20%;
    padding-right: 20%
}

#dsa-rating .form-group {
    display: flex;
    flex-direction: column
}

#dsa-rating .Bewertungstabelle {
    width: 100%;
    margin-bottom: 10px
}

#dsa-rating img {
    width: 220px
}

#dsa-rating input,
#dsa-rating textarea {
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #a7a7a7;
    width: 100%
}

#dsa-rating .Bewertungstabelle tr {
    padding: 0
}

#dsa-rating .Bewertungstabelle tr td {
    padding: 10px 8px
}

#dsa-rating .Bewertungstabelle tr td:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#dsa-rating .rating {
    width: auto
}

#dsa-rating label {
    font-weight: 700;
    color: #60280f
}

#rate_button {
    color: #fff;
    transition: .5s;
    border-radius: 10px;
    border: none
}

.quote {
    background: url("../images/frau-rechnet-mit-einem-taschenrechner.webp") center/cover no-repeat fixed;
    height: 600px;
    width: 100%;
    padding: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.quote h2 {
    color: #fff;
    line-height: 1.3
}

.name {
    font-size: 20px
}

.impressumlink {
    background-color: #a43f20;
    color: #fff;
    width: 100vw;
    height: 20px
}

footer {
    padding: 100px 0 0;
    vertical-align: top !important
}

footer a {
    color: #a43f20
}

.formular {
    width: 100%;
    height: 650px;
    margin-left: 70px
}

.landingpages {
    background-color: #60280f;
    padding: 50px 2vw;
    line-height: 1.5
}

.landingpages a {
    color: #fff;
    position: relative;
    padding: 0 15px
}

.landingpages a::before {
    content: '|';
    position: absolute;
    top: 2px;
    left: -4px
}

.landingpages a:hover {
    color: #ac6e5c
}

#popup1 .popup-content h3 {
    line-height: 1.5em
}

@media screen and (max-width:700px) {

    .box,
    .popup {
        width: 70%
    }
}

@media screen and (max-width:1366px) {

    nav,
    nav ul {
        display: none
    }

    .navi {
        display: block
    }

    #newsletter,
    .puffer1,
    .puffer2,
    .quote,
    header {
        background-attachment: scroll
    }

    .formular {
        width: auto
    }

    #cards .text-hidden {
        text-align: left
    }
}

@media screen and (max-width:990px) {
    .quote {
        padding: 100px;
        height: 50vh
    }

    .formular {
        margin-left: 15px;
        margin-top: 70px
    }
}

@media screen and (max-width:900px) {

    h1,
    h1 b {
        font-size: 25px
    }

    #stoerer {
        top: 40vh
    }

    h1 {
        line-height: 30px;
        color: #fff
    }

    .logo {
        position: absolute
    }

    header {
        height: 75vh
    }

    .formular {
        width: auto
    }

    #bewertung .btn2,
    .card {
        margin-left: 0
    }

    .card img {
        background-size: cover
    }

    #cards .text-hidden {
        text-align: left
    }

    main {
        text-align: center
    }

    .content {
        display: block;
        width: 90%;
        margin-left: 5%
    }

    .col {
        width: 100%;
        margin-left: 0
    }

    .col:nth-of-type(2) {
        padding: 40px 0 0
    }

    #ueberuns .image,
    #vita .image {
        width: 100%;
        height: 350px;
        object-fit: cover
    }

    #ueberuns .image {
        margin-top: 25px
    }

    #ueberuns .content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    #landingpages-content>#vita {
        padding-top: 0
    }

    #landingpages-content>#ueberuns {
        padding-bottom: 50px
    }

    #landingpages-content #vita .col:nth-of-type(2) {
        margin-top: 0
    }
}

@media screen and (max-width:500px) {
    aside img {
        width: 40px
    }

    .mail {
        top: 250px
    }

    .phone {
        top: 320px
    }

    .rating_box,
    .rating_overall_all,
    .rating_overall_detail {
        padding: 1px 10px 15px
    }

    #dsa-rating-view .questionline,
    #dsa-rating-view p {
        font-size: 14px
    }

    #dsa-rating-view h3 {
        font-size: 18px
    }
}