@font-face {
  font-family: 'HelveticaRegular';
  src: url('fonts/HelveticaRegular.eot');
  src: local('HelveticaRegular'), url('fonts/HelveticaRegular.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaRegular.woff') format('woff'), url('fonts/HelveticaRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlternateGotNo3D";
  src: url("fonts/AlternateGotNo3D.eot");
  src: url("fonts/AlternateGotNo3D.eot?#iefix") format("embedded-opentype"), url("fonts/AlternateGotNo3D.otf") format("opentype"), url("fonts/AlternateGotNo3D.svg") format("svg"), url("fonts/AlternateGotNo3D.ttf") format("truetype"), url("fonts/AlternateGotNo3D.woff") format("woff"), url("fonts/AlternateGotNo3D.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bartender-BoldSans";
  src: url("fonts/Bartender-BoldSans.eot");
  src: url("fonts/Bartender-BoldSans.eot?#iefix") format("embedded-opentype"), url("fonts/Bartender-BoldSans.otf") format("opentype"), url("fonts/Bartender-BoldSans.svg") format("svg"), url("fonts/Bartender-BoldSans.ttf") format("truetype"), url("fonts/Bartender-BoldSans.woff") format("woff"), url("fonts/Bartender-BoldSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 18px 'HelveticaRegular', sans-serif;
  color: #353535;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
a {
  color: #353535;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#main li a,
p a {
  text-decoration: underline;
}
#main li a:hover,
p a:hover {
  color: #3193AB;
}
p {
  margin-bottom: 22px;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  list-style: none;
  margin-bottom: 22px;
}
ul.ul-rte {
  padding-left: 20px;
}
ul.ul-rte li {
  padding-left: 14px;
  line-height: 24px;
  margin: 0 0 10px 0;
  position: relative;
}
ul.ul-rte li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #38b7dd;
}
ol {
  margin-left: 20px;
  margin-bottom: 22px;
}
ol li {
  margin-left: 14px;
  margin-bottom: 10px;
}
h1 a,
h1 {
  font: 76px "AlternateGotNo3D";
  /*190*/
  color: #f3b917;
}
h1 a + .sub_h1,
h1 + .sub_h1 {
  margin: -85px 0 36px;
}
@media screen and (min-width: 1024px) {
  .news-home h1 a,
  .news-home h1 {
    font: 190px "AlternateGotNo3D";
    line-height: 58px;
    padding-top: 36px;
    color: #f3b917;
    margin: 0 0 95px -4px;
  }
}
.sub_h1 {
  font: 58px "Bartender-BoldSans";
  color: #38b7dd;
  margin: -44px 0 10px;
}
h2 a,
h2 {
  font: 76px "AlternateGotNo3D";
  color: #38b7dd;
}
h1 + h2 {
  margin: -20px 0 30px 0;
}
h3 a,
h3 {
  font: 46px "AlternateGotNo3D";
  color: #f3b917;
  margin-bottom: 17px;
}
h4 a,
h4 {
  font: 36px "AlternateGotNo3D";
  color: #38b7dd;
}
h5 a,
h5 {
  font: 26px "AlternateGotNo3D";
  color: #f3b917;
}
section {
  position: relative;
}
#main > .frame,
.container {
  margin: 0 auto;
  max-width: 1140px;
  min-width: 270px;
  padding: 0 15px;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
#main > .frame.frame-default {
  margin-bottom: 2em;
}
.flexbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
form .actions {
  justify-content: flex-end;
}
form .actions,
.row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 -15px;
}
form .actions.wrap,
.row.wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
form .actions.between,
.row.between {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
form .actions.around,
.row.around {
  justify-content: space-around;
}
form .actions.center,
.row.center {
  justify-content: center;
}
form .actions.right,
.row.right {
  justify-content: flex-end;
}
form .actions.vcenter,
.row.vcenter {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
form .actions.bottom,
.row.bottom {
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
}
form .actions .col66,
.row .col66 {
  flex-basis: 66.66%;
  -webkit-flex-basis: 66.66%;
  -ms-flex-preferred-size: 66.66%;
  margin-bottom: 30px;
}
form .actions .col50,
.row .col50 {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  margin-bottom: 30px;
}
form .actions .col33,
.row .col33 {
  flex-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  margin-bottom: 30px;
}
form .actions .col25,
.row .col25 {
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  margin-bottom: 30px;
}
form .actions .inside,
.row .inside {
  margin: 0 15px;
}
.floats:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.contact header {
  margin-bottom: 36px;
}
.contact form .col-md-6 {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.contact form fieldset {
  border: 0;
}
.contact form fieldset legend {
  display: none;
}
.contact form .form-group:not(fieldset):last-child .input {
  margin-bottom: 0;
}
.contact form .form-group:not(fieldset) .control-label {
  display: none;
  color: #f3b917;
  font: 32px "AlternateGotNo3D";
  line-height: 32px;
}
.contact form .form-group:not(fieldset) .control-label.radio-label,
.contact form .form-group:not(fieldset) .control-label[for="enrolltoJointheShawneeTribe-103-textarea-2"],
.contact form .form-group:not(fieldset) .control-label[for="enrolltoJointheShawneeTribe-103-date-1"] {
  display: block;
  margin-top: -10px;
}
.contact form .form-group:not(fieldset) .input {
  margin-bottom: 30px;
}
.contact form .form-group:not(fieldset) .radio {
  float: left;
  margin-right: 12px;
}
.contact form .form-group:not(fieldset) .radio label {
  color: #4b4b4b;
  font: 32px "AlternateGotNo3D";
}
.contact form .radio-wrapper {
  padding-bottom: 25px;
}
.contact form .field {
  margin-bottom: 50px;
}
.contact form .field:last-child {
  margin-bottom: 0;
}
.contact form .help-block {
  font: 18px "AlternateGotNo3D";
  padding: 5px 18px 0;
  display: block;
}
.contact form .help-block.error {
  color: #a31e23;
}
.contact form input[type="date"],
.contact form input[type="tel"],
.contact form input[type="number"],
.contact form input[type="email"],
.contact form input[type="text"] {
  width: 100%;
  background: #f3b917;
  color: #4b4b4b;
  font: 35px "AlternateGotNo3D";
  border: none;
  padding: 0 18px;
}
.contact form input[type="submit"] {
  background: #f3b917;
  color: #4b4b4b;
  font: 35px "AlternateGotNo3D";
  text-transform: uppercase;
  border: none;
  padding: 0 18px;
  cursor: pointer;
}
.contact form button.btn.btn-primary {
  background: #f3b917;
  color: #4b4b4b;
  font: 35px "AlternateGotNo3D";
  text-transform: uppercase;
  border: none;
  padding: 0 18px;
  cursor: pointer;
  margin: 0 15px;
}
.contact form textarea {
  width: 100%;
  background: #f3b917;
  color: #4b4b4b;
  resize: none;
  font: 35px "AlternateGotNo3D";
  border: none;
  padding: 0 18px;
  height: 186px;
}
#c103 .contact form textarea {
  text-transform: none;
}
#main .contact .form-group h2 {
  color: #f3b917;
  font: 32px "AlternateGotNo3D";
  line-height: 32px;
  padding: 0;
  text-transform: none;
  margin: -34px 0 2px 0;
}
#page-15 textarea,
#page-15 input {
  text-transform: none !important;
}
#page-15 .contact form textarea {
  height: 220px;
}
@media (max-width: 1024px) {
  #page-15 .contact form textarea {
    height: 220px;
  }
}
.iframe_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.iframe_wrap iframe {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
}
.icn_txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.icn_txt .icn {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  line-height: 0;
}
.icn_txt .icn + .txt {
  margin-left: 10px;
}
.icn_txt .txt + .icn {
  margin-left: 10px;
}
.columns3 {
  column-count: 3;
  column-gap: 20px;
}
.columns3 ul {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 25px;
  height: 64px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 22px;
  background: url('images/icon03.png');
  background-size: cover;
}
.owl-carousel .owl-nav button.owl-next {
  right: 22px;
  background: url('images/icon04.png');
  background-size: cover;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 0 15px;
  width: 10px;
  height: 23px;
  background: url('images/icon06.png');
  background-size: cover;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-image: url('images/icon05.png');
}
#main_menu {
  margin-top: -35px;
  z-index: 50;
  position: relative;
}
#main_menu ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  margin: 0 -25px;
}
#main_menu ul li {
  padding: 0 10px;
  position: relative;
}
#main_menu ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: #f3b917;
}
#main_menu ul li:first-child:after {
  content: none;
}
#main_menu ul li.active a {
  background: #a31e23;
}
#main_menu ul li.active li a {
  background: none;
}
#main_menu ul li.active li.active a {
  background: #a31e23;
}
#main_menu ul li.active li.active a:hover {
  background: #f3b917;
  color: #a31e23;
}
#main_menu ul li:hover ul {
  display: block;
}
#main_menu ul li a {
  display: block;
  padding: 6px 15px;
  font: 20px "AlternateGotNo3D";
  color: #f3b917;
  text-transform: uppercase;
  text-decoration: none;
}
#main_menu ul li a:hover {
  text-decoration: underline;
}
#main_menu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 10px 0;
  background: #3193ab;
}
#main_menu ul li ul li {
  display: block;
}
#main_menu ul li ul li:after {
  content: none;
}
#main_menu ul li ul li a {
  white-space: nowrap;
  text-transform: none;
}
#sub_menu {
  margin-top: 10px;
  margin-bottom: 20px;
}
#sub_menu ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}
#sub_menu ul li {
  padding: 0 10px;
  position: relative;
}
#sub_menu ul li.active a {
  color: #a31e23;
  text-decoration: underline;
}
#sub_menu ul li a {
  display: block;
  padding: 6px 15px;
  font: 20px "AlternateGotNo3D";
  color: #3193ab;
  text-decoration: none;
  white-space: nowrap;
}
#sub_menu ul li a:hover {
  text-decoration: underline;
}
#sub_menu ul li span {
  display: block;
  padding: 6px 15px;
  font: 20px "AlternateGotNo3D";
  color: #999;
  text-decoration: none;
  white-space: nowrap;
}
#btn_mobile {
  width: 45px;
  margin: 0 15px;
  display: none;
}
#btn_mobile span {
  display: block;
  width: 100%;
  height: 7px;
  margin-bottom: 7px;
  background: #ffffff;
}
#btn_mobile span:last-child {
  margin-bottom: 0;
}
#jPanelMenu-menu {
  padding: 22px 0;
}
#jPanelMenu-menu li {
  position: relative;
  padding: 8px 35px 8px 30px;
}
#jPanelMenu-menu li.active a {
  border-bottom: 2px solid #a31e23;
}
#jPanelMenu-menu li.active li a {
  border-bottom: 2px solid #fff;
}
#jPanelMenu-menu li.sub:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  border: 8px solid transparent;
  border-top: 8px solid #353535;
  border-bottom: none;
}
#jPanelMenu-menu li.sub.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#jPanelMenu-menu li a {
  font: 22px "AlternateGotNo3D";
  color: #353535;
  text-transform: uppercase;
  text-decoration: none;
}
#jPanelMenu-menu li ul {
  display: none;
  margin: 0;
  padding: 10px 0;
}
#jPanelMenu-menu li ul li {
  display: block;
  padding: 8px 15px;
}
#jPanelMenu-menu li ul li a {
  text-transform: none;
}
#header {
  background: #3193ab;
}
#header .top {
  position: absolute;
  top: 12px;
  right: 15px;
  left: 15px;
}
#header .header {
  padding: 20px 0 15px;
}
#header .contacts {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}
#header .contacts a {
  color: #f3b917;
  font: 18px "AlternateGotNo3D";
  margin-left: 32px;
}
#header .contacts a:first-child {
  margin-left: 0;
}
#header .logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  margin: 0 20px;
  position: relative;
  z-index: 10;
}
#header .logo img {
  max-width: 166px;
}
#header .logo .txt {
  color: #ffffff;
  text-decoration: none;
  margin: -8px 0 0 30px;
}
#header .logo .txt img {
  max-width: 548px;
}
#main .main_slider {
  background: #3193ab;
}
#main .sep_stars {
  z-index: 1;
  margin: -15px 0 0;
}
#main .sep_stars + * {
  z-index: 2;
}
#main .blanks:after {
  content: "";
  display: block;
  width: 100%;
  height: 155px;
  background: #3193ab url('images/icon12.png') repeat-x center center;
  background-size: auto 122px;
}
#main .blanks .item {
  display: block;
  position: relative;
}
#main .blanks .item .note {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
}
#main .blanks .item .note .title {
  display: inline-block;
  background: #3193ab;
  color: #ffffff;
  font: 56px "Bartender-BoldSans";
  line-height: 36px;
  padding: 0 22px 28px;
}
#main .news-home {
  background: #a31e23 url('images/icon14.png') repeat-x;
  background-position: center bottom 18px;
  background-size: auto 122px;
  padding: 80px 0 50px;
}
#main .news-home .row {
  margin: 0 -10px;
}
#main .news-home .row .col33,
#main .news-home .row .col50 {
  margin-bottom: 20px;
}
#main .news-home .row .col66 {
  margin-bottom: 0;
}
#main .news-home .row .inside {
  margin: 0 10px;
}
#main .news-home .item .text_holder {
  background: #2a2a2a;
  color: #cccdcd;
  padding: 6px 20px 7px;
}
#main .news-home .item .text_holder .title {
  color: #f3b917;
  font: 26px "AlternateGotNo3D";
  text-transform: uppercase;
}
#main .contact {
  background: #3193ab url('images/icon13.png') repeat-x;
  background-position: center bottom 18px;
  background-size: auto 122px;
  padding: 35px 0 110px;
}
#main .contact h2 {
  font: 76px "AlternateGotNo3D";
  color: #f3b917;
  text-transform: uppercase;
  margin: 0 0 56px;
}
#main .contact h2 + p {
  font: 58px "Bartender-BoldSans";
  color: #38b7dd;
  margin: -76px 0 36px;
}
#main .inner {
  padding-top: 40px;
  margin-bottom: 40px;
}
#main .persons .item {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 30px;
}
#main .persons .item .img_holder {
  margin: 0 15px 30px;
  flex-basis: 350px;
  -webkit-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
