.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body {
	margin: 0px;
	font-family: "Roboto";
	font-weight: 400;
}
div {
	font-family: "Roboto";
}

input, select, textarea {
	font-family: "Roboto";
}

a {
	text-decoration: underline;
	color:#0078A8;
}

.blink {
	animation-name: colorsUrgent;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction:normal;
	animation-timing-function: linear; 
	/* linear is enabled default, it’s not necessary to add it make it work but it can make your code more expressive */
}

@keyframes colorsUrgent {
	0% {
		background-color: #aa0829;
	}
	45% {
		background-color: #aa0829;
	}
	50% {
		background-color: #74061c;
	}
	95% {
		background-color: #74061c;
	}
	100% {
		background-color: #aa0829;
	}
}


/* HEADER */

video {
  width: 100%;
  height: auto;
}


.header {
	display: block;
}

.menucols-3{
	grid-template-columns:70px  300px auto;
}

.logoclaim1 {
	font-size:18px;
}

.logoclaim2 {
	font-size:13px;
}

.menuitems {
	display:block;
	position:inherit;
	z-index:50;
	align-content:center;
	background-color:transparent;
}
.menuitem {
	display:inline-grid;
	color:#fff;
	padding:0px 10px;
	height:40px;
	align-content: center;
	vertical-align: middle;
}

.menuicon {
	display:none;
	color:#fff;
	padding:0px 0px;
	width:20px;
	height:20px;
	text-align:right;
	align-content: center;
	vertical-align: middle;	
}


.wholepreview {
	position:relative;
	top:10px;
	left:50px;
	width:320px;
}

.innerpreview {
	position:absolute;
	width:280px;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
	box-shadow: 3px 3px 30px rgba(0, 0, 0, .3);
	border-radius:6px;
}

.wholecontent-margin {
	margin: auto;	
	margin-left: 550px;
}

.wholecontent-nomargin {
	margin: auto;	
}

.mitmachen-col2-1 {
	grid-template-columns: 150px auto;
}

.liste-kopfzeile {
	width:100%;
	display:grid;
	grid-template-columns: 30px auto 110px 230px 90px 40px;
	grid-gap: 5px;
	padding:5px 0px;
	font-size:12px;
	background-color:#073770;
	color:#fff;
	margin:2px 0px;
	border-radius:6px;
	align-items: center;
}

.liste-eintraege {
	width:100%;
	display:grid;
	grid-template-columns: 30px auto 110px 230px 90px 40px;
	grid-gap: 10px;
	font-size:14px;
	margin:7px 0px;
	border-radius:6px;
	align-items: center;
}

.kh-typ {
	font-weight: 400;
}

.listactions {
	padding:10px;
	font-size:12px;
	background-color:aqua;
	border-radius: 0px 6px 6px 0px;
	height:100%;
	box-sizing: border-box;
}

.grid-3-1 {
	display:grid;
	grid-template-columns: 33% 34% 33%;
	grid-gap: 5px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	align-items: center;
}


.grid-bb-liste-kopfzeile {
	display:grid;
	grid-template-columns: 50px 150px 100px 100px 100px auto 30px;
	padding:7px 0px;
	background-color:#555;
	color:#fff;
	align-items: center;
}

.grid-bb-liste {
	display:grid;
	grid-template-columns: 50px 150px 100px 100px 100px auto 30px;
	padding:7px 0px;
	background-color:#eee;
	color:#000;
	align-items: center;
	border-style:solid none;
	border-width:1px;
}

.buttonedit {
	postition:relative;
}

.inline-header {
	display: none;
}

.grid-2-1 {
	display:grid;
	width:100%;
	grid-template-columns: 50% 50%;
	line-height:20px;
}

.grid-2-1-khliste {
	display:grid;
	width:100%;
	grid-template-columns: auto 80px;
	line-height:20px;
}

.grid-2-1-traeger {
	display:grid;
	grid-template-columns: 70px auto;
}

.grid-2-1-notfall {
	height:80px;
}


.newsliste-kopfzeile {
	width:100%;
	display:grid;
	grid-template-columns: 10px 120px auto 60px;
	grid-gap: 5px;
	padding:5px 0px;
	font-size:12px;
	background-color:#073770;
	color:#fff;
	margin:2px 0px;
	border-radius:6px;
	align-items: center;
}

