body {
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    color:#002846;
    padding:0;
    margin:0;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
ul, ol, li,
p
{
    margin: 0;
    padding: 0;
}

h1 {
    font-size:35px;
}

a {
    color:inherit;
    text-decoration: none;
    cursor:pointer;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.page-template-startseite {
    background-color:#FFFFFA;   
}




/* Navigation */

.navigation-list{
    font-weight:300;
    background-color: white;
    border-bottom:solid 1px #E5E5E5;;
    height:55px;
}

.navigation-list ul{
    display:flex;
    list-style-type: none;
    padding:0;
}

.navigation-list ul li {
    position: relative;
}

.navigation-list ul li a{
    padding:0 20px;
    font-weight: bold;
}

.navigation-list ul li a img{
    margin-top:18px;
}

.nav-links {
    font-weight: 300;
    display: flex;
    align-items: center;
}

.nav-links a {
    font-weight: 700; 
    font-size: 14px; 
    padding: 0 15px;
}

.nav-links div {
    height:55px;
    display: flex;
    align-items: center;
}

.nav-links div:hover, .nav-menu-wrapper div ul li:hover {
    background-color: #009FDC;
    color:#fff;
}

.nav-icon-label {
    display: none;
}

.nav-wrapper {
    display:flex; 
    justify-content:space-between; 
    align-items:center; 
    position: relative;
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: absolute;
    right: 0;
}

.burger-menu span {
    width: 30px;
    height: 3px;
    background-color: #002846;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.nav-menu-wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-menu-wrapper div ul li {
    background-color:rgb(15, 35, 67);
    height:55px;
}

#dropdown {
    position: relative;
}

#dropdown-toggle {
    cursor: pointer;
}

#dropdown-menu {
    display:none;
    position: absolute;
    min-width: 160px;
    z-index: 1000;
    padding-top: 10px;
    background-color: white;
}

#dropdown:hover #dropdown-menu {
    display: block;
}

#dropdown-menu a {
    display: block;
    color: #002846;
    text-decoration: none;
    border-top:solid 0.5px #E5E5E5;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:500;
}

#dropdown-menu a:hover {
    color: #009FDC;
}


.language-dropdown {
    position: relative;
}

#language-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1a2b3c;
    min-width: 100px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    margin-top:1px;
}

.language-dropdown:hover #language-dropdown-menu {
    display: block;
}

#language-dropdown-menu .language-option {
    display: flex;
    align-items: center;
    padding: 12px 5px;
    color: white;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 14px;
}

.language-option:hover {
    background-color:#009FDC ;
}

.language-option span {
    margin-left: 5px;
}




/* Startseite */

#main-hero-wrapper {
    height:90vh; 
    display:flex; 
    flex-direction:column;
    align-items:center;
    justify-content: center;
    background-image: url('<?php echo esc_url( get_template_directory_uri() ); ?>/assets/dots-pattern.svg'); 
    background-repeat: repeat;
}

#main-hero {
    width:1050px;
}

#main-hero-wrapper h1 {
    font-size:23px; 
    color:#002846; 
    font-weight:400;
}

#main-hero-wrapper h2 {
    font-size:34px; 
    margin:auto;
    margin-bottom:30px;
}

#main-hero-wrapper p {
    margin-bottom:15px;
    font-size:18px;
}


.obwyse-logo-mobile {
    display: none;
}

.obwyse-logo-desktop {
    display: block;
}

#area-tiles {
    display:flex;
    align-items: center;
    justify-content: space-between;
}


#area-tiles div {
    border: solid 2px;
    border-radius: 20px;
    width:300px;
    height:300px;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    padding:0 10px 10px 0;
    background-size: cover;
}

.benefits-section { 
    gap:60px;
    margin:100px;
    padding:20px;
    display:flex;
    justify-content: center;
    background-color:#F2F6EE; 
    color:#78B446; 
    padding:100px 0; 
    border-radius:15px; 
    margin:auto; 
    margin-top:100px; 
    margin-bottom:100px; 
    max-width:1200px;
}

.benefits-section h3 {
    font-size:35px;
    padding: 20px 0;
}

