@font-face {
    font-family: 'Comic Sans Download';
    src: url('/client/assets/fonts/ComicSansMS.eot');
    src: url('/client/assets/fonts/ComicSansMS.eot?#iefix') format('embedded-opentype'),
        url('/client/assets/fonts/ComicSansMS.woff2') format('woff2'),
        url('/client/assets/fonts/ComicSansMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    height: 100vh;
    margin: 0;
    background-color: #f1d498;
}
.container {
    position: relative;
    min-height: 100vh;
}

/* Headbar, Navbar & Footer */
.headbar {
    display: flex;
    width: 100%;
    top: 0;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: #f2f2f2;
    background-color: #00A3A9;
}
.headbarlink {
    color: #f2f2f2;
    text-decoration: none;
}
.navbar {
    display: flex;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    background-color: #00A3A9;
    box-shadow: 0px 10px 10px #888888;
}
.navbar_button0, .navbar_button1 {
    display: block;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #f2f2f2;
}
.navbar_button1 {
    font-weight: bold;
    text-decoration: underline solid #F39000 20%;
}
.navbar_button0:hover, .navbar_button1:hover, .navbar_button0:focus, .navbar_button1:focus {
    color: black;
    background: #ddd;
}
.main {
  margin-top: 16px;
  padding-bottom: 4rem;
}
.footer {
    display: flex;
    position: absolute;
    width: 100%;
    height: 3rem;
    bottom: 0;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    background-color: #00A3A9;
    box-shadow: 0px -10px 10px #888888;
}
.footer_button {
    display: block;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #f2f2f2;
}
.footer_button:hover, .footer_button:focus {
    color: black;
    background: #ddd;
}
.footer_text {
    display: block;
    padding: 14px 16px;
    margin: 0;
    text-decoration: none;
    color: #f2f2f2;
}
.footer_instagram {
    display: flex;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #f2f2f2;
}
.footer_instagram:hover, .footer_instagram:focus {
    color: black;
    background: #ddd;
}
/* ########################### */


.section {
    margin-bottom: 60px;
} 
.headline {
    margin: auto;
    width: 50%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px #00A3A9;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
}
.textblock {
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: white;
    background: #00A3A9;
    box-shadow: 0px 5px 5px #888888;
}
.imageblock {
    position: relative;
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: white;
}
.imageblock_image {
    width: auto;
    height: auto;
    max-width: 920px;
    max-height: 250px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 3px 5px 5px #888888;
}
.imageblock_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    cursor: pointer;
    color: white;
    background: #F39000;
    box-shadow: 1px 2px 5px #222222;
}
.imageblock_button:hover, .imageblock_button:focus {
    color: black;
    background: #ddd;
    box-shadow: 3px 5px 5px #222222;
}
.card_person {
    display: flex;
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
    align-items: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: white;
    background: #F39000;
    box-shadow: 0px 5px 5px #888888;
}
.card_event {
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 1px;
    border-radius: 20px;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: white;
    background: #F39000;
    box-shadow: 0px 5px 5px #888888;
}
.card_games {
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: white;
    background: #F39000;
    box-shadow: 0px 5px 5px #888888;
}
.card_image {
    width: 117px;
    height: 156px;
}
.card_text {
    margin-left: 25px;
}
.gamestable {
    width: 100%;
    border-collapse: collapse;
}
.gamestable_th {
    border-bottom: 3px solid white;
}
.gamestable_td {
    border-top: 1px solid white;
}
.gamestable_p {
    padding-right: 10px;
    padding-left: 10px;
}
.frameblock {
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.frameblock_frame {
    width: 100%;
    height: 2200px;
    border: none;
}
.formblock {
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    color: white;
    background: #F39000;
    box-shadow: 0px 5px 5px #888888;
}
.buttonblock {
    display: flex;
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    justify-content: center;
}
.buttonblock_button {
    position: absolute;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    cursor: pointer;
    color: white;
    background: #00A3A9;
    box-shadow: 1px 2px 5px #222222;
}
.buttonblock_button:hover, .buttonblock_button:focus {
    color: black;
    background: #ddd;
    box-shadow: 3px 5px 5px #222222;
}

@media (max-width: 990px) {
    .headline, .textblock, .imageblock, .formblock, .buttonblock, .card_person, .card_event, .card_games {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .frameblock{
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 530px) {
    .imageblock_image {
        max-width: 95%;
    }
}


/* General */
.bgcolor_orange {
    background-color: #F39000;
}
.bgcolor_blue {
    background-color: #00A3A9;
}
.bgcolor_yellow {
    background-color: #f1d498;
}
.bgcolor_red {
    background-color: #f84848;
}
.left {
    text-align: start;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.link {
    color: white;
}
.nobr {
    white-space: nowrap;
}
.iconbutton {
    color: white;
}
.iconbutton:hover {
    color: #00A3A9;
}
.rotate5 {
    transform: rotate(5deg);
}
.rotate10 {
    transform: rotate(10deg);
}
.rotate350 {
    transform: rotate(350deg);
}
.rotate355 {
    transform: rotate(355deg);
}

@keyframes blink {
    0%   {opacity: 0.1}
    10%  {opacity: 0.2}
    20%  {opacity: 0.4}
    30%  {opacity: 0.6}
    40%  {opacity: 0.8}
    50%  {opacity: 1}
    60%  {opacity: 1}
    70%  {opacity: 0.8}
    80%  {opacity: 0.6}
    90%  {opacity: 0.4}
    100% {opacity: 0.2}
}
.blink {
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
/* ########################### */


/* Specific */
.formbutton {
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Sans Download", sans-serif;
    font-weight: bold;
    color: white;
}
.formbutton:hover, .formbutton:focus {
    color: black;
    background: #ddd;
    box-shadow: 1px 2px 5px #222222;
}

.formstar {
    color: #00A3A9;
}

#div_noeventscard, #div_noteamcard, .displaynone, .tempadminvis {
    display: none;
}

#addeventbutton {
    box-shadow: none;
    text-shadow: none;
    font-size: 1rem;
    color: #00A3A9;
}
#addeventbutton:hover, #addeventbutton:focus{
    color: white;
    text-shadow: 2px 2px #00A3A9;
}
/* ########################### */


/* Tooltips */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* ########################### */