.newsliste-eintraege {
	width:100%;
	display:grid;
	grid-template-columns: 10px 120px auto 60px;
	grid-gap: 5px;
	font-size:12px;
	position:relative;
	margin:7px 0px;
	border-radius:6px;
	align-items: center;
	background-color: #F8F8F8;
}

.newslistactions {
	padding:0px 10px;
	font-size:12px;
	background-color:aqua;
	border-radius: 0px 6px 6px 0px;
	height:100%;
	box-sizing: border-box;
}

.news-image {
	width:120;
	height:68px;
	border-radius: 6px;
}




@media screen and (max-width: 1300px) and (min-width: 1299px) {
	.menuitems {
		background-color:transparent;
		display:none;
	}
	
}


@media screen and (max-width: 1300px) {

	.menuitems {		
		z-index:5000;
		background-color:slategrey;
		position:absolute;
		left:0px;
		top:0px;
		bottom:1px;
		right:0px;
		display: none;
		align-content:flex-start;
		text-align: center;
		padding-top:100px;
	}
	
	.menuitem {
		display:block;
		color:#fff;
		padding:0px 10px;
		height:40px;
		align-content: center;
		vertical-align: middle;
	}
	
	.menuicon {
		display:inline-grid;
		color:#fff;
		padding:0px 0px;
		margin-right:15px;
		width:20px;
		height:20px;
		text-align:center;
		align-content: center;
		vertical-align: middle;	
	}
	
	.menucols-3{
		grid-template-columns:70px auto 40px;
	}
	

	
	.logoclaim1 {
		font-size:14px;
	}

	.logoclaim2 {
		font-size:10px;
	}

	.wholepreview {
		position:inherit;
		display:block;
		top:0;
		left:0;	
		width:100%;
		max-width: 800px;
		float:right;
		margin-bottom:30px;
	}
	
	.innerpreview {
		position:relative;
		width:270px;
		margin:0 auto;
		background-color:#fff;
		padding:15px;
		box-shadow: 3px 3px 30px rgba(0, 0, 0, .3);
		border-radius:6px;
	}
	
	.wholecontent-margin {
		margin-left:0px;
		width: calc(100% - 20px);
		margin: auto;
	}
	
	.mitmachen-col2-1 {
		grid-template-columns: 100%;
	}
	
	.liste-kopfzeile {
		display: none;
	}
	
	.liste-eintraege {
		width:100%;
		display:block;
		grid-row-gap: 5px;
		margin:15px 0px;
	}
	
	.newsliste-kopfzeile {
		display: none;
	}

	.newsliste-eintraege {
		width:100%;
		display:block;
		grid-row-gap: 5px;
		margin:15px 0px;
	}
	.newslistactions {
		display: inline-block;
		padding:10px;
		text-align: center;
		font-size:12px;
		background-color:aqua;
		border-radius: 6px;
		position:absolute;
		top: 0px;
		right:0px;
		height: auto;
		width:45px;
	}
	
	.news-image {
	width:100%;
	height:150px;
	border-radius: 6px;
	}
	
	.kh-typ {
		font-weight: 800;
	}
	
	.listactions {
		padding:10px;
		text-align: center;
		font-size:12px;
		background-color:aqua;
		border-radius: 0px 0px 6px 6px;
	}
	
	
	.grid-3-1 {
		display:grid;
		grid-template-columns: 100%;
		grid-gap: 5px;
		margin:0px;
		padding:0px;
		margin-bottom:20px;
		align-items: center;
	}
	
	.grid-bb-liste-kopfzeile {
		display:none;
	}
	
	.grid-bb-liste {
		display:grid;
		grid-template-columns: 100%;
		padding:7px 0px;
		background-color:#eee;
		color:#000;
		align-items: center;
		border-style:solid none;
		border-width:1px;
	}
	
	.buttonedit {
		position:absolute;
		right:10px;
		top: 40px;
	}
	
	.inline-header {
		display: inline-block;
	}
	
	.grid-2-1 {
		display:grid;
		width:100%;
		grid-template-columns: 100%;
		grid-row-gap: 30px;
		line-height:20px;
	}
	
	
	.grid-2-1-traeger {
		display:grid;
		grid-template-columns: 100%;
	}
	
	.grid-2-1-notfall {
		height:120px;
	}
}