body {
    background-color: rgb(14, 57, 95);
    font-family: arial;
    font-size: 15px;
    top: 0;
    margin: 0;
}

@media only screen and (max-width: 880px) {
    body {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 373px) {
    body {
        margin-top: 52px;
    }
}

a {
    text-decoration: none;
    color: #0060ff;
}

a:hover {
    color: #00c1ff;
}

a:focus {
    font-weight: bold;
    color: #00c1ff;
}

button:hover {
    filter: brightness(1.4);
}
button {
    background-color: #0e395f;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}


/*################################################   HEADER   ###############################*/

#wrap {
    width: auto;
    background-image: url(../images/background.png);
    background-attachment: fixed;
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
}

@media only screen and (max-width: 880px) {
    #wrap {
        background-image: none;
        background-color: rgb(14, 57, 95);
    }
}

#header {
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    position: fixed;
}

#header_top {
    background-color: #00c1ff;
    color: #00c1ff;
    width: 100%;
    height: 115px;
    transition: 0.3s;
}

#header.small #header_top {
    height: 75px;
}

#header_top #title {
    color: rgb(14, 57, 95);
    line-height: 1;
}

#header_top #title_td {
    font-size: 50px;
    color: rgb(14, 57, 95);
    background-color: #00c1ff;
    text-decoration: none;
    padding-left: 135px;
    padding-top: 10px;
    font-weight: bolder;
    width: 360px;
    font-style: italic;
    font-family: 'DIN Alternate';
    transition: 0.3s;
}

#header.small #header_top #title_td {
    font-size: 30px;
    padding-left: 75px;
    width: 210px;
}

#header.small .logo {
    width: 60px;
}

@media only screen and (max-width: 880px) {
    #header_top {
        height: auto;
    }
    #header_top #title_td {
        font-size: 30px;
        padding-top: 10px;
        padding-left: 90px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 373px) {
    #header_top #title_td {
        font-size: 20px;
    }
}

#header_top .moduletable_menu {
    padding-top: 0px;
    margin-bottom: 5px;
    transition: 0.3s;
}

#header.small #header_top .moduletable_menu {
    margin-bottom: -10px;
}

.wave {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
}

#header_top ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

#header li {
    display: inline-block;
}

#header .current a {
    text-decoration: underline;
}

#header li a,
#header li .nav-header {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
    text-decoration: none;
    padding: 20px;
    border-radius: 3px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #00c1ff;
    color: rgb(14, 57, 95);
    background-color: none;
    border-style: none;
    border-color: rgb(14, 57, 95);
    border-width: 3px;
    display: block;
    width: 80px;
    text-align: center;
}

#header .parent a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#header .mobile-menu {
    display: none;
}

@media only screen and (max-width: 1500px) {
    #header li a,
    #header li .nav-header {
        width: 60px;
        font-size: 19px;
    }
}

@media only screen and (max-width: 1375px) {
    #header li a,
    #header li .nav-header {
        width: 40px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 880px) {
    #header .moduletable_menu,
    #header .main-menu {
        display: none;
    }
    /* MOBILE MENU */
    #header .mobile-menu {
        background-color: #00c1ff;
        overflow: scroll;
        -webkit-transition: height 1s;
        transition: height 1s;
        height: 0px;
        display: block;
    }
    #header .mobile-menu ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #header .mobile-menu li {
        display: block;
        margin-top: 10px;
    }
    #header .mobile-menu li a,
    #header .mobile-menu li .nav-header {
        width: unset;
    }
    #header .mobile-menu li:hover .nav-header {
        background-color: #00c1ff;
        color: rgb(14, 57, 95);
    }
    /* SUB-MENU */
    #header .mobile-menu li ul {
        border-radius: 3px;
        margin-top: 20px;
        background-color: #00c1ff;
        width: unset;
        margin-left: 5px;
        padding-left: 0;
        position: relative;
        z-index: 1;
        display: block;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        margin-top: 0;
        -webkit-transition: height 1s, border-style 1s;
        transition: height 1s border-style 1s;
        height: 0;
        overflow: scroll;
        border-top-style: none;
        border-top-color: rgb(14, 57, 95);
        border-top-width: 3px;
        border-bottom-style: none;
        border-bottom-color: rgb(14, 57, 95);
        border-bottom-width: 3px;
    }
    #header .mobile-menu li:hover ul {
        display: block;
        animation: unset;
    }
    #header .mobile-menu li:hover li:first-child a {
        border-top-right-radius: 3px;
    }
    #header .mobile-menu li:hover li:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    #header .mobile-menu li:hover ul li {
        background-color: transparent;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    #header .mobile-menu li:hover ul a {
        display: block;
        margin-right: unset;
        width: unset;
        border-radius: 0px;
        margin-left: 0;
        text-decoration: none;
        border-left-style: none;
        border-right-style: none;
        border-color: #00c1ff;
        border-left-width: 3px;
        border-right-width: 3px;
        background-color: #00c1ff;
        color: rgb(14, 57, 95);
    }
    #header .mobile-menu li:hover ul a:hover {
        background-color: #00c1ff;
        color: unset;
        border-color: unset;
        border-left-width: 0px;
        border-right-width: 0px;
    }
    #header .mobile-menu li:hover ul li:last-child a {
        border-bottom-style: none;
        border-bottom-width: 0px;
    }
    #header .mobile-menu li:hover ul li:first-child a {
        border-top-style: none;
        border-top-width: 0px;
    }
}

