@charset "UTF-8";
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v12-latin-regular.woff") format("woff"), url("../fonts/raleway-v12-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v12-latin-regular.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-v12-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../fonts/raleway-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-600.woff2") format("woff2"), url("../fonts/raleway-v12-latin-600.woff") format("woff"), url("../fonts/raleway-v12-latin-600.ttf") format("truetype"), url("../fonts/raleway-v12-latin-600.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/raleway-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-700.woff2") format("woff2"), url("../fonts/raleway-v12-latin-700.woff") format("woff"), url("../fonts/raleway-v12-latin-700.ttf") format("truetype"), url("../fonts/raleway-v12-latin-700.svg#Raleway") format("svg"); /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #003278;
}

h1, .h1 {
  font-size: 1.375rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  color: #003278;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  color: #003278;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h3, .h3, h3 a {
  font-size: 0.875rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  color: #003278;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h4, .h4 {
  font-size: 0.875rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  color: #003278;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h5, .h5 {
  font-size: 0.875rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  color: #003278;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h6, .h6 {
  font-size: 0.875rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  color: #003278;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 6rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
  margin-bottom: 0;
}
.blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 150%;
  color: #818a91;
}
.blockquote footer:before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}
.blockquote-reverse footer:before {
  content: "";
}
.blockquote-reverse footer:after {
  content: " —";
}

.am--noscal img {
  width: auto;
  height: auto;
}

.am--portfolio-tile .ce-textpic {
  position: relative;
}
.am--portfolio-tile .ce-bodytext {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(83, 83, 83, 0.9);
  padding: 6px 10px;
  color: #FFF;
  text-align: center;
  pointer-events: none;
}
.am--portfolio-tile .ce-bodytext p {
  margin-bottom: 0;
}

div[data-toggle=collapse] h1, div[data-toggle=collapse] h2, div[data-toggle=collapse] h3, div[data-toggle=collapse] h4, div[data-toggle=collapse] h5, div[data-toggle=collapse] h6, div[aria-expanded=false] h1, div[aria-expanded=false] h2, div[aria-expanded=false] h3, div[aria-expanded=false] h4, div[aria-expanded=false] h5, div[aria-expanded=false] h6 {
  cursor: pointer;
}
div[data-toggle=collapse] h1:after, div[data-toggle=collapse] h2:after, div[data-toggle=collapse] h3:after, div[data-toggle=collapse] h4:after, div[data-toggle=collapse] h5:after, div[data-toggle=collapse] h6:after, div[aria-expanded=false] h1:after, div[aria-expanded=false] h2:after, div[aria-expanded=false] h3:after, div[aria-expanded=false] h4:after, div[aria-expanded=false] h5:after, div[aria-expanded=false] h6:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding-left: 8px;
}

div[aria-expanded=true] h1, div[aria-expanded=true] h2, div[aria-expanded=true] h3, div[aria-expanded=true] h4, div[aria-expanded=true] h5, div[aria-expanded=true] h6 {
  cursor: pointer;
}
div[aria-expanded=true] h1:after, div[aria-expanded=true] h2:after, div[aria-expanded=true] h3:after, div[aria-expanded=true] h4:after, div[aria-expanded=true] h5:after, div[aria-expanded=true] h6:after {
  content: "\f0d8";
  font-family: "FontAwesome";
  padding-left: 8px;
}

.box_pfeil_orange h1 {
  background: #F07B00;
  color: #FFF;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 27px;
}
.box_pfeil_orange h1:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 48%;
  border: 10px solid transparent;
  border-top: 10px solid #F07B00;
}
.box_pfeil_orange p {
  text-align: center;
  color: #F07B00;
  font-weight: 600;
  font-size: 16px;
}

.box_pfeil_blau h1 {
  background: #003278;
  color: #FFF;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 27px;
}
.box_pfeil_blau h1:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 48%;
  border: 10px solid transparent;
  border-top: 10px solid #003278;
}
.box_pfeil_blau p {
  text-align: center;
  color: #003278;
  font-weight: 600;
  font-size: 16px;
}