#main .persons .item .text_holder {
  margin: 0 15px 30px;
}
#main .persons .item .text_holder .name {
  color: #f3b917;
  font: 42px "AlternateGotNo3D";
  text-transform: uppercase;
}
#main .persons .item .text_holder .status {
  color: #3193ab;
  font: 28px "AlternateGotNo3D";
  margin-bottom: 16px;
}
#main .persons .item .text_holder .info p {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}
#main .persons .item .text_holder .info p:last-child {
  border: none;
}
#footer {
  background: #3193ab;
}
#footer .top {
  background: #38b7dd;
  padding: 70px 0;
}
#footer .bottom {
  padding: 15px 0;
  text-align: center;
}
#footer .bottom img {
  max-width: 275px;
}
#footer .menu {
  margin: 0 15px;
}
#footer .menu li a {
  color: #353535;
  font: 20px "AlternateGotNo3D";
  text-transform: uppercase;
  line-height: 24px;
}
#footer .contacts {
  margin: 0 15px;
  text-align: right;
}
#footer .contacts p {
  color: #a31e23;
  font: 24px "AlternateGotNo3D";
  text-transform: uppercase;
}
#footer .contacts p a {
  color: #a31e23;
}
#footer .contacts p span {
  font-size: 36px;
}
@media screen and (max-width: 1160px) {
  h1.for-long-text {
    font-size: 100px;
  }
  h1.for-long-text2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 105px;
    line-height: 32px;
    padding-top: 20px;
    margin: 0 0 52px -5px;
  }
  h1 + .sub_h1 {
    margin: -58px 0 25px;
  }
  h1.for-long-text {
    font-size: 90px;
  }
  h1.for-long-text2 {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
    margin: -14px 0 20px;
  }
  p {
    margin-bottom: 16px;
  }
  .contact form input[type="date"],
  .contact form input[type="tel"],
  .contact form input[type="number"],
  .contact form input[type="email"],
  .contact form input[type="text"] {
    font-size: 30px;
  }
  .contact form input[type="submit"] {
    font-size: 30px;
  }
  .contact form button.btn.btn-primary {
    font-size: 30px;
  }
  .contact form textarea {
    font-size: 35px;
    height: 186px;
  }
  .contact form .form-group:not(fieldset) .input {
    margin-bottom: 30px;
  }
  .contact form .field {
    margin-bottom: 30px;
  }
  #main_menu {
    margin-top: -30px;
  }
  #main_menu ul {
    margin: 0 -20px;
  }
  #main_menu ul li a {
    font-size: 16px;
    padding: 5px 10px;
  }
  #header .header {
    padding: 15px 0;
  }
  #header .contacts a {
    font-size: 16px;
  }
  #header .logo img {
    max-width: 144px;
  }
  #header .logo .txt {
    margin-top: -2px;
  }
  #header .logo .txt img {
    max-width: 440px;
  }
  #main .sep_stars {
    margin-top: -13px;
  }
  #main .blanks:after {
    height: 95px;
    background-size: auto 75px;
  }
  #main .blanks .item .note .title {
    font-size: 36px;
    line-height: 22px;
    padding: 0 20px 20px;
  }
  #main .news-home {
    padding: 55px 0 35px;
    background-size: auto 75px;
    background-position: center bottom 10px;
  }
  #main .contact {
    padding: 35px 0 65px;
    background-size: auto 75px;
    background-position: center bottom 10px;
  }
  #main .contact h2 {
    font-size: 56px;
    margin: 0 0 40px;
  }
  #main .contact h2 + p {
    margin: -56px 0 25px;
  }
  #footer .top {
    padding: 50px 0;
  }
  #footer .bottom img {
    max-width: 175px;
  }
}
@media screen and (max-width: 860px) {
  #main_menu {
    display: none;
  }
  #btn_mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #enrolltoJointheShawneeTribe-103-fieldset-1 {
    margin-bottom: 1.1em;
  }
  h1 {
    font-size: 76px;
    line-height: 23px;
    margin: 0 0 38px -3px;
  }
  h1 + .sub_h1 {
    margin: -45px 0 20px;
  }
  h1.for-long-text {
    font-size: 60px;
  }
  h1.for-long-text2 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
    margin: 0 0 16px;
  }
  .contact header {
    margin-bottom: 20px;
  }
  .contact form .row {
    flex-direction: column;
  }
  .contact form .row .col-md-6,
  .contact form .row .col66,
  .contact form .row .col50,
  .contact form .row .col33,
  .contact form .row .col25 {
    width: 100%;
  }
  .contact form .actions {
    justify-content: center;
  }
  .owl-carousel .owl-nav button {
    margin-top: -19px;
    width: 15px;
    height: 39px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 12px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 12px;
  }
  .owl-carousel .owl-dots {
    bottom: 20px;
  }
  #header .logo img {
    max-width: 120px;
  }
  #header .logo .txt {
    margin-left: 15px;
  }
  #header .logo .txt img {
    max-width: 340px;
  }
  #main .row {
    flex-direction: column;
    align-items: center;
  }
  #main .row .col66,
  #main .row .col50,
  #main .row .col33,
  #main .row .col25 {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  #main .sep_stars {
    margin-top: -10px;
  }
  #main .persons .item .img_holder {
    max-width: 350px;
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  #main .contact h2 {
    font-size: 36px;
    margin: 0 0 26px;
  }
  #main .contact h2 + p {
    margin: -46px 0 20px;
  }
}
@media screen and (max-width: 580px) {
  h1.for-long-text {
    font-size: 35px;
  }
  h1.for-long-text2 {
    font-size: 30px;
  }
  #header .logo {
    display: block;
  }
  #header .logo img {
    max-width: 80px;
    margin-bottom: 10px;
  }
  #header .logo .txt {
    display: block;
    margin: 0;
  }
  #header .logo .txt img {
    max-width: 250px;
    margin-bottom: 0;
  }
  #header .contacts {
    flex-direction: column;
    align-items: flex-end;
  }
  #header .contacts a {
    justify-content: flex-end;
    margin: 0;
  }
  #header .contacts a .icn {
    max-width: 16px;
  }
  #header .header .row {
    align-items: flex-end;
  }
  #main .sep_stars {
    margin-top: -7px;
  }
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 35px;
    line-height: 12px;
    margin: 0 0 25px 0;
  }
  h1 + .sub_h1 {
    margin: -35px 0 20px;
  }
  .sub_h1 {
    font-size: 35px;
    margin: -45px 0 0;
  }
  h2 {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .contact .form input[type="date"],
  .contact .form input[type="tel"],
  .contact .form input[type="number"],
  .contact .form input[type="email"],
  .contact .form input[type="text"] {
    font-size: 25px;
    padding: 0 10px;
  }
  .contact .form input[type="submit"] {
    font-size: 25px;
    padding: 0 10px;
  }
  .contact .form button.btn.btn-primary {
    font-size: 25px;
    padding: 0 10px;
  }
  .contact .form textarea {
    font-size: 25px;
    padding: 0 10px;
  }
  .contact .form .form-group:not(fieldset) .input {
    margin-bottom: 25px;
  }
  .contact .form .field {
    margin-bottom: 25px;
  }
  .contact .form .col-md-6,
  .contact .form .col50 {
    margin-bottom: 25px;
  }
  #main .inner {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  #main .sep_stars {
    margin-top: -5px;
  }
  #main .news-home .item .text_holder {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main .news-home .item .text_holder .title {
    font-size: 22px;
  }
  #main .contact h2 {
    /*  font-size: 26px;
                margin: 0 0 26px 0;*/
  }
  #main .contact h2 + p {
    font-size: 26px;
    margin: -36px 0 20px;
  }
  #footer .top {
    padding: 30px 0;
  }
  #footer .top .row {
    flex-direction: column;
  }
  #footer .bottom img {
    max-width: 120px;
  }
  #footer .menu {
    margin-bottom: 15px;
  }
  #footer .contacts {
    text-align: left;
  }
  #footer .contacts p {
    font-size: 20px;
  }
  #footer .contacts p span {
    font-size: 24px;
  }
}
#main {
  /* default styles for extension "tx_frontend" */
  /* Headline */
  /* Uploads */
  /* Table */
  /* Space */
  /* Frame */
}
#main .ce-align-left {
  text-align: left;
}
#main .ce-align-center {
  text-align: center;
}
#main .ce-align-right {
  text-align: right;
}
#main .ce-table td,
#main .ce-table th {
  vertical-align: top;
}
#main .ce-textpic,
#main .ce-image,
#main .ce-nowrap .ce-bodytext,
#main .ce-gallery,
#main .ce-row,
#main .ce-uploads li,
#main .ce-uploads div {
  overflow: hidden;
}
#main .ce-left .ce-gallery,
#main .ce-column {
  float: left;
}
#main .ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
#main .ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}
#main .ce-right .ce-gallery {
  float: right;
}
#main .ce-gallery figure {
  display: table;
  margin: 0;
}
#main .ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}
#main .ce-gallery img {
  display: block;
}
#main .ce-gallery iframe {
  border-width: 0;
}
#main .ce-border img,
#main .ce-border iframe {
  border: 1px solid #999999;
  padding: 0;
}
#main .ce-intext.ce-right .ce-gallery,
#main .ce-intext.ce-left .ce-gallery,
#main .ce-above .ce-gallery {
  margin-bottom: 3em;
}
#main .ce-image .ce-gallery {
  margin-bottom: 0;
}
#main .ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}
#main .ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
#main .ce-below .ce-gallery {
  margin-top: 30px;
}
#main .ce-column {
  margin-right: 20px;
}
#main .ce-column:last-child {
  margin-right: 0;
}
#main .ce-row {
  margin-bottom: 20px;
}
#main .ce-row:last-child {
  margin-bottom: 0;
}
#main .ce-above .ce-bodytext {
  clear: both;
}
#main .ce-intext.ce-left ol,
#main .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}
#main .ce-headline-left {
  text-align: left;
}
#main .ce-headline-center {
  text-align: center;
}
#main .ce-headline-right {
  text-align: right;
}
#main .ce-uploads {
  margin: 0;
  padding: 0;
}
#main .ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
#main .ce-uploads-description {
  padding-left: 31px;
}
#main .ce-uploads-img {
  float: left;
}
#main .ce-uploads-img img {
  border: 1px solid #ccc;
  margin-right: 10px;
}
#main .ce-table {
  width: 100%;
  max-width: 100%;
}
#main .ce-table th,
#main .ce-table td {
  padding: 9px 25px 10px;
  vertical-align: top;
}
#main .ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #e9e9e9;
}
#main .ce-table.ce-table-striped th,
#main .ce-table.ce-table-striped td {
  border-top: 0;
  border-bottom: 0;
}
#main .ce-table-bordered th,
#main .ce-table-bordered td {
  border: 1px solid #dadada;
}
#main .frame-type-table .ce-table td {
  border-top: 0;
}
#main .frame-type-table .ce-table.ce-table-bordered td {
  border-top: 1px solid #dadada;
}
#main .frame-space-before-extra-small {
  margin-top: 0;
}
#main .frame-space-before-small {
  margin-top: 1em;
}
#main .frame-space-before-medium {
  margin-top: 2em;
}
#main .frame-space-before-large {
  margin-top: 3em;
}
#main .frame-space-before-extra-large {
  margin-top: 4em;
}
#main .frame-space-after-extra-small {
  margin-bottom: 0 !important;
}
#main .frame-space-after-small {
  margin-bottom: 1em !important;
}
#main .frame-space-after-medium {
  margin-bottom: 2em !important;
}
#main .frame-space-after-large {
  margin-bottom: 3em !important;
}
#main .frame-space-after-extra-large {
  margin-bottom: 4em !important;
}
#main .frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 3em;
}
#main .frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 3em;
}
#main .frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}
#main .frame-indent-left {
  margin-left: 33%;
}
#main .frame-indent-right {
  margin-right: 33%;
}
@media (max-width: 992px) {
  #main .ce-gallery {
    width: 100%;
  }
  #main .ce-textpic .ce-gallery,
  #main .ce-textpic .ce-bodytext {
    float: none;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  #main {
    /* Fluid Image Tags */
  }
  #main .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    padding: 0 5px;
    box-sizing: border-box;
  }
  #main .ce-gallery .ce-column:first-child {
    padding-left: 0;
  }
  #main .ce-gallery .ce-column:last-child {
    margin-right: 0;
  }
  #main .ce-gallery img,
  #main .ce-gallery picture {
    width: 100%;
    height: auto;
  }
  #main .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
  }
  #main .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33%;
  }
  #main .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }
  #main .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
  }
}
@media (max-width: 640px) {
  #main {
    /* Fluid Image Tags */
  }
  #main .ce-gallery .ce-column {
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #main .ce-gallery img,
  #main .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.ce-uploads img {
  width: auto;
}
#main .frame header {
  padding-top: 40px;
}
@media (max-width: 992px) {
  #main .frame header {
    padding-top: 0;
  }
}
.f3-widget-paginator {
  display: inline-block;
  border-radius: 4px;
  margin: 0px 0px;
  padding-left: 0px;
}
.f3-widget-paginator > li {
  display: inline;
}
.f3-widget-paginator > li.morepages,
.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  /*color: #FF8700;*/
}
.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
  background-color: #f2f2f2;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
  margin-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#main .page-navigation {
  margin-top: 40px;
}
#main .page-navigation a {
  text-decoration: none;
}
/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both;
}
.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}
.news .nav li {
  float: left;
}
.news .nav a {
  float: left;
  display: block;
}
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #fff;
}
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}
.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto;
}
.news .article .teaser-text {
  margin: 0 0 10px 0;
}
.news .article h3 {
  margin-bottom: 0;
}
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  margin-top: 0;
  margin-bottom: 15px;
  color: #888;
}
.news .footer p {
  line-height: 1em;
}
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news .footer span:last-child {
  border-right: 0;
}
.news .footer .news-category a {
  text-transform: uppercase;
}
.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}
/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}
.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}
/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
}
.news-single .article .news-img-wrap {
  float: right;
  width: 555px;
  margin: 0 0 0 25px;
}
.news-single .article .news-img-wrap img {
  float: none;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-img-caption {
  color: #888;
}
/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}
.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}
.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}
.news-related ul li span :last-child {
  border-right: 0;
  padding-right: 0;
}
.news-related h4 {
  margin-bottom: 10px;
}
.news-related-files ul li {
  margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}
