
@charset "utf-8";


/* =========================================================
Stylesheet medcareers-desktop.css 
========================================================== */


@media screen and (min-width: 768px) {


/* ==========================================================
  1. Reset - alle Abstände auf null setzen
========================================================== */

html { overflow-y: scroll; }   /* somit auf allen Seiten eine Bildlaufleiste */
html { -webkit-text-size-adjust: 100%; }
body, div,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, code,
ul, ol, li, table, th, td,
form, fieldset, legend, input, textarea {
	padding: 0;
	margin: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
	display: block; }



/* ========================================================
  2. Body + allgemeine styles für Überschriften, Absätze und Listen
============================================================ */

body { font-family: Verdana, Segoe, "Segoe UI", Arial, "Lucida Sans", "Trebuchet MS", sans-serif;
	   font-size: 100%; }    /* margin: 10px; würde weissen Rand am Balken erzeugen */  

/* ==========================================================
  3. Header  (kopfbereich = 1000px breit)
============================================================== */

header { width: 100%;
         background-color: #0B447B; }
#kopfbereich { width: 960px;
	      padding: 41px 20px 0 20px;
	      margin: 0 auto; }
.logo { padding: 0 0 0 2px; }     
p.claim { font-size: 108%;
          font-weight: normal;
		  color: white;  
		  letter-spacing: 1px;
		  padding: 2px 0 20px 0; } 
    
/* ================================================
  3. navmain + hyperlinks    (navibereich ist 960px breit)
=================================================== */

nav {
	width: 100%;
	overflow: hidden;
	background: #01509c;  
	background-image: linear-gradient(#388DDF, #01509c); 
    border-bottom: 1px solid #b0bbff; } 
#navibereich { 
    width: 960px;
    color: white;
	padding: 12px 20px 8px 20px;
	margin: 0 auto; }            /* damit ist navmain zentr. */   
p.navmain { font-size: 88%;
    padding: 0 0 0 0; }     

p.navmain a.hier { color: yellow; } 		
.navmain a { text-decoration: none; }
.navmain a:link { color: #e6e6e6; }
.navmain a:visited { color: #e6e6e6; } 
.navmain a:hover, a:focus {
	 text-decoration: none;
     color: yellow; }       
 
/* ======================================================
  4. main + hyperlinks  (inhaltsbereich = 1000px breit)
======================================================== */

main { width: 100%;
    background-color: white; 
    color: #0000B5;  
    border-bottom: 1px solid #838FDB; }
#inhaltsbereich-1 { 
    font-family: "Sergoe UI semibold", Verdana, "Trebuchet MS", "Lucida Sans", sans-serif;
	width: 960px;
	padding: 15px 20px 50px 20px;     
	margin: 0 auto; }
   
 p.sister { font-size: 96%;
    padding: 10px 0 10px 350px;   
    text-decoration: none;
    background-color: #FFFFE0;
    border: 1px solid #2A2AC3; }  
.sister a { text-decoration: none;
    font-weight: bold; }
.sister a:link { color: #0000B5; }
.sister a:visited { color: #0000B5; } 
.sister a:hover, a:focus {
	 text-decoration: none;
     font-weight: bold; 
    color: #F51E37; } 
    
h1 { font-size: 180%;     
    font-weight: bold;
    /* font-style: italic;  */
    letter-spacing: 0;
    padding: 40px 0 20px 0; }
p.intro { font-size: 100%;
     line-height: 1.6;
     padding: 0 80px 15px 0; }	    
    
p.clients { font-size: 100%;
     line-height: 1.6;
     padding: 0 80px 15px 0; }	  
p.cands { font-size: 100%;
     line-height: 1.6;
     padding: 0 80px 30px 0; }
    
p.nachfolge { font-size: 155%;
     font-weight: normal;
     background-color: #FBFBCC;   
     padding: 2px 80px 2px 0; } 
    
p.familie { font-size: 100%;
     line-height: 1.6;
     padding: 15px 80px 0 0; }   
    
span.color { color: #3C5B9E; }    
    
 
/* ======================================================
  5. section  (blauer background, = 1000px breit)
========================================================== */

 section { width: 100%;
    background: #f1f1f1;  
	color: #0000B5;
    border-bottom: 1px solid #838FDB; }
#inhaltsbereich-2 {
	width: 960px;
	padding: 30px 20px 15px 20px;  
	margin: 0 auto; }
p.categ { font-size: 108%;
    font-weight: bold;
    padding: 0 0 7px 0; }   
p.subline { font-size: 95%;
    color: #3C5B9E;
    padding: 0 0 25px 26px; }    
span.small { font-size: 85%;
    color: #3C5B9E; } 
    
ul { font-weight: normal;
	 padding: 0 120px 20px 50px; }
ul li { font-size: 108%; 
    line-height: 1.2;
    padding: 0 0 6px 0; }   
       
    
/* =====================================================
  6. language-bar + links (language bar = 1000px breit)  derzeit nicht verwendet
====================================================== */

aside { width: 100%;
    background: #0B447B;  
	color: white;
    border-bottom: 1px solid #8794e6; }  
#inhaltsbereich-3 {
    width: 960px;
    color: white;
    padding: 0px 20px 0px 20px;
	margin: 0 auto; }
p.win-win { font-size: 107%;
    font-weight: bold;
    color: white;
    padding: 28px 105px 12px 0; }      
p.combine { font-size: 95%;
    color: #e6e6e6; 
    line-height: 1.6;
    padding: 0 120px 26px 0; }   
    

/* =============================================================
  7. footer + hyperlinks   (fussbereich = 1000px breit)
================================================================ */

footer { width: 100%;
     	 background: #0B447B;   
         color: #cccccc; }
#fussbereich { 
	     width: 960px;
	     padding-right: 20px;
	     padding-bottom: 20%;    /* dh 20% der Seitenhöhe */
	     padding-left: 20px;
	     margin: 0 auto; } 
p.vorbe { font-size: 82%;
         font-weight: normal;
		 padding-top: 26px; }
p.contact { font-size: 82%;
         padding-top: 12px; }
.contact a { text-decoration: underline; }
.contact a:link { color: #cccccc; }
.contact a:visited { color: #cccccc; } 
.contact a:hover, a:focus {
	     text-decoration: none;
         color: #ffff42; }            

p.copyright { font-size: 82%;
		 line-height: 1.4;
         padding-top: 25px; }
/* p.photos { padding-top: 5px;
         font-size: 84%;
		 color: #e6e6e6; }  */
    

}   /*  Ende @media - nicht löschen !!  */


/* ============================================================
    ENDE
============================================================== */