.benefits-section p {
    width:300px;
}

.benefits-section button {
    font-size:16px;
    font-weight:600;
    border: 1px solid #009FDC;
    background-color: white;
    border-radius:10px;
    padding:10px 20px;
    margin:20px 0;;
    color:#009FDC;
}

.benefits-image {
   height:500px;
}

.page-wrapper {
    display:flex; 
     justify-content:center;
}

.page-content {
    width:1100px;
    margin-top:100px;
}

.page-content .textblock p {
    color:#009FDC;
    font-family: "code-saver", sans-serif;
    line-height:1.2
}



/*Order X Creator*/

#order-x-header {
    display:flex;
    border-bottom:4px solid #009FDC
}

h1 {
    color:#009FDC;
}

#order-x-header h1 {
    padding:10px;
    color:rgba(0, 159, 220, 0.6)
}

#order-x-header h1.selected{
    background-color:white;
    border-style:solid;
    border-width:1px 1px 0 1px;
    border-radius:10px 10px 0 0;
    color:#009FDC;
}


/* Tooltip Styles */
.coming-soon-link {
    position: relative;
    cursor: not-allowed;
}

.tool-link-disabled {
    color: rgba(0, 159, 220, 0.4);
    cursor: not-allowed;
}

.coming-soon-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #009FDC;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.coming-soon-tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #009FDC;
}

.coming-soon-link:hover .coming-soon-tooltip {
    visibility: visible;
    opacity: 1;
}

#order-x-menu-arrow {
    display:none;
}

#order-x-creator-subpages{
    display:flex;
    gap:10px;
    margin:30px 0;
    color:white;
    font-family: "code-saver", sans-serif;
}

.order-x-creator-subpage-tiles{
    border-radius:10px;
    background-color:#009FDC;
    padding:10px;
    width:24%;
    position: relative;
}

.order-x-creator-subpage-tiles.selected {
    background-color:#002846 !important;
}

.order-x-creator-subpage-tiles a {
    display:flex;
    justify-content:space-between;
    /* align-items:flex-end; */
    color:white;
    text-decoration: none;
}


.order-x-creator-subpage-tiles .tool-link-disabled {
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

.order-x-creator-subpage-tiles .coming-soon-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002846;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.order-x-creator-subpage-tiles .coming-soon-tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #002846;
}

.order-x-creator-subpage-tiles:hover .coming-soon-tooltip {
    visibility: visible;
    opacity: 1;
}

.order-x-creator-subpage-tiles div {
    background-color:white;
    border-radius:5px;
    height:40px;
    width:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    float:right;
    margin-left:5px;
}

.order-x-creator-subpage-tiles img {
    height:20px;
    padding:10px;
}

#order-x-creator-content-wrapper {
    margin:30px 0;
}

#order-x-creator-content-wrapper form {
    margin:50px 0;
}

#order-x-form {
    background-color: white;
    border: 0.5px solid rgba(0, 159, 220, 0.4);  
    border-radius:8px; 
    margin-bottom:100px; 
    padding:40px
} 

#order-x-form h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color:#009FDC;
}

#order-x-form div{
    margin-bottom: 15px;
}

#order-x-form label{
    display: flex;
    flex-direction: column;
    font-size:16px;
    font-weight: 500;
    gap: 5px;
}

#order-x-form .label-wrapper {
    display:flex;
    gap: 10px;
}

#order-x-form input,
#order-x-form select {
    padding: 8px;
    border: 1px solid #009FDC;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}


#order-x-form input.error,
#order-x-form select.error {
    border: 2px solid #dc3545;
    background-color: #fff5f5;
}

#order-x-form label.error {
    color: #dc3545;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

#order-x-form input:focus,
#order-x-form select:focus {
    outline: none;
    border-color: #0088bd;
    box-shadow: 0 0 0 3px rgba(0, 159, 220, 0.1);
}

#order-x-form textarea {
    padding: 8px;
    border: 1px solid #009FDC;
    border-radius: 4px;
    box-sizing: border-box;
    width:100%;
    font-family: "neue-haas-unica", sans-serif;
}