.container_padding {
  padding: 3rem 0px 3rem 0px;
}

.contentwrapper-primary {
  background: #FFF;
}

.contentwrapper-secondary {
  background: #FFF;
}

.contentwrapper-tertiary {
  background: #FFF;
}

.contentwrapper-secondary p, .contentwrapper-secondary a, .contentwrapper-secondary ul, .contentwrapper-secondary ol, .contentwrapper-secondary h1, .contentwrapper-secondary h2, .contentwrapper-secondary h3, .contentwrapper-secondary h4, .contentwrapper-secondary h5, .contentwrapper-secondary h6, .contentwrapper-secondary table, .contentwrapper-tertiary p, .contentwrapper-tertiary a, .contentwrapper-tertiary ul, .contentwrapper-tertiary ol, .contentwrapper-tertiary h1, .contentwrapper-tertiary h2, .contentwrapper-tertiary h3, .contentwrapper-tertiary h4, .contentwrapper-tertiary h5, .contentwrapper-tertiary h6, .contentwrapper-tertiary table {
  color: #FFF;
}

.contentwrapper-footer {
  background: #F5F5F5;
  border-top: 1px solid #D5D6D8;
  padding: 40px 0px;
}

/* Infoboxen */
.infobox {
  background: #F5F5F5;
  border: 1px solid #D5D6D8;
  margin-bottom: 30px;
  font-size: 0.78rem;
}
.infobox h2 {
  position: relative;
  text-align: center;
  border-top: 5px solid #F07B00;
  font-weight: 600;
  font-size: 1.25em;
  padding-top: 14px;
}
.infobox h2:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 45%;
  border: 10px solid transparent;
  border-top: 10px solid #F07B00;
}
.infobox p {
  font-size: 0.78rem;
}
.infobox a {
  display: block;
  color: #000;
  border-bottom: 1px solid #D5D6D8;
  margin: 0 15px 7px 15px;
  padding: 5px 0px 8px 0px;
  font-size: 0.78rem;
}
.infobox a:last-child {
  border: 0 none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  background: #F5F5F5;
}

p, ul, ol, table, blockquote {
  font-size: 0.875rem;
  color: #000000;
  line-height: 150%;
}

table a,
p a {
  color: #003278;
  text-decoration: underline;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.maxWidth {
  max-width: 1156px;
  margin: 0 auto;
}

.container {
  position: relative;
}

.pos_relative {
  position: relative;
}

.pos_absolute {
  position: absolute;
  top: 0px;
  left: 0px;
}

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

#headlogo {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
}

#logo {
  display: inline-block;
  vertical-align: top;
  width: 146px;
  margin: 4px 30px 0 0;
}
#logo h1 {
  margin: 0;
  padding: 0;
}
#logo img {
  border: none;
}
#logo a {
  display: block;
  width: 146px;
  height: 47px;
}
#logo a img {
  width: 100%;
  height: auto;
}

#logotext {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-right: 20px;
}
#logotext h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.938em;
  padding: 0;
  margin: 0 0 0 6px;
  letter-spacing: 1px;
}
#logotext p {
  font-size: 0.75em;
  line-height: 142%;
}

@media (max-width: 860px) {
  #logotext {
    display: none;
  }
}
#headicons {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
#headicons Img {
  width: 100%;
  height: auto;
}

@media (max-width: 1156px) {
  #headicons {
    display: none;
  }
}
#europa {
  display: inline-block;
  width: 126px;
  height: 77px;
}

#mint {
  display: inline-block;
  width: 256px;
  height: 72px;
}

#digitale_schule {
  display: inline-block;
  width: 138px;
  height: 77px;
}

#schule_ohne_rassismus {
  display: inline-block;
  width: 179px;
  height: 64px;
}
#schule_ohne_rassismus Img {
  margin-top: 8px;
}

#schulentwicklungspreis {
  display: inline-block;
  width: 230px;
  height: 36px;
}
#schulentwicklungspreis Img {
  margin-top: 24px;
}

