
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

html {
    height: 100%;
    box-sizing: border-box;
}

.wrapper {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
}

.main-panel {
    flex: 1;
    padding-bottom: 30px;
    max-width: 100vw;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.logo {
    position: relative;
    top: -10px;
    height: 200%;
}

.navbar-image {
    max-height: 70px;
}

.jumbotron {
    background-color: white;
}

.bg-blue {
    background-color: #297E92;
    color: white;
}

/* Footer */

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #6FB3C3;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/*#footer {
    background: #3D3D3D !important;
    margin-top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}*/

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width: 767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

/**
    CTA-Organizer
 */
.cta-organizer {
    padding: 80px 0;
    position: relative;
}
.cta-organizer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.cta-organizer .container {
    position: relative;
    z-index: 1;
}
.cta-organizer h2, .cta-veranstalter p {
    color: #fff;
}
.cta-organizer i {
    color: #FFC107;
}
/**
Navbar
 */
.navbar {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #3D3D3D;
    color: white !important;
}

.btn-primary.get-started-btn {
    background-color: #3D3D3D;
    border: none;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.btn-primary.get-started-btn:hover {
    background-color: #222222;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}

td.details-control {
    cursor: pointer;
    vertical-align: middle;
}