@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/webfonts/raleway-v12-latin-regular.eot');
    src: local('Raleway Regular'), local('Raleway-Regular'), url('/webfonts/raleway-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.woff2') format('woff2'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.woff') format('woff'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.ttf') format('truetype'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.svg#Raleway') format('svg');
}

html {
    scroll-behavior: smooth !important;
}


body {
    font-family: 'Raleway';
    color: black;
    font-size: 16px;
    min-height: 100%;
    background-color: white;
    overflow-y: scroll;
}


.doblo {
    margin-right: 5px;
    margin-bottom: 5px;
}

.pricetable {
    width: 100%;
    border-collapse: collapse;
}

.pricetable th:first-child,
.pricetable td:first-child {
    position: sticky;
    left: 0;
    text-align: left;
}

.pricetable td, .pricetable th {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    min-width: 140px;
    text-align: center;
}

.pricetable th:first-child, .pricetable th {
    background-color: #f0f5ff
}

.pricetable td {
    white-space: nowrap;
}


.firstpage {
    color: white;
    #background-color: #7674e2;
    background-color: #005977
}

a {
    text-decoration: none;
    font-weight: 600;
    color: darkblue;
}

.firstpage a {
    color: white;
}

a:hover {
    text-decoration: underline;
    font-weight: 600;
    color: darkblue;
}

.firstpage a:hover {
    color: white;
}

a.btn {
    text-decoration: none;
}

.firstpage a.btn {
    color: white;
}

a.btn:hover {
    text-decoration: none;
}

.firstpage a.btn:hover {
    color: white;
}

