@import "Fonts/oswald.css";
@import "Fonts/roboto.css";

body {
    padding-top: 50px;
    /* DISABLE TO DISPLAY TYPO3 DEBUG FIELD */
    display: flex;
    flex-flow: column;
    /* DISABLE TO DISPLAY TYPO3 DEBUG FIELD */
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #172231;
    font-weight: 500;
}

h1, h2, h3 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p, .p {
    font-family: "Roboto", sans-serif;
}

.lead {
    font-size: 1rem;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #2493e8;
    box-shadow: 0px 0px 10px 0px #6c757d;
}

/* main {
    padding-top: 50px;
    padding-bottom: 50px;
} */

.parallax-window {
    background: transparent;
}

.section-heading {
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

blockquote {
    border-left: 5px solid #2493e8;
}

/* legend {
    border-bottom: 1px solid #333;
} */

.div-full {
    width: 100%;
    background-color: transparent;
    padding: 40px 0px;
    text-align: center;
}

.div-full h1 {
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.newsbox {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #2493e8;
    border-bottom: 1px solid #2493e8;
    box-shadow: 0px 0px 10px 0px #6c757d;
}

.newsbox h3 {
    text-transform: uppercase;
}

.textbox {
    background-color: white;
    padding: 10px 10px;
    margin-bottom: 10px
}

.textbox-full {
    background-color: white;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
}

.contenttable {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

.contenttable > caption + thead > tr:first-child > th,
.contenttable > colgroup + thead > tr:first-child > th,
.contenttable > thead:first-child > tr:first-child > th,
.contenttable > caption + thead > tr:first-child > td,
.contenttable > colgroup + thead > tr:first-child > td,
.contenttable > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.contenttable > thead > tr > th,
.contenttable > tbody > tr > th,
.contenttable > tfoot > tr > th,
.contenttable > thead > tr > td,
.contenttable > tbody > tr > td,
.contenttable > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.contenttable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.contenttable caption {
    text-align: center;
}

.contenttable .align-right {
    text-align: right;
}

.gallery {
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer {
    margin-top: auto;
    background-color: #f5f5f5;
    text-align: center;
    border-top: 1px solid #2493e8;
    box-shadow: 0px 0px 10px 0px #6c757d;
    font-size: 0.9rem;
}

.footer-top {
    padding-top: 15px;
}

.heading-center p {
    padding-right: 10%;
    padding-left: 10%;
}

.eventlist-season .border-center {
    background: #2493e8;
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 200px;
}

.partner .border-center {
    background: #2493e8;
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 200px;
}

.sponsoren .border-center {
    background: #2493e8;
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 200px;
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
    z-index: 1000;
}

.back-to-top:hover {
    text-decoration: none;
}

.back-to-top i {
    color: white;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.back-to-top:hover i {
    color: #2493e8;
}

.card .card-body header h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #2493e8;
    display: block;
    margin-top: 10px;
    position: inherit;
}

.frame-layout-5 ul, .frame-layout-6 ul, .frame-layout-7 ul {
    list-style-type: none;
}

.frame-layout-5 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #000;
}

.frame-layout-6 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #000;
}

.frame-layout-7 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f129";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #000;
}
