@charset "utf-8";
/********************************************/
/* Datei: fluid-capchar.css					*/
/* Author: DH								*/
/* Datum: 16.04.2020						*/
/*											*/
/* Captchar								    */
/* 											*/
/********************************************/

.DIV-CLASS-Captchar{
	display: block;
	width: 100%;
	float: left;
    overflow: auto;
    height: auto;
    margin-bottom: 20px;
    
    font-family: Verdana;
	}
	
.DIV-CLASS-CaptcharWrapper{
	display: block;
	width: 100%;
	max-width: 350px;
	float: left;
    overflow: auto;
    height: auto;
	}
	
.DIV-CLASS-CaptcharCode{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	float: left;
    overflow: auto;
    height: auto;
	}
.IMG-CLASS-Captchar{
	width: 100%;
	height: auto;
	}	
	
.DIV-CLASS-ChapcharInput{
	display: block;
	width: 100%;
	float: left;
    overflow: auto;
    height: auto;
    margin-bottom: 10px;
	}

.INPUT-CLASS-CaptcharInput{
	width: 50%;
	float: left;
	box-sizing: border-box;
	}
.INPUT-CLASS-CaptcharReload{
	width: 50%;
	float: right;
	box-sizing: border-box;
	}
	
.DIV-CLASS-ChapcharStatus{
	display: block;
	width: 100%;
	float: left;
    overflow: auto;
    height: auto;
	}
#SPAN-IP-CapcharError{
	
	color: #ff0000;
	
}				

/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {
	
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {

}