@charset "utf-8";

/* ################################################*/
@media all and (max-width: 1024px) 
{
/*img {
	max-width: 100%;
	height: auto;
}*/
/* Fehlerausgabe ###################################### */
.error{
padding-left: 122px;
padding-top: 60px;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.25em;
color: #b00000;	
}
/* Bezeichnung Text #################################################### */
.bez_text{
width: 400px;
margin: -30px 0px 10px 0px;
font-weight: 700;
font-family: Helvetica,sans-serif,Verdana,Arial;
font-size: 14px;
color: #4d4d4d;	
}
/* Datum Text #################################################### */
.datum{
margin: -14px 0 30px 3px;
font-weight: normal;
font-family: Helvetica,sans-serif,Arial,;
font-size: 10px;
color: #4d4d4d;	
display:block;
}
/* Termin #################################################### */
.termin{
width: 400px;
margin: -25px 0px 0px 0px;
font-weight: 650;
font-family: Helvetica,sans-serif,Verdana,Arial;
font-size: 11px;
color: #4d4d4d;	
}
/* Infos Text #################################################### */
.infos_infos{
float: right;
max-width: 60%;
height: 100px;
margin: -15px 20px 0px 0px;
padding: 5px 0 0 5px;
line-height: 8px;
font-size: 11px;
white-space: pre-wrap;
overflow:auto;
resize:none;
}
/************************************ Foto ******************************/
.foto_infos{
max-width: 80%;
height: auto;
width: auto;
margin: -8px -10px 0px 0px;
border: 0px solid #e8dbb9;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
}
/* Abstand ########################################################## */
.abstand{
margin: 0px 0 60px 0px;
}
/* kleine Schrift ################################################### */
.klein{
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.0em;
    line-height: 14px;
    color: #4D4D4D;    
}
/* Details kleine Schrift ################################################### */
.klein_details{
    padding-left: 205px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    line-height: 14px;
    color: #4D4D4D;    
}
/* Seitensplit ########################################################## */
.seiten{
    margin-top: 20px;
    margin-left: 306px;
}

}

/* ################################################*/
@media all and (max-width: 768px) 
{
/* Infos Startseite #################################################### */
.machma{
width: auto;
text-align: center;
margin: -45px auto;
font-weight: 600;
font-family: Arial,Helvetica,sans-serif,Verdana;
font-size: 1.2rem;
color: #d00000;	
}
}