html, body {
    padding: 0;
    margin: 0;
    font-family: Lato;
    box-sizing: content-box;
    background: #ededed;
}

body {
    position: relative;
}

/* Merken für später 
.instagram {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
}

.instagram img {
    max-width: 50px;
}
*/

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

/*
#close-button {
    padding-top: 15px;
    padding-right: 15px;
    font-size: 20px;
}

.mm-navbar {
    display: none;
}
*/

.slicknav_menu a {
    border: 0;
}
.slicknav_menu a:hover {
    border: 0;
}

.slicknav_menu {
    display: none;
    background: unset;
}

.slicknav_btn {
    background-color: unset;
}

.slicknav_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0);
}

.slicknav_nav a:hover {
    color: #000;
    background: #fff;
}


#angebot .slicknav_menu a, #datenschutz .slicknav_menu a, #impressum .slicknav_menu a {
    color: #fff;
}

#angebot .slicknav_menu a:hover, #datenschutz .slicknav_menu a:hover, #impressum .slicknav_menu a:hover {
    color: #000 !important;
}


#angebot .slicknav_menu .slicknav_icon-bar {
    background-color: #000 !important;
}

#datenschutz .slicknav_menu .slicknav_icon-bar, 
#impressum .slicknav_menu .slicknav_icon-bar {
    background-color: #000 !important;
}

.ang {
    color: #42969E !important;
}
/* FONTS */

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Regular.ttf);
    font-weight: regular;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Bold.ttf);
    font-weight: bold;
}

.headerHolder {
    flex-direction: row;
    height: auto;
    position: relative;
}

.headerHolder.home {
    background: url(../img/Header.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.headerHolder h1 {
    color: #fff;
    text-align: center;
    margin-top: 150px;
    line-height: 40px;
}

header h2 {
    margin: 0;
}

header * {
    color: #fff;
}

header {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-top: 54px;
}



header nav {
    width: 560px;
}

header nav ul {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 100%;
}

.slicknav_nav ul {
    margin: auto auto;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#menu li{
    margin-right: 1rem;
}

header #menuBtn {
    display: none;
    position: relative;
    right: 25px;
}

header #menuBtn {
    border: 0;
}

header a {
    text-decoration: none;
    margin-right: 0rem;
    padding-right: 0.5rem;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.15s ease-in;
}

header a:hover {
    border-bottom: 1px solid #fff;
}

header li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.headerHolder h1 b {
    color: #42969E;
}

header .logo {
    display: flex;
    align-items: center;
}

header .logo a {
    font-size: 35px;
    margin-left: 15px;
}


header .logo a {
    border-bottom: unset;
}

header .logo a:hover {
    border-bottom: unset;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }

.downArrow img {
    max-width: 50px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(75% - 25px);
    left: calc(50% - 25px);
    /* NOCH OFFEN
    animation: infinite;
    animation-direction: normal;
    */
}

/* HEADER ENDE */


/* ANGEBOT */

#angebotSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding-bottom: 3rem;
}

#angebotSection h2 {
    font-size: 36px;
    text-align: center;
    margin: 3rem 0;
}

#angebotSection p {
    display: block;
    max-width: 400px;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 15px;
}

#angebotSection .btn {
    font-size: 20px;
    padding: 18px 18px;
    background: #42969E;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
    display: inline-block;
    transition: all 0.15s ease-in;
    display: block;
    border: 1px solid #fff;
    max-width: 200px;
}

#angebotSection .btn:hover  {
    background: #F8F8F8;
    border: 1px solid #42969E;
    color: #42969E;
}


/* ANGEBOT ENDE */

/* SERVICE */ 


#angebotSection * {
    text-align: center;
}

#service h2, .kontaktSection h2 {
    font-size: 36px;
    text-align: left;
    margin: 5rem 0;
}

#service h2 {
    text-align: center !important;
}

#service h2 {
    margin-top: 3rem;
}

#service2 {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
}

.cards {
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}

#service2 .cards {
    max-width: 1100px;
}

.cards .item {
    background: #F8F8F8;
    max-width: 250px;
    padding: 15px;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 15px;
    text-align: center;
    height: 300px;
}

.cards .item h3 {
    font-size: 25px;
    padding: 0;
    margin: 10px 0;
    color: #42969E;
}

.cards .item p {
    font-size: 20px;
}

.cards .item .btn {
padding: 15px 15px;
background: #42969E;
border-radius: 15px;
color: #fff;
text-decoration: none;
margin-top: 20px;
display: inline-block;
transition: all 0.15s ease-in;
}

.cards .item .btn:hover {
    background: #F8F8F8;
    border: 1px solid #42969E;
    color: #42969E;
}


.cards .finanzierung a img {
    max-width: 100px;
    transition: all 0.15s ease-in;
}

.cards .item.finanzierung .btn {
    background: unset;
    border: 0px solid #fff;
    padding: 3px;
}

.cards .item.finanzierung .btn:hover {
    border: 0px solid #fff;
}

.cards .finanzierung a img:hover {
    max-width: 130px;
}

/* SERVIC ENDE */

/* KONTAKT ANFANG */

.kontaktSection .mapsPlaceholder {
    height: 600px;
    background: #000;
}


.mapsPlaceholder #box {
    width: 100%;
    height: 100%;
}

