#droplet {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: droplet 0.5s ease-out 0s infinite;
}

#droplet img {
    width: 50px;
}

@keyframes droplet {
    0% {top: 50%;}
    50% {top: 55%;}
    100% {top: 50%;}
}



html {
    min-height: 101vh;
    /*zoom: 150%;*/
}

body {
    /*background-color: #FFFFFF;*/
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    /*color: #327bc5;*/
    min-height: 100%;
    /*width: 100%;*/
    /*height: auto;*/
    /*overflow: hidden;*/
    /*background-image: url("files/images/background.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;*/
    margin: 0px;
}

h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    width: 350px;
    color: #327bc5;
}

 h3 {
    font-size: 14px;
    line-height: 18px;
    width: 350px;
    color: #327bc5;
}

/* p {
    font-size: 12px;
    line-height: 18px;
    width: 350px;
    color: #000000;
} */

u {
    color: #327bc5;
}

strong {
    font-weight: bold;
    font-size: large;
    color: #327bc5;
}

.headline-container {
    position: absolute;
    left: 29px;
    padding-left: 10px;
    top: 668px;
    height: 138px;
}

.navigation-headline-mobile h3 {
    font-size: 50px;
    text-align: end;
}

.navigation-headline-mobile {
    position: absolute;
    left: 90%;
    top: 20px;
}

.navigation-headline h3 {
    font-size: 30px;
}

.navigation-headline-br h3 {
    font-size: 30px;
    line-height: 30px;
}

.navigation-headline {
    height: auto;
}

.mobile-top-bar {
    display: none;
    padding-top: 0px;
    padding-left: 10px;
    border: 1px solid #000000;
    height: 120px;
    padding-bottom: 0px;
    width: 100%;
}

.mobile-top-bar img {
    width: 50px;
}

.mobile-top-bar a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 40px;
}

.mobile-logo {
    display: none;
}

@media (pointer:none), (pointer:coarse) {
    .djk-logo, .navigation {
        display: none;
    }
    .headline-container {
        display: none;
    }
    
    html {
        zoom: 150%;
        width: 100vw
    }
    div.splash-image-small {
        position: initial;
    }
    .single-splash-image {
        zoom: 150%;
    }
    
    /*.mobile-top-bar {
    display: block;
    position: sticky;
    top: 0px;
    }*/
    #more-archive {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    p.text-mobile-scale {
        position: relative;
        width: 100%;
        left: 5px;
        /*border: 1px solid black;*/
        padding-left: 1px;
        font-size: 27px !important;
        line-height: 47px;
        clear: both;
    }
    p.text-mobile-scale strong {
        font-size: 27px;
    }
    details p {
        text-align: left !important;
    }
    .news {
        margin-left: 10px;
        margin-right: 10px;
    }
    .single-splash-image a {
        font-size: 22px;
    }
} 

