html {
  font-size: 14px;
}
@media (min-width: 320px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 601px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 22px;
  }
}
body,
input,
textarea,
select {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Fira Sans Condensed", verdana, arial, helvetica, sans-serif;
  color: #333438;
  font-weight:400;
}
#main {
	text-wrap: balance;
}

header * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h1,
h2,
h3,
h4,
h5{
  font-family: "Fira Sans Condensed", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.content-main h1{
  font-size: 3.5rem;
  line-height: 4.25rem;
  color:#8b2939;
  font-weight:700;
  padding-bottom:3rem;
  background:url(../Images/h1_bg.png) no-repeat 50% 100%;
  margin-bottom:3rem;
}

h2,
.fontsize2 {
  font-size: 1.777rem;
  line-height: 2.25rem;
  color:#8b2939;
  font-weight:700;
}
.green h2, .green p, .green ul li {color:#fff;}

h3,
.ce-uploads-fileName {
  font-size: 1.333rem;
  line-height: 1.875rem;
}

h4,
.fontsize4 {
  font-size: 1.125rem;
}

h5,
.fontsize5 {
  font-size: 1rem;
}

.header-group *:first-child {
  margin-bottom: 0.75rem;
}
.footer-h2 {font-weight:700; font-size:1.5rem; line-height:2rem;}
.big-blue {color:#008fcf; font-size:2rem; line-height:2.5rem}
.text-fett {font-weight: 700;}

p + p,
pre,
table {
  margin-top: 1.5rem;
}

p,
ul,
ol,
dl,
pre,
table {
  margin-bottom: 1.5rem;
}

.small,
small {
  font-size: 0.8rem;
}

b,
strong,
.bold {
  font-family: "Fira Sans Condensed", verdana, arial, helvetica, sans-serif;
  font-weight: 700;
}

a {
  color: #8B2939;
  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;
}
/*
.content-main a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.content-main a.external_link:before {font-family: 'FontAwesome'; content: "\f08e"; font-size:0.875rem; line-height:0; padding-right:5px;}  
.content-main a.mail_link:before {font-family: 'FontAwesome'; content: "\f2b6"; font-size:0.875rem; line-height:0; padding-right:5px;}
.content-main .image a:before {font-family: 'FontAwesome'; content: ""; font-size:0.875rem; line-height:0; padding-right:0;}*/

.wrapper-footer a {
  color: #fff;
}
.wrapper-footer a:focus, .wrapper-footer a:hover {
  color: #cccdd1;
}
.content-footer2 a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}

.conten-main a {display:inline;}
.link-internal:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-envelope:before {font-family: 'FontAwesome'; content: "\f003"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-globe:before {font-family: 'FontAwesome'; content: "\f08e"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-download:before {font-family: 'FontAwesome'; content: "\f019"; font-size:0.875rem; line-height:0; padding-right:5px;}

@media (prefers-reduced-motion: reduce) {
	a {
		transition: none;
	}
}
a:focus, a:hover {
  color: #000F42;
}
a.invers {
  color: #cccdd1;
}
a.invers:focus, a.invers:hover {
  color: #fff;
}


sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.invers {
  color: #fff;
}

.font-color-light {
  color: #64666d;
}

@media screen and (max-width: 660px) {
.content-main h1{
  font-size: 2.5rem;
  line-height: 2.75rem;
  color:#8b2939;
  font-weight:700;
  padding-bottom:2rem;
  background:url(../Images/h1_bg.png) no-repeat 50% 100%;
  margin-bottom:2rem;
  }
}
@media screen and (max-width: 480px){
.content-main h1{font-size: 2rem;line-height: 2.5rem;}
.content-main h2{font-size: 1.5rem;line-height: 2rem;}
}

@media screen and (max-width: 200px) {
.content-main h1{font-size: 1.25rem;line-height: 1.5rem;}
.content-main h2{font-size: 1.125rem;line-height: 1.25rem;}
}

/************* Tabelle **************/

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1.5rem 0;
  border: 0.063rem solid #9799a0;
  border-bottom-width: 0;
}
th,
td {
	 padding: 0.687rem 0.375rem 0.75rem 0.375rem;
  border-bottom: 0.063rem solid #9799a0;
  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;
}
@media (prefers-reduced-motion: reduce) {
	th,
	td {
		transition: none;
	}
}
th {
	padding-top: 0.75rem;
    font-weight: 400;
}
tr:hover td,
tr:focus td {
	background: #e7e7e9;
    color: #333438;
}
.table-responsive,
.frame-type-table {
	 margin-bottom: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
}
th {
  background: #e7e7e9;
  color: #333438;
  font-weight: 400;
}

table caption {
  padding: 0.375rem;
}