body
{
    width: 70%;
    margin: 1% auto;
    color: #FFFFFF;
    background-color: #000000;
    font-family: Arial, Segoe, "Segoe UI", sans-serif;
}

a
{
    font-family: Arial, Segoe, "Segoe UI", sans-serif;
    color: #FFFFFF;
}
a:visited
{
    font-family: Arial, Segoe, "Segoe UI", sans-serif;
    color: #FF9999;
}

.centerimg
{
    margin: auto;
    text-align: center;
}
.logoimg
{
    width: 789px;
    height: 326px;
}

.herospring
{
    width: 404px;
    height: 404px;
}
.alignspring
{
    position: absolute;
    width: 80%;
    margin: 5% auto;
    text-align: right;
}

.docenter
{
    text-align: center;
}
.doframecenter
{
    text-align: center;
    margin: auto 15%;
    padding: 1rem;
}
.problemgrid
{
    display: grid;
    gap: 10px;
    margin: auto 15%;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}
.vidcontainer
{
    position: relative;
    text-align: center;
    margin: auto auto;
    width: 70%;
    height: 0;
    padding-bottom: 56%;
}
.herovid
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footerwad
{
    text-align: left;
    margin: auto 15%;
    padding: 1rem;
    font-size: 0.75rem;
    color: #b5b5b5;
}
.lefttext
{
    text-align: left;
    margin: auto;
}

.dombacenter
{
    text-align: center;
    margin: auto 5%;
}
.mbagrid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 1rem;
    margin: auto 10%;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}
.mbaitem
{
    background-color: #202020;
    padding: 1.5rem;
}

.teamgrid
{
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 2fr;
    gap: 1rem;
    margin: auto 10%;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}
.teamitem
{
    text-align: left;
    padding: 1.5rem;
}
.teamitem img
{
    margin: auto;
    width: 100%;
    max-width: 300px;
    text-align: center;
    height: auto;
}

ol
{
    list-style-type: "—";
    color: #FF0F0F;
    font-size: 2.5rem;
    text-align: left;
    margin: 1% auto;
}

.hd1
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.5rem;
}
.hd1r
{
    color: #FF9999;
    font-weight: bold;
    font-size: 2.5rem;
}
.hd2
{
    color: #D4D4D4;
    font-weight: bold;
    font-size: 1.8rem;
    margin-left: 15%;
    margin-top: 20px;
}
.hd3
{
    color: #FF0F0F;
    margin-left: 15%;
    margin-top: 20px;
}
.hd3to
{
    color: #FF0F0F;
    text-align: left;
}

