body {
  /*background-color: #ffffff;*/
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 0px;
  
  /*background: linear-gradient(to bottom, #02a7cc, #03a1c4);*/
  background-color: #03a1c4;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjAzKSIgaGVpZ2h0PSIxOTRweCIgd2lkdGg9IjExMnB4IiB2aWV3Qm94PSIwIDAgMTEyIDE5NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTYsMTI5LjMzLDAsOTcsNTYsNjQuNjcsMTEyLDk3Wk01NiwwSDBWMzIuMzNabTU2LDMyLjMzVjBINTZaTTU2LDE5NGg1NlYxNjEuNjdaTTAsMTYxLjY3VjE5NEg1NloiLz4KCQkJCQkJCQkJCTxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGQ9Ik01NiwwVjY0LjY3TDAsOTdWMzIuMzNabTAsMTI5LjMzVjE5NGw1Ni0zMi4zM1Y5N1oiLz48L3N2Zz4=);

}

#privacyPolicy{
    font-size: 12px;
}

a:link {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

table.projectTable {
    border-style:solid;
    border-width: 0px;
    border-color: #000;
    background-color: #FFFFFF;
    display:inline-block;
    width:94%;
    font-weight: normal;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    border-radius: 22px;
}
table.projectTablePage {
    border-style:solid;
    border-width: 0px;
    border-color: #000;
    display:inline-block;
    font-weight: normal;
    width:100%;
    max-width: 1024px;
    background-color: #dbf2ff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.projectTableSub {
    border-style:solid;
    border-width: 1px;
    border-color: #000;
    background-color: #ECEFF1;
    display:inline-block;
    width:90%;
    font-weight: normal;
}

.projectTableTitle {
  font-weight: bold;
  font-size: 1.3em;
  color: #111;
}

.projectTitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #111;
}

#top_banner {
    background-image: url('images/banner_mobile.png');
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

h1 {
    color: #FFF;
    text-shadow: 2px 2px 12px #000000;
    display: contents;
    
    text-decoration: none;
    font-weight: bold;
}


.title_banner
{
}


.title_bar {
    background-color:#2c5e8a;
    height: 3.6em;
    z-index: 3;
    position: relative;
}

.title_bar_overlay {
    background-color: #2c5e8a;
    height: 3.6em;
    width: 100%;
    z-index: 3;
    position: relative;
    display: flex;
    justify-content: center;
}

.header-container {
  max-width: 1024px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-cell {
    vertical-align: top;
}

.header-row {
    height: 3.6em;
}

.title_bar_back_text {
    display: inherit;
    position: relative;
    top: -0.2em;
}

.title_bar_back_circle {
    background: #2c5e8a;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_bar_none {
    display: none;
}

#title {
    color: #FFF;
    font-weight: bold;
    font-size: 2em;
    height 100%;
    text-align: left;
    margin-left:0.5em;
    margin-right:0.5em;
}

#title a,
#title a:visited,
#title a:hover,
#title a:active,
#title a:link
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#lang
{
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
    margin-right:0.5em;
}

#lang a,
#lang a:visited,
#lang a:hover,
#lang a:active,
#lang a:link
{
    color: #FFF;
    text-decoration: underline;
    font-weight: normal;
    text-shadow: 0 0 5px black;
}

.profilFirstCell {
	width: 30px;
}

.profilSecondCell {
	width: 150px;
}

#profil h2 {
	color: #000000;
	background-color:#DDDDDD;
	outline: 1px solid #777777;
	margin-left: 3px;
	font-weight:bold;
	font-size:1.2em;
}

#imagePanelBackground {
	position: fixed;
	background: black;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	z-index: 3;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	visibility: hidden;
}

#imagePanel {
	position: fixed;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	z-index: 4;
	visibility: hidden;
}

.mainHeaderSpace {
	height: 3px;
}


.mainHeaderText {
	margin-top: 25px;
	font-weight:bold;
	font-size:1.2em;
}

.galleryCell {
	width: 200px;
	height: 200px;
	border: 1px solid #000;
	text-align: center;
	background-color:rgba(0,0,0, 0.3);
}

