/* schulung.css */

/* Fehlermeldung Checkbox Datenschutz grün */
.checkbox.parsley-error {
    background-color: #009E4C;
}

/* Fehlermeldung Checkbox Text ausblenden */
.powermail_field_error_container_datenschutz.parsley-error {
	display: none;
}

/* Servicepartner Tabelle Spaltenbreite 50% */ 
#page-160 .imagewithtext .imagewithtext-text table tr td {
	width: 60%;
}

#page-161 .imagewithtext .imagewithtext-text table tr td {
	width: 60%;
}

#page-162 .imagewithtext .imagewithtext-text table tr td {
	width: 60%;
}

#page-163 .imagewithtext .imagewithtext-text table tr td {
	width: 60%;
}

#page-230 .imagewithtext .imagewithtext-text table tr td {
	width: 60%;
}


span.country-name { display: block; }

#page-235 {
	color: red;
}

/*#page-235 p { color: green; }*/

#page-235 p.test:hover { color: #FA3; }
/*#page-235 p.test { color: rgb(255,0,0); }*/

#page-235 #my-table {
	border: 2px solid blue;
}
#page-235 #my-table th,
#page-235 #my-table td {
	border-collapse: collapse;
	border: 1px solid blue;
	width: 40%;
}
#page-235 #my-table th:first-child,
#page-235 #my-table td:first-child {
	background-color: cyan;
	width: 20%;
}

div.schulung { background-color: blue; }

.schulung {
	background-color: green;
	color: yellow;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	border: 1px solid #F00;
}