.kontaktSection .mapsPlaceholder{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.kontaktSection h3 {
    color: #fff;
    font-size: 100px;
}

.formular {
    margin: 2rem auto;
    max-width: 800px;
}

.formular .row {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 100%;
}

.formular input {
    width: 300px;
    height: 20px;
    padding: 15px;
    display: inline-block;
    border: 1px solid #ededed;
}

.formular input:focus {
    border: 1px solid #000;
}

.formular input::placeholder {
    font-size: 16px;
}

.formular textarea {
    height: 200px;
    width: 800px;
    border: 1px solid #ededed;
    padding: 15px;
    display: inline-block;
}

.formular textarea::placeholder {
    font-size: 16px;
}

.formular .submit {
    color: #fff;
    background: #42969E;
    height: auto;
    font-size: 18px;
    width: 110px;
    border-radius: 14px;
    margin: 0 auto;
    transition: all 0.15s ease-in;
    padding: 10px;
}

.formular .submit:hover {
    background: #fff;
    color: #42969E;
}

/* ADDRESSE */

.adrlinks {
    max-width: 280px;
    margin: 0 auto;
}

.address {
    text-align: left;
    margin: 3rem 0rem;
    font-size: 20px;
    line-height: 1.3;
}

.address h4 {
    margin-bottom: 10px;
}


/* FORMULAR ENDE */



/* ANGEBOT */


#angebot header * {
    color: #000;
}

#angebot header {
    padding: 0;
}

#angebot .headerHolder {
    padding: 54px 0;
}

#angebot header li a{
    height: 100%;
    display: block;
}

#angebot iframe {
    height: 80vh;
}

#angebot .footerSection {
    position: fixed;
    bottom: 0;
}


/* KFZ-Steuer */


.kfzSection h2 {
    font-size: 36px;
    text-align: center;
    margin: 2.5rem 0;
    margin-bottom: 0rem;
    position: relative;
    top: 2rem;
}

.kfzSection {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: 5rem;
}

.kfzSection iframe{
    margin: 0 auto;
    border: 0;
    max-width: 100%;
}

.kfzSection iframe #wrapperOuter {
    margin-top: 0 !important;
    /**hi**/
}

.kfzSection iframe, .kfzSection iframe * {
    background: rgb(237, 237, 237);
}

body #kfz {
    display: none;
    max-height: 800px;
    height: auto;
}

body #dsgvooff {
    display: none;
}

/* FOOTER */

.footerSection {
    max-width: 100%;
    width: 100%;
    background: #42969E;
}

footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin-right: 0.75rem;
    font-size: 15px;
    border-bottom: 1px solid transparent;
}

footer a:hover {
    border-bottom: 1px solid #fff;
}


/*
Ankauf
*/


#ankauf .headerHolder {
    background: none;
}
#ankauf {
    background: #355a55;
}

.ankauf #kontakt {
    background: #355a55;
}

#ankauf .address {
    margin: 0;
    padding-bottom: 2rem;
}

#ankauf .address {
    color: #fff;
}

#ankauf .ankaufText {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 19px;
    background: #355a55;    
}
#ankauf #kontakt {
    padding-top: 1rem;
}

#phoneicon {
    max-width: 4rem;
    height: auto;
    transition: all 0.5s ease-in;
}

#clickme {
    color: #fff;
    text-decoration: none;
    align-items: center;
}


.flex {
    max-width: 270px;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #355a55;
}
#clickme:hover img {
    max-width: 6rem;
}

/* Datenschutz */

#datenschutz .datenschutz, #impressum .impressum {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    border-top: 2px solid rgb(95, 75, 75);
}

#datenschutz .datenschutz *, #impressum .impressum * {
    text-align: center;
}




#datenschutz header *, #impressum header * {
    color: #000;
}

#datenschutz header, #impressum header {
    padding: 0;
}

#datenschutz .headerHolder, #impressum .headerHolder {
    padding: 54px 0;
}

#datenschutz header li a, #impressum header li a {
    height: 100%;
    display: block;
}

/* RESPONSIVENESS */

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

    .headerHolder h1 {
        font-size: 26px;
    }

    #service h2, .kontaktSection h2 {
        margin: 2rem;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .cards .item {
        margin: 1rem 0;
    }

    .cards .item:first-of-type {
        margin-top: 0;
    }

    .kontaktSection h3 {
        font-size: 18px;
    }

 .cards .item {
     height: auto;
    }

 .cards .item .btn {
     margin-top: 0;
     border: 1px solid #F8F8F8;
    }

#service2 {
        margin-top: 1rem;
    }
    
}

@media only screen and (max-width: 780px)
{
    #menu {
        display: none;

    }

    .slicknav_menu {
        display: block !important
    }
}


@media only screen and (max-width: 730px) {
    .formular .row {
        flex-direction: column;
        margin-bottom: 0 !important;
    }

    .formular {
        padding: 10px;
    }
    
    .row input, .row textarea {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }

    .formular .submit {
        margin-top: 25px;
    }
    
    .row input {
        margin-bottom: 25px;
    }

    #angebot footer {
        display: none;
    }

    #angebot .headerHolder {
        padding: 15px;
    }

    #angebot iframe {
        height: 100vh;
    }
}



@media only screen and (max-width: 500px) {
    footer {
        flex-direction: column;
        text-align: center;
    }

    footer .links a {
        display: block;
        border: 1px solid #42969E;
        margin: 0.25rem 0;
    }

    footer .links a:hover {
        border: 1px solid #42969E;
    }

}