img {
	border: 0;
	display: block;
}

img.projectImageBorder {
    width:5em;
    height:5em;
    border-radius: 20%;
}

.galleryCell img {
	border: 0;
	display: inline;
}

table#share
{
    text-align:center;
    margin: 0 auto;
}

table#share td
{
    text-align:center;
    padding: 0px 10px;
}

#store a {
    text-align:center;
    display: inline-block;
    width:50%;
    /*background-color:rgba(0,0,0, 0.4);*/
    margin: 3px auto;
}

#store img {
    margin: 0 auto;
    width:70%;
    aspect-ratio: 325 / 100;
    padding-bottom: 1em;
}

#inputtext {
	width:200px;
    border: 0px solid #000;
    background-color: #dbf2ff;
    padding:0.3em;
}

#icon {
    width: 64px;
    height: 64px;
    padding: 15px;
    border-radius: 30%;
}

.gallery
{
    width: 375px;
    height: 500px;
    left:10px;
}

.gallary_cell_port
{
    width: 375px;
    height: 500px;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.gallary_cell_land
{
    width: 75vw;
    height: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.gallary_img
{
    border: 0;
    display: inline;
    max-width: 100%;
    max-height: 100%;

}

table#content {
    width: 100%;
    min-height: 100vh;
}

@media only screen and (min-width: 800px) {
    

    #privacyPolicy{
        font-size: 16px;
    }
    
    /*#top_banner {
        background-image: url('images/banner.png');
    }*/
    
    
    .titel_games {
        font-size: 4.0em;
        display: contents;
    }
    
    .with-bg-size
    {
        /*background-image: url('../images/bg.jpg');*/
        background-color:#607D8B;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

    
    img.projectTablePage {
        width: 120px;
        height: 120px;
    }
    
    table.projectTablePage {
        /*padding-top: 1em;
        padding-bottom: 1em;*/
        font-size: 18px;
    }
    
    #description {
        font-size: 18px;
    }
    
    table.projectTable {
        width:30%;
        max-width:300px;
        min-width: 275px;
    }
    
    #store a {
        text-align:center;
        display:inline-block;
        width:20%;
        margin: 3px auto;
    }
    #inputtext {
        width:450px;
    }

    .projectTitle {
        font-size: 2.0em;
    }
    
    #icon {
        width: 6em;
        height: 6em;
        padding: 0.5em;
    }
    
    #store img {
        margin: 0 auto;
        width:80%;
        padding: 0em;
        max-width: 200px;
    }
}

@keyframes slideInFromLeftFrames {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

.slideInFromLeft {
    animation: 500ms ease 0s 1 slideInFromLeftFrames;
}

@keyframes slideInFromRightFrames {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

.slideInFromRight {
    animation: 500ms ease 0s 1 slideInFromRightFrames;
}

@keyframes slideInFromTopFrames {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}

.slideInFromTop {
    animation: 500ms ease 0s 1 slideInFromTopFrames;
}

@keyframes slideInFromBottomFrames {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0); }
}

.slideInFromBottom {
    animation: 500ms ease 0s 1 slideInFromBottomFrames;
}

@keyframes slideInFromLeftFrames2 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

.slideInFromLeft2 {
    animation: 500ms ease 0s 1 slideInFromLeftFrames;
}