@keyframes submenu {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

#header li ul {
    border-radius: 3px;
    margin-top: 20px;
    background-color: #00c1ff;
    width: 200px;
    margin-left: 5px;
    padding-left: 0;
    position: absolute;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-top: 0;
}

#header li:hover ul {
    display: block;
    animation-name: submenu;
    animation-duration: 5s;
    animation-delay: 0s;
}

#header li:hover a,
#header li:hover .nav-header {
    background-color: rgb(14, 57, 95);
    color: white;
}

#header li:hover li:first-child a {
    border-top-right-radius: 3px;
}

#header li:hover li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#header li:hover ul li {
    background-color: transparent;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#header li:hover ul a {
    display: block;
    margin-right: 90%;
    width: 200px;
    border-radius: 0px;
    margin-left: 0;
    text-decoration: none;
    border-left-style: solid;
    border-right-style: solid;
    border-color: rgb(14, 57, 95);
    border-left-width: 3px;
    border-right-width: 3px;
    color: white;
    background-color: rgb(14, 57, 95);
}

#header li:hover ul a:hover {
    background-color: #00c1ff;
    color: rgb(14, 57, 95);
    border-color: rgb(14, 57, 95);
    border-left-width: 3px;
    border-right-width: 3px;
}

#header li:hover ul li:last-child a {
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#header li:hover ul li:first-child a {
    border-top-style: solid;
    border-top-width: 3px;
}

#menu_mobile #header #termine_mobile {
    background-color: white;
    padding: 15px;
    padding-top: 1px;
}

#menu_mobile #header #terminlist #link_saisonplan {
    display: none;
}


/* #logo_td {
    width: 120px;
    padding-top: 10px;
    padding-left: 15px;
}

#logo {
    width: 120px;
    background-color: #00c1ff;
    display: inline-block;
}

@media only screen and (max-width: 880px) {
    #logo {
        width: 60px;
    }
    #logo_td {
        padding-left: 14px;
    }
} */

.logo {
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: none;
    z-index: 3;
    transition: 0.3s;
}

@media only screen and (max-width: 880px) {
    .logo {
        width: 60px;
        left: 100px;
    }
}

@media only screen and (max-width: 373px) {
    .logo {
        width: 45px;
    }
}


/*#sidebarLeft h2,
#content h1,
#sidebar2 h2 {
    text-transform: uppercase;
    background-color: rgb(14, 57, 95);
    margin: 0;
    color: white;
    padding: 15px;
}

#sidebarLeft #teminlist,
#sidebar2 .moduletable .custom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
}*/

#site {
    margin-top: 133px;
}

@media only screen and (max-width: 880px) {
    #site {
        margin-top: 7px;
    }
}

#page {
    margin-top: 192px;
}

@media only screen and (max-width: 880px) {
    #page {
        margin-top: 15px;
    }
}

#site .moduletable~#page,
#site .main-menu~#page {
    margin-top: 0px;
}

#menu_mobile {
    position: fixed;
    z-index: 3000;
    background-color: #00c1ff;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    display: none;
}