.newsframe
{
    text-align: center;
    margin: auto 15%;
}
.newsitem img
{
    margin: auto;
    width: 100%;
    height: auto;
}
.newsitem
{
    text-align: left;
    margin: 0 auto;
    padding: 1rem;
}
.newsheadline
{
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 1150px)
{
    body
    {
        width: 96%;
    }
    .problemgrid
    {
        margin: auto auto;
    }
    .mbagrid
    {
        margin: auto auto;
    }
    .doframecenter
    {
        margin: auto auto;
    }
    .newsframe
    {
        margin: auto 2%;
    }
    .newsitem
    {
        margin: 1% 1%;
    }
    .teamgrid
    {
        margin: auto 1%;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .teamitem
    {
        font-size: 0.9rem;
    }
    .logoimg
    {
        width: 90%;
        height: auto;
    }
    .hd2
    {
        margin-left: 5%;
    }
    .hd3
    {
        margin-left: 5%;
        font-size: 1.1rem;
    }
    .hd3to
    {
        margin-left: 5%;
        font-size: 1.1rem;
    }
    .carousel-wrapper
    {
        height: 500px;
    }
}
@media screen and (max-width: 1390px)
{
    .herospring
    {
        width: 0%;
        height: auto;
    }
}
@media screen and (min-width: 1390px)
{
    .problemgrid
    {
        display: grid;
        grid-template-columns: minmax(20%, 1fr) 2fr;
        gap: 10px;
        margin: auto 15%;
        padding: 1rem;
        text-align: left;
        vertical-align: top;
    }
}

.carouselheader
{
    font-weight: bold;
    font-size: 3rem;
    margin: 5% 15%;
}

.carouseltext
{
    height: 37%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.5rem;
    margin: auto 15%;
}

.arrow
{
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: url("images/arrow.png") 50% 50% / 20px no-repeat;
}
.arrow-prev
{
    left: 0;
}
.arrow-next
{
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.carousel-seat
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 800px)
{
    .arrow
    {
        background-size: 10px;
        background-position: 10px 50%;
    }
    .carouseltext
    {
        height: 60%;
        font-size: 1.1rem;
        margin: auto 5%;
    }
    .carouselheader
    {
        font-size: 2.1rem;
        margin: 5% auto;
    }
    .carousel-wrapper
    {
        height: 400px;
    }
}
.seat-1
{
    z-index: 2;
    opacity: 1;
}
[id^="span-seat"]
{
    display: none;
}
*:target ~ .seat-1
{
    opacity: 0;
}
#span-seat-1:target ~ .seat-1
{
    opacity: 1;
}
#span-seat-2:target ~ .seat-2,
#span-seat-3:target ~ .seat-3,
#span-seat-4:target ~ .seat-4,
#span-seat-5:target ~ .seat-5,
#span-seat-6:target ~ .seat-6,
#span-seat-7:target ~ .seat-7,
#span-seat-8:target ~ .seat-8,
#span-seat-9:target ~ .seat-9,
#span-seat-10:target ~ .seat-10,
#span-seat-11:target ~ .seat-11,
#span-seat-12:target ~ .seat-12
{
    z-index: 3;
    opacity: 1;
}

.carousel-wrapper
{
    height: 600px;
    width: 95%;
    position: relative;
    background-image: url("images/carouselbg.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.noinfobox
{
    display: none;
}
.infobox
{
    /*margin-left: 50px;*/
}
.infobox ul
{
    /*width: 80%;*/
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    text-align: left;
}
.infobox li
{
    padding: 1em;
    border-bottom: 1px solid #5E5E5E;
    position: relative;
}
.infobox li:first-child
{
    border-bottom: 1px solid #292929;
}
.infobox li:last-child
{
    border-bottom: none;
}

.pform ul
{
    /*width: 80%;*/
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
.pform li
{
    padding: 1em;
    border-bottom: 1px solid #5E5E5E;
    position: relative;
}
.pform li:first-child
{
    border-bottom: 1px solid #292929;
}
.pform li:last-child
{
    /*border-bottom: 1px solid #292929;*/
    border-bottom: none;
}
.pform label
{
    width: 200px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}
.pform input
{
    height: 2em;
    width: 200px;
    padding: 5px 8px;

    border: 1px solid #FF0F0F;
    /*box-shadow: 0px 0px 3px #CCC, 0 5px 10px #FF0F0F inset;*/
    border-radius: 2px;
    background-color: #292929;
    color: #FFFFFF;

    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    -transition: padding .25s;
}
.pform input:focus
{
    padding-right: 20px;
    outline: none;
}
.pform textarea
{
    padding: 8px;

    border: 1px solid #FF0F0F;
    /*box-shadow: 0px 0px 3px #CCC, 0 5px 10px #FF0F0F inset;*/
    border-radius: 2px;
    background-color: #292929;
    color: #FFFFFF;

    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    -transition: padding .25s;
}
.pform textarea:focus
{
    padding-right: 20px;
    outline: none;
}

.pform select
{
    height: 3em;
    width: 218px;
    padding: 5px 8px;

    border: 1px solid #FF0F0F;
    border-radius: 2px;
    background-color: #292929;
    color: #FFFFFF;
}

.pform input[type="checkbox"]
{
    appearance: none;
    -webkit-appearance: none;
    display: grid;
    place-content: center;
    font: inherit;
    background-color: #292929;
    margin: 0;
    border: 1px solid #FF0F0F;
    border-radius: 2px;
    color: #FFFFFF;
    height: 1.8em;
    width: 1.8em;
    /*transform: translateY(-0.075em);*/
}

.pform input[type="checkbox"]::before
{
    content: "■";
    font: inherit;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    margin: auto;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /*ox-shadow: inset 1em 1em var(--form-control-color); */
    color: #FFFFFF;
  
    /*transform-origin: bottom left;*/
    /*clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);*/
}

.pform input[type="checkbox"]:checked::before
{
    transform: scale(1) !important;
}

.pform input[type="checkbox"]:focus
{
    padding: 5px 8px;
}

.errorflag
{
    background-color: #FF9999;
}

.pform button
{
    margin-left: 206px;
}

button.submit
{
    background-color: #000000;

/*    background: -webkit-gradient(linear, left top, left bottom, from(#FF0F0F), to(#FF9999));
    background: -webkit-linear-gradient(top, #FF0F0F, #FF9999);
    background: -moz-linear-gradient(top, #FF0F0F, #FF9999);
    background: -ms-linear-gradient(top, #FF0F0F, #FF9999);
    background: -o-linear-gradient(top, #FF0F0F, #FF9999);
    background: linear-gradient(#FF0F0F, #FF9999);*/

    border: 1px solid #FF0F0F;
/*    border-bottom: 1px solid #669FD1;*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;

/*    box-shadow: inset 0 1px 0 0 #FF0000;
    -webkit-box-shadow: 0 1px 0 0 #FF0000 inset;
    -moz-box-shadow: 0 1px 0 0 #FF0000 inset;
    -ms-box-shadow: 0 1px 0 0 #FF0000 inset;
    -o-box-shadow: 0 1px 0 0 #FF0000 inset;*/

    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    padding: 6px 20px;
    text-align: center;
    /*text-shadow: 0 1px 0 #FF0000;*/
}

button.submit:hover
{
    /*opacity: 0.85;*/
    /*border: 2px solid #FF0000;*/
    background-color: #292929;
    cursor: pointer;
}

button.submit:active
{
    border: 2px solid #FF0000;

/*    background: -webkit-gradient(linear, left top, left bottom, from(#FF0F0F), to(#FF9999));
    background: -webkit-linear-gradient(top, #FF0F0F, #FF9999);
    background: -moz-linear-gradient(top, #FF0F0F, #FF9999);
    background: -ms-linear-gradient(top, #FF0F0F, #FF9999);
    background: -o-linear-gradient(top, #FF0F0F, #FF9999);
    background: linear-gradient(#FF0F0F, #FF9999);*/
}

.form_hint
{
    background: #FFFFFF;
    border: 2px solid #FF0F0F;
    border-radius: 2px 2px 2px 2px;
    color: #FF0F0F;
    font-size: 0.9em;
    margin-left: 1em;
    padding: 2px 6px;
    z-index: 15;
    position: absolute;
}
.form_hint::before
{
    content: "\25C0";   /* &#x25C0; */
    color: #FF0F0F;
    position: absolute;
    top: 1px;
    left: -0.8em;
}

.form_warn
{
    background: #FFFFFF;
    border: 2px solid #FF6A00;
    border-radius: 2px 2px 2px 2px;
    color: #FF6A00;
    font-size: 0.9em;
    margin-left: 1em;
    padding: 2px 6px;
    z-index: 15;
    position: absolute;
}
.form_warn::before
{
    content: "\25C0";   /* &#x25C0; */
    color: #FF6A00;
    position: absolute;
    top: 1px;
    left: -0.8em;
}


.contact_form input:focus + .form_hint
{
    display: inline;
    outline: none;
}
.contact_form input + .form_hint
{
    background: #28921f;
}
.contact_form input + .form_hint::before
{
    color:#28921f;
}

@media screen and (max-width: 800px)
{
    .infobox
    {
        margin-left: 5px;
    }
    .pform ul
    {
        width: 95%;
    }
    .pform textarea
    {
        width: 250px;
    }
    .pform button
    {
        margin-left: 0px;
    }
    .pform input:focus
    {
        padding-right: 30px;
    }
    .pform textarea:focus
    {
        padding-right: 8px;
    }
}










