@import url('fonts.css?v=27112020');
@import url('navigation.css?v=27112020');
@import url('header.css?v=27112020');
@import url('footer.css?v=27112020');
@import url('buttons.css?v=27112020');
@import url('forms.css?v=27112020');
@import url('content.css?v=27112020');
@import url('semantic.custom.css?v=27112020');

html, body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  height: 100%;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.2px;
  -webkit-text-size-adjust: 100%;
}

#root {
  height: 100%;
}

#body-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

* {
  font-family: 'Overpass', sans-serif;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.4;
}

#wrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px; 
  grid-template-areas: 'cmsleft cmsright'; 
   }

  #wrapper #main { grid-area: main; }  
  #wrapper #cmsleft { grid-area: cmsleft; border-style: solid;}
  #wrapper #cmsright {  grid-area: cmsright; }

  @media screen and (max-width: 819px) 
  
  {
   #wrapper 
    { grid-template-columns: 100%; 
    grid-template-areas: 'cmsright' 'cmsleft' ; 
   }
  }
  
  /* Nur zur besseren Darstellung - nicht relevant fuer das Layout */
  #wrapper #cmsleft, #wrapper #cmsright, #wrapper #main 
  { 
   box-sizing: border-box; 
   padding: 5px;
  }


input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

p {
  line-height: 1.4;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.strong, .bold {
  font-weight: 600;
}

.green {
  color: #e30613;
}

.green:hover {
  color: #e30613;
}

.fixed-width {
  display: inline-block;
  min-width: 110px;
}

.fixed-width-small {
  display: inline-block;
  min-width: 80px;
}

.fixed-width-large {
  display: inline-block;
  width: 160px;
}

.strong.italic, .bold.italic, .italic {
  font-style: italic;
}

.thin {
  font-weight: 300;
}

a:not(.button):not(.custom-btn), a:not(.button):not(.custom-btn):active, a:not(.button):not(.custom-btn):visited {
  text-decoration: none;
  color: #e30613;
  border-bottom: 0.5px solid rgba(227, 6, 19, 0.3);
  padding-bottom: 2px;
  animation-timing-function: ease;
}

a:not(.button):not(.custom-btn):hover {
  color: #20173e;
  border-bottom: 1px solid rgba(117, 108, 158, 0.25);
  padding-bottom: 2px;
}

h1 {
  font-family: 'Overpass', sans-serif;
  color: #e30613;
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  letter-spacing: 0px;
  line-height: 1.1;
}

h1.large {
  font-size: 50px;
}

.headline-subtext {
  color: #e30613;
  font-weight: normal;
  font-size: 32px;
  font-weight: 200;
  display: block;
  margin-top: -5px;
}

.headline-subtext.large {
  font-size: 26px;
}

h2 {
  color: #e30613;
  font-weight: normal;
  font-size: 22px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}

h4 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

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

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

.right-floated {
  float: right;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hyphen {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-top {
  margin-top: 50px;
}

.section-bottom {
  margin-bottom: 50px;
}

.section-top-medium {
  margin-top: 25px;
}

.section-bottom-medium {
  margin-bottom: 25px;
}

.section-top-small {
  margin-top: 10px;
}

.section-bottom-small {
  margin-bottom: 10px;
}

.no-spacing-bottom {
  margin-bottom: -180px;
}

.section-block {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.subtitle {
  font-size: 12px;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.element_hidden {
  visibility: hidden !important;
  display: none !important;
}

.mobile_only {
  display: none;
}

.desktop_only {
  display: block;
}

.rounded {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1, h1.large {
    font-size: 24px;
  }

  h1.filled {
    padding: 15px 20px;
    border-radius: 8px;
  }

  .headline-subtext, .headline-subtext.large {
    font-size: 16px;
    margin-top: 0px;
  }

  h2 {
    font-size: 18px;
  }

  .section-bottom {
    margin-bottom: 20px;
  }

  .mobile-hyphen {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .mobile_hide {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .desktop_only {
    display: none;
    content: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
  }

  .no-spacing-bottom {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 767px) {}