@media only screen and (max-width: 880px) {
    #menu_mobile {
        display: block;
    }
}

.menu_mobile_hide {
    opacity: 0;
}

.menu_mobile_show {
    opacity: 1;
}

.mobile_window {
    overflow: scroll;
    height: 100%;
}

#show_mobile_menu {
    display: none;
}

.mobile_menu_button_icon_show {
    width: 35px;
    height: 5px;
    background-color: rgb(14, 57, 95);
    margin: 6px 0;
}

@media only screen and (max-width: 880px) {
    #show_mobile_menu {
        display: block;
    }
    #header_top td:first-child {
        width: 100px;
    }
}

.menu_button {
    border-color: rgb(14, 57, 95);
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    background-color: #00c1ff;
    color: rgb(14, 57, 95);
    margin-left: 20px;
}

#menu_mobile_hide {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 30px;
    left: 10px;
    z-index: 3002;
    background-color: #ffffff00;
}

#menu_mobile_hide:hover {
    background-color: rgb(14, 57, 95);
    color: white;
    cursor: pointer;
}

#menu_mobile_hide_icon {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 3001;
    top: 30px;
    left: 30px;
}

.menu_button:hover {
    background-color: rgb(14, 57, 95);
    color: white;
    cursor: pointer;
}

.menu_button:hover .mobile_menu_button_icon_show {
    background-color: white;
}

#menu_mobile #header {
    margin-top: 10px;
    overflow: scroll;
}

#menu_mobile #terminlist {
    margin-left: 30px;
}


/*################################################   LEFT   ###############################*/

#sidebarLeft {
    background-color: white;
    margin: 20px;
    float: left;
    width: calc(20% - 80px);
    padding: 20px;
    border-radius: 10px;
}


/* @media only screen and (max-width: 1520px) {
    #sidebarLeft {
        padding: 20px;
    }
} */

@media only screen and (max-width: 820px) {
    #sidebarLeft {
        display: none;
    }
}


/*################################################   ALERT / MESSAGES   ###############################*/

.messages {
    width: 100%;
}

#system-message .alert .close {
    display: none;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    margin: 20px;
    text-align: left;
    transition: 0.4s;
}

.alert-heading {
    color: inherit;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 5px;
}

.alert.alert-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-message hr {
    border-top-color: #b1dfbb;
}

.alert-message .alert-link {
    color: #0b2e13;
}

.alert-notice {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-notice hr {
    border-top-color: #abdde5;
}

.alert-notice .alert-link {
    color: #062c33;
}

.alert-warning,
.alert-mobile-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr,
.alert-mobile-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link,
.alert-mobile-warning .alert-link {
    color: #533f03;
}

.alert-mobile-warning {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .alert-mobile-warning {
        display: block;
    }
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-error hr {
    border-top-color: #f1b0b7;
}

.alert-error .alert-link {
    color: #491217;
}

.messages #system-message .alert .close {
    display: none;
}


/*################################################   CONTENT   ###############################*/

#content {
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: calc(60% - 60px);
    float: left;
    background-color: white;
    line-height: 1.4;
    border-radius: 20px;
}

.mobile {
    display: none;
}

