/******** Basic style**********/
body {
    font-family: 'Roboto', sans-serif;
}
img {
    width: 100%;
    height: auto;
}
section {
    padding: 90px 0;
}
.container {
    position: relative;
}
.two-cols .container,
.container.pic,
.footer-wrapper .container {
    display: flex;
}

/******** MAIN STYLE **********/
header {
    background: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    height: 100vh;
}
header .container {
    height: calc(100vh - 100px);
}
.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
    position: relative;
    z-index: 999;
}
.main-menu {
    display: flex;
    align-items: center;
}
.logo {
    color: #ffffff;
}
.logo h1 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}
.logo span {
    font-size: 14px;
    font-weight: 300;
}
.main-menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0 50px 0 0;
}
.main-menu ul li {
   padding: 0 30px;
}
.main-menu ul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.contact-btn {
    font-size: 18px;
    color: #232324;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 30px;
    background-color: #beaf87;
    box-shadow: 2px 4px 13px rgba(190, 175, 135, 0.25);
    line-height: 1;
    max-width: 210px;
    width: 100%;
    text-decoration: none;
    outline: none;
    border: 1px solid #beaf87;
}
.contact-btn:hover,
.btn-wrapper .direkt:hover {
    color: #beaf87;
    background-color: transparent;
    text-decoration: none;
}
.contact-btn_center {
    text-align: center;
    font-size: 14px;
    padding: 10px 15px 9px;
    max-width: 170px;
    margin: 25px auto 10px;
    display: block;
}
.btn-wrapper .angebot:hover {
    background-color: #beaf87;
    color: #232324;
    text-decoration: none;
}
.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 400px;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0% , -50%);
    padding-top: 100px;
}
.banner-text h2 {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.banner-text .subtitle {
    display: block;
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    text-transform: none;
    padding-top: 25px;
}
.btn-wrapper {
    margin: 0 auto;
    display: flex;
    max-width: 555px;
    justify-content: space-around;
    width: 100%;
}
.btn-wrapper .angebot {
    font-size: 18px;
    color: #beaf87;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 30px;
    background-color: transparent;
    border: 1px solid #beaf87;
    line-height: 1;
    max-width: 210px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}
.btn-wrapper .direkt {
    font-size: 18px;
    color: #232324;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 30px;
    background-color: #beaf87;
    line-height: 1;
    max-width: 210px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #beaf87;
    text-decoration: none;
}
.scroll-to {
    text-align: center;
    color: #ffffff;
}
.scroll-to a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 22px;
}
.scroll-to a:hover {
    color: #ffffff;
}
.banner-logo {
    max-width: 135px;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.projekt {

}
h3 {
    font-weight: 700;
    text-align: center;
    color: #252526;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    display: table;
    padding: 0;
    line-height: 1;
    margin: 0 auto;
    font-size: 30px;
}
h3:after {
    content: " ";
    width: 80%;
    margin: 35px auto 0 auto;
    height: 1px;
    background: #beaf87;
    display: inline-block;
}
.projekt p {
    padding-top: 55px;
    padding-bottom: 75px;
}
.projekt p,
.lage p,
.angebot p {
    font-size: 18px;
    text-align: center;
    line-height: 29px;
}
.lage .subtitle,
.angebot .subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 100;
    display: block;
    padding-top: 55px;
}
.lage-wrapp {
    padding-top: 55px;
    padding-bottom: 100px;
}

