* {
    margin: 0
}

@font-face {
    font-family: 'Lucida';
    src: url(/typo/lucida/Lucida_Sans_Unicode.ttf);
  }


html {
    scroll-behavior: smooth;
}

body {
    color: #7e7e7e;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 auto;
}

@font-face {
    font-family: 'Helvetica';
    src: url(/typo/Helvetica.ttf);
  }

li {
    list-style: none;
    display: inline;
    padding: 0 0 15px 20px;
    font-weight: 500;
}

li:hover {
    color: #c7cc65;
}

li img{
    margin-right: 5px; 
}

header {
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: 100px;
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lucida';
}

#logo {
    padding: 20px;
   width: 30%;
}

#logo img {
    width: 50%;
    
}


#hero {
    background-image: url(/img/img_1.jpg);
    background-color: #bcbcbc;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    
   
}


.blue-color {
    color:  #c7cc65;
    text-align: center;
    width: 100%;
}

h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 300;
}

h3 {
    font-weight: 400;
}



#hero h1 {
    color: #E0E0D6;
    font-family: Helvetica;
    font-size: 72px;
    font-weight: 100;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 85px;
    letter-spacing: 0px;
    /* width: 70%; */
    margin: 100px auto;
   
}

#text {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    
}


#text p {
    text-transform: uppercase;
    font-size: 28px;
}

#icon {
    width: 25%;
}

#icon p {
    text-align: center;
    margin: 20px 0 20%;
}

#focus h1 {
    margin-bottom: 3%;
}

#focus {
    padding: 5% 50px;
    max-width: 1920px;
    margin: 0 auto;
}

#justify {
    text-align: justify;
}

#focus p {
    line-height: 2;
    margin-bottom: 100px;
    font-size: 14px;
   
}

#card-container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    column-gap: 60px;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.card img {
    width: 200px;
    margin-bottom: 50px;
}

.card p {
    color: #818177;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
}


h3 {
    font-size: 26px;
}

#text-container {
    margin-bottom: 180px;
}


.menu-wrap {
    float: left;
    position: absolute;
    margin-left: 150px;
    margin-top: 20px;
}


.card {
    text-align: center;
    border-bottom: 3px solid #c7cc65;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}

.card h3 {
    margin-bottom: 50px;
    font-weight: 300;
}

#workflow {
    background-image: url(/img/img_3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    color: white;
    padding-top: 10%;
    background-color: #bababa;
    background-blend-mode: multiply;
    
}

#workflow h1 {
    color:#c7cc65;
    margin-bottom: 2%;
}

#workflow p {
    width: 90%;
    /* color: white; */
    line-height: 2;
}

#about, #prices {
    padding-top: 10%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f7f7f7;
   
}

#about h1, #prices h1{
    margin-bottom: 8%;
}

#about-container {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 80%;
    margin: 0 auto;
    
}

#about-container img {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.about-text {
    width: 90%;
    line-height: 1.6;
    border-bottom: 3px solid #c7cc65;
    padding: 30px 90px 90px;
    box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 8%);
    position: relative;
    
    
}

.about-text p {
    text-align: justify;
}

#name-box-about {
    text-align: right;
    position: absolute;
    right: 3%;
    bottom: 2%;
}

.about-text h2 {
    color: #818177;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 75px;
    letter-spacing: 0px;
    margin-bottom: 40px;
}


#advs {
    padding-top: 15%;
}

#advs h1 {
    margin-bottom: 15%;
}

.advs-img {
    position: absolute;
    z-index: 1;
}

.advs-text h3, .advs-text2 h3 {
    margin-bottom: 30px;
    
}

.advs-text p, .advs-text2 p {
    width: 70%;
    line-height: 2.5;
    text-align: center;
}