@media only screen and (max-width: 1000px) {
    #content {
        width: 60%;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 820px) {
    #content {
        width: unset;
        margin: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .mobile {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    #content {
        width: unset;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

button:hover {
     filter: brightness(1.4);
}

button {
    background-color: rgb(14, 57, 95);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 8px;
}

.back-button {
    background-color: white;
    border: none;
    border-radius: 5px;
    color: rgb(14, 57, 95);
    padding: 5px;
    width: 50px;
    height: 50px;
}

.back-button:hover {
    background-color: rgb(14, 57, 95);
    color: white;
}

.back-button:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

hr {
    background-color: rgb(14, 57, 95);
    height: 3px;
    border-style: none;
    margin: 0;
}


/*################################################   MAIN PAGE   ###############################*/

.main-page .main-page-content {
    width: calc(50% - 60px);
    float: left;
    background-color: white;
    box-shadow: 2px 2px 5px gray;
    border-radius: 10px;
    padding: 20px;
    padding-top: 10px;
    margin: 10px;
}

@media only screen and (max-width: 780px) {
    .main-page .main-page-content {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 10px 0
    }
    .main-page .main-page-content .main-page-subtitle {
        margin-top: 0;
    }
}

.main-page .main-page-contact .contact-field {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-page .main-page-contact .contact-field .fas {
    width: 30px;
    text-align: center;
}

.main-page .main-page-events {
    background-image: url(/templates/stetemp/images/line-dark.JPG);
    background-size: 100%;
    height: 123px;
    color: white;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
}

.main-page .main-page-events .fas {
    font-size: 50px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.main-page .main-page-events:hover .fas {
    font-size: 70px;
}


/* .main-page .main-page-content.main-page-events .main-event-date {
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.main-page .main-page-content.main-page-events .main-event-name {
    display: block;
    margin-bottom: 10px;
} */

.main-page .main-page-news {
    padding: 0;
    width: calc(50% - 20px);
}

@media only screen and (max-width: 780px) {
    .main-page .main-page-news {
        width: calc(100%);
    }
}

.main-page .main-page-news .news-readmore {
    color: white;
}

.main-page .main-page-news .news-readmore:hover {
    color: white;
}

.main-page .main-page-news .news_hr {
    display: none;
}

.main-page .main-page-news figure {
    margin: 0;
}

.main-page .main-page-news img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.main-page .main-page-news .news-content {
    position: absolute;
    margin-top: -53px;
    background-color: rgba(0, 0, 0, 0.7);
    width: calc(30% - 70px);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s;
}

.main-page .main-page-news:hover .news-content {
    margin-top: -79px;
}

.main-page .main-page-news .news-content .news-time {
    height: 0px;
    overflow: hidden;
    display: block;
    transition: 0.3s;
}

.main-page .main-page-news:hover .news-content .news-time {
    height: 25px;
}

@media only screen and (max-width: 780px) {
    .main-page .main-page-news .news-content {
        width: calc(100% - 109px);
        margin-top: -79px;
    }
    .main-page .main-page-news .news-content .news-time {
        height: 25px;
    }
}

@media only screen and (max-width: 500px) {
    .main-page .main-page-news .news-content {
        width: calc(100% - 80px);
    }
}

.main-page .main-page-news figcaption {
    position: absolute;
    background-color: transparent;
    margin-top: -75px;
    margin-left: 10px;
    z-index: 1;
    display: none;
}

.main-page .main-page-news .news-content .newsflash-title {
    margin: 0;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-page .main-page-coffee {
    padding: 0;
    width: calc(50% - 20px);
}

@media only screen and (max-width: 780px) {
    .main-page .main-page-coffee {
        width: 100%;
    }
}

.main-page .main-page-coffee .main-page-subtitle {
    display: none;
}

.main-page .main-page-coffee .donate {
    margin-top: 0;
    margin-bottom: 0;
}


/*################################################   EVENTS   ###############################*/

#content .category-module li {
    margin-top: 20px;
    width: 500px;
    vertical-align: top;
}

#content .category-module li a {
    border-color: rgb(8, 34, 56);
    background-color: rgb(14, 57, 95);
    border-width: 3px;
    border-radius: 10px;
    padding: 10px;
    width: 500px;
}

#content .category-module li a:hover {
    border-color: rgb(14, 57, 95);
    background-color: rgb(51, 204, 255, 0.582);
}

#content .saison-table td {
    vertical-align: top;
    padding-bottom: 10px;
}

#content .saison-table .date {
    /*text-align: right;*/
    padding-right: 16px;
}

@media only screen and (max-width: 820px) {
    #content .saison-table td {
        padding-bottom: 10px;
    }
    #content .saison-table .date {
        width: 90px;
    }
}


/*################################################   NEWS   ###############################*/

#content .newsflash .newsflash_item {
    margin-bottom: 50px;
}

#content .newsflash .newsflash-title {
    margin-top: 5px;
    padding-top: 0px;
    margin-left: 35px;
}

#content .newsflash p {
    margin-left: 35px;
}

#content .newsflash .news_date {
    color: rgb(14, 57, 95);
    font-weight: bolder;
}

.calender_icon {
    width: 30;
}

.news_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid rgb(14, 57, 95);
    margin: 1em 0;
    padding: 0;
    margin-left: 5px;
}

@media only screen and (max-width: 500px) {
    #content .newsflash .newsflash-title {
        margin-left: 5px;
    }
    #content .newsflash p {
        margin-left: 5px;
    }
    .news_hr {
        margin-left: 0px;
    }
}