.two-cols {
    background-color: #beaf88;
    color: #ffffff;
}
.two-cols h4 {
    font-weight: 100;
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding-bottom: 60px;
}
.two-cols p {
    font-weight: 100;
    text-align: center;
    font-size: 16px;
    padding: 0 25px 25px 25px;
}
.two-cols .col-wrapp {
    padding-bottom: 35px;
}
.container.pic {
    padding: 0 80px;
}
.left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/******** OWL style **********/
.owl-carousel {
    max-width: 1005px;
    position: relative;
    margin: 0 auto;
}
.owl-carousel .owl-nav {
    font-size: 28px;
    padding-top: .4em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.owl-carousel .owl-nav > div {
    transition: all .4s ease;
    position: absolute;
    opacity: 1;
    width: 1.4em;
    margin-top: -1em;
    overflow: hidden;
    color: #beaf87;
    font-size: 32px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-prev {
    left: -80px;
}
.owl-carousel .owl-nav .owl-next {
    right: -80px;
}
.two-cols .owl-carousel .owl-nav .owl-prev {
    left: -6%;
    width: 5%;
    color: #ffffff;
}
.two-cols .owl-carousel .owl-nav .owl-next {
    right: -6%;
    width: 5%;
    color: #ffffff;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    max-width: 88%;
}
.mikrolage {
    background-color: #eff0f4;
}
.mikrolage h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 55px;
    margin-bottom: 0;
}
.mikrolage p {
    text-align: center;
    font-weight: 300;
    padding: 0 25px 75px 25px;
    margin: 0;
    font-size: 18px;
}
.mikrolage .owl-carousel .owl-nav .owl-prev,
.mikrolage .owl-carousel .owl-nav .owl-next {
    display: none;
}
.mikrolage .no-js .owl-carousel, .mikrolage .owl-carousel.owl-loaded,
.projekt .no-js .owl-carousel, .projekt .owl-carousel.owl-loaded {
    max-width: 1005px;
    width: 100%;
}
.container.pic a {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.container.pic a img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.table {
    margin-bottom: 0;
}
#angebot table .contact-btn {
    width: 130px;
}
@media screen and (max-width: 1024px) {
    #angebot table .contact-btn {
        width: 120px;
    }
}
.table table {
    width: 100%;
    max-width: 1140px;
    margin-top: 50px;
    border: 1px solid #beaf87;
}
.table table th {
    background-color: #beaf87;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    padding-left: 20px;
    border-left: 1px solid #ffffff;
}
.table table td {
    border-color: #beaf87;
    color: #585858;
    font-size: 18px;
    font-weight: 300;
    padding-left: 20px;
    vertical-align: middle;
}
.table table td a {
    color: #585858;
    text-decoration: none;
    outline: none;
}
.table table td a:hover {
    color: #beaf87;
}
.table table th:nth-child(1),
.table table td:nth-child(1) {
    padding-left: 30px;
}
.table table th:nth-child(1) {
    border-left: 1px solid #beaf87;
}
footer {
    background-color: #252526;
    padding-top: 90px;
    color: #ffffff;
}
.footer-wrapper {
    padding-bottom: 105px;
}
footer h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
    padding-bottom: 25px;
}
footer .footer-logo {
    max-width: 235px;
    padding-bottom: 35px;
}
.footer-logo {
    width: auto;
}
footer .contacts h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
footer .contacts ul {
    list-style: none;
    padding: 0 0 70px 0;
    margin: 0;
}
footer .contacts li {
    padding-bottom: 15px;
}
footer .contacts ul a {
    color: #ffffff;
    outline: none;
    text-decoration: none;
    font-weight: 100;
    font-size: 18px;
}
footer .contacts ul a span {
    padding-right: 10px;
}
.partner img {
    max-width: 150px;
}
footer .partner h5 {
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
}
footer .partner a {
    color: #ffffff;
    outline: none;
    text-decoration: none;
    font-weight: 100;
    font-size: 18px;
}
footer .partner a span {
    padding-right: 10px;
}
.port-pic {
    max-width: 245px;
}
.name-port {
    display: block;
}
.name-port a {
    color: #ffffff;
    outline: none;
    text-decoration: none;
    font-weight: 100;
    font-size: 18px;
}
.port-name {
    padding: 15px 0 20px 0;
    margin: 0;
    font-size: 18px;
}
.name-port a span {
    padding-right: 10px;
}
.after-footer {
    background: #ffffff;
    color: #252526;
    padding: 40px 0 40px 80px;
    font-size: 14px;
}
.cred {
    font-weight: 300;
}
.cred.bold {
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
.cred a {
    color: #252526;
    text-decoration: underline;
}
.cred a:hover {
    color: #252526;
    text-decoration: none;
}
.gesamt {
    padding-top: 45px;
}
.gesamt a {
    text-align: center;
    font-size: 20px;
    color: #beaf87;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 auto;
    display: block;
    max-width: 485px;
}

.footer-col.left {
    padding-left: 80px;
}
#html5-watermark {
    visibility: hidden;
}
#html5box-html5-lightbox .html5-text {
    font-family: 'Roboto', sans-serif !important;
}
.burger {
    display: none;
}
.errorMsg {
    display: none;
    color: #ff7345;
    font-size: 14px;
    position: absolute;
    top: -15px;
}
.dsvgo {
    color: #444444;
    font-size: 9px;
    position: absolute;
}
.form-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
}
.form-wrapper {
    max-width: 555px;
    max-height: 725px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 70px;
    position: relative;
}
.form-wrapper h3:after {
    width: 90px;
}
.cf {
    padding-top: 55px;
}
.cf .form-control,
.cf textarea {
    border: none;
    border-bottom: 1px solid rgba(37, 37, 38, 0.2);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    resize: none;
    display: block;
}
.cf textarea {
    height: 80px;
}
.cf .form-group {
    padding-bottom: 40px;
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}
#form_content,
#dir_form_content {
    font-size: 18px;
    color: #232324;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 30px;
    background-color: #beaf87;
    line-height: 1;
    max-width: 210px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #beaf87;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: none;
    outline: none;
}
#form_content:hover,
#dir_form_content:hover {
    background: transparent;
    color: #beaf87;
    font-weight: 700;
}
.form-popup {
    display: none;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #beaf87;
    font-size: 26px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.close-btn:hover {
    color: #252526;
    cursor: pointer;
    transform: rotateY(180deg);
}
.direkt_kont h3 {
    max-width: 250px;
}
.form-popup h3:after {
    display: block;
    margin-top: 30px;
}
#global_popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#global_popup .popup {
    background: #ffffff;
    max-width: 300px;
    width: 100%;
}
#global_popup .popup h3{
    padding: 30px;
}
.tab-sub {
    display: block;
    padding: 20px 0;
    font-size: 14px;
}
.image-sub {
    text-align: center;
    padding-top: 15px;
    font-style: italic;
}
#angebot .contact-btn {
    font-size: 14px;
    padding: 10px 15px 9px;
    max-width: 170px;
    margin: 15px 15px 15px 0;
    display: inline-block;
    text-align: center;
}
#angebot .contact-btn_large {
    max-width: 270px;
}
#angebot .contact-btn:hover {
    font-weight: 700;
}