.blogtitle {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.blogsubtitle {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.blog .btn-link:hover {
    text-decoration: none;
}

.blog .btn-link:hover {
    text-decoration: none;
}

.blog .card-header {
    padding: 0;
    background-color: white;
    border-bottom: 0;
}

.blog .card {
    padding: 0;
    background-color: white;
    border-bottom: 0;
    border: 0;
}

.bigtext {
    font-size: 50px;
    color: white;
    font-weight: 900;
    line-height: 110%;
    text-align: center;
}

.subtext {
    font-size: 20px;
    color: white;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.titleimage {
    margin-top: 4px;
    margin-bottom: 20px;
}

.primohint {
    color: white;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}


.breaknews {
    justify-content: center;
    vertical-align: middle;
    background-color: #fcbd2e;
    height: 36px;
    padding-top: 7px;
    text-align: center;
    font-size: 16px;

}

.breaknews a {
    color: #7674e2 !important;
    text-decoration: none !important;
    color: #000000 !important;
}

.breaknews:hover a {
    color: #7674e2 !important;
    text-decoration: underline !important;
    color: #000000 !important;
}


.maintheme {
    margin-top: 15px;
}

.navbar-inner {
    background: transparent;
}

.navbar {
    padding: 0.5rem 0 !important;
    font-decoration: none !important;

}

.navbar-brand {
    font-size: 26px;
    text-decoration: none !important;
    color: black;
}

.navbar-brand:hover {
    text-decoration: none !important;
    color: black;
}

a.nav-brand {
    text-decoration: none !important;
    color: black;
}

a.nav-link {
    text-decoration: none !important;
    color: black;
}

.nav-link {
    font-size: 24px;
    margin-right: 12px;
    margin-left: 12px;
    font-weight: 800;
    padding-top: 20px;
    padding-right: 0px !important;
    padding-bottom: 4px;
    padding-left: 0px !important;
    text-decoration: none !important;

}

.navbar-toggler-icon {
    font-weight: 800;
    color: black;
    font-size: 26px;
    padding-top: 6px;
}

.navbar-toggler {
    margin-right: -18px !important;
}

.firstpage .navbar-brand {
    font-size: 26px;
    text-decoration: none !important;
    color: white;
}

.firstpage .navbar-brand:hover {
    text-decoration: none !important;
    color: white;
}

.firstpage a.nav-brand {
    text-decoration: none !important;
    color: white;
}

.firstpage a.nav-link {
    text-decoration: none !important;
    color: white;
}


.firstpage .navbar-toggler-icon {
    font-weight: 800;
    color: white;
    font-size: 26px;
    padding-top: 6px;
}


a:active, a:hover {
    outline: 0;
}

.mainpagebutton {
    text-align: center;
}

.firstheader {
    margin-top: 10px;
}

#topbutton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #007bff;
    opacity: 0.2;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#topbutton:hover {
    opacity: 1;
}


@media (min-width: 768px) {

    .nav-link {
        font-size: 12px;
        padding-top: 0px;
    }

    .nav-active {
        border-bottom: 3px solid #444;
    }

    .firstpage .nav-active {
        border-bottom: 3px solid #fff;
    }

    a.nav-link:hover {
        color: #fcbd2e;
    }

    .bigtext {
        font-size: 50px;
        text-align: left;
    }

    .subtext {
        font-size: 20px;
        text-align: left;
    }


    .titleimage {
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .navbar-brand {
        margin-top: 4px;
    }

    .mainpagebutton {
        margin-top: 20px;
    }

    .breaknews {
        justify-content: center;
        background-color: #fcbd2e;
        height: 36px;
        padding-top: 7px;
        text-align: center;
        font-size: 16px;
        color: #1c6ca1 !important;
    }

    .firstpage {
        min-height: 100vh;
    }

    .nextpage {
        min-height: 100vh;
    }

    .firstheader {
        margin-top: 15px;
    }


}

@media (min-width: 960px) {

    .nav-link {
        font-size: 12px;
        padding-top: 0px;
    }


    a.nav-link:hover {
        color: #fcbd2e;
    }

    .bigtext {
        font-size: 55px;
        text-align: left;
        margin-top: 0px
    }

    .subtext {
        font-size: 25px;
        text-align: left;
    }


    .titleimage {
        margin-top: -20px;
        margin-bottom: 0px;
    }


    .navbar-brand {
        margin-top: 4px;
    }

    .mainpagebutton {
        margin-top: 0px;
    }

    .firstheader {
        margin-top: 20px;
    }

}

@media (min-width: 1200px) {

    .nav-link {
        font-size: 12px;
        padding-top: 0px;
    }

    .nav-link {
        font-size: 14px;
    }


    a.nav-link:hover {
        color: #fcbd2e;
    }


    .bigtext {
        font-size: 80px;
        text-align: left;
        padding-top: 25px;
    }

    .subtext {
        font-size: 25px;
        text-align: left;
    }

    .titleimage {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .navbar-brand {
        margin-top: 4px;
    }

    .mainpagebutton {
        margin-top: -20px;
    }

    .firstheader {
        margin-top: 25px;
    }


}


#primo {
    width: 120px;
    height: 246px;
    -webkit-transform-origin: bottom left;
    position: relative;
    background-image: url('/img/primoweb/primo_steht.png');
    animation: playprimo 3s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#primomund {
    top: 84px;
    left: 50px;
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playprimo {
    from {
        background-position: 0;
    }
    to {
        background-position: -3000px;
    }
}

#primos {
    width: 240px;
    height: 492px;
    top: 95px;
    left: calc(50vw - 110px);
    transform: scale(0.6);
    -webkit-transform-origin: bottom left;
    position: absolute;
    background-image: url('/img/primoweb/primo_stehts.png');
    animation: playprimos 3s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#primomunds {
    top: 167px;
    left: 101px;
    width: 40px;
    height: 20px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playprimos {
    from {
        background-position: 0;
    }
    to {
        background-position: -6000px;
    }
}

#lehrerin {
    width: 183px;
    height: 228px;
    position: relative;
    background-image: url("/img/primoweb/lehrerin.png");
    transform: scale(0.6);
    -webkit-transform-origin: bottom left;
    animation: playlehrerin 2s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playlehrerin {
    from {
        background-position: 0;
    }
    to {
        background-position: -4575px;
    }
}

#lehrerinmund {
    top: 62px;
    left: 85px;
    width: 12px;
    height: 8px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}


.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

.accordion button .accordion-title {
    #padding: 1em 1.5em 1em 0;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 44em;
    transition: all 400ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 100ms linear, max-height 100ms linear;
    will-change: opacity, max-height;
}

.accordion hr {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 10px;
}


.blue {
    color: dodgerblue;
}

.orange {
    color: darkorange;
}


@media (min-width: 768px) {

    .nav-link {
        font-size: 12px;
        padding-top: 0px;
    }

    .nav-active {
        border-bottom: 3px solid #444;
    }

    .firstpage .nav-active {
        border-bottom: 3px solid #fff;
    }

    a.nav-link:hover {
        color: #fcbd2e;
    }

    .bigtext {
        font-size: 50px;
        text-align: left;
    }

    .subtext {
        font-size: 20px;
        text-align: left;
    }


    .titleimage {
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .navbar-brand {
        margin-top: 4px;
    }

    .mainpagebutton {
        margin-top: 20px;
    }

    .breaknews {
        justify-content: center;
        height: 36px;
        padding-top: 7px;
        text-align: center;
        font-size: 16px;
    }

    .firstpage {
        min-height: 100vh;
    }

    .nextpage {
        min-height: 100vh;
    }

    .firstheader {
        margin-top: 15px;
    }


}

@media (min-width: 960px) {

    .nav-link {
        font-size: 12px;
        padding-top: 0px;
    }


    a.nav-link:hover {
        color: #fcbd2e;
    }

    .bigtext {
        font-size: 55px;
        text-align: left;
        margin-top: 0px
    }

    .subtext {
        font-size: 25px;
        text-align: left;
    }


    .titleimage {
        margin-top: -20px;
        margin-bottom: 0px;
    }


    .navbar-brand {
        margin-top: 4px;
    }

    .mainpagebutton {
        margin-top: 0px;
    }

    .firstheader {
        margin-top: 20px;
    }

}

@media (min-width: 1200px) {

    .nav-link {
        font-size: 12px;
        padding-top: 0px;
    }

    .nav-link {
        font-size: 14px;
    }


    a.nav-link:hover {
        color: #fcbd2e;
    }


    .bigtext {
        font-size: 80px;
        text-align: left;
        padding-top: 25px;
    }

    .subtext {
        font-size: 25px;
        text-align: left;
    }

    .titleimage {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .navbar-brand {
        margin-top: 4px;
    }

    .mainpagebutton {
        margin-top: -20px;
    }

    .firstheader {
        margin-top: 25px;
    }


}


#primo {
    width: 120px;
    height: 246px;
    -webkit-transform-origin: bottom left;
    position: relative;
    background-image: url('/img/primoweb/primo_steht.png');
    animation: playprimo 3s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#primomund {
    top: 84px;
    left: 50px;
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playprimo {
    from {
        background-position: 0;
    }
    to {
        background-position: -3000px;
    }
}

#primos {
    width: 240px;
    height: 492px;
    top: 95px;
    left: calc(50vw - 110px);
    transform: scale(0.6);
    -webkit-transform-origin: bottom left;
    position: absolute;
    background-image: url('/img/primoweb/primo_stehts.png');
    animation: playprimos 3s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#primomunds {
    top: 167px;
    left: 101px;
    width: 40px;
    height: 20px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playprimos {
    from {
        background-position: 0;
    }
    to {
        background-position: -6000px;
    }
}

#lehrerin {
    width: 183px;
    height: 228px;
    position: relative;
    background-image: url("/img/primoweb/lehrerin.png");
    transform: scale(0.6);
    -webkit-transform-origin: bottom left;
    animation: playlehrerin 2s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playlehrerin {
    from {
        background-position: 0;
    }
    to {
        background-position: -4575px;
    }
}

#lehrerinmund {
    top: 62px;
    left: 85px;
    width: 12px;
    height: 8px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}


.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

.accordion button .accordion-title {
    #padding: 1em 1.5em 1em 0;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 44em;
    transition: all 400ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 100ms linear, max-height 100ms linear;
    will-change: opacity, max-height;
}

.accordion hr {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 10px;
}


.blue {
    color: dodgerblue;
}

.orange {
    color: darkorange;
}


@media (prefers-color-scheme: dark) {


    body {
        font-family: 'Raleway';
        background-color: #002430;
        color: white !important;
    }

    .pricetable th:first-child, .pricetable th {
        background-color: #002430;
    }

    .pricetable {
        color: white;
    }

    .pricetable td, .pricetable th {
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
    }

    .pricetable th:first-child, .pricetable th {
        background-color: #002430;
    }

    .firstpage {
        color: white;
        background-color: #002430;
    }


    .nav-active {
        border-bottom: 3px solid white;
    }

    .accordion-title {
        color: white !important;
    }

    a {
        color: white !important;
    }

    .firstpage a {
        color: white;
    }

    a:hover {
        color: white;
    }

    .firstpage a:hover {
        color: white;
    }

    .firstpage a.btn {
        color: white;
    }


    .firstpage a.btn:hover {
        color: white;
    }

    .blogtitle {
        color: white;
    }

    .blogsubtitle {
        color: white;
    }

    .blog .card-header {
        background-color: white;
    }

    .blog .card {
        background-color: white;
    }

    .bigtext {
        color: white;
    }

    .subtext {
        color: white;
    }

    .primohint {
        color: white;
    }

    .navbar-brand {
        color: white;
    }

    .navbar-brand:hover {
        color: white;
    }

    a.nav-brand {
        color: white;
    }

    a.nav-link {
        color: white;
    }


    .navbar-toggler-icon {
        color: white;
    }

    .firstpage .navbar-brand {
        color: white;
    }

    .firstpage .navbar-brand:hover {
        color: white;
    }

    .firstpage a.nav-brand {
        color: white;
    }

    .firstpage a.nav-link {
        color: white;
    }


    .firstpage .navbar-toggler-icon {
        font-weight: 800;
        color: white;
        font-size: 26px;
        padding-top: 6px;
    }


    #topbutton {
        background-color: #007bff;
        color: white;
    }
}


.card p {
    color: #2E353C;
}

.card h6 {
    color: #2E353C;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    background: rgba(232, 234, 244, 0.96);
    padding-top: 2px;
   margin-bottom:0px;
}


#fcenter {
    text-align: center;
    position: relative;
    margins: auto;
}

.cursorpointer {
    cursor: pointer;
}

.dynspace {
    padding-left: 10px;
    padding-right: 10px;
}