.input_down {
	background-color: white;
	color: rgb(32,75,155) !important;
}


#learn_jsp_download_rows {
	background-color: red!important;
}

.learn_jsp_download_row {
	cursor: pointer;
	min-height: 40px;
	font-size: 18px;
	color: white;
}


.trennung {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.w3-content {
	max-width: 1100px;
	padding-left: 10px;
	padding-right: 10px;
}

.colMiddle {
	display: flex;
	align-items: center;	
}

.colCenter {
	display: flex;
	justify-content: center;	
}

.colMiddleCenter {
	display: flex;
	align-items: center;
	justify-content: center;	
}

.color_magenta {
	color: #E6007E!important;
}

.magenta_mini_headline {
	color: #E6007E!important;
	position: relative;
	top:-75px;
	left: 15px;
}

.themaHover:hover{
   background-color: white;
}



body {
	background-color: transparent;
	font-family: Lato, Arial;
	color: rgb(32,75,155)!important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content-box {
	padding-top: 5px;
	padding-bottom: 5px;
}

#adjust_a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.mainmenu_small_item {
	font-weight: bold;
	color: rgb(32,75,155)!important;
}

#main_menu .w3-col {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	text-align: center !important;
}

#main_menu_toggle .w3-col {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	text-align: center !important;
}

#main_menu a {
	text-decoration: none;
	color: rgb(32,75,155)!important;
	font-size: 16px;
	font-weight: bold;
}

#site_title {
	color: #404040;
}