﻿@media screen and (min-width: 1000px)

{

#logo {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    float:            left;                                      /*Platzierung*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          05px;                                      /*Abstand von oben*/
	left:             50px;                                      /*Abstand von links*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
    width:            408px;					                 /*Breite*/
    height:           88px;                                      /*Höhe*/
}

#logoklein {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
	background-image: transparent;
    opacity:          0.0;
}

#kontakt {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    font-size:        12pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    text-align:       right;                                     /*Textausrichtung*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          00px;                                      /*Abstand von oben*/
	right:            50px;                                      /*Abstand von rechts*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
}

#photo {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          120px;                                     /*Abstand von oben*/
	left:             525px;                                     /*Abstand von links*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
    width:            204px;					 /*Breite*/
    height:           306px;                                     /*Höhe*/
}

#name {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       right;                                     /*Textausrichtung*/
    font-size:        12pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          110px;                                     /*Abstand von oben*/
	right:            50px;                                      /*Abstand von rechts*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
}

#vita {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       right;                                     /*Textausrichtung*/
    font-size:        10pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          150px;                                     /*Abstand von oben*/
	right:            50px;                                      /*Abstand von rechts*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
}

#angebot {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        12pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          100px;                                     /*Abstand von oben*/
	left:             50px;                                      /*Abstand von links*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
}

#termine {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: #BFEFFF ;                                  /*Hintergrundfarbe*/
    text-align:       center;                                    /*Textausrichtung*/
    font-size:        12pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          450px;                                     /*Abstand von oben*/
	left:             50px;                                      /*Abstand von links*/
	right:            50px;                                      /*Abstand von rechts*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
}

#datenschutz {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white ;                                    /*Hintergrundfarbe*/
    text-align:       right;                                     /*Textausrichtung*/
    font-size:        12pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          550px;                                     /*Abstand von oben*/
	right:            50px;                                      /*Abstand von links*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
}

#impressum {
    color:            blue;                                   	 /*Schriftfarbe*/
    background-color: white ;                                  	 /*Hintergrundfarbe*/
    text-align:       left;                                    	 /*Textausrichtung*/
    font-size:        12pt;                                      /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.5em;                                     /*Zeilenabstand*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          550px;                             	     /*Abstand von oben*/
	left:             50px;                                   	 /*Abstand von rechts*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/

}

}


@media screen and (max-width: 1000px)

{
	
#logo {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    float:            left;                                      /*Platzierung*/
    position:         absolute;                                  /*Absolute Positionierung*/
	top: 	          999px;                                     /*Abstand von oben*/
	left:             50px;                                      /*Abstand von links*/
    box-sizing:       border-box;                                /*Entfernen der Border Eigenschaft*/
    width:            408px;					                 /*Breite*/
    height:           88px;                                      /*Höhe*/
	background-image: transparent;
    opacity:          0.0;
}

#logoklein {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
}

#kontakt {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/	

}

#angebot {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
}

#termine {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
}

#name {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
}

#photo {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
}

#vita {
    color:            #1E90FF;                                   /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/

}

#impressum {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white;                                     /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/

}

#datenschutz {
    color:            blue;                                      /*Schriftfarbe*/
    background-color: white ;                                    /*Hintergrundfarbe*/
    text-align:       left;                                      /*Textausrichtung*/
    font-size:        90%;                                       /*Schriftgröße*/
    font-family:      arial, "lucida console", sans-serif;       /*Schriftart*/
    line-height:      1.0em;                                     /*Zeilenabstand*/
}


}