#order-x-form button,
#fill-example-data-btn{
    padding: 12px 15px;
    background-color: #009FDC;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

#order-x-form button[type="submit"]:hover {
    background-color: #0088bd;
}


#order-x-form .form-wrapper {
    display:flex; 
    justify-content:space-between;
}

#order-x-form .form-field {
    width:45%;
}

.zusatzfelder-menu {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-width: 200px;
}

.zusatzfelder-menu a {
    display: block;
    padding: 10px 15px;
    color: #002846;
    text-decoration: none;
}

.zusatzfelder-menu a:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

#logo-upload-box {
    width:400px; 
    height:260px; 
    background-color: #ffffffff; 
    border-radius:10px; 
    border: 1px solid #009FDC; 
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items:center; 
    cursor: pointer;
}

.order-x-table,
#addressbook-table table{
    table-layout: fixed;
}

.order-x-table th {
    padding-top: 0px;
}


.order-x-table tbody tr:first-child td, .order-x-table tbody tr.zeile2 td {
    padding-top: 0px;
}

.order-x-table tbody.dynamicRow tr.zeile1 td {
    padding-top: 20px;
}

.order-x-table tbody tr.zeile2 td {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 159, 220, 0.4);
}

.order-x-table tr td:first-child {
    padding-left: 0px;
}

.order-x-table thead tr th,
#addressbook-table table thead tr th {
    font-weight:400;
    text-align:left;
}

.order-x-table td input,
#addressbook-table td input,
#addressbook-table td select {
    width: 100px;
    box-sizing: border-box;
}

.order-x-table td {
    vertical-align: top;
}

.order-x-table td select {
    width: 150px;
    box-sizing: border-box;
}

#order-x-form .order-x-table td input,
#order-x-form .order-x-table td select {
    min-width:0;
}

#page-content form table.order-x-table td input,
#page-content form table.order-x-table td select {
    min-width: auto;
}

.order-x-table button,
#addressbook-table table button,
.order-x-table a.add-row-btn, .order-x-table a.remove-row-btn{
    width:17px;
    height:17px;
    border-radius:17px;
    display:flex;
    justify-content: center;
    align-items:center;
    color:#009FDC;
    background-color:white;
    border:1px solid #009FDC;
    font-weight:600;
    cursor:pointer;
    padding:0 0 2px 0;
    margin:0;
}

.order-x-table a.add-row-btn span,
.order-x-table a.remove-row-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.order-x-table button {
    border-radius:20px;
}

.input-sum-wrapper {
    width:11.5%; 
}

.empty-col {
    width:auto;
}

.table-add-on-buttons {
    display:flex; 
    gap:5px; 
    font-size:13px;
    color:#009FDC;
    font-weight:500;
    margin-bottom:5px !important;
}

.table-addon-field label {
    font-weight:400 !important;
}


/* Crop Modal Buttons */
#cancel-crop-btn {
    padding: 10px 20px;
    background-color: #ccc;
    color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#confirm-crop-btn {
    padding: 10px 20px;
    background-color: #009FDC;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Prevent select dropdowns from opening upwards */
select {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}


/* Address Book Table */

#addressbook-table{
    color:#009FDC;
    background-color:white;
    border: 1px solid #009FDC;
    margin:120px 0;
    border-collapse: collapse;
}   

#addressbook-table th, #addressbook-table td {
    padding:10px;
    text-align:left;
    border-bottom:1px solid #E5E5E5;
}   

#addressbook-table thead{
    background-color:#009FDC;
    color:white;
}

#company-details-wrapper {
    display:flex;
    justify-content: space-between;
}

.action-cell {
    width:20px
}

.hint {
    font-size: 12px;
    color: #666;
    margin: 5px 0 25px;
}


#order-x-api-content {
    background-color:#f8fbfd;
}


#order-x-api-content p{
    line-height:1.3
}

#invoice-api-content {
    background-color:#F4F4F8;
}   

#invoice-api-content p {
    color:#182342;
    line-height:1.3;
    width:100%;
}

#invoice-api-content h1{
    color:#182342;
}

#obwyse-api-content {
    background-color:#F9FCF7;
}