.news-clear {
  clear: both;
}
a.more {
  text-decoration: underline;
}
.news-single {
  margin-top: 3em;
}
.news-single .news-related-wrap h4 {
  font-size: 24px;
}
.news-single .news-backlink-wrap {
  margin-top: 2em;
  font-weight: bold;
}
.news-single .news-backlink-wrap a {
  text-decoration: underline;
}
.news-single .extra,
.news-list-item .extra {
  margin-bottom: 0.7em;
}
.news-list-item h3 a {
  text-decoration: none;
}
.vc_custom_1475580429704 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  background-image: url(/typo3conf/ext/ttmpl/Resources/Public/Tmpl/img/three-image-blocks-3299.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.vc_custom_1475580438149 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  background-image: url(/typo3conf/ext/ttmpl/Resources/Public/Tmpl/img/three-image-blocks-3301.jpg?id=2019) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.vc_custom_1475580447284 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  background-image: url(/typo3conf/ext/ttmpl/Resources/Public/Tmpl/img/three-image-blocks-3300.jpg?id=2018) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.wpb_row.row {
  margin: 0;
}
.wpb_row.row h2.vc_custom_heading {
  padding: 0 35px;
}
.wpb_row.row .four.columns {
  width: 100%;
}
@media (max-width: 640px) {
  h2 {
    font-size: 34px;
  }
}
.button-link {
  background-color: #3193ab;
  color: white;
  padding: 7px 30px;
  font: 24px "AlternateGotNo3D";
  text-decoration: none;
  outline: none;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.button-link:hover {
  color: white;
  background-color: #1f5c6b;
  text-decoration: none;
}
#main .container:last-of-type .persons .item {
  border-bottom: 0;
  margin-bottom: 30px;
}
/*
 * Default CSS for list, detail and registration view
 */
.userregistration-list-item,
.event-list-item {
  margin-bottom: 15px;
}
.userregistration-list-row,
.event-registration-row,
.event-detail-row,
.event-list-row {
  margin-bottom: 5px;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
.userregistration-list-label,
.event-registration-label,
.event-detail-label,
.event-list-label {
  display: block;
  width: 150px;
  min-height: 1px;
  font-weight: bold;
}
.userregistration-list-value,
.event-registration-value,
.event-detail-value,
.event-list-value {
  display: block;
  flex: 1;
}
.tx-sf-event-mgt .clear {
  clear: both;
}
.tx-sf-event-mgt form.registration fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.tx-sf-event-mgt form.registration label {
  width: 100%;
}
.tx-sf-event-mgt form.registration .radio-field-radiofields,
.tx-sf-event-mgt form.registration .checkbox-field-checkfields {
  width: 100%;
}
.tx-sf-event-mgt form.registration .checkbox label {
  float: none;
  width: auto;
}
.tx-sf-event-mgt form.registration .error {
  color: #ff0000;
}
.button {
  margin-right: 0.6em;
}
/*
 * Default CSS for calendar view
 */
.event-calendar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.event-calendar li {
  list-style: none;
}
.event-calendar a {
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.event-calendar__weeknumber {
  width: 24px;
  text-align: center;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 6px;
  background: #fff;
  color: #CCC;
  font-weight: bold;
}
.event-calendar__weekdays {
  display: flex;
  background: #CCCCCC;
  margin: 0;
  padding: 0;
}
.event-calendar__weekdays-weekday {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 6px 0;
  background: #CCCCCC;
}
.event-calendar__days {
  display: flex;
  margin: 0;
  padding: 0;
}
.event-calendar__day {
  min-height: 120px;
  flex: 1;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  margin-right: -1px;
  margin-bottom: -1px;
}
.event-calendar__day-today {
  background: #e6e6e6;
}
.event-calendar__day-other-month {
  background: #f3f3f3;
}
.event-calendar__day-date {
  font-weight: 700;
  color: #000000;
}
.event-calendar__day-event {
  clear: both;
  display: block;
  padding: 5px;
  margin-top: 6px;
  margin-bottom: 5px;
  background: #f4f7f7;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
.event-calendar__day-event-time {
  font-size: 10px;
  margin-top: 5px;
}
.event-calendar__browser {
  display: flex;
}
.event-calendar__browser {
  display: flex;
  -webkit-padding-start: 0;
}
.event-calendar__browser-prev,
.event-calendar__browser-next,
.event-calendar__browser-current {
  flex: 1;
  text-align: center;
}
.event-calendar__browser-prev {
  text-align: left;
  padding-top: 8px;
}
.event-calendar__browser-next {
  text-align: right;
  padding-top: 8px;
}
.event-required {
  color: #000000;
}
.error-class label,
.error-class .event-required {
  color: #ff0000;
}
.event-img {
  margin-top: 1em;
}
.event-detail-row {
  margin-top: 2em;
}
.event-image img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 640px) {
  .tx-sf-event-mgt .news-list-item .col33 {
    margin-bottom: 8px;
  }
  .tx-sf-event-mgt .news-list-item h3,
  .tx-sf-event-mgt .news-list-item h3 a {
    font-size: 30px;
    line-height: 33px;
    display: inline;
  }
}