.advs-text {
    background-color: #d3d3d3;
    width: 450px;
    height: 350px;
    color: #636363;
    margin-bottom: 30px;
    border-bottom: 3px solid #c7cc65;
    position: relative;
    top: -90px;
    left: -250px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reveal{
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease;
  }

.reveal_down{
    position: relative;
    transform: translateY(-150px);
    opacity: 0;
    transition: 1s all ease;
  }

.reveal_up{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal_right {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.active{
    transform: translateY(0);
    opacity: 1;
}

.advs-text {
    animation: slideIn 2s ease-in;
}

.advs-text2 {
    animation: slideInRight 2s ease-in;
}

.advs-text2 {
    background-color: #d3d3d3;
    width: 450px;
    height: 350px;
    color: #636363;
    margin-bottom: 30px;
    border-bottom: 3px solid #c7cc65;
    position: relative;
    top: -90px;
    right: -250px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.advs-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.number {
    color: #efefef;
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 20px;
}

.number2 {
    color: #efefef;
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

#prices_par {
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: 0 auto 10%;
    font-weight: 500;
}

#prices-container {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 20px;
    justify-content: center;
   
    
}

.prices-card { 
    background: rgb(239,239,233);
    background: linear-gradient(rgba(239,239,233,1) 0%, rgba(227,230,179,1) 100%);
    display: flex;
    flex-direction: column;
    border-top: 3px solid #c7cc65;
    text-align: center;
}

.prices-card h3 {
    margin: 30px 0;
    font-size: 50px;
}

.prices-card h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.prices-card h4 span {
    font-size: 70px;
}

.prices-card p {
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#prices {
    padding-bottom: 5%;
}
button {
    border: 2px solid #c7cc65;
    background-color: transparent;
    width: 140px;
    border-radius: 25px;
    padding: 15px 0px;
    text-transform: uppercase;
    color: #636363;
    margin: 20px auto;
}

#refs {
    background-image: url(/img/img_1.jpg);
    padding: 30px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(191 192 185);
    background-blend-mode: multiply;
    /* background-color: #818177;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}

#refs h1 {
    color: #c7cc65;
    padding-top: 50px;
    margin-bottom: 20px
}

#refs h3 {
    text-align: center;
    color: white;
    margin: 0 0 30px 0 ;
    font-size: 30px;
    font-weight: 400;
}

#background{
    background-color: transparent;
    height: 200px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;

}

#background:after{
    content:'';
    background-color: white;
    height:300px;
    width: 100%;
    position:absolute;
    top:-40px;
    left:0;
    opacity:0.5;
    
}

.refs-card {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 110px;
    border-bottom: 3px solid #c7cc65;
    z-index: 1;
    position: relative;
    width: 100%;
}

#name-box {
    position: absolute;
    right: 20%;
    bottom: 5%;
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.refs-card p{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #636363;
    line-height: 1.5;
    
}

#refs h3 {
    margin-bottom: 80px;
}

#contact-card {
    background-color: rgba(11, 11, 15, 0.8);
    width: 90%;
    margin: 0 auto;
}


#contact {
    background-image: url(/img/img_10.jpg);
    background-color: rgb(58, 56, 56);
    background-blend-mode: multiply;
    height: 500px;
    position: relative;
    padding-top: 30px;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#contact h1 {
    color: rgb(163, 161, 60);
    margin-bottom: 60px;
}

#contact-container {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    
    
    
    
}

#contact p {
    color: white;
    text-align: center;
    margin: 30px 0 70px;
}

#contact-card p {
    margin: 0;
    text-align: center;
}

#contact-card span {
    color: #c7cc65;
}

#contact-card p{
    line-height: 1.8;
}


hr {
    
    width: 95%;
    margin: 40px auto;
    height: 2px;
    border: none;
    border-bottom: 1px solid #c7cc65;
    display: block;
}

.imprint {
    background-color:  #636363;
    color: white;
    border: none;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    
   
}


header {
   /* position: fixed; */
    width: 100%;
    z-index: 2000;
    height: 200px;

}

#sidebar {
    font-size: 20px;
    margin: 0 1rem 20px;
    font-family: 'Lucida', sans-serif;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    padding-right: 5%;
    
}

#sidebar ul {
    line-height: 1.8;
    margin-top: 5%;
}

#sidebar a {
    text-decoration: none;
    color: #636363;
}

#sidebar a:hover {
    text-decoration: none;
    color: #c7cc65;
    
}

.search_box i { 
    position: absolute;
    right: 2%;
    top: 20%;
    opacity: 0.5;  
}

.search_box {
    position: relative;
}

.hide {
    visibility: hidden;
   
}

.stamp {
    margin-right: 10px;
}

#prices-container h4 {
    color: #c7cc65;
}

.imprint a {
    color: white;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    font-weight: 200;
    text-transform: none;
}

.footer {
    background-color: #24292e;
    width: 100%;
    height: 65px;
}

.poweredby {
	width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.poweredby img {
	width: 140px;
    padding: 15px 17px;
}

#imprint {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#imprint footer{
    margin-top: auto;
}

#impresszum {
    padding-left: 50px;
    line-height: 1.8;
    height: 60vh;
}

#impresszum h3 {
    font-weight: bold;
}

.search {
    color: #c7cc65;
}

@media only screen and (min-width: 2732px) {
    #advs h1 {
        margin-bottom: 5%;
    }
}

@media only screen and (min-width: 1050px) {
    #text-container, #workflow p, #prices-container, #background {
        width: 80%;
        margin: 0 auto;
    }
    #about, #prices, #advs {
        padding-top: 5%;
    }

    #advs h1 {
        margin-bottom: 10%;
    }

    #prices_par {
        width: 60%;
    }

    .refs-card p {
        font-size: 15px;
        width: 90%;
    }

    #background {
        margin: 0 auto 150px;
    }

    .content-box {
        max-width: 1920px;
        margin: 0 auto;
    }

   

}

