﻿body {
    background-image:url("/images/Cherry-blossom-15.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

li.nav-item {
    padding-left: 3px;
    padding-right: 3px;
}

li.nav-item a, .navitemlink {
    color: #e9e9e9;
    margin-right: 10px;
}

.row {
  display: flex; /* equal height of the children */
}

.coloredbox {
    padding-top:7px;
    padding-left:7px;
    padding-right: 7px;
    padding-bottom:7px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:#f9f9f9;
    height: 100%;
}

.homebox {
    padding-right: 5px !important;
    padding-left: 5px !important;
    flex: 1; /* additionally, equal width */
    padding: 1em;
    min-width: 230px;
}

.copyright {
    font-size:0.50rem;
}

img {
    image-orientation: from-image;
}

img.adaptive {
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}

.box {
    width: 100%;        
    height: 100%
}    

#mainjumbotron {
    padding: 2rem 1rem;
    width:100%;
}

.logo {
    height: 50px;
    width: 50px;
}

.photobar {
    height: 116px;
    width: 433px;
    height:auto;
    max-width:100%;
}

.aikidotron {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    background-color:#e9ecef;
}

.text-block-container {
    position: relative;
}

.text-block {
  position: absolute;
  --bottom: 100px;
  --right: 120px;
  left:120px;
  top:275px;
  color: white;
  width:800px;
  padding-left: 20px;
  padding-right: 20px;
  font-size:1.5em;
}

.galerij-blok {
    margin-bottom: 20px;
    text-align: center;
    width:200px;
}

.galerij-folder {
    height: 80px;
    width: 80px;
}

.galerij-foto {
    padding-bottom: 15px;
    padding-left: 15px;
}

.kanji {
    margin-right: 15px;
}

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/*.photoaikido {height: calc(60px + 1vh); width: auto;} */
.photoaikido {
    height:175px;
    margin-left: 16px;
}

.text-responsive {
  font-size: calc(100% + 0.25vw + 0.25vh);
}

/* Keep the footer at the bottom of the page */
#page-container {
  position: relative;
  min-height: 91vh;
}

#body-content {
  padding-bottom: 3.0rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.0rem;            /* Footer height */
  text-align: right;
  padding-right: 20px;
}

footer div div hr {
  margin-top:0px;
  margin-bottom:3px;
}

p.bold {
  font-weight: bold;
}

p.emph, p.emph-sm, li.emph, ul.emph li, div.galerij-blok a {
  font-style: italic;
}

p.emph-sm {
  margin-bottom: 0.1rem;
}

p.indent {
  margin-left: 15px;
}

#ShowErrorMessageDiv {
  background-color: #e9ecef;
  border: 3px;
  border-style: ridge;
  padding: 5px;
}

.CaptchaError {
  color:red;
}

.InputError {
  color:red;
  margin-left:5px;
}

.submitContact {
  padding-top: 10px;
}

/* ToolTip for Contact Form Report */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-left: -60px;

/* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 250%;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 20px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

img.gridImage {
  height: 20px;
  width: 13px;
}

img.lineImage {
  height: 20px;
  width: 13px;
  margin-bottom: 10px;
  margin-right: 3px;
}

td.cf_td_datum {
  width:175px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* Small devices (Portrait phones, 320px and up) */
@media (min-width: 320px) {  
  .text-responsive {font-size: calc(100% + 0.5vw + 0.5vh);}
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  .text-responsive {font-size: calc(100% + 0.5vw + 0.5vh);}
}
  
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .text-responsive {font-size: calc(100% + 0.75vw + 0.75vh);}
}
  
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .text-responsive {font-size: calc(100% + 1vw + 1vh);}
}
  
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .text-responsive {  font-size: calc(100% + 1.25vw + 1.25vh);}
}