#navi_extern {
  display: inline-block;
  height: 24px;
  overflow: hidden;
}
#navi_extern ul {
  margin: 0;
  padding: 0;
}
#navi_extern ul li {
  margin: 0;
  padding: 0 11px 0 0;
  list-style-type: none;
  display: inline;
}
#navi_extern ul li:last-child {
  padding: 0 8px 0 0;
}
#navi_extern ul a {
  display: inline-block;
  background: #EDEDED;
  font-size: 0.938em;
  font-weight: 700;
  text-decoration: none;
  color: #003278;
  border: 1px solid #D5D6D8;
  padding: 2px 9px 1px 9px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#navi_extern ul a.aktiv,
#navi_extern ul a:hover {
  background: #dedede;
}

@media (max-width: 560px) {
  #navi_extern {
    text-align: left;
  }
  #navi_extern ul li {
    padding: 0 11px 0 0;
  }
  #navi_extern ul li:last-child {
    padding: 0 8px 0 0;
  }
}
h3.csc-searchResultHeader {
  margin-bottom: 0px;
}

p.csc-searchResult {
  margin-bottom: 30px;
}

.csc-mailform-field label {
  width: 90px;
  display: inline-block;
}

.csc-mailform-submit {
  margin-left: 90px;
}

input:focus {
  outline: none;
}

b, strong {
  font-weight: 700;
}

figure.video {
  width: 100%;
}

.video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bodytext p a,
.ce-bodytext span a,
.csc-default p a,
.csc-default span a {
  color: #003278;
  text-decoration: underline;
}
.ce-bodytext p a:hover,
.ce-bodytext span a:hover,
.csc-default p a:hover,
.csc-default span a:hover {
  color: #003278;
  text-decoration: underline;
}

hr.ce-div {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 0.0625rem solid #003278;
}

.ce-media Img {
  max-width: 100%;
  margin-bottom: 15px;
}
.ce-media Img[src$=".jpg"], .ce-media Img[src$=".jpeg"], .ce-media Img[src$=".png"], .ce-media Img[src$=".gif"] {
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ce-media Img {
    width: 100%;
  }
}
.ce-border {
  border: none;
}
.ce-border Img,
.ce-border iframe {
  border: 1px solid #D5D6D8;
  padding: 0px;
}

span.important {
  color: #003278;
  font-weight: 700;
}

span.strike {
  text-decoration: line-through;
}

.indent {
  margin: 0 0 0 20px;
}