@media only screen and (max-width: 1024px) {

    #about-container {
        grid-template-columns: auto;
        width: 90%;
    }

    #about-container p{
        font-size: 15px;
    }

    .about-text h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .about-text {
        padding: 30px 0px 90px;
        margin-left: auto;
        margin-right: auto;
    }

    #name-box-about {
        right: 10%;
    }

    #workflow {
        padding: 20px;
    }

    #workflow p {
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
}
}

@media only screen and (max-width: 1050px) {
    #hamburger {
        display: block;
        margin-top: 2%;
        margin-right: 8%;
    }

    header{
        width: 100%;
        height: 100px;
    }

    #logo {
        padding: 10px;
    }


    

    #card-container {
        grid-template-columns: 50% 50%;
        column-gap: 50px;
    }

    .card img {
        width: 100%;
    }

    .card {
        margin-bottom: 70px;
        padding: 0 20px;
    }

    

    #about-container img {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    #about-container p {
        text-align: center;
        padding: 70px 40px;
        margin: 0 auto;
    }

    #advs {
        padding-top: 10%;
    }

    .advs-text, .advs-text2 {
        width: 80%;
        top: -50px;
    }

    .advs-text {
        left: -10%;
    }

    .advs-text2 {
       right: -10%;
    }

    #prices-container {  
        grid-template-columns: 45% 45%;
    }

    
    #prices-card {
        margin-bottom: 40px;

    }

    .refs-card {
        width: 100%;
    }

    #refs {
        padding: 0 1%;
    }

    #workflow {
        padding-bottom: 10%;
        height: 100%;
    }

    body {
        font-size: 20px;
    }

    #hero {
        height: unset;
    }

    #hero h1 {
        width: 100%;
    }

    #background:after {
        
    
    }

    #background { 
        height: unset;
        
    }

    #refs {
        padding-bottom: 30px;
    }

    #name-box {
        bottom: -5%;
    }

    .search_box i {
        right: -20%;
    }


    #sidebar {
        font-size: 14px;
    }
    
    #logo img {
        width: 30%;
    }
}

@media only screen and (min-width: 1517px) {
    #logo img {
        width: 40%;
    }
    }

@media only screen and (min-width: 1707px) {
    #logo img {
        width: 30%;
    }
}
    

@media only screen and (max-width: 768px) {
    #text {
        flex-direction: column;
        align-items: center;
    }


    .refs-card p {
        width: 100%;
    }

    #kilog {
        width: 100vw;
    }

    #card-container {
        grid-template-columns: 100%;
    }

    #prices-container {  
        grid-template-columns: 100%;
    }

    .prices-card {
        margin-bottom: 60px;
    }

    #contact, #refs, #workflow, #hero {
        background-attachment: scroll;
    }

    #hero h1 {
        font-size: 37px;
    }

    h1, h2, .about-text h2 {
        font-size: 31px;
    }

   
}

@media screen and (max-width: 650px) {

#logo img {
    width: 40%;
}

}

@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }
   
}

@media only screen and (max-width: 550px) {

.advs-text, .advs-text2 {
    width: 100%;
    margin:  40px auto;
    
}

.advs-text {
    left: 0;
    
}

.advs-text2 {
   right: 0;
}

#kilog, .advs-img img {
    width: 100vw;
}
}

@media only screen and (max-width: 480px) {
   #focus p {
    text-align: center;
   }

   #about-container img {
    width: 100%;
   }

   #about-container p {
    text-align: center;
    padding: 70px 10px;
    margin: 0 auto;
   }

    #contact-container {
        display: grid;
        grid-template-columns: auto;
    }

    #name-box {
        position: unset;   
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .refs-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .refs-card p {
        font-size: 15px;
    }

    #background:after {
        height: 100%;
    }  

    #contact {
       
        padding-bottom: 5%;
    }

    #hero h1 {
        font-size: 50px;
    }

    #focus h1 {
        margin-bottom: 15%;
    }

    .card img {
        width: 100%;
    }

    h1, #workflow h1 {
        margin-bottom: 70px;
    }

    #prices_par {
        width: 90%;
        
    }

    
    #focus {
        padding: 10% 10px;
    }

    #about-container {
        width: 100%;
    }


    .advs-text p, .advs-text2 p {
        line-height: 1.5;
    }

    #icon {
        width: 50%;
    }

    #logo img {
        width: 50%;
    }

    .advs-text, .advs-text2 {
        top: -150px
    }

    .advs-text p, .advs-text2 p {
       font-size: 15px;
    }
}

@media only screen and (max-width: 380px) {


    #prices_par {
        font-size: 20px;
        line-height: 1.5;
    }

    #logo img {
        width: 70%;
    }

    #card-container {
        width: 100%;
    }

    #contact h1 {
        font-size: 25px;
    }
}


@media only screen and (max-width: 310px) {
    h1, #hero h1 {
        font-size: 35px;
    }

    #text p {
    font-size: 24px;
    }
}