* {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}

h1, h2, h2 .einzug, h3 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 300;
}

h2, h2 .einzug {
    font-size: 32px;
    line-height: 35px;
    margin:0;
    padding:0 0 1em 0;
    color: #636466;
}

.pfeil {
    position: absolute;
    bottom: 1em;
    display: inline-block;
    margin: 0 auto;
    right:0;
    left:0;
}

.pfeil h2 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 100;
    color: #9c9d9f;
    transition: font-size 0.25s linear;
}

.pfeil h2:hover {
    font-size: 60px;
    cursor: pointer;
}

h3 {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    margin:0;
    padding:0;
}

h1, h3 {
    color: #4b2900;
}

h4 {
    margin:0;
    padding:0;
}



.leistungsprogramm ul li, footer nav ul li a  {
    font-size: 13px;
    line-height: 16px;
  
}

nav ul, .leistungsprogramm ul {
    list-style: none;
    padding:0;
    margin:0;
}

.jmdsnippet ul {
    padding:0 0 0 1em;
    margin:0 0 1em 0;
}

p, li, .jmdsnippet li, .jmdsnippet h2, .jmdsnippet h2, .jmdsnippet h3, .jmdsnippet h4, .jmdsnippet h5, .jmdsnippet h6 {
    margin:0;
    padding: 0 0 1em 0;
    font-size: 16px;
    line-height: 21px;
    color: black;
}

li, footer nav ul li {
    padding:0;
}

p, .jmdsnippet li, li  {
    color: #636466;
}

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



a:hover {
    color: gray;
}

#home {
    background-color: white;
}


body {
    margin:0;
    padding:0;
}

main {
    box-sizing: border-box;
    padding: 20px;
    min-height: 100vh;
    position: relative;
    margin: 0 0 2em 0;

}

.intro {
    height: 100vh;
    background: #4b2900;
    position: relative;
}

.leitsatz {
    display: block;
    margin: auto;
    width: 85%;
    position: relative;
    top: 30%;
    animation: einblenden 1s ease-out forwards;
}

@keyframes einblenden {
    from {opacity:0;}
    to {opacity:1;}
}

.logo {
    width: 250px;
    height: auto;
    padding: 3em 1em;
}

h2 .einzug {
    padding-left: 3em;

}

.leistungsprogramm {
    display: grid;
}

.leistungsprogramm .titel {
    margin: 2em 0 1em 0;
    border-top: 1px solid gray;
    padding-top:0.5em;
}


.flex {
    display: flex;
    justify-content: space-between;
}


.prozess {
    display: block;
    margin: auto;
}

.kreise {
    width: 200px;
    height: 188px;
    position: relative;
    display: block;
    margin: 3em auto;
    top: 0;
    bottom:0;
    right:0;
    left:0;
}

.kreise.desktop {
    display: none;
}

.kreis {
    width: 112px;
    height: 112px;
    border: 2px solid #4b2900;
    border-radius: 50%;
    position: absolute;
    display: block;
}

.kreis.eins {
    top: 0;
    left: 0;
}

.kreis.zwei {
    top:0;
    right:0;
}

.kreis.drei {
    bottom:0;
    margin: auto;
    left: 0;
    right:0;
}

.beschreibung_dreiklang {
    margin-top: 4em;
}

footer {
     margin: 0 1em 2em 1em;
     border-top: 1px solid gray;
     padding-top: 2em;
     display: flex;
     flex-direction: column-reverse; 
}

footer nav ul {
    display: block;
}

footer nav ul li {
    margin-right: 1em;
}

.kontakt {
    color: #4b2900;
    

}

.jmdsnippet li, .jmdsnippet h2, .jmdsnippet h3, .jmdsnippet h4, .jmdsnippet h5, .jmdsnippet h6 {
    margin: 0!important;
    padding: 0!important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:  600;
    font-style: normal;
}

.jmdsnippet li {
    font-weight: 400;
}

.jmdsnippet img {
    padding-bottom: 1em;
}



@media screen and  (min-width:600px) {
    .kreise.desktop {
        display: block;
    }

    .kreise.mobile {
        display: none;
    }

    footer {
        flex-direction:unset;
    }

    footer nav {
        width: 30%;
    }

    .kontakt {
        width: 70%;
        padding-bottom: 40px;
    }
}

@media screen and  (min-width:800px) {

    main {
        width: 80%;
        margin-left: 20%;
    }

    .leitsatz {
        width: 70%;
    }

    footer nav {
        width: 20%;
    }

    .kontakt {
        width: 80%;
        padding: 0 20px;
    }
}

@media screen and (min-width:1000px) {

    main {
        width: 60%;
        margin-left: 30%;
        margin-right: 10%;
    }

    .leitsatz {
        width: 50%;
    }

    .leistungsprogramm ul li, p, li, .jmdsnippet li, .jmdsnippet h2, .jmdsnippet h2, .jmdsnippet h3, .jmdsnippet h4, .jmdsnippet h5, .jmdsnippet h6 {
        font-size: 15px;
        line-height: 20px;
    }

    h3 {
        font-size: 22px;
        line-height: 27px;
    }

    footer nav {
        width: 30%;
    }

    .kontakt {
        width: 70%;
    }


}

@media screen and (min-width:1300px) {

    main {
        width: 50%;
        margin-left: 25%;
        margin-right:25%;
    }

    footer nav  {
        width: 25%;
    }

    .kontakt {
        width: 75%;
    }



}





