/*Seitenlayout*/
.hide {
	text-indent: -12000px;
	}

body {
  font-family: Arial;
  margin: 0;
  }

* {
    box-sizing: border-box;
    }

.center {
  margin: auto;
  width: 60%;
  border: none;
  padding: 2px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    text-align: center;
}

/*Navigation*/

a {
  display: block;
  padding: 8px;
  width: 150px;
}

.btn {
  font-size:1.1em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: RGB(250,250,250);
}

li {
  margin:auto;
  display: inline;
  float:left;
  width: 100px;
  text-align:center;
  list-style-type:none;
}

li a:hover {
  color:indigo;
}

li a, .btn {
  width: 150px;
  display: inline-block;
  color: rgb(54, 47, 47);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;    
}

li.drop {
  display:inline-block;   
}

.drop-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
}
.drop-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: center;
justify-content: center;
}
.drop-content a:hover {
  background-color: RGB(200,200,200);
   
}
.drop:hover .drop-content {
  display: block;
}

footer {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  }  
    
/* Create Image Grid */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  }
/* Create seven equal columns that sits next to each other */
.column {
  flex: 14.00%;
  max-width: 14.00%;
  padding: 0 4px;
  }

.column img {
  margin-top: 8px;
  vertical-align: middle;
  max-width: 100%;
}
  /* Clear floats 
  .row:after {
    content: "";
    display: table;
     clear: both;
  }*/
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
    .column {
      flex: 50%;
      width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      width: 100%;
    }
  }

  @media only screen and (max-width: 700px) {
    .modal-content {
      width: 100%;
    }
  }   

  /* latin */
@font-face {
    font-family: 'Aldrich';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/aldrich/v17/MCoTzAn-1s3IGyJMVacY3w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

.myImgages {
  width:fit-content;
  cursor: pointer;
  transition: 0.3s;
}

.myImages:hover {
  opacity: 0.6;
}

#myImg:hover {
  opacity: 0.6;
}

#myjpg {
  margin: 5px;
}

#myImago {
  margin: auto;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5px;  /*Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%;/* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, 
#caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*Adaptable Layout*/
@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%; padding: 5px;}
  .col-s-2 {width: 16.66%; padding: 5px;}
  .col-s-3 {width: 25%; padding: 5px;}
  .col-s-4 {width: 33.33%; padding: 5px;}
  .col-s-5 {width: 41.66%; padding: 5px;}
  .col-s-6 {width: 50%; padding: 5px;}
  .col-s-7 {width: 58.33%; padding: 5px;}
  .col-s-8 {width: 66.66%; padding: 5px;}
  .col-s-9 {width: 75%; padding: 5px;}
  .col-s-10 {width: 83.33%; padding: 5px;}
  .col-s-11 {width: 91.66%; padding: 5px;}
  .col-s-12 {width: 100%; padding: 5px;}
}
/* For desktop: */
@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%; padding: 5px;}
  .col-2 {width: 16.66%; padding: 5px;}
  .col-3 {width: 25%; padding: 5px;}
  .col-4 {width: 33.33%; padding: 5px;}
  .col-5 {width: 41.66%; padding: 5px;}
  .col-6 {width: 50%; padding: 5px;}
  .col-7 {width: 58.33%; padding: 5px;}
  .col-8 {width: 66.66%; padding: 5px;}
  .col-9 {width: 75%; padding: 5px;}
  .col-10 {width: 83.33%; padding: 5px;}
  .col-11 {width: 91.66%; padding: 5px;}
  .col-12 {width: 100%; padding: 5px;}
}

/* Page Tabs*/
/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #777;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size:1.1em;
  font-weight: bold;
  width: 33.3%;
}

.tablink2 {
  background-color: #777;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size:1.1em;
  font-weight: bold;
  width: 50%;
}
.tablink:hover, .tablink2:hover {
  background-color: #888;
  color: white;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#EKu {background-color: white; color: black;}
#TKa {background-color: white; color: black;}
#WPa {background-color: white; color: black;}
#MKe {background-color: white; color: black;}
#CMo {background-color: white; color: black;}
#AAr {background-color: white; color: black;}
#KWe {background-color: white; color: black;}
#RSk {background-color: white; color: black;}

