/*@main-font: 'CocoGothic-Light', sans-serif;*/
/*headlines*/
/*compatibility:*/
/*Header*/
/*Footer*/
/*Abstände*/
.boxShadow {
  box-shadow: 0.518px 1.932px 7px rgba(0, 0, 0, 0.2);
}
.boxShadowL {
  box-shadow: 0 2.932px 10px rgba(0, 0, 0, 0.2);
}
.buttonstyle,
.btn,
.likeBtn {
  background: #03387c;
  color: #ffffff;
  border: none;
  min-height: 27px;
  min-height: 1.5rem;
  line-height: 27px;
  line-height: 1.5rem;
  /*.unitize(margin-top,@space-XS);*/
  /*	min-height: 27px;
	line-height: 27px;*/
  cursor: pointer;
  padding: 0.25rem .5rem;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  box-shadow: 2px 2px 4px rgba(44, 44, 44, 0.3);
  margin-bottom: 15px;
  margin-bottom: 0.83333333rem;
  text-transform: none;
}
.buttonstyle:hover,
.btn:hover,
.likeBtn:hover {
  background: #000000;
  color: #ffffff;
}
.buttonstyle:hover,
.btn:hover,
.likeBtn:hover {
  background-color: #356096;
  /*box-shadow: 2px 2px 4px fade(@dark,80%);*/
}
.inputStyle,
.likeInput {
  border: none;
  /*height: 27px;*/
  height: 27px;
  height: 1.5rem;
  min-height: 27px;
  min-height: 1.5rem;
  padding-left: .6em;
  padding-top: 0;
  padding-bottom: 0;
  flex: 1 1 auto;
  box-shadow: 0.518px 1.932px 7px rgba(0, 0, 0, 0.2);
}
.wrapper,
.likeWrapper {
  /*@sidepaddings: 1.5rem;*/
  width: 60.9375rem;
  margin: 0 auto;
  max-width: 100%;
  /*padding: @sidepaddings 0;*/
}
@media screen and (max-width: 63.9375rem) {
  .wrapper,
  .likeWrapper {
    /*padding: @sidepaddings;*/
  }
}
h1,
.likeH1,
.h1 {
  font-size: 3.125rem;
  line-height: 1.2;
  font-family: 'Source Sans Pro';
  color: #03387c;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
  /*	&:only-child{ //if this is the only element in here
		margin: 0;
	}*/
}
h2,
.likeH2,
.h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: 'Source Sans Pro';
  color: #444444;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 650px) {
  h1,
  .likeH1,
  .h1 {
    font-size: 2.125rem;
    }
  h2,
  .likeH2,
  .h2 {
    font-size: 1.2rem;
    }
}
h3,
.likeH3,
.h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px;
}
h3:not(:first-child),
.likeH3:not(:first-child),
.h3:not(:first-child) {
  margin-top: 20px;
}
h4,
.likeH4,
.h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
h4:not(:first-child),
.likeH4:not(:first-child),
.h4:not(:first-child) {
  margin-top: 20px;
}
.primary {
  color: #03387c;
}
.secondary {
  color: #000000;
}
.tertiary {
  color: #000000;
}
.content,
.likeContent {
  padding-left: 84px;
  padding-left: 4.66666667rem;
  padding-right: 60px;
  padding-right: 3.33333333rem;
}
.blueStripes {
  background: #e6e6e6;
  border: 10px solid transparent;
  margin-right: 58px !important;
  margin-right: 3.22222222rem !important;
  margin-left: 58px !important;
  margin-left: 3.22222222rem !important;
  border-image: repeating-linear-gradient(-45deg, #99c3e1 0, #1269af 1px, #1269af 0.23rem, #99c3e1 calc(0.24rem), #99c3e1 0.375rem) 10;
}
.orangeStripes {
  background: #f5841f;
  margin-right: 58px !important;
  margin-right: 3.22222222rem !important;
  margin-left: 58px !important;
  margin-left: 3.22222222rem !important;
  border: 10px solid transparent;
  border-image: repeating-linear-gradient(-45deg, #fbcea5 0, #ef7f00 1px, #ef7f00 0.23rem, #fbcea5 calc(0.24rem), #fbcea5 0.375rem) 10;
  color: #ffffff !important;
}
.orangeStripes h2 {
  color: #ffffff !important;
}
.orangeStripes h2:before {
  color: #ffffff !important;
}
.blueBackgroundStripes {
  background: repeating-linear-gradient(-45deg, #dae9f3 0, #cce1ef 1px, #cce1ef 0.23rem, #dae9f3 calc(0.24rem), #dae9f3 0.375rem);
}
.blueBackgroundStripes h1 {
  color: #03387c !important;
}
.blueBackgroundStripes h1:before {
  color: #03387c !important;
}
.orangeBackgroundStripes {
  background: repeating-linear-gradient(-45deg, #fbcea5 0, #ef7f00 1px, #ef7f00 0.23rem, #fbcea5 calc(0.24rem), #fbcea5 0.375rem);
  color: #ffffff !important;
}
.orangeBackgroundStripes h1 {
  color: #ffffff !important;
}
.orangeBackgroundStripes h1:before {
  color: #ffffff !important;
}
.greyBackgroundStripes {
  /*background:#dbdbdb;*/
  background: repeating-linear-gradient(-45deg, #e6e6e6 0, #dbdbdb 1px, #dbdbdb 0.23rem, #e6e6e6 calc(0.24rem), #e6e6e6 0.375rem);
  color: #000000 !important;
}
.greyBackgroundStripes h1 {
  color: #000000 !important;
}
.greyBackgroundStripes h1:before {
  color: #000000 !important;
}
/*
.stripedBlue{
background: repeating-linear-gradient(
	-45deg,
	#606dbc,
	#606dbc 10px,
	#465298 10px,
	#465298 20px
);
}*/
.borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.borderTop {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
/*Mixins:*/
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.border-box,
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hyphens {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.noTransform,
.resetTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.flex {
  display: flex;
}
.hover {
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.hover:hover {
  background: #000000;
  color: #ffffff;
}
.hasSlideEffect {
  -webkit-transition: height 1ms linear;
  -moz-transition: height 1ms linear;
  -ms-transition: height 1ms linear;
  -o-transition: height 1ms linear;
  transition: height 1ms linear;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fix {
  position: fixed;
}
.block {
  display: block;
}
.inline-block,
.inlineBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
.cover {
  background-size: cover;
}
.contain {
  background-size: contain;
}
.hide {
  display: none;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.bold {
  font-weight: bold;
}
/*Responsive Stuff*/
.resetTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.resetPosition {
  position: static;
  margin: 0;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.resetFlex {
  flex: 0 1 auto;
}
.cke_inner *,
.cke_editable * {
  font-family: "Arial", sans-serif;
}
.cke_inner p,
.cke_editable p {
  font-size: 14px;
}
.cke_inner span.highlight-font,
.cke_editable span.highlight-font {
  font-family: 'Times New Roman', serif;
}
.cke_inner span.highlight,
.cke_editable span.highlight {
  color: blue;
}
.cke_inner span.fontawesome,
.cke_editable span.fontawesome {
  font-family: "FontAwesome", sans-serif;
}
.cke_inner span.important,
.cke_editable span.important {
  color: red;
}
.cke_inner a.btn,
.cke_editable a.btn {
  text-decoration: none;
}
.cke_inner div .zinc,
.cke_editable div .zinc {
  color: #cccccc;
}
.cke_inner h1.primary-color,
.cke_editable h1.primary-color,
.cke_inner h2.primary-color,
.cke_editable h2.primary-color,
.cke_inner h3.primary-color,
.cke_editable h3.primary-color,
.cke_inner h4.primary-color,
.cke_editable h4.primary-color,
.cke_inner h5.primary-color,
.cke_editable h5.primary-color,
.cke_inner h6.primary-color,
.cke_editable h6.primary-color,
.cke_inner p.primary-color,
.cke_editable p.primary-color {
  color: #03387c;
}
.cke_inner h1.secondary-color,
.cke_editable h1.secondary-color,
.cke_inner h2.secondary-color,
.cke_editable h2.secondary-color,
.cke_inner h3.secondary-color,
.cke_editable h3.secondary-color,
.cke_inner h4.secondary-color,
.cke_editable h4.secondary-color,
.cke_inner h5.secondary-color,
.cke_editable h5.secondary-color,
.cke_inner h6.secondary-color,
.cke_editable h6.secondary-color,
.cke_inner p.secondary-color,
.cke_editable p.secondary-color {
  color: #000000;
}
.cke_inner .margin-bottom-no,
.cke_editable .margin-bottom-no {
  margin-bottom: 0;
}
.primary-color {
  color: #03387c;
}