/*################################################   NEWS 2.0  ###############################*/

.newsflash2 .newsflash_item {
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 5px gray;
}

.newsflash2 .newsflash_item:hover {
    background-color: whitesmoke;
}

.newsflash2 .newsflash_item .news-readmore {
    color: black;
}

.newsflash2 .newsflash_item .news-readmore:hover {
    color: black;
}

.newsflash2 .newsflash-image {
    width: 100%;
    margin: 0;
}

.newsflash2 .newsflash-image figcaption {
    padding: 10px 10px 0px 15px;
}

.newsflash2 .newsflash-image img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    object-fit: cover;
}

@media only screen and (max-width: 700px) {
    .newsflash2 .newsflash-image img {
        height: auto;
        object-fit: unset;
    }
}

.newsflash2 .news-content {
    padding: 15px;
    padding-top: 1px;
}

.newsflash2 .news_date {
    color: rgb(14, 57, 95);
}

.newsflash2 .news_hr {
    display: none;
}

@media only screen and (max-width: 500px) {
    #content .newsflash2 .newsflash-title {
        margin-left: 5px;
    }
    #content .newsflash2 p {
        margin-left: 5px;
    }
    .newsflash2 .news_hr {
        margin-left: 0px;
    }
}


/*################################################   RIGHT   ###############################*/

#sidebar2 {
    background-color: white;
    margin: 20px;
    float: left;
    width: calc(20% - 80px);
    padding: 20px;
    border-radius: 10px;
}

#sidebar2 img {
    margin-bottom: 10px;
}


/* @media only screen and (max-width: 1520px) {
    #sidebar2 {
        width: 12%;
        padding: 20px;
    }
} */

@media only screen and (max-width: 1000px) {
    #sidebar2 {
        display: none;
    }
}


/*################################################   FOOTER   ###############################*/

#footer {
    clear: both;
    /*background-color: rgb(14, 57, 95);*/
    /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
}

#footer_top {
    background-color: #00c1ff;
    padding: 30px;
}

#footer .current a {
    color: black;
}

#footer li a {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
    border-radius: 3px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #00c1ff;
    color: rgb(14, 57, 95);
    text-align: center;
    width: 130px;
    display: block;
}

#footer li a:hover {
    background-color: rgb(14, 57, 95);
    color: white;
}

#footer li {
    display: inline-block;
    margin-bottom: 20px;
}

#footer .moduletable .custom {
    color: rgb(14, 57, 95);
}

#footer .johann-the-DIVer {
    color: rgb(14, 57, 95);
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.donate {
    background-color: rgb(14, 57, 95);
    color: white;
    border-radius: 10px;
    margin-top: 50px;
    padding: 15px;
    margin-bottom: 20px;
}

.donate .fa-mug-hot {
    font-size: 50px;
    float: right;
    margin-top: -30px;
}

.donate button {
    background-color: rgb(255, 209, 63);
    border: none;
    border-radius: 10px;
    color: rgb(14, 57, 95);
    padding: 10px;
    font-size: 18px;
    border: solid 1px rgb(255, 209, 63);
}

.donate button:hover {
    background-color: rgb(14, 57, 95);
    color: white;
}

.donate .donation-info {
    font-size: 10px;
}

@media only screen and (max-width: 500px) {
    .donate {
        width: calc(100% - 30px);
    }
}


/*################################################   ADMIN   ###############################*/

.version_input {
    display: inline-block;
    background-color: green;
}


/*















            SLIDESHOW














*/

.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}

.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

.cssSlider {
    overflow-x: hidden;
}

.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 1000%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}

.sliderElements>li {
    float: left;
    width: 10%;
    position: relative;
}

#slide02:checked~.sliderElements {
    left: -100%;
}

#slide03:checked~.sliderElements {
    left: -200%;
}

#slide04:checked~.sliderElements {
    left: -300%;
}

#slide05:checked~.sliderElements {
    left: -400%;
}

#slide06:checked~.sliderElements {
    left: -500%;
}

#slide07:checked~.sliderElements {
    left: -600%;
}

#slide08:checked~.sliderElements {
    left: -700%;
}

#slide09:checked~.sliderElements {
    left: -800%;
}