#obwyse-api-content p {
    color: #78B446;
    line-height:1.3;
    width:100%;
}

#obwyse-api-content h1{
    color: #78B446;
}

.section-line {
    width: 100px; 
    height: 5px;
    background-color: #182342;
}

#obwyse-api-content .section-line {
    background-color: #77aa44;  
}

.token-section h2 {
    margin-top:40px; 
    margin-bottom:20px
}

.token-section button {
    padding:10px; 
    border: 1px solid; 
    background:white;
    border-radius:5px; 
    cursor:pointer
}





/* Accordion */

.accordion {
    margin-bottom:100px
}

.accordion-item {
    border: 2px solid #009FDC;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    width:100%
}

.accordion-item.blue {
    border-color:#002846;
}

.accordion-header {
    width: 100%;
    border: 2px solid #182342;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    background-color: white;
    color:#009FDC;
    font-size:16px;
}

.accordion-header.blue {
    color:#002846; 
    border-color:#002846;
}

.accordion-header .arrow {
    transform: rotate(90deg);
    font-size: 22px;
    transition: transform 0.3s ease;
    fill: #009FDC;
}

.accordion-header .arrow.blue {
    fill: #002846;
}

.accordion-item.open .arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.accordion-content pre {
    padding: 20px;
    margin: 0;
    font-size: 16px;
    white-space: pre-wrap;
}

.copy-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #009FDC;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
}


/* Footer */

.footer {
    display: block;
    width: 100%;
    background-color: rgb(15, 35, 67);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.footer .inner_wrapper {
    overflow: hidden;
    max-width: 1328px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;

}

.footer .inner_wrapper img {
    display:inline;
}


.footer .inner_wrapper .left {
    width: 6%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    display: block;
}

.footer .inner_wrapper .left img {
    opacity: 0.4;
    max-width: 70px;
}


.footer .inner_wrapper .right {
    float: left;
    width: 92%;
}


.footer .inner_wrapper .right .inbox {
    margin-left:50px;
    margin-right:50px;
}

.footer .inner_wrapper .right .inbox span.type1 {
    font-size: 13px;
    line-height: 20px;
}

.footer .inner_wrapper .right .inbox span.type2 {
    font-size: 13px;
    line-height: 20px;
}


.spalte1, .spalte2, .spalte3, .spalte4, .spalte5, .spalte6 {
    float: left;
    width: 16.66%; 
    margin-bottom:20px;
}

.spalte1 {
     width: 149px;
}

.spalte2 {
    width: 162px;
}

.spalte3 {
    width: 240px;
}

.spalte4 {
    width: 189px;
}

.spalte5 {
    width: 212px;
}

.spalte6 {
    width: 98px;
}

.spalte1 ul, .spalte2 ul, .spalte3 ul, .spalte4 ul, .spalte5 ul, .spalte6 ul {
    list-style-type: none;
}

.spalte1 ul li a, .spalte2 ul li a, .spalte3 ul li a, .spalte4 ul li a, .spalte5 ul li a, .spalte6 ul li a {
    color: #fff;
    list-style-type: none;
}


img.eurofactura {
    width: 14.5%;
    margin-right: 3%;
}

img.ferd {
    width: 12.6%;
    margin-right: 3%;
}

img.zugferd {
    width: 35.4%;
    margin-right: 3%;
}

img.eco {
    width: 7.3%;
    margin-right: 3%;
}


img.eurocloud {
    width: 16.5%;
}

/* Copyright */


.copyright_block {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-top: 30px;
    opacity: 0.4;
    text-align: center;
    color: #fff;
}

.copyright_block ul {
    margin-bottom: 0px;
    color: #fff;
}

.copyright_block ul li {
    display: inline;
}

.copyright_block ul li a {
    color: #fff;
}

.copyright_block span a {
    color: #fff;
}

.inbox ul {
    list-style-type: none;
}


@media (min-width: 2201px) {

    #main-hero {
        width:1250px;
    }


    #main-hero-wrapper h2 {
        font-size:40px; 
    }


    #main-hero-wrapper p {
        margin-bottom:15px;
    }

    #area-tiles {
        display:flex;
        align-items: center;
        justify-content: space-between;
    }


    #area-tiles div {
        font-size:20px;
        width:380px;
        height:380px;
    }

    #area-tiles h3 {
        font-size:25px
    }
}


