@charset "UTF-8";

html,body { font-size: 1.125rem; }
body,
input,
textarea,
select {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Tajawal', verdana, arial, helvetica, sans-serif;
  color: #3e4345; }
  
 h1,
h2,
h3,
h4,
h5 {
  font-family: 'Tajawal', verdana, arial, helvetica, sans-serif;
  font-weight: 400; } 

h1{
  font-size: 1.875rem;
  line-height: 2rem; 
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #dd0b2f; 
  text-transform:uppercase;
  }
  
h2{
  font-size: 1.875rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #dd0b2f;  
  }
.frame-layout-700 h2 {color:#fff;}  
.content-main ul li {text-align:left; padding:0; }
/*.content-main ul {display:table; margin-left:auto; margin-right:auto; width:auto;} 
.content-main #c202 ul {display:block; margin-left:2rem; padding:0; margin-right:auto; width:100%;}  */  


@media (min-width: 601px) {
html, body { font-size: 1.125rem; line-height:1.5rem; } 


h1{
  font-size: 1.875rem;
  line-height: 3rem; 
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #dd0b2f; 
  }

h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #dd0b2f;  
  }
.frame-layout-700 h2 {color:#fff;}

h3,
.ce-uploads-fileName {
  font-size: 1.333rem;
  line-height: 1.875rem; 
  margin-top: 0;
  margin-bottom: 1.5rem;
  }

h4,
.h4,
.fontsize4 {
  font-size: 1.125rem; }

h5,
.h5,
.fontsize5 {
  font-size: 1rem; }

h4,
.h4,
h5,
.h5 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

p + p,
pre,
table,
blockquote {
  margin-top: 1.5rem; }

p,
ul,
ol,
dl,
pre,
table,
blockquote {
  margin-bottom: 1.5rem; }
  
  }

blockquote {
  width: calc(90% - 1.5rem);
  border-left: 4px solid #a3aaac;
  padding-left: 1.5rem; }

.small,
small {
  font-size: 0.875rem; }

b,
strong,
.bold {
  font-family: 'Tajawal', verdana, arial, helvetica, sans-serif;
  font-weight: 700; }

a {
  color: #dd0b2f; 
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:focus, a:hover {
    color: #000; 
	}
	
.detail-link, .anmelden { 
	background:#dd0b2f; 
	color:#fff;
	display:inline-block;
    padding:0.5rem 3rem;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	margin:4rem 0 0 0;
}
.anmelden { margin:0 0 0 2rem;  padding:0.25rem 1.5rem; float:right; }	

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1.5rem 0;
  border: 0.063rem solid #a3aaac;
  border-bottom-width: 0; }

th,
td {
  padding: 0.687rem 0.375rem 0.75rem 0.375rem;
  border-bottom: 0.063rem solid #a3aaac;
  text-align: left;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

th {
  padding-top: 0.75rem;
  font-family: 'Tajawal', verdana, arial, helvetica, sans-serif;
  font-weight: 400; }

tr:hover td, tr:focus td {
  background: #f3f4f5;
  color: #3e4345; }

.table-responsive,
.frame-type-table {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden; }

th {
  background: #f3f4f5;
  color: #3e4345;
  font-weight: 400; }

table caption {
  padding: 0.375rem; }
  
 @media (max-width: 480px) {   
 body#seite-72 h1{ font-size: 1.5rem; }
	.anmelden { 
	margin:1rem 0 0 0;  
	padding:0.25rem 1.5rem; 
	float:none;
    display:block;	
	}	  
 }
  