@keyframes slideInFromRightFrames2 {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

.slideInFromRight2 {
    animation: 500ms ease 0s 1 slideInFromRightFrames;
}

@media only screen and (min-width: 768px) {
    
    .slideInFromLeft2 {
        animation: 0ms ease 0s 1 slideInFromLeftFrames;
        display:inline;
    }
    
    .slideInFromRight2 {
        animation: 0ms ease 0s 1 slideInFromRightFrames;
        display:inline;
    }
}


.game_preview {
    width:90%;
    display:inline;
    vertical-align: middle;
    text-align: center;
}

.game_preview_cell {
    width:30%;
    background-color:#cfcfcf;
    text-align: center;
    
}


.game_preview_single {
    max-width: 50%;
}



table.blogPost {
    font-weight: normal;
    text-decoration: none;
    border-spacing: 10px;
    max-width: 400px;
}


.blogImgage {
    width:100%;
    max-width: 500px;
    max-height: 500px;
}

.blogIcon {
    width:2em;
    height:2em;
    border-radius: 20%;
    display:inline;
    float: left;
    clear: both;
}

.blogTitle {
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    margin-left: 0.5em;
    margin-top: 0.15em;
}

.blogDate {
    float: right;
}
.blogLink
{
    float: right;
}

.blogText
{
    float: left;
}
.blog_post_text {
    margin: 0.5em;
    max-width: 500px;
}

.blogTags {
    font-size: 0.75em;
}

table.blogYears td
{
    padding: 1.0em;
}




.coloring_page_gallery
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 1.0em;
    max-width: 1024px;
}

.coloring_page_gallery > a {
  height: 190px;
  cursor: pointer;
  position: relative;
  list-style-type: none;
}

.coloring_page_gallery a img {
  object-fit: cover;
  /*width: 100%;
  height: 100%;*/
  width: 185px;
  height: 185px;
  vertical-align: middle;
  border-radius: 5px;
}

.coloring_page_preview
{
}

.coloring_page_container {
    display: flex;
    justify-content: center;
}

.color_page_tag {
    display: inline-block;
    border: none;
    margin: 0.1em;
    padding: 0.1em 0.5em;
    border-radius: 1em;
    background: #cff9ff;
    color: #000;
}

.coloring_page_full_size_img {
    max-width: 800px;
    max-height: 800px;
    object-fit: contain;
}

.coloring_page_full_page {
    color: #fff;
}

.coloring_page_full_page a {
    color: #fff;
}

#gameBanner {
    width:100%;
    aspect-ratio: 1024 / 500;
    max-height: 500px;
    max-width:1024px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: auto;
    z-index:1;
}

.center-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

#headerBanner {
    /*background-color: #dbf2ff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

#projectDescription {
    width:100%;
    max-width:1024px;
    margin-left: auto;
    margin-right: auto;
    background-color:#ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.white_page {
    background-color: #ffffff;
}

.white_page h1 {
  color: #000;
  text-shadow: none;
}

.welcomeGameText {
    color: #ffffff;
    max-width: 800px;
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.news_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1300px;
}

.news_item {
  flex-grow: 1;
  border-style:solid;
  border-width: 0px;
  border-color: #000;
  background-color: #fff;
  display: table;
  width:90%;
  font-weight: normal;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 1em;
  border-spacing: 10px;
  max-width:400px;
  border-radius: 22px;
}

#send_contact {
    border-radius: 22px;
    background-color: #2c5e8a;
    border: none;
    color: #fff;
    padding: 0.5em 1em;
}
table#contact_table {
    background-color: #fff;
    border-radius: 22px;
    padding: 0.5em;
    margin:0.25em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact_form_send_text {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    text-shadow: 2px 2px 12px #000000;
}

.hero {
  width: 100%;
  max-height: 400px;
  aspect-ratio: 1024 / 576;
  background-image: url("../img.php?src=images/top_banner.webp");
  background-size: cover;
  background-position: bottom center; 
  overflow: hidden;
  box-shadow: 0 40px 60px -20px rgba(0,0,0,0.5);
}

@media (min-width: 800px) {
  .hero {
    background-image: url("../img.php?src=images/welcome_games.jpg");
    position: relative;
  }
    .hero::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;   /* Logo-Größe anpassen */
    height: auto;
    aspect-ratio: 1024 / 512;
    background: url("../img.php?src=images/logo_circle.webp") center/contain no-repeat;
    transform: translate(-50%, -50%); /* exakt zentrieren */
    pointer-events: none; /* Klicks gehen durch */
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.6));
  }
}



        
a.lang_link_main {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #157a90;
    border-bottom-left-radius: 1em;
    z-index: 1;
    padding: 0.75em 1.5em;
}