main {
    background: white none repeat scroll 0 0;
	color: #7b7b7b;
	    font-family: "Roboto";
	    font-size: 16pt;
	    font-weight: 400;
	    line-height: 1.35;
		font-size: 1.5rem;
	
}

header {
    height: 150px;
    margin-top: 30px;
}



.print_head > img {
    margin-left: 50px;
    position: absolute;
    z-index: 20;
}


.print_head > span {
    background: #DF1746 none repeat scroll 0 0;
    color: white;
    display: block;
    height: 60px;
    position: relative;
    top: 45px;
    width: 100%;
    z-index: 10;
	font-weight: 200;
	font-family: "Roboto";
	font-size: 2.5rem;
	padding:10px 0 10px 286px;
	text-transform: uppercase;
	 
}


.seminar-category{
	margin: 30px 16px 12px;
	background-color:#DF1746;
	padding: 5px 15px 5px 10px;
	color: white;
	font-size:1.5rem;
	text-transform:uppercase;
	display:inline-block;
	font-weight: 300;
}

table{
	margin-bottom:0;
	color:#6b6a68;
	border-collapse: separate;
	font-size: 1.5rem;
}
td,tr:last-child th, tr:last-child td, body .tablepress tr:last-child th, body .tablepress tr:last-child td {
    background: #fff4d8 none repeat scroll 0 0;
    border: 5px solid white;}

	.mwst {
	    font-size: 1.2rem;
	}

.table-head{
	padding-left:8px;
background-color: #e6e6e6;	
border-bottom:0;
	
}

.table-head th{
	padding-left:10px;
}

.seminar-nr {
    text-align: center;
    width: 8%;
}

.seminar-nr, .seminar-preis{
	text-align:center;
}

.seminar-name, .seminar-ort {
    padding-left: 20px;
    width: 31%;
}
.seminar-termin {
    padding-left: 20px;
    width: 20%;
}
.seminar-preis{
	width: 10%;
}


tr:nth-child(2) td {
    border-top: 5px solid white;
}
tr td:first-child {
    border-left: 5px solid white;
}
tr td:last-child {
    border-right: 5px solid white;
}
.table-head th {
    border-bottom: 0 none;
}


blockquote::before {
    content: "";
	}

	blockquote{
		background-color:#fff4d8;
		padding: 19px;
		margin:32px 8px;
		font-style:normal;
	}
	
main > div > p{
		
		    margin: 0 19px 2.5rem;
		    padding: 0;
			}
	
table:last-of-type {
	    margin-bottom: 75px;
	}
	
	
@media print {  
	 main, main *,  .seminar-category{
		   font-size: 1.2vw;
	  }
 	 .mwst{
 		   font-size: 0.9vw;
 	  }
	  
	  table { page-break-inside:auto }
	    tr    { page-break-inside:avoid; page-break-after:auto }
	  
		div.page
		    {
		      page-break-after: always;
		      page-break-inside: avoid;
		    }
	}
	
	
