* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("Hintergrund_gelb.jpg");
    color: #E72E1D;
    font-family: 'Myriad Pro Regular';
    font-size: 21px;
    letter-spacing: 0.05em;	
}



#content {     
   margin-left:15%;  
   margin-right:15%;
}

#header{
	background-image: url(Punkt_BG-Oben.png);
	background-position: center;
	background-repeat: no-repeat;	
	height:250px;	
}

#footer{
	background-image: url(Punkt_BG-Unten.png);
	background-repeat: no-repeat;
	height: 354px;	
	display: block;
}

#vita{
	

}

#vita-gross{
	display:none;
	opacity: 0; 	
    z-index:20;
	top:0;
    position: absolute;
    background: white;    
    margin-top: 50px;
    padding: 20px;
	margin-right:10%;
}

#vita-gross h2{
	padding-top: 0;
}

#vita-gross a{
	color: #f8e71c;
    background: #E72E1D;
    padding: 10px;
	display: block;	
}

#close{
	color: #E72E1D;
    float: right;    
    position: absolute;
    top: 10px;
    right: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 27px;
}

p, ol, h3 {
    padding-top: 30px;
}

h2 {
    padding-top: 20px;
	padding-bottom: 20px;
}

ol{
	margin-left:5%;
	margin-bottom: 50px;
}
hr{
	background-color: #E72E1D;
	border: 0;
	width: 100%;
	height: 2px;
}
a{
	color: black;
}
table {  
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;

}
/*
tr:nth-child(even) {
  background-color: #dddddd;
}
*/

/* ------ RESPONSIVE ------ */
@media all and (max-width: 800px) {
	
	body {
		font-size: 15px;		
	}	

	#left{
		width: 100px;
		background-size: 100% auto;
		
	}
	#footer{
		height: 150px;	
		background-size: auto 100%;
	}
	#content {     
		margin-left:150px; 
	}		

}

@media all and (max-width: 630px) {
	#left{
		display:none;
		background: inherit;
		
	}
	#footer{

		height: 150px;	
		background-size: auto 100%;
	}
	#content {     
		margin:30px; 
	}	
}


/* ------ font ------ */
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('font/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('font/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('font/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('font/MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('font/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('font/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('font/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('font/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('font/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('font/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}