@media (max-width: 2200px) {    

    #main-hero-wrapper {
        height:auto;
        margin:50px 0 80px 0;
    }
    
    #area-tiles div {
        font-size:18px
    }

    #area-tiles h3 {
        font-size:20px
    }
}


@media (max-width: 1200px) {  

    #main-hero {
        width:1000px;
    }
    
    .page-content {
        width:900px;
    }

    .footer .inner_wrapper  {
        width:1000px;
    }

    .footer .inner_wrapper .left {
        display:none;
    }
    
    .footer .inner_wrapper .right {
        width:100%;
    }
    .footer .inner_wrapper .right .inbox {
        margin-left:0;
        margin-right:0
    }
}

@media (max-width: 1100px) {  

    #main-hero {
        width:90vw;
    }

    .footer .inner_wrapper  {
        width:90vw;
    }

    #area-tiles div {
        width:260px;
        height:260px;
    }
}

@media (max-width: 1000px) { 
    .obwyse-logo-desktop {
        display: none;
    }  

    .obwyse-logo-mobile {
        display: block;
    }

    .burger-menu {
        display: flex;
    }

    .nav-wrapper {
        align-items:center;
        width:100%
    }

    .navigation-list {
        display:flex;
        align-items: center;
        height: 55px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 999;
        border-bottom: solid 1px #E5E5E5;
    }

    .nav-menu-wrapper {
        display: none;
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        background-color: white;
        flex-direction: column;
        border-bottom: 1px solid #E5E5E5;
        z-index: 1000;
        width:auto;
        margin: 0;
        padding: 0;
    }

    .nav-menu-wrapper.active {
        display: flex;
    }

    .navigation-list ul {
        flex-direction: column;
        width: 100%;
    }

    .navigation-list ul li {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .navigation-list ul li a {
        display: flex;
        align-items: center;
        padding-left:15px;
        width:100%;
        height:55px;
    }

    .navigation-list ul li a img {
        display: block;
        padding-right:15px;
        margin-top:0;
    }

    .nav-links {
        display:inline-block;
        background-color: rgb(15, 35, 67) ;
        color:white;
        font-size:auto;
    }

    .nav-links a {
        width:100%;
    }

    .nav-icon-label {
        display: inline;
        color: white;
        font-size: 14px;
    }

    #dropdown-menu {
        position: relative;
        padding-top: 0;
        padding-left: 20px;
    }

    #language-dropdown-menu {
        margin-top: 0;
        left:0;
        right: auto;

    }
    
    #language-dropdown-menu .language-option {
        padding: 0;
        padding-left:15px;
    }

    .page-content {
        width:90vw;
        margin-top:155px;
    }

    #main-hero-wrapper  {
       margin: 105px 0;
    }


    #area-tiles div {
        height:230px;
        width:230px;
    }

    #order-x-creator-subpages{
        width:100%;
    }
    
    #order-x-form input, #order-x-form select {
        min-width:100%;
        max-width:100%;
    }

    #order-x-form textarea {
        width:100%;
    }

    #order-x-form input.input-street {
        min-width: 100%;
        max-width: 100%;
    }

    #order-x-form input.input-city {
        min-width: 100%;
        max-width: 100%;
    }

    #order-x-form .form-wrapper, 
    #delivery-address-wrapper .form-wrapper {
        display:block;
    }

    #company-details-wrapper {
        display:block;
    }

    #order-x-form .form-field {
        width:100%;
    }
}

@media (max-width: 900px) { 

    #area-tiles div {
        height:210px;
        width:210px;
    }

}

    

