* {
  box-sizing: border-box;
}

.ShYaRy {
    font-family: 'Grenze Gotisch', cursive;
    font-size: 36px;
	margin-top: 15px;
	margin-left: 30px;
	color: #0A3C82;
}
	
body {
  background-color: #eeeeee;
}

.flex-container {
  display: flex;
  justify-content: center;
  background-color: #eeeeee;
}

.flex-container > div {
	max-width: 1000px;
	margin: 0px;
	background-color: #ffffff;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  /* padding: 15px;
	*/
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #ffffff;
  color: #ffffff;
  padding: 15px;
}

a {text-decoration: none;}

.block {
 text-align: justify;
}

.smenu {
  color: #000;
  font-weight: bold;
 }

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #999;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0A3C82;
  color: #EFC818;
}

.aside {
  background-color: #DA0400;
	background-color: #7064ba;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: solid 2px #330090;
	box-shadow: gray -5px 5px 8px;
	
}

.headline {
  position: sticky;
  position: -webkit-sticky;
  top: -20px;
  width: 100%;
}

.footer {
        font-size: 15px;
        background-color: #0A3C82;
        color: white;
	    width: 100%;
        padding: 25px;
        position: absolut;
        bottom: 5px;
  margin-bottom: 50px;
	text-align: center;
    font-size: 16px;
}


.footerphone{
    text-align: center;
    background-color: #0A3C82;
    margin-right: 20px;
}


.phone {
   display: block;
   background-color: #ffffff;
}

.nophone {
  display: none;
}


.grid-container {
  display: grid;
  width: 889px;
  margin: auto;
  margin-top: -90px;
  margin-bottom: 0px;
  grid-template-columns: 440px 9px 440px;
  grid-gap: 0px;
  background-color: #ffffff;
  padding: 0px;
}




.grid-container1 {
/*  display: grid;
  width: 440px;
  grid-template-columns: 440px;
  width: 3960x;
  grid-template-columns: 396px;
	*/
  width: 440px;
  grid-template-columns: 440px;
  grid-gap: 0px;
  padding: 0px;
/*  border: 1px solid #000000; /* */
	
	background-color: #ffffff; 
}

.grid-container2 {
  display: grid;
/*  grid-template-columns: 140px 155px 145px;
  grid-template-columns: 126px 140px 131px;
	*/
  grid-template-columns: 126px 140px 131px;
  grid-gap: 0px;
  padding: 0px;
	
	background-color: #ffffff; 
}

.grid-container2a {
  display: grid;
/*  grid-template-columns: 140px;
  grid-template-columns: 126px;
	*/
  grid-template-columns: 126px;
  grid-gap: 0px;
  padding: 0px;
	
	background-color: #ffffff; 
}

.grid-container2b {
  display: grid;
/*  grid-template-columns: 155px;
  grid-template-columns: 140px;
	*/
  grid-template-columns: 140px;
  grid-gap: 0px;
  padding: 0px;
}

.grid-container2c {
  display: grid;
/*  grid-template-columns: 131px;
  grid-template-columns: 118px;
	*/
  grid-template-columns: 118px;
  grid-gap: 0px;
  padding: 0px;
}

.grid-container3 {
  display: grid;
/*  height: 169px;
  grid-template-columns: 50px 169px 167px 54px;
  height: 152px;
  grid-template-columns: 45px 152px 150px 49px;
	*/
  height: 169px;
  grid-template-columns: 41px 159px 150px 45px;
  grid-gap: 0px;
  padding-top: 6px;
}

.i2a1 {
/*  height: 86px;
  height: 74px;
	*/
  height: 76px;
}

.i2a2 {
/*  height: 204px;
  height: 184px;
	*/
  height: 183px;
  margin-left: -6px; 
}

.i2b1 {
/*  height: 157px;
  height: 141px;
	*/
  height: 148px;
}

.i2b2 {
/*  height: 133px;
  height: 120px;
	*/
  height: 120px;
	/* border: solid 2px red; */
}

.i2c1 {
/*  height: 86px;
  height: 77px;
	*/
  height: 76px;
}

.i2c2 {
/*  height: 204px;
  height: 184px;
	*/
  height: 183px;
	margin-left: 6px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

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

  .nophone {display: inline;}
  .phone {display: none;}
  .footerphone {display: none;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  width: 100%;
  .col-1 {width: 8%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .nophone {display: inline;}
  .phone {display: none;}
  .footerphone {display: none;}
}