@media only screen and (max-width: 655px) {
    .single-splash-image {
        zoom: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .single-splash-image {
        zoom: 50%;
    }
}

.navigation {
    position: absolute;
    left: 0px;
    top: 190px;
    width: 15%;
    z-index: 9;
    line-height: 50px;
    font-size: 18px;
    /*height: 100%;*/
    /*background-color: rgb(185, 185, 185)*/
    /*border: 5px solid rgb(158, 158, 158);*/
}

.impressum {
    margin-bottom: 30px;
}

.djk-logo {
    position: absolute;
    left: 22px;
    width: 206px;
    height: 148px;
    /*animation-name: blend-to-transparent;
    animation-duration: 2s;
    animation-iteration-count: 3;*/
}

.splash-image-link-small {
    height: 122px;
    width: 184px;
}

.splash-image-small {
    position: absolute;
    left: 250px;
    margin-top: 5px;
    /* height: 100%; */
    /* overflow-y: hidden; */
    max-width: 100%;
}

.single-splash-image {
    width: min-content;
    margin: 5px;
    border: 1px solid black;
    border-radius: 5px;
    position: relative;
    transition: all ease-out 200ms;
}

@keyframes splash-up {
    0% {bottom: 0px;}
    25% {bottom: 1px;}
    50% {bottom: 4px;}
    75% {bottom: 1px;}
    100% {bottom: 0px;}
}

.single-splash-image:hover {
    box-shadow: 0px 4px 6px rgb(50, 50, 50);
    bottom: 4px;
    animation: splash-up 1s linear 0s infinite
}

.splash-image-small div {
    float: left;
}

.single-splash-image img {
    padding: 3px;
}

.single-splash-image p {
    width: auto;
    padding-left: 3px;
    font-size: 16px;
    font-family: Verdana, sans-serif;
}


@keyframes blend-to-transparent {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}

@keyframes blend-to-opaque {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide1, .slide2, .slide3 {
	display: none;
    animation-name: blend-to-transparent;
    animation-delay: 4.5s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    /*height: 308.5;*/
    width: 100%;
    object-fit: scale-down;
    border: 1px solid black;
    border-radius: 5px;
    /* padding-top: 1px;
    padding-bottom: 1px; */
    /* width: 1373px; */
    /* width: auto; */
    /* height: 304px; */
    object-fit: cover;
}

.slides-container {
    position: relative;
    /*top: 50%;*/
    left: 5px;
    margin-top: 30px;
    margin-right: 30px;
    /*border: 1px solid black;*/
    float: initial;
}

p.text {
    position: relative;
    width: 100%;
    left: 5px;
    /*border: 1px solid black;*/
    padding-left: 1px;
    font-size: 17px;
    clear: both;
}

p.text-smaller {
    position: relative;
    width: 100%;
    left: 5px;
    /*border: 1px solid black;*/
    padding-left: 1px;
    font-size: 12px;
    clear: both;
}

p.text-mobile-scale {
    position: relative;
    width: 100%;
    left: 5px;
    /*border: 1px solid black;*/
    padding-left: 1px;
    font-size: 17px;
    clear: both;
}

summary h1 {
    display: inline;
}

summary h1:hover {
    text-decoration: underline #327bc5;
    cursor:pointer;
}

details p {
    font-size: 12px;
    line-height: 25px;
    /*width: 350px;*/
    color: #000000;
    text-align: justify;
    padding-right: 10px;
}

.news {
    clear: both;
    padding-top: 50px;
    /* width: 80%; */
    margin-bottom: 30px;
    z-index: 8;
    width: 90%;
}

details img {
    /*height: 122px;*/
    width: 288px;
    float: right;
    margin: 20px;
}

.text-container {
    width: 95%;
    margin-top: 10px;
}

.picture-container {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.picture-container img {
    height: 250px;
    padding: 0px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(50, 50, 50);
    margin: 5px;
}

.logos-img {
    position: relative;
}

.logos {
    position: relative;
    width: 80%;
}

div.navi .sub_no {
    position: relative;
    list-style: none;
    width: 100px;
    left: -30px;
    font-size: 12px;
    line-height: 18px;
}
a:link {
    color: #327bc5;
    font-family: Verdana, sans-serif;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

a:visited {
    color: #327bc5;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #327bc5;
    font-family: Verdana, sans-serif;
    text-decoration: underline;
}

a:active {
    color: #327bc5;
    font-family: Verdana, sans-serif;
    text-decoration: overline underline;
}

/*Bildbetrachter*/
/* * {
    padding: 0;
    margin: 0;
    border: none;
  }
  
  body {
    background: #333;
  } */
  
  #big_image img {
    /* border-radius: 10px; */
    /* width:50%; */
    height:500px;
    object-fit: cover;


    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(50, 50, 50);
  }

  #small_image {
    height:150px;
  }

  #small_image img {
    width:150px;
    height:150px;
    object-fit: cover;

    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(50, 50, 50);
  }

.trainer-card {
    position: relative;
    border: 1px solid #0066CC;
    border-radius: 5px;
    padding: 5px;
    margin: 15px;
    width: 316px;
    height: 535px;
    transition: all ease-in-out 200ms;
}

@keyframes left-up {
    0% {
        bottom: 0px;
        right: 0px;
    }
    100% {
        bottom: 3px;
        right: 3px;
    }
}

.trainer-card:hover {
    box-shadow: 4px 4px 6px rgb(50, 50, 50);
    animation: left-up 200ms ease-in-out forwards;
}

.trainer-name {
    font-size: 16px;
    font-weight: bold;
    color: #0066CC;
}

.trainer-type {
    color: #5591ce;
}

.trainer-description {
    color: #000000;
}

.trainer-card img {
    width: 316px;
    height: 475px;
}

.big-trainer-card-container {
    width: 99%;
}

.big-trainer-card {
    position: relative;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.big-trainer-card img {
    width: 518px;
    height: 638px;
}



/*This will disable the white box when the site and CSS are fully loaded*/
#loadOverlay{display: none;}
