
* {
  box-sizing: border-box;
}

.body{
font-family:Verdana;
background:#808080;
background-size:cover;
background-repeat:no-repeat;
background-image: linear-gradient(to bottom right, #808080, #000000);

min-height:100%;
width:100%;
}

.topBarHeader{
background-color:#f1f1f1;
padding:15px;
height:200px;
#background:url('../images/kendo-banner.ai.svg'),url('../images/japanfan.svg');
background-image:url('../images/kendo-banner.ai.svg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
text-align:center;
}
.topBarHeaderText{
text-align:center;
font-size: 80px;
background: -webkit-linear-gradient(#808080, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-style:italic;
text-shadow: 2px 2px #abaccb
}

.menu {
  float: left;

}

@keyframes append-animate-menu {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0%);
		opacity: 1;	
	}
}


@keyframes append-animate-main {
	from {
		
		opacity: 0;
	}
	to {
		
		opacity: 1;	
	}
}
.menuitem {
  padding: 8px;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
  text-align:center;
  animation: append-animate-menu .5s linear; 
}


.menuitem:hover {
  background-color: black; 
  color: white;
  cursor:pointer;
}

.menuitem:active{
background-color: #808080;
box-shadow: 0 5px #808080;
transform: translateY(4px);
}

 .menu-button{
height:20px;
width:20px;
border:none;
padding:0px;
background-size=100%;
background: url('../Icons/bars-solid.svg');
 #background:#808080;
 border-radius:5px;
 
 }

.menu-button:hover {
  background-color: #809090;
  cursor:pointer;
}


.main {
  float: left;
  width: 50%;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 100px;
    animation-name:  append-animate-main;
  animation-duration: 2.5s;
#  animation-delay: 2s;
  animation-fill-mode: both;

}
.mainContainer{

}
.about_kendo_background{/*
background-image:url('../images/gateway.jpg.svg');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
*/
}

.video{
	width:500px;
	height:300px;
}


.right{
  float: right;
  width: 40%;
#  word-wrap: normal;
  word-wrap: anywhere;

}
.news{
  float: left;
  width: 100%;
  max-width: 500px;
  border:solid;
  border-color:white;
  box-shadow: 2px 2px #808080;
  border-radius: 15px;
}
.newsDate{
	color:#F0F0F0;
	font-weight:bold;
	min-width:200px;
}


.menuitemResponsive {
  visibility:hidden;
  padding: 8px;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
  text-align:center;
  animation: append-animate-menu .5s linear; 
}


.menuitemResponsive:hover {
  background-color: black; 
  color: white;
  cursor:pointer;
}

.menuitemResponsive:active{
background-color: #808080;
box-shadow: 0 5px #808080;
transform: translateY(4px);
}


.logoContainer {
  float: left;
  padding: 10px 15px;
  margin-top: 7px;
  margin-left: 20px;
  
  margin-bottom: 30px;
  background-image:url('../images/kenbsh.logo.png.svg');
  height:100px;
  width: 80px;
  background-repeat:no-repeat;
  background-position:center;
}


.download-list{
	padding-left:50px;
}

.download-listItem{
 box-shadow: 2px 2px black;
	width:200px;
	text-align:center;
	padding:10px;
	border:solid;
	border-radius:5px;
	background-color:#808080;
	margin-bottom:10px;
}
.download-listItem:hover{
	background-color:black;
	color:white;
	
	cursor:pointer;
}

 
 .button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  height:40px;
  width:100px;
}
.button:hover {
  background-color: black; 
  color: white;
}

.white-text{
color:#F0F0F0;
font-weight:bold;
/*background-color: #000000;
opacity:0.7;
  border-radius: 5px;*/
}

.mail-text{
	color:#F0F0F0;
	font-weight:bold;
	padding-bottom:25px;
/*background-color: #000000;
opacity:0.7;
  border-radius: 5px;*/
}

.dsgvo-text{
	color:#F0F0F0;
	font-weight:bold;
}


.dsgvo-h1-text{
	color:#F0F0F0;
	font-weight:bold;
}

.dsgvo-h2-text{
	color:#F0F0F0;
	font-weight:bold;
}

.dsgvo-h3-text{
	color:#F0F0F0;
	font-weight:bold;
}

.linkText{
	#background-color:#808080;
	border-radius:5px;
	color:#F9F9F9;
}


.linkText:hover{
color:#808080;
text-shadow: 2px 2px black; 
}


.linkButton{
background-color:white;
height:15px;
border-radius:5px;
}

.linkButton:hover{
background-color:#808080;
}



.index-link{
	border-radius:5px;
	color:#F9F9F9;
	font-style:italic;
}

.index-link:hover{
	color:black;
	#text-shadow: 2px 2px black; 
}



.footer{
background-color:#f1f1f1;
position: fixed;
bottom:0px;
vertical-align: baseline;
width:100%;
text-align:center;
padding:10px;
margin-top:7px;
font-size:12px;
}

@media only screen and (min-width:1144px) {
  /* For Desktop: */
  .main {
    width: 50%;
    padding-left: 10px;
  }
  .right {
    width: 40%;
    height: 100px;
    margin-bottom:10cm;
  }
  .menuitemResponsive{
  	visibility:hidden;
  	display:none;
  }
  .topBarHeaderText{
  	font-size: 40px;
	}
  .footer{
  	padding-left:0px;
  width: 100%;
  }
}

@media only screen and (max-width:1144px) and (min-width:600px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding-left: 10px;
  }
  .right {
    width: 20%;
    height: 100px;
    margin-bottom:10cm;
  }
  

  .menuitemResponsive{
  	visibility:visible;
  }
    .newsHome{
	  display:none;
  }
  .topBarHeaderText{
  	font-size: 40px;
	}
  .footer{
  	padding-left:0px;
  width: 100%;
  }
}


@media only screen and (max-width:600px)  {
  /* For mobile phones: */
  .menu,  .footer {
    width: 100%;
  }
  .main{
  width:80%;
  }
  .right{
  width:20%;
  }
  .menuitemResponsive{
  	visibility:visible;
  }
  .newsHome{
	  display:none;
  }
  
  .video{
  	width:80%;
  	height:100%;
  }
  

  .mainContainer{padding-left:0px;}
  
  .topBarHeaderText{
  	font-size: 40px;
	}
}

@media only screen and (max-width:420px) {
  /* For mobile phones: */
  .menu,  .footer {
    	width: 100%;
  }
  .main{
  	width:100%;
  }
  .right{
  	float: right;
  	width:100%;
	z-index:999;
  }
  .newsHome{
	  display:none;
  }
  .menuitemResponsive{
  	visibility:visible;
  }
  .news{
 	max-width:300px;
  }
  .newsDate{
  	min-width:10px;
  	padding:2px;
  }

  
  .video{
  	width:100%;
  	height:100%;
  }
  .download-list{
  	padding-left:0px;
  	width:100%;
  }
  .download-listItem{
  	width:100%;
  }
  

  
  .mainContainer{padding-left:0px;}
  
  .topBarHeaderText{
  	font-size: 20px;
	}
	
	

.dsgvo-text{
	color:#F0F0F0;
	font-size:10px;
}


.dsgvo-h1-text{
	color:#F0F0F0;
	font-size:10px;
}

.dsgvo-h2-text{
	color:#F0F0F0;
	font-size:10px;
}

.dsgvo-h3-text{
	color:#F0F0F0;
	font-size:10px;
}
}