@media (max-width: 800px) {

    .benefits-section {
        flex-direction: column;
        margin: 0 50px ;
        gap: 30px;
    }

    #main-hero-wrapper h1 {
        margin:auto;
    }

    #main-hero-wrapper p {
        margin:auto;
    }

    #area-tiles {
        flex-direction:column;
    }

    #area-tiles h3 {
        font-size:25px
    }

    #area-tiles div {
        margin:auto;
        margin-bottom:10px;
        width:90vw;
        height:160px;
        align-items:flex-start;
        justify-content:flex-start;
        padding:10px 0 0 10px;
    }

    #obwyse-apis-benefits {
        padding:50px 30px;
        margin:50px 30px;
    }

    #obwyse-apis-benefits ul li {
        list-style-type: none;
    }

    #obwyse-apis-benefits h3 {
        font-size:30px;
    }
    
    .benefits-image {
        height:auto;
    }
}


@media (max-width: 700px) {

    #order-x-creator-subpages {
        justify-content: space-between;
    }

    .order-x-creator-subpage-tiles {
        width:30%
    }

    #logo-upload-box {
        width:100%
    }
   
    #area-tiles div {
        height:150px;
    }

    .footer .inner_wrapper {
        padding-right: 0px;
    }
    
    .footer .inner_wrapper .left {
        float:none;
        text-align:center;
        width:100%;
        margin-bottom:25px;
    }

    .footer .inner_wrapper .left img {
        vertical-align:middle;
        display:inline-block;
    }

    .footer .inner_wrapper .right .inbox {
        margin-left:0;
        margin-right:0;
    }

    .footer .inner_wrapper img {
        display:block;
    }

    .spalte1, .spalte2, .spalte3, .spalte4, .spalte5, .spalte6 {
        float: none;
    }
    
    img.eco {
        width: 20%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    img.ferd {
        width: 30%;
        margin-bottom: 15px;
    }

    img.eurocloud {
        width: 40%;
        margin-bottom: 15px;
    }

    img.zugferd {
        width: 80%;
        margin-bottom: 17px;
    }

    img.eurofactura {
        width: 27%;
        margin-bottom: 17px;
    }

}

@media (max-width: 600px) {
    #order-x-header h1 {
        font-size:25px;
    }

    #order-x-header div {
        width:50%;
    }

    .page-content {
        width:92vw;
        margin-top:95px;
    }

    #order-x-form {
        padding:30px;
    }

    #area-tiles {
        margin-top:20px;
    }

    .page-content .textblock p,
    .page-content span:not(#swagger-ui span){
       width:auto;
    }

    .input-sum-wrapper {
    width:auto; 
    gap:3px;
    }

    .empty-col {
        width:0%;
    }

    .copyright_block ul li {
        display: block;
    }
  
    .copyright_block ul li span.sep {
        display: none;
    }

}



@media (max-width: 400px) {
    #order-x-header {
        width:100%;
    }

    #order-x-header h1 {
        font-size:20px;
    }

    #order-x-creator-subpages {
        display:none;
        margin:0;
    }

    .order-x-creator-subpage-tiles{
        width:94%;
        border-radius:0;
        color:#009FDC;
        border-bottom: 1px solid #ffffff;
    }

    .order-x-creator-subpage-tiles:last-child{
        border-radius:0 0 10px 10px;
        border-width:0
    }

    #order-x-menu-arrow {
        display:inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }
}


/* Swagger UI */

.swagger-ui .wrapper {
    max-width: none;
    padding: 0;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.swagger-ui .info {
    display: none;
}

#swagger-ui p {
    color: #3b4151;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    font-size: 14px;
    margin: 0;
    width: auto;
}

.swagger-ui .scheme-container {
    background: transparent;
    box-shadow: none;
}

.swagger-ui .opblock.opblock-post .opblock-summary{
    border-color:#78B446;
}

.swagger-ui .opblock.opblock-post .opblock-summary{
    border-color:#009FDC;
}

.swagger-ui .opblock.opblock-post .opblock-summary-method{
    background:#78B446;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method{
    background:#009FDC;
}

.swagger-ui .opblock.opblock-post {
    background: #f2f6ee;
}

.swagger-ui .opblock.opblock-get {
    background: #F2FBFF;
}

.swagger-ui .btn.authorize svg {
    fill:#002846;
}

.swagger-ui .btn.authorize {
    border-color:#002846;
}

.swagger-ui .btn.authorize span {
    color:#002846
}

