/*
*********************************
* meetingroom Studio            *
* Livestream-Checker v5.0       *
* Release 07.12.2020            *
* 2020 (C) Mag. Georg wiesinger *
*********************************
*/

html, body {
	font-family: 'Open Sans', sans-serif;
}
.lsc p,
#results {
	font-size: 1.2rem;
}
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label {
    color: #ffbb00!important;
}
.input-field input[type=text]:focus,
.input-field input[type=email]:focus {
    border-bottom: 1px solid #ffbb00!important;
    box-shadow: 0 1px 0 0 #ffbb00!important;
}
.mero-yellow {
    background-color: #ffbb00;
}
.btn:hover {
    background-color: #ffcc00;
}
.step-icon {
    color: #ffbb00;
}
#grid {
    display: none;
}

/**
 * Media Breakpoints - Extra small devices
 */
@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (-webkit-min-device-pixel-ratio : 2) 
    and (orientation : portrait) {

}

@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (-webkit-min-device-pixel-ratio : 2) 
    and (orientation : landscape) {
    
}

/**
 * Media Breakpoints - Small devices
 */
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 812px) 
    and (-webkit-min-device-pixel-ratio : 2) 
    and (orientation : portrait) {

}

@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 812px) 
    and (-webkit-min-device-pixel-ratio : 2) 
    and (orientation : landscape) {

}