html.ceKontor_html{
    margin-top: 0rem !important;
    height: 100%;
    font-family: "franklin-gothic-atf";
    font-weight: 400;
    font-style: normal;   
}

.back_image{
    background-size: cover;
    margin: 0rem;
    display: flex;
    flex-direction: column;
    height: inherit;
}

h1{
    margin:2rem; 
    color: #ffffff; 
    word-wrap: break-word;
}

.ceKontor_green{
    margin:0rem; 
    color: #CFFC8F; 
}

.ceKontor_div_infotext{
    display: flex;
    justify-content: end;
    padding-bottom: 2rem;
    text-align: center;;
   
}

.ceKontor_infotext{
    background-color: #ffffff;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
}

@media(max-width: 576px){
    h1{
        font-size: 2.8rem;
    }

    .ceKontor_div_a_footer{
        margin-right: 0rem;
    }
}

@media(min-width: 576px){
    h1{
        font-size: 4.0rem;
    }
}
@media(max-width: 768px){
    .ceKontor_green{
        width: auto;
    }

    .ceKontor_div_infotext{
        margin-top: 0rem;
    }

    .ceKontor_infotext{
      width: 100%;
      margin-right: 0rem;
    }

    .icons_div{
        flex-direction: column;  
        margin-left: 0rem;  
    }

    .icons{
        width: 50%;
        text-align: center;
    }

    .icons a{
        margin-right: 0rem;
    }

    .ceKontor_div_footer{
        flex-direction: column;
        align-items: left;
        height: auto;
    }

    .ceKontor_div_a_footer{
        margin-left: 0rem;
    }

    .ceKontor_div_left_footer{
        padding-top: 1rem;
    }

    .ceKontor_div_left_footer a:first-child::after{
        content: "/";
    }

    .ceKontor_div_right_footer{
        margin-left: 4rem;
        padding-bottom: 1rem;
    }

    .icons img{
        margin-right: 1rem;
    }
}

@media(min-width: 768px){
    h1{
        font-size: 5.5rem;
    }

    .ceKontor_green{
        width: auto;
    }

    .ceKontor_div_infotext{
    margin-top: 0rem;
    }

    .ceKontor_infotext{
    float: right;
    width: 30rem;
    margin-right: 2rem;
    }

    .icons_div{
    flex-direction: row;
    margin-left: 2rem;
    }

    .icons{
        width: 100%;
    }

    .icons a{
        margin-right: 1rem;
    }

    .icons img{
        margin-right: 0rem;
    }

    .ceKontor_div_footer{
        flex-direction: row;
        align-items: center;
        height: 3rem;
    }

    .ceKontor_div_a_footer{
        margin-right: 5rem;
    }

    .ceKontoer_div_a_footer{
        margin-right: 5rem;
    }

    .ceKontor_div_left_footer{
        padding-top: 0rem;
    }

    .ceKontor_div_right_footer{
        margin-left: 0rem;
        padding-bottom: 0rem;
    }
  }

@media(min-width: 1024px){
    .ceKontor_div_infotext{
        margin-top: -5rem;
    }

    .ceKontor_green{
        width: 70%;
    }

    .icons a{
        margin-right: 5rem;
    }
}


.ceKontor_infotext_p{
    margin:2rem; 
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 0rem;
}

.ceKontor_infotext_bold{
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ceKontor_infotext_p_color{
    color: #166390; 
    margin:2rem;
}

.icons_div{
    display: flex;
}

.icons{
    display: inline-block;
    align-self: center;
}

.icons img{
    margin-bottom: 1.5rem;
}

.icons_right{
    width: 100%;
    text-align: right;
    margin-right: 10rem;
}

.ceKontor_footer{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: inherit;
}

.ceKontor_div_footer{
    width: 100%; 
    display: flex; 
    justify-content: space-between;
    background-color: green;
    opacity: 0.95;
}

.ceKontor_div_a_footer{
    color: #000000;
    text-decoration: none;
}

.ceKontor_footer_color{
    color: #000000;
    text-decoration: none;
}

.ceKontor_footer_white_color{
    color: #ffffff
}

.ceKontor_div_left_footer{
    margin-left: 4rem;
}

.ceKontor_div_right_footer{
    margin-right: 2rem;
}