.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: 0.1}
  to {opacity: 1}
}

.tablefade {
  animation-name: fade;
  animation-duration: 0.2s;
}

@keyframes tablefade {
  from {opacity: 0.5}
  to {opacity: 1}
}


.contentwrapper
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background: #737373;
    display: flex;
    
    box-sizing: border-box;
    overflow: hidden;
    color: white;
    width: 100%;
    height: 95vh;
    flex-direction: column;
}
@media only screen and (min-width: 800px) 
{
    .contentwrapper
    {
        flex-direction: row;
        margin-bottom: 20px;
        max-width: 1100px;
        max-height: 100vh;
        height: 90vh;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 5px solid #d9d9c3;
    }

}

.contentwrapper > div
{
    flex: 1;
    box-sizing: border-box;
}


.contentwrapper .mainrow
{
    flex: 1;
    flex-grow: 1;
}


.sevenbytelogo
{
   width: 100px;
   filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.25)) grayscale(50%);
}

.default_colwrapper
{
    flex: 1;
    flex-direction: column;
    display: flex;
}
.sectiontitle
{
    padding: 5px;
    font-size: 120%;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #6a6a4b;
    background: #f5f5ef;
    
}

.loadingblanket
{
    background-color: rgba(0,0,0, 0.5);
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadingblanket[visible="0"]
{
    display: none;
}


.loadingblanket img
{
    width: 100px; 
    height: 100px;
    opacity: 1;
    
}

.mainrow
{
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
}

.maincontent
{
    flex: 1;
    flex-grow: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background: white;
    color: black;
    overflow-y: scroll;
    padding-left: 20px;
    box-sizing: border-box;
}

.maincontent .strip
{
    flex: 1;
    flex-grow: 0;
    min-height: 100px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; 
    display: flex;
    flex-direction: column;
}


.maincontent .strip > div
{
    flex: 1;
    flex-grow: 0;
}
.mainrow .maincontent .strip > div:last-child
{
    flex-grow: 1;
}


.mainrow .maincontent .striptitle
{
    padding: 5px;
    margin-top: 10px;
    padding-left: 15px;
    font-size: 120%;
    color: black;
    font-weight: bold;
    letter-spacing: 3px;
    display: inline-flex;
    margin-left: 50px;
    box-sizing: border-box;
    
    background: #e2e2e9;
    
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    
    -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.33);
box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.33);
}

.mainrow .maincontent .content
{
    flex: 1;
    flex-grow: 1;
    padding: 10px;
    
    box-sizing: border-box;
    
    background: whitesmoke;
    color: black;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (min-width: 800px)
{
    .mainrow .maincontent .content
    {
        padding-top: 20px;
    }
    .mainrow .maincontent .strip
    {
        min-height: 200px;
    }
    .mainrow .maincontent .striptitle
    {
        margin-top: 25px;
        padding: 10px;
        padding-left: 25px;
        font-size: 140%;

    }


}

.mainrow .bottom
{
    flex: 1;
    flex-grow: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px;
    color: white;
    background: #8d91a5;
}
.mainrow .bottom img
{
    width: 25px;
    height: 25px;
}



.mainrow > div
{
    letter-spacing: 1px;
    text-shadow: none;
}

h1
{
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 25px;
    
    color: black;
    
}

.link
{
    color: maroon;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}
.link:active
{
    transition: none;
    color: black !important;
    
}

.link:hover
{
    color: red;
    text-decoration: none;
}

.subheader
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 105%;
    color: lightgoldenrodyellow;
}
.subheader > span
{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.twocolflex
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.twocolflex > div
{
    flex: 1;
    flex-grow: 1;
    vertical-align: top;
    box-sizing: border-box;
}

.twocolflex > div:first-child
{
    flex-grow: 0;
    margin-right: 5px;
}

.infobox
{
    border-radius: 5px;
    background: rgba(153, 153, 255, 0.25);
    padding: 10px;
    display: inline-block;
    border-top: 4px solid rgba(153, 153, 255, 1);
    border-bottom: 4px solid rgba(153, 153, 255, 1);
    padding-right: 15px;
    margin-left: 20px;
}



.appgallery
{
    width: 100%;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
    padding-bottom: 0px;
}

.appgallery > div
{
    flex: 1;
    flex-grow: 0;
    flex-basis: auto;
    user-select: none;
    
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.appgallery > div:nth-last-child(2)
{
    margin-bottom: 0px;
}


.appgallery > div:last-child
{
    flex-grow: 1;
    pointer-events: none;
    margin-bottom: 0px;
}
.appgallery > div img
{
    
}
.appgallery .contentitem
{
    flex: 1;
    flex-grow: 1;
}
.appgallery .contentitem .apptitle
{
    background: #fcfce8;
    padding: 2px;
    font-weight: bold;
    font-size: 90%;
    color: black;
    padding-left: 10px;
    margin-bottom: 10px;
}

.appgallery .imgitem
{
    flex: 1;
    flex-grow: 0;
    transition: all 0.4s ease;
    width: 250px;
    height: auto;
    border: 1px solid black;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.appgallery .imgitem:hover
{
    outline: 1px solid white;
    filter: brightness(110%);
}
.appgallery .imgitem:active
{
    transition: none;
    filter: invert(100%);
}


@media only screen and (max-width: 800px) 
{
    .appgallery
    {
        padding: 0px;
    }
    .appgallery .imgitem
    {
        width: 120px;
    }

}

.impressum
{
    font-size: 90%;
    text-align: center;
    margin-top: 15px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.impressum > div
{
    white-space: nowrap;
    flex: 1;
    flex-grow: 0;
    transition: all 0.4s ease;
}
.impressum > div:hover
{
    cursor: pointer;
    color: red;
}

.impressum > div:active
{
    color: white;
}

.homecontent
{
    display: flex;
    flex-direction: column;
}

.homecontent > div
{
    flex: 1;
    flex-grow: 0;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.homecontent > div > div
{
    flex: 1;
    margin-bottom: 10px;
    display: flex;
}

.homecontent .icondiv
{
    flex-grow: 0;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
}

.homecontent .icondiv img
{
    height: 80px;
    width: auto;
    filter: invert(100%);
    opacity: 0.5;
}

.logorow
{
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.logorow > div
{
    flex: 1;
    flex-grow: 0;
}

.linkdiv
{
    cursor: pointer;
    transition: all 0.2s ease;
}
.linkdiv:hover
{
    color: yellow;
}
.linkdiv:active
{
    transition: none;
    color: black;
}

.invisible_table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}
.invisible_table img
{
    width: 22px;
    height: auto;
}
.invisible_table td
{
    padding: 3px;
    vertical-align: top;
}

.merkurlogo
{
    width: 100px;
    height: auto;
    float: left;
}

a
{
    text-decoration: none;
    border-bottom: 1px dashed green;
    cursor: pointer;
    color: green;
    transition: all 0.2s ease;
}
a:hover
{
    color: red;
}