body{
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
}
form{
	margin-bottom: 0px;
	margin-block-end: 0px;
}
label{
	font-weight: bold;
}
.container-fullwidth{
	margin-left: 2%; 
	margin-right: 2%;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  
  justify-content: space-between
}

.flex-container .vorne {
  
  width: 25%;

  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.flex-container .hinten {
  
width: 25%;

  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.flex-container .seite1 {
  
	width: 25%;

  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.flex-container .seite2 {
  
	width: 25%;

  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.flex-container .fahrzeugimg{
	width: 100%;
}
.imgbutton{
	border: none;
	margin: 0px;
	padding: 0px;
}
		.tourcheck{
			padding-right: 10px;
		}
		.tourcheck2{
			
			ms-transform: scale(1.2); /* IE */
			moz-transform: scale(1.2); /* FF */
  			webkit-transform: scale(1.2); /* Safari and Chrome */
			o-transform: scale(1.2); /* Opera */
			transform: scale(1.2);
		}
.fuehrerschein{
	width: 100%;
	max-width: 450px;
	
}
.inaktiv{
	border-style: solid;
    border-color: #bd0000;
}
.legende{
	height: 15px;
	width: 15px;
	float: left;
	background-color: #bd0000;

}
.controllingzeile{
	display: none;
}
.btn-lila{
	background-color: purple;
	color: white;
}
.tourenlink{
	color: white;
	text-decoration: none;
}
.tourenlink:hover{
	text-decoration: none;
	color: white;
}


@media screen and (max-width: 750px) {
 .flex-container{
	 flex-direction: column;
 }
.flex-container .seite1 {
	 width: 100%;
}
.flex-container .seite2 {
		width: 100%;
}
.flex-container .hinten {
	 width: 100%;
}
.flex-container .vorne {
	  width: 100%;	
}
}
@media print{
button{
		display: none;		
}
a{
		display: none;	
}
body{
	margin-top: 5px;
	margin-left: 0%;	
	margin-right: 5%;
	width: 90%;
}
.container{
	margin-left: 0%;	
	margin-right: 0%;
	width: 100%;
}
#myInput{ /*Suchleisten*/
	display: none;		
}
.druck{
	display: none;		
}
}
