/*
Theme Name: E-Learning | DATAKONTEXT + univado
Author: Valérie Ernenwein
Author URI: 
Description: The7 child theme for DATAKONTEXT and univado e-learning website
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* GEWINNSPIEL */

#maileon_contact_form{
	color: #303030;
}

#maileon_contact_form label{
	display: block;	
}

#maileon_contact_form input[type="text"],
#maileon_contact_form select,
#maileon_contact_form input[type="email"],
#maileon_contact_form input[type="tel"]{
	width: 100%;
	height: 50px;
	border: 1px solid transparent;
	color: #303030;
	background-color: #f8f8f8;
	box-shadow: none;
}

#maileon_contact_form .maileon-checkboxes{
	margin: 40px 0;
}

#maileon_contact_form .maileon-checkbox{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}


#maileon_contact_form .maileon-checkbox p{
	margin-bottom: 0;
}

#maileon_contact_form .label-required{
	color: #a7003f;
}

#maileon_contact_form input[type="checkbox"]{
	height: 18px;
	width: 18px;
	margin-right: 10px;
}

#maileon_contact_form input:focus{
	border: 1px solid rgba(51,51,51,.11);
}

#maileon_contact_form .required-info{
	text-align: right;
	font-size: 12px;
}

#maileon_contact_form .et_pb_contact_submit,
#maileon_contact_form .et_pb_contact_submit:hover{
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    border-radius: 30px;
    padding: 12px 30px;
    transition: 0.3s;
    background: #a7003f !important;
    flex-basis: auto;
    margin-top: 20px;
    color: #fff;
    line-height: 100%;
	opacity: .8;
	border: 1px solid transparent;
}

@media (min-width: 1040px){
	#maileon_contact_form input[type="text"],
	#maileon_contact_form select,
	#maileon_contact_form input[type="email"],
	#maileon_contact_form input[type="tel"],
	#maileon_contact_form .required-info{
		width: 50%;
	}
}

/* SO FUNKTIONIERTS GRAFIK */

@media (max-width: 766px){
    .hosting-grafik figure{
        margin-bottom: 20px !important;
    }
}