figcaption {
  padding: 3px 0 0 0;
  font-size: 12px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-justify {
  text-align: justify;
}

ul.ce-menu.ce-menu-0,
ul.ce-menu.ce-menu-1,
ul.ce-menu.ce-menu-2,
ul.ce-menu.ce-menu-3,
ul.ce-menu.ce-menu-4,
ul.ce-menu.ce-menu-5,
ul.ce-menu.ce-menu-6,
ul.ce-menu.ce-menu-7, u ul.ce-menu.ce-menu-8,
ul.ce-menu.ce-menu-9 {
  margin: 0 0 80px 0;
  padding: 0;
}
ul.ce-menu.ce-menu-0 li,
ul.ce-menu.ce-menu-1 li,
ul.ce-menu.ce-menu-2 li,
ul.ce-menu.ce-menu-3 li,
ul.ce-menu.ce-menu-4 li,
ul.ce-menu.ce-menu-5 li,
ul.ce-menu.ce-menu-6 li,
ul.ce-menu.ce-menu-7 li, u ul.ce-menu.ce-menu-8 li,
ul.ce-menu.ce-menu-9 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EDEDED;
}
ul.ce-menu.ce-menu-0 li a,
ul.ce-menu.ce-menu-1 li a,
ul.ce-menu.ce-menu-2 li a,
ul.ce-menu.ce-menu-3 li a,
ul.ce-menu.ce-menu-4 li a,
ul.ce-menu.ce-menu-5 li a,
ul.ce-menu.ce-menu-6 li a,
ul.ce-menu.ce-menu-7 li a, u ul.ce-menu.ce-menu-8 li a,
ul.ce-menu.ce-menu-9 li a {
  display: block;
  color: #003278;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  height: 31px;
  padding: 8px 0 10px 40px;
  margin: 8px 0px;
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-image: url(../Img/icon_luft.svg);
}
ul.ce-menu.ce-menu-0 li a.pageuid-93,
ul.ce-menu.ce-menu-1 li a.pageuid-93,
ul.ce-menu.ce-menu-2 li a.pageuid-93,
ul.ce-menu.ce-menu-3 li a.pageuid-93,
ul.ce-menu.ce-menu-4 li a.pageuid-93,
ul.ce-menu.ce-menu-5 li a.pageuid-93,
ul.ce-menu.ce-menu-6 li a.pageuid-93,
ul.ce-menu.ce-menu-7 li a.pageuid-93, u ul.ce-menu.ce-menu-8 li a.pageuid-93,
ul.ce-menu.ce-menu-9 li a.pageuid-93 {
  background-image: url(../Img/icon_see.svg);
}
ul.ce-menu.ce-menu-0 li a.pageuid-94,
ul.ce-menu.ce-menu-1 li a.pageuid-94,
ul.ce-menu.ce-menu-2 li a.pageuid-94,
ul.ce-menu.ce-menu-3 li a.pageuid-94,
ul.ce-menu.ce-menu-4 li a.pageuid-94,
ul.ce-menu.ce-menu-5 li a.pageuid-94,
ul.ce-menu.ce-menu-6 li a.pageuid-94,
ul.ce-menu.ce-menu-7 li a.pageuid-94, u ul.ce-menu.ce-menu-8 li a.pageuid-94,
ul.ce-menu.ce-menu-9 li a.pageuid-94 {
  background-image: url(../Img/icon_luft.svg);
}
ul.ce-menu.ce-menu-0 li a.pageuid-95,
ul.ce-menu.ce-menu-1 li a.pageuid-95,
ul.ce-menu.ce-menu-2 li a.pageuid-95,
ul.ce-menu.ce-menu-3 li a.pageuid-95,
ul.ce-menu.ce-menu-4 li a.pageuid-95,
ul.ce-menu.ce-menu-5 li a.pageuid-95,
ul.ce-menu.ce-menu-6 li a.pageuid-95,
ul.ce-menu.ce-menu-7 li a.pageuid-95, u ul.ce-menu.ce-menu-8 li a.pageuid-95,
ul.ce-menu.ce-menu-9 li a.pageuid-95 {
  background-image: url(../Img/icon_land.svg);
}
ul.ce-menu.ce-menu-0 li a.pageuid-96,
ul.ce-menu.ce-menu-1 li a.pageuid-96,
ul.ce-menu.ce-menu-2 li a.pageuid-96,
ul.ce-menu.ce-menu-3 li a.pageuid-96,
ul.ce-menu.ce-menu-4 li a.pageuid-96,
ul.ce-menu.ce-menu-5 li a.pageuid-96,
ul.ce-menu.ce-menu-6 li a.pageuid-96,
ul.ce-menu.ce-menu-7 li a.pageuid-96, u ul.ce-menu.ce-menu-8 li a.pageuid-96,
ul.ce-menu.ce-menu-9 li a.pageuid-96 {
  background-image: url(../Img/icon_kontrakt.svg);
}

.content ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}
.content ul li {
  padding-left: 14px;
  background: url(../Img/bullit.png) no-repeat 0px 6px;
}
.content ul li a {
  text-decoration: underline;
}

.content Img {
  width: 100%;
  height: auto;
}

#topspacer {
  height: 66px;
  display: block;
  width: 100%;
}

#stoerer {
  width: 100%;
  height: 10px;
  background-color: #F07B00;
}

