@media only screen and (max-width: 1200px) {
    #mobileLogo {
        display: inline-block!important;
    }
    #desktopLogo {
        display: none!important;
    }
    #menuTitle {
        display: none!important;
    }
    h1 {
        margin-top: 1.5em!important;
    }
    #kontakt-col {
        text-align: left!important;
    }
}

@media only screen and (min-width: 1200px) {
    #mobileLogo {
        display: none!important;
    }
    #desktopLogo {
        display: inline-block!important;
    }
    .nav-link {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    #menuTitle {
        display: inline-block!important;
    }
    h1 {
        margin-top: 0em!important;
    }
    #kontakt-col {
        text-align: center!important;
    }
}

label {
    font-weight: bold;
}

nav, header, footer {
    background-color: #fff;
}

nav,header {
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fff;
    position: relative;
    min-height: 90vh;
}

#page-content {
    min-height: 0vh;
}

span {
    display: inline-block;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

h1,h2,h3,h4,h5 {
    margin-bottom: 0.25em;
    margin-top: 1em;
    color:#162438;
    font-weight: bold;
}

h2.accordion-header {
    margin-top: 0!important;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem;
    padding-top: 2em;
}

input {
    text-align: right;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

th,td {
    text-align: right;
  }

.totalRow {
    font-weight: bold;
}

.input-symbol-euro {
    position: relative;
}

.input-symbol-euro input {
    padding-left:18px;
}

.input-symbol-euro:before {
    position: absolute;
    top: 0;
    content:"€";
    left: 5px;
}

a {
    color: #29847D;
    font-style: italic;
}

a:link {
    color: #29847D;
    font-style: italic;
    text-decoration: none;
}

a:active {
    color: #29847D;
    font-style: italic;
}

a:hover {
    color: #97CFC1;
    font-style: italic;
    text-decoration: none;
}

.btn {
    background-color: #29847D!important;
    border-radius: 25px;
    color: #fff!important;
    font-style: normal!important;
    font-weight: bold;
}

.btn:hover {
    background-color: #97CFC1!important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff ;
}

.accordion-button, .accordion-button:is(.collapsed) {
    color: #000;
    background-color: #fff ;
}