#angebot .expose:hover{
    font-weight: inherit;
}

footer .contacts ul a span.phone-ico {
    transform: rotatey(180deg);
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
}
.top-nav.fixedMenu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 25px;
    background: #252526;
    z-index: 999;
}
@media screen and (max-width: 1400px) {
    .form-wrapper {
        padding: 35px 45px;
    }
    .cf .form-group {
        padding-bottom: 30px;
    }
    .cf {
        padding-top: 35px;
    }
    .cf .form-control, .cf textarea {
        font-size: 16px;
    }
    .contact-btn,
    .btn-wrapper .direkt,
    .btn-wrapper .angebot {
        font-size: 16px;
        padding: 12px 20px 11px;
        max-width: 175px;
    }
}
@media screen and (max-width: 1200px) {
    .main-menu ul {
        padding: 0 20px 0 0;
    }
    .contact-btn,
    .btn-wrapper .direkt,
    .btn-wrapper .angebot {
        padding: 18px 20px 16px;
        font-size: 16px;
    }
    .mikrolage .no-js .owl-carousel,
    .mikrolage .owl-carousel.owl-loaded,
    .projekt .no-js .owl-carousel,
    .projekt .owl-carousel.owl-loaded {
        max-width: 768px;
    }
    section {
        padding: 45px 0;
    }
    .projekt p,
    .lage p,
    .angebot p {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .lage .subtitle,
    .angebot .subtitle {
        padding-top: 30px;
    }
    .mikrolage h3 {
        padding-bottom: 30px;
    }
    .mikrolage p {
        padding: 0 25px 40px 25px;
    }
    .lage p {
        padding-top: initial;
        padding-bottom: initial;
    }
    footer {
        padding-top: 45px;
    }
    .footer-wrapper {
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 1024px) {
    .mikrolage .no-js .owl-carousel, .mikrolage .owl-carousel.owl-loaded, .projekt .no-js .owl-carousel, .projekt .owl-carousel.owl-loaded {
        max-width: 480px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        max-width: 80%;
    }
    .two-cols .owl-carousel .owl-nav .owl-prev {
        left: -10%;
        width: 6%;
    }
    .two-cols .owl-carousel .owl-nav .owl-next {
        right: -10%;
        width: 6%;
    }
    .container.pic {
        padding: 0 40px;
    }
    .table table th:nth-child(1), .table table td:nth-child(1), .table table th {
        padding-left: 15px;
    }
    .table table th,
    .table table td {
        font-size: 16px;
    }
    .main-menu ul {
        padding: 0;
    }
    .main-menu ul li {
        padding: 0 15px;
    }
    .contact-btn, .btn-wrapper .direkt, .btn-wrapper .angebot {
        padding: 10px 15px 8px;
        text-align: center;
        font-size: 14px;
        width: 150px;
    }
    .direkt_kont h3 {
        font-size: 24px;
    }
    #form_content, #dir_form_content {
        padding: 10px 20px;
        max-width: 170px;
        font-size: 14px;
    }
    #angebot .contact-btn {
        width: 170px;
    }
    .table table {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px){
    .logo {
        max-width: 200px;
    }
}
@media screen and (max-width: 768px) {
    .header {
        padding: 20px 0 50px 0;
    }
    .burger {
        display: block;
        top: 20px;
        right: 20px;
        position: absolute;
    }
    .burger span {
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        display: flex;
        margin: 5px;
        border-radius: 2px;
    }
    .top-nav.active {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #252526;
        z-index: 2;
        justify-content: center;
    }
    .main-menu {
        display: none;
    }
    .top-nav.active .main-menu {
        display: block;
    }
    .top-nav.active .logo {
        display: none;
    }
    .top-nav.active .burger {
        position: absolute;
        top: 52px;
        right: 52px;
    }
    .top-nav.active.fixedMenu .burger {
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .logo {
        padding-left: 20px;
    }
    .fixedMenu .logo {
        padding-left: 0;
    }
    .top-nav.active .burger span {
        transition: 0.2s;
        position: absolute;
        top: 0;
    }
    .top-nav.active .burger .toggle-menu {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .top-nav.active .burger span:nth-child(1) {
        transform: rotate(45deg);
    }
    .top-nav.active .burger span:nth-child(2) {
        width: 0;
    }
    .top-nav.active .burger span:nth-child(3) {
        transform: rotate(135deg);
    }
    .top-nav.active .main-menu ul {
        display: flex;
        flex-direction: column;
        height: 50vh;
        justify-content: space-around;
        align-items: center;
    }
    .top-nav.active .main-menu ul a {
        font-size: 20px;
    }
    .top-nav.active .contact-btn {
        margin-top: 25px;
        display: block;
    }
    .container {
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
    }
    .banner-text h2 {
        font-size: 38px;
    }
    .banner-text .subtitle {
        font-size: 21px;
    }
    .two-cols .container {
        display: flex;
        flex-direction: column;
    }
    .footer-wrapper .container {
        display: flex;
    }
    .footer-col.left {
        padding-left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -35px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -35px;
    }
    .banner-logo {
        max-width: 95px;
        right: 25px;
    }
    .two-cols .left-col:last-child {
        padding-top: 80px;
    }
    .contact-btn, .btn-wrapper .direkt, .btn-wrapper .angebot {
        padding: 10px 15px 9px;
    }
    .btn-wrapper {
        max-width: 380px;
    }
    .container.pic {
        display: flex;
        flex-direction: column;
    }
    .container.pic .left-col {
        padding-bottom: 25px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .two-cols .left-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section {
        padding: 30px 0;
    }
    .after-footer {
        padding: 35px 0;
    }
    footer h4 {
        font-size: 23px;
    }
    footer .contacts ul a {
        font-size: 16px;
    }
    .form-wrapper {
        max-width: 440px;
    }
    .cf .form-control, .cf textarea {
        max-width: 280px;
        font-size: 14px;
    }
    .cf .form-group {
        padding-bottom: 20px;
    }
    .form-popup h3 {
        font-size: 22px;
    }
    .two-cols .left-col {
        padding: 0;
    }
    .container.pic {
        padding: 0;
    }
    .lage-wrapp {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .close-btn {
        right: 5px;
        top: 5px;
        font-size: 20px;
        line-height: 20px;
        width: 30px;
        height: 30px;
    }
    .container.pic a {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
    .container.pic a img {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }
    #angebot .contact-btn {
        margin: 15px auto;
        display: block;
    }
    .footer-col.right {
        padding-left: 0;
    }
    header {
        padding: 25px 0;
    }
    .active .main-menu {
        opacity: 1;
        visibility: visible;
    }
    .main-menu {
        opacity: 0;
        transition: 0.5s;
        visibility: hidden;
    }
}
@media screen and (max-width: 640px) {
    .mikrolage .no-js .owl-carousel, .mikrolage .owl-carousel.owl-loaded, .projekt .no-js .owl-carousel, .projekt .owl-carousel.owl-loaded {
        max-width: 380px;
    }
    .two-cols .col-wrapp {
        padding-bottom: 0;
    }
    .two-cols .left-col:last-child {
        padding-top: 60px;
    }
    .two-cols h4 {
        padding-bottom: 40px;
    }
    .lage .subtitle, .angebot .subtitle {
        font-size: 20px;
    }
    .projekt p, .lage p, .angebot p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lage p {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .footer-wrapper .container {
        flex-direction: column;
    }
    footer .contacts ul {
        padding: 0 0 25px 0;
    }
    .footer-col {
        padding-right: 0;
    }
    .footer-col.left {
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-col.right {
        text-align: center;
    }
}
@media screen and (max-width: 710px) {
    .table {
        overflow-x: scroll;
        -ms-overflow-x: scroll;
    }
    .table table {
        width: 600px;
    }
}
@media screen and (max-width: 480px) {
    .banner-text h2 {
        font-size: 26px;
    }
    .banner-text .subtitle {
        font-size: 18px;
    }
    .mikrolage .no-js .owl-carousel, .mikrolage .owl-carousel.owl-loaded, .projekt .no-js .owl-carousel, .projekt .owl-carousel.owl-loaded {
        max-width: 300px;
    }
    .projekt p, .lage p, .angebot p {
        font-size: 16px;
    }
    footer .contacts ul a {
        font-size: 18px;
    }
    .gesamt a {
        font-size: 18px;
        max-width: 280px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -20px;
        width: 15px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -20px;
        width: 15px;
    }
    .logo h1 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .logo span {
        font-size: 12px;
    }
    .form-wrapper {
        max-width: 340px;
    }
    .logo {
        max-width: 200px;
    }
    .burger {
        top: 23px;
        right: 23px;
    }
    .mikrolage p {
        font-size: 16px;
    }
    .logo {
        padding-left: 0;
    }
    .burger {
        top: 10px;
        right: 0;
    }
    .top-nav.active .burger {
        top: 43px;
        right: 29px;
    }

    .top-nav.fixedMenu .burger {
        top: 34px;
        right: 20px;
    }
    .top-nav.active.fixedMenu .burger {
        top: 40px;
        right: 30px;
    }
    .mikrolage p {
        padding: 0 0px 40px 0px;
    }
}