@media only screen and (min-width: 34em) and (max-width: 47.99em) {
  .sliderboxwrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .sliderboxwrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 34em) and (max-width: 47.99em) {
  .sliderboxwrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .sliderboxwrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sliderbox {
  margin: 50px 0px 0px 0px;
  background: rgba(255, 0, 0, 0.8);
  padding: 20px;
  width: 320px;
}
.sliderbox p, .sliderbox h1, .sliderbox h2, .sliderbox h3, .sliderbox h4, .sliderbox h5, .sliderbox h6, .sliderbox ul, .sliderbox ol {
  color: #FFF;
}

.indexmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.indexmenu ul li {
  display: block;
}
.indexmenu ul li a {
  color: #000000;
  display: block;
  padding: 4px 0;
}
.indexmenu ul li a:hover {
  color: #003278;
}
.indexmenu ul li a.aktiv {
  color: #003278;
  font-weight: 600;
}

footer p, footer a, footer ul, footer ol, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer table {
  color: #000;
  font-size: 0.78rem;
}
footer .col-md-3 {
  border-left: 1px solid #D5D6D8;
}
footer .col-md-3:last-child {
  border: none;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  color: #000;
  text-decoration: underline;
}
footer a.active {
  color: #000;
  text-decoration: underline;
}
footer ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 34em) and (max-width: 47.99em) {
  footer .text-right {
    text-align: left;
  }
}
@media only screen and (max-width: 47.99em) {
  footer .text-right {
    text-align: left;
  }
}
footer.unterzeile {
  font-size: 0.75rem;
}
footer.unterzeile a, footer.unterzeile ul, footer.unterzeile p {
  font-size: 0.75rem;
}

#menumeta_1 a {
  font-weight: 600;
}

a.fa_navi {
  font-size: 0rem !important;
}
a.fa_navi:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  font-size: 2rem;
}

.fa_icon_33:before {
  content: "\f082";
}

.fa_icon_34:before {
  content: "\f081";
}

.fa_icon_64:before {
  content: "\f0d4";
}

.fa_icon_76:before {
  content: "\f169";
}

.fa_icon_78:before {
  content: "\f166";
}