#slide10:checked~.sliderElements {
    left: -900%;
}


/* Bildunterschrift auf dem Bild positionieren */

.sliderElements figcaption {
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1em;
    padding: .4em;
    background: rgb(14, 57, 95);
    font-size: 30px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.sliderElements figcaption a {
    color: white;
    text-decoration: underline;
}

.sliderElements figcaption a i {
    text-decoration: none;
}

#main-caption {
    left: 20%;
    top: 100px;
    bottom: auto;
    padding: 5%;
    background: rgb(14, 57, 95);
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    right: 20%;
    border-radius: 10px;
}

#logo-slide {
    float: right;
    width: 150px;
}

.main-slide {
    float: left;
    margin-left: 40px;
}

@media only screen and (max-width: 1300px) {
    #main-caption {
        top: 80px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }
    #logo-slide {
        width: 120px;
    }
    .main-slide {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 920px) {
    #main-caption {
        top: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
    }
    #logo-slide {
        width: 80px;
    }
    .main-slide {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 760px) {
    #main-caption {
        top: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        left: 15%;
        right: 15%;
    }
    #logo-slide {
        width: 60px;
    }
    .main-slide {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 585px) {
    #main-caption {
        top: 20px;
        left: 10%;
        right: 10%;
        padding: 10px;
    }
}

@media only screen and (max-width: 505px) {
    #main-caption {
        top: 10px;
        left: 3%;
        right: 3%;
        font-size: 14px;
    }
}

@media only screen and (max-width: 340px) {
    #main-caption {
        top: 5px;
        font-size: 13px;
    }
}


/* Bilder responsive */

.sliderElements img {
    width: 100%;
    height: auto;
}


/* inputs aus dem Blickfeld schieben */

.cssSlider input {
    position: absolute;
    left: -99999px;
}


/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */

.sliderControls {
    text-align: center;
    padding: 0;
}


/* Controls nebeneinander bringen */

.sliderControls li {
    display: inline-block;
}


/* Controls auf einheitliche Maße bringen und die Ecken abrunden */

.sliderControls label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: #00c1ff;
    color: #00c1ff;
}


/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */

#slide01:checked~.sliderControls label[for="slide01"],
#slide02:checked~.sliderControls label[for="slide02"],
#slide03:checked~.sliderControls label[for="slide03"],
#slide04:checked~.sliderControls label[for="slide04"],
#slide05:checked~.sliderControls label[for="slide05"],
#slide06:checked~.sliderControls label[for="slide06"],
#slide07:checked~.sliderControls label[for="slide07"],
#slide08:checked~.sliderControls label[for="slide08"],
#slide09:checked~.sliderControls label[for="slide09"],
#slide10:checked~.sliderControls label[for="slide10"] {
    background: rgb(255, 209, 63);
    color: rgb(255, 209, 63);
}

.sliderControls label:hover {
    background: rgb(14, 57, 95);
    color: rgb(14, 57, 95);
}

@media only screen and (max-width: 880px) {
    /* .cssSlider {
        display: none;
    } */
}

@media only screen and (max-width: 880px) {
    /* .cssSlider .sliderElements figcaption {
        display: none;
    } */
    .sliderElements figcaption {
        font-size: 15px;
        bottom: 5px;
    }
}


/*











DOWNLOADBUTTON









*/

#download-button button {
    width: 300px;
    height: 60px;
    background-color: green;
    border-style: solid;
    border-color: rgb(0, 192, 0);
    border-width: 3px;
    border-radius: 20px;
    font-size: 15px;
    color: white;
    text-align: left;
    padding-left: 15px;
}

#download-button button:hover {
    background-color: rgb(0, 192, 0);
    cursor: pointer;
}



/*

    FORMS

 */

.register-place-button {
    width: 150px;
}


.register-type-button {
    width: 270px;
    vertical-align: top;
}

.register-form-section {
    display: flex;
    padding-right: 25px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 14px;
}

.register-form-section input,
.register-form-section select {
    width: calc(100% - 30px);
    border-radius: 4px;
    padding: 10px;
    border: none;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.register-form-section input[type="checkbox"],
.register-form-section input[type="radio"] {
    width: auto;
}

.register-form-tile {
    width: 320px;
}

.register-form-section label {
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
}