.to_top_link {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999999;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../Img/totop.png);
  background: url(../Img/totop.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 34em) and (max-width: 47.99em) {
  .to_top_link {
    display: none !important;
  }
}
@media only screen and (max-width: 33.99em) {
  .to_top_link {
    display: none !important;
  }
}
.to_top_link a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1156px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar {
  min-height: auto;
  margin-bottom: 0;
  border: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-brand {
  width: 133px;
  height: 66px;
  background-image: url(../Img/logo.svg), none;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  padding: 0;
  margin-left: 0 !important;
  float: right;
}
@media only screen and (max-width: 47.99em) {
  .navbar-brand {
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 33.99em) {
  .navbar-brand {
    margin-left: 15px !important;
  }
}

.navbar-default .navbar-toggle {
  float: left;
  background-color: transparent;
  border: none;
  top: 0px;
  padding-left: 0;
  margin-left: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #003278;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-toggle span.icon-bar {
  transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

li.dropdown {
  border-right: 1px solid #FFF;
}
li.dropdown:last-child {
  border-right: none;
}
li.dropdown > a {
  white-space: nowrap;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  background: #FFF;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 16px 8px 16px;
}

.lang-select > li > a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 8px;
}

.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-default .navbar-nav > li {
  padding-left: 0px;
  padding-right: 0px;
}

.nav > li > a {
  color: #FFF;
  background-color: #003278;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #FFF;
  background-color: #F07B00;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
  color: #FFF;
  background-color: #F07B00;
}

.nav > .open > a,
.nav > .open > a:hover,
.nav > .open > a:focus {
  color: #FFF;
  background-color: #F07B00;
}

.navbar-nav > li {
  float: none;
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
  background-color: #003278;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: #F07B00;
}

.dropdown-menu {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0px 0 0 !important;
  font-size: 0.78rem;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #D5D6D8;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu.lang-select {
  min-width: 20px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 16px 5px 16px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: normal;
  font-size: 0.75rem;
}

.dropdown-menu > li > a:hover {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #003278;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.nav-header {
  padding: 3px 20px;
}

.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > a::after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #000;
  margin-top: 6px;
  margin-right: -10px;
}
.dropdown-submenu > ul.dropdown-menu {
  position: absolute;
  left: 100% !important;
  top: 0 !important;
  margin-left: 5px;
  width: auto;
}

@media (max-width: 1090px) {
  #headlogo {
    margin-bottom: 20px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav-justified > li {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-default .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.jumbotron {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  border-bottom: 1px solid #D5D6D8;
}
.jumbotron h1 {
  color: #FFF;
  display: table;
  background: rgba(0, 50, 120, 0.85);
  padding: 10px 15px;
}
.jumbotron h1:after {
  content: "";
  display: block;
  clear: both;
}
.jumbotron h1 a {
  color: #FFF;
}
.jumbotron p {
  color: #FFF;
  background: rgba(245, 245, 245, 0.8);
  padding: 4px 15px;
  display: table;
}
.jumbotron p a {
  color: #FFF;
}
@media only screen and (max-width: 47.99em) {
  .jumbotron {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .jumbotron p {
    font-size: 1rem;
  }
}

.container .jumbotron {
  border-radius: 0px;
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  background: none;
  border-radius: 0px;
  color: #003278;
  font-weight: 600;
  font-size: 0.813em;
}
.breadcrumb > .active {
  color: #003278;
}
.breadcrumb a {
  color: #003278;
}
.breadcrumb a:hover {
  color: #F07B00;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  content: ">";
  color: #003278;
}

.btn:hover {
  transition: background-color 160ms linear;
}

ul.bulletlist-0 li span.glyphicon-ok {
  color: green;
  padding-right: 12px;
}

ul.bulletlist-1 li {
  display: block;
  margin: 0 0 14px 0;
  font-size: 20px;
  line-height: 1;
  position: relative;
  padding: 10px 0 0 50px;
  height: 40px;
}
ul.bulletlist-1 li span.glyphicon-ok {
  position: absolute;
  left: 0px;
  top: 0 px;
  border-radius: 50px;
  background-color: #E30613;
  color: #FFF;
  font-size: 16px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 12px;
}

div[aria-expanded=true] h1, div[aria-expanded=true] h2, div[aria-expanded=true] h3, div[aria-expanded=true] h4, div[aria-expanded=true] h5, div[aria-expanded=true] h6 {
  cursor: default;
}
div[aria-expanded=true] h1:after, div[aria-expanded=true] h2:after, div[aria-expanded=true] h3:after, div[aria-expanded=true] h4:after, div[aria-expanded=true] h5:after, div[aria-expanded=true] h6:after {
  content: "";
}

.panel {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-default {
  border-color: #D5D6D8;
}

.panel-group {
  border-bottom: 1px solid #D5D6D8;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  background-color: transparent;
}

.panel-body {
  padding: 15px 0px;
  background-color: #FFF;
  border: none;
}
.panel-body h3:first-child {
  display: none;
}

.panel-default > .panel-heading {
  color: #003278;
  background-color: transparent;
  border-color: #D5D6D8;
  letter-spacing: 1px;
  border: none;
}

.panel-heading {
  padding: 13px 0px 10px 0px;
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D5D6D8;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.panel-title {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.panel-title a {
  transition: color 0.5s;
}
.panel-title a[aria-expanded=false] {
  display: block;
  background-image: url(../Img/icon-accordion-open.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
}
.panel-title a[aria-expanded=true] {
  display: block;
  background-image: url(../Img/icon-accordion-close.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
  color: #003278;
}

.tab-v1 {
  margin: 30px 0;
}
.tab-v1 .nav-tabs {
  border: none;
}
.tab-v1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #F07B00;
  font-size: 1rem;
}
.tab-v1 .nav-tabs > li > a:hover,
.tab-v1 .nav-tabs > li.active > a,
.tab-v1 .nav-tabs > li.active > a:hover,
.tab-v1 .nav-tabs > li.active > a:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  background-color: #F5F5F5;
  border: none;
  border-bottom-color: transparent;
}
.tab-v1 .nav > li > a:hover,
.tab-v1 .nav > li > a:focus {
  text-decoration: none;
  background-color: #F5F5F5;
}
.tab-v1 .tab-content {
  background: #F5F5F5;
  padding: 20px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 0.875rem;
  border-left: 5px solid #eee;
}

.form-group p.bg-danger {
  padding: 3px 10px;
}

.table-responsive {
  width: 100%;
  margin-bottom: 0px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none !important;
}

@media print {
  a[href]:after {
    content: "";
  }
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/* tinyaccordion */
ul.tinyaccordion {
  background: none !important;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
ul.tinyaccordion li {
  border: 1px solid #D5D6D8;
  background: #F5F5F5 !important;
  margin: 0 0 10px 0;
  padding: 9px 14px 10px 14px;
}
ul.tinyaccordion li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
ul.tinyaccordion li ul li {
  padding: 0 0 0 14px;
  background: url(../Img/bullit.png) no-repeat 0px 6px !important;
  border: 0 none;
  margin: 0;
}
ul.tinyaccordion h1 {
  display: none;
}
ul.tinyaccordion p {
  margin: 0;
  font-size: 0.875rem;
}
ul.tinyaccordion h4 {
  background: url(../Img/pfeil_nach_unten.png) no-repeat right center;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  color: #003278;
  font-weight: 600;
  font-size: 1em;
}
ul.tinyaccordion h4:hover {
  background: url(../Img/pfeil_nach_unten.png) no-repeat right center;
  text-decoration: none;
}
ul.tinyaccordion h4.acc-selected,
ul.tinyaccordion h4.acc-selected:hover {
  background: url(../Img/pfeil_nach_oben.png) no-repeat right center;
  text-decoration: none;
}
ul.tinyaccordion .csc-default,
ul.tinyaccordion ul.tinyaccordion,
ul.tinyaccordion ul.tinyaccordion .news-single-item {
  padding: 10px 0px 0px 0px;
}
ul.tinyaccordion .acc-section {
  background: none;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.form-control {
  margin-bottom: 15px;
}

.news {
  margin-bottom: 30px;
}
.news .article {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #D5D6D8;
}
.news .article:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.news .footer {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 3px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #D5D6D8;
}

.news-list-item {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #D5D6D8;
  margin-top: 30px;
  padding-top: 30px;
}

.news-list-title {
  text-transform: uppercase;
  color: #003278;
}

.news-list-date {
  text-transform: uppercase;
  color: #003278;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.news-list-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

.news-list-tags {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

.news-list-author {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

.more {
  white-space: nowrap;
}

.page-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-navigation ul li {
  display: inline-block;
  margin-right: 0px;
  padding-left: 0;
  background: none;
}

.news .carousel-indicators {
  top: 0;
  bottom: auto;
  position: relative;
  margin: 0 auto;
  left: auto;
  right: auto;
  width: auto;
}
.news .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #003278;
  border-radius: 10px;
}
.news .carousel-indicators li:hover {
  width: 10px;
  height: 10px;
  background-color: #003278;
}
.news .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #003278;
}

.news-latest .article {
  padding: 15px;
  background: #F7E7E9;
  margin-bottom: 5px;
}
.news-latest p {
  display: inline;
  margin: 0;
  padding: 0;
}

.news-single .footer {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 3px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

#indexedsearch-container {
  display: inline-block;
  height: 24px;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
  background: red;
}

#indexedsearch {
  display: block;
  height: 24px;
  background: #EDEDED;
  font-size: 0.83rem;
  font-weight: 700;
  color: #000000;
  border: 1px solid #D5D6D8;
  padding: 0px 8px 0px 0px;
  margin: 0;
  background-image: url(../Img/search.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left 5px center;
}

.tx-indexedsearch-searchbox {
  margin-bottom: 30px;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox-button {
  margin-top: 0;
}

.tx-indexedsearch-info-sword {
  margin-bottom: 15px;
}

.tx-indexedsearch-res {
  padding-top: 30px;
  margin-top: 30px;
}
.tx-indexedsearch-res h4 {
  margin-top: 0;
  margin-bottom: 7.5px;
}
.tx-indexedsearch-res p {
  margin-bottom: 0px;
}

.head-search {
  margin-left: 30px;
}
.head-search .form-group {
  margin-bottom: 0;
}
.head-search .form-control {
  padding: 4px 0 0 0;
  font-size: 0.8rem;
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  height: 19px;
  background: transparent;
  box-shadow: none;
}
.head-search .tx-indexedsearch-form {
  width: 90%;
  display: inline-block;
  background: none;
  border: 0 none;
  font-weight: normal;
}
.head-search .tx-indexedsearch-search-submit {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.head-search .tx-indexedsearch-searchbox-button {
  display: block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 0;
  font-size: 1.1rem;
  color: #FFF;
}
.head-search .tx-indexedsearch-searchbox-button:hover {
  color: #FFF;
}

.am--noscal img {
  width: auto;
  height: auto;
}

.am--portfolio-tile .ce-textpic {
  position: relative;
}
.am--portfolio-tile .ce-bodytext {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(83, 83, 83, 0.9);
  padding: 6px 10px;
  color: #FFF;
  text-align: center;
  pointer-events: none;
}
.am--portfolio-tile .ce-bodytext p {
  margin-bottom: 0;
}

div[data-toggle=collapse] h1, div[data-toggle=collapse] h2, div[data-toggle=collapse] h3, div[data-toggle=collapse] h4, div[data-toggle=collapse] h5, div[data-toggle=collapse] h6, div[aria-expanded=false] h1, div[aria-expanded=false] h2, div[aria-expanded=false] h3, div[aria-expanded=false] h4, div[aria-expanded=false] h5, div[aria-expanded=false] h6 {
  cursor: pointer;
}
div[data-toggle=collapse] h1:after, div[data-toggle=collapse] h2:after, div[data-toggle=collapse] h3:after, div[data-toggle=collapse] h4:after, div[data-toggle=collapse] h5:after, div[data-toggle=collapse] h6:after, div[aria-expanded=false] h1:after, div[aria-expanded=false] h2:after, div[aria-expanded=false] h3:after, div[aria-expanded=false] h4:after, div[aria-expanded=false] h5:after, div[aria-expanded=false] h6:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding-left: 8px;
}

div[aria-expanded=true] h1, div[aria-expanded=true] h2, div[aria-expanded=true] h3, div[aria-expanded=true] h4, div[aria-expanded=true] h5, div[aria-expanded=true] h6 {
  cursor: pointer;
}
div[aria-expanded=true] h1:after, div[aria-expanded=true] h2:after, div[aria-expanded=true] h3:after, div[aria-expanded=true] h4:after, div[aria-expanded=true] h5:after, div[aria-expanded=true] h6:after {
  content: "\f0d8";
  font-family: "FontAwesome";
  padding-left: 8px;
}

.box_pfeil_orange h1 {
  background: #F07B00;
  color: #FFF;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 27px;
}
.box_pfeil_orange h1:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 48%;
  border: 10px solid transparent;
  border-top: 10px solid #F07B00;
}
.box_pfeil_orange p {
  text-align: center;
  color: #F07B00;
  font-weight: 600;
  font-size: 16px;
}

.box_pfeil_blau h1 {
  background: #003278;
  color: #FFF;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 27px;
}
.box_pfeil_blau h1:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 48%;
  border: 10px solid transparent;
  border-top: 10px solid #003278;
}
.box_pfeil_blau p {
  text-align: center;
  color: #003278;
  font-weight: 600;
  font-size: 16px;
}

.video-shariff-preview-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.video-shariff-preview {
  top: 30%;
}

span.video-shariff-preview-icon {
  display: none;
}

span.video-shariff-preview-text {
  top: 0;
  width: 90%;
}
