/*!
 * Bootswatch v4.0.0
 * Homepage: https://bootswatch.com
 * Copyright 2012-2018 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 

:root {
  font-size: 16px;
  --text-color: #333333;
  /*--primary-color: #19A1BD;*/
  --primary-color: #03819b;
  --primary-color-darker: #1690a9;
  --background-color: #ffffff;
  --video-margin: 5rem;
  --grey: #f0f1f4;
  --gray-dark: #373a3c;
  --primary: #D9230F;
  --secondary: #fff;
  --success: #469408;
  --info: #029ACF;
  --warning: #9B479F;
  --danger: #D9831F;
  --light: #fff;
  --dark: #373a3c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, .root {
  font-family: "Roboto"!important;
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto"!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--text-color);
  text-align: left;
  background-color: var(--background-color);
  background: url("../../../img/background2.gif") repeat;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {

body {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
}

}

body img {
margin-bottom: 0 !important;
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.v-space-m {
margin-top: 0.75rem;  
}


abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.responsive-img {
width: 100%;
height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #777;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 1.93rem; /* Scale factor 1.25 */
  line-height: 2.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

h1, .h1 {
  font-size: 2.375rem; /* Scale factor 1.33333 */
  line-height: 3.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 768px) {

h1, .h1 {
  font-size: 2.815rem; /* Scale factor 1.33333 */
  line-height: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

}


h2, .h2 {
  font-size: 1.5625rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

h2, .h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

h2, .h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

}



h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

h3, .h3 {
  font-size: 1.31rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 768px) {

h3, .h3 {
  font-size: 1.4375rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

}


h4, .h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}



hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.015625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #777;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FCFCFC;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #777;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

.bold {
font-weight: bold;
}

.blue-background {
background: var(--primary-color);
}

.grey-background {
background: var(--grey);
}



/**
 *
 * Formcontrols
 *
 */

.form-control {
  display: block;
  width: 100%;
  padding: 1.4rem 1rem;
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bbb;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #444;
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.form-control::placeholder {
  color: #777;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ddd;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.96875rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #444;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.015625rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7109375rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.56640625rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.5234375rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #777;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #469408;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(70, 148, 8, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #469408;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #469408;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #469408;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #469408;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #82f328;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #5dc40b;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
          box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #469408;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D9831F;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(217, 131, 31, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: var(--primary-color);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D9831F;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D9831F;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #eec089;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e59b46;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(217, 131, 31, 0.25);
          box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(217, 131, 31, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D9831F;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}



.btn-primary {
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 0.3rem;
  background: var(--primary-color);
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.btn-primary:hover {
  color: #fff;
  border: 1px solid var(--primary-color);
  background: var(--primary-color-darker);
  padding: 0.75rem 1rem !important;
  text-decoration: none;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background: var(--primary-color-darker);
  opacity: 0.45;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a91b0c;
  border-color: #9d190b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.btn-secondary {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  padding: 1rem 2rem;
}

.btn-secondary:hover {
  color: #333333;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 176, 207, 0.25);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #666666;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #666666;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light {
  color: #333333;
  background: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease 0s;
}

.btn-light:hover {
  color: var(--primary-color);
  background: none;
  border: 1px solid var(--primary-color);
  text-decoration: none;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #999999;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #333333;
  background: none;
  border: 1px solid #cccccc;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}


.btn-outline-primary {
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: transparent;
  background-image: none;
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: #fff;
  border-color: var(--primary-color);
}

.btn-outline-primary-inverse {
  color: #fff;
  background-color: rgba(255,255,255,0);
  background-image: none;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: background-color 0.3s ease 0s;
}

.btn-outline-primary-inverse:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  border-color: #fff;
  text-decoration: none;
}

.btn-outline-primary-inverse:focus, .btn-outline-primary-inverse.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}


.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #D9230F;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #D9230F;
  border-color: #D9230F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}

.btn-outline-secondary {
    color: #000;
    background-color: rgba(255,255,255,0);
    background-image: none;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    transition: background-color 0.3s ease 0s;
  }
  
  .btn-outline-secondary:hover {
    color: #000;
    background-color: rgba(255,255,255,0.4);
    border-color: #000;
    text-decoration: none;
  }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}


.btn-link {
  font-weight: 400;
  color: #D9230F;
  background-color: transparent;
}

.btn-link:hover {
  color: #91170a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #777;
}

/*
.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
*/

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  vertical-align: 0.25rem;
  content: "";
  border-top: 0.25rem solid;
  border-right: 0.25rem solid transparent;
  border-bottom: 0;
  border-left: 0.25rem solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  vertical-align: 0.25rem;
  content: "";
  border-top: 0;
  border-right:0.25rem solid transparent;
  border-bottom: 0.25rem solid;
  border-left: 0.25rem solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  vertical-align: 0.25rem;
  content: "";
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  vertical-align: 0.25rem;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  vertical-align: 0.25rem;
  content: "";
  border-top: 0.25rem solid transparent;
  border-right: 0.25rem solid;
  border-bottom: 0.25rem solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #D9230F !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #D9230F;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #777;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7109375rem;
  color: #777;
  white-space: nowrap;
}





/**
 *
 * Tabs
 *
 */



.film-tabs .nav-tabs {
  border-bottom: 1px solid #eeeeee;
}

.film-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.film-tabs .nav-tabs .nav-link {
  color: #000;
  font-weight: 400;
  border: 0px solid transparent;
  border-radius: 0;
}

.film-tabs .nav-tabs .nav-link:hover, 
.nav-tabs .nav-link:focus {
  color: var(--primary-color);
  background-color: #fff;
  border-color: transparent;
}

.film-tabs .nav-tabs .nav-link.disabled {
  color: #bbb;
  background-color: transparent;
  border-color: transparent;
}

.film-tabs .nav-tabs .nav-link.active,
.film-tabs .nav-tabs .nav-item.show .nav-link {
  color: var(--primary-color);
  background-color: var(--grey);
  //border-color:  var(--grey);
  border-top: 3px solid var(--primary-color);
}

.film-tabs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.film-tabs .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.film-tabs .nav-pills .nav-link.active,
.film-tabs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--grey);
}

.film-tabs .nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.film-tabs .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.film-tabs .tab-content > .tab-pane {
  display: none;
}



.film-tabs .tab-content > .active {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

@media(min-width:768px) {
  .film-tabs .tab-content > .active {
    display: block;
    padding: 1rem 1rem;
    border: 0;
    border-radius: 0;
    background: var(--grey);
  }
}


.film-tabs .panel-title {
  position: relative;
  color: #000;
  font-weight: 400;
}
  
.film-tabs .panel-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
}

.film-tabs a[aria-expanded="true"] .panel-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.film-tabs a[aria-expanded="true"] .panel-title {
  color: var(--primary-color);
  content: "\f068";
}

.film-tabs .nav-tabs {
  display:none;
}

@media(min-width:768px) {
  .film-tabs .nav-tabs {
      display: flex;
  }

  .film-tabs .card {
      border: none;
  }

  .film-tabs .card .card-header {
      display:none;
  }  

  .film-tabs .card .collapse{
      display:block;
  }
  
}

@media(max-width:767px){
  /* 
   * Changed selector to `.tab-content > .tab-pane` in order to override `.fade:not(.show)`
   * In BS4 Beta `.tab-pane`s were rendered hidden by just `.fade`
   */
  .film-tabs .tab-content > .tab-pane {
      display: block;
      opacity: 1;
  }
}

.film-tabs .tab-content .card {
box-shadow: none;
}




.film-tabs .accordion .card-header {
background-color: rgba(255, 255, 255, 1) !important;
border-top: 0 !important;
border-right: 0 !important;
border-left: 0 !important;
border-bottom: 2px solid #ddd;
}

.film-tabs .accordion .card-header a[aria-expanded="true"]::parent {
border-bottom: 2px solid var(--primary-color);
background: var(--primary-color) !important;
}

.film-tabs .accordion .card-header a[aria-expanded="true"] {
  background: var(--primary-color) !important;
}

.film-tabs .accordion .card-header a:hover {
text-decoration: none;  
color:  var(--primary-color);
}

.film-tabs .accordion .card-header a:hover .panel-title{
color:  var(--primary-color);
}

.film-tabs .accordion .card {
border: 0;  
}

.film-tabs .accordion a[aria-expanded="true"] .card-body {
}

.film-tabs .card p {
line-height: 1.5;
}



/**
 *
 * Navbar 
 *
 */


.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  font-size: 1rem;
  display: block;
  padding: 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #bbb;
}



.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  margin-right: 1rem;
  font-size: 1.015625rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  //color: rgba(0, 0, 0, 0.7);
  color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  //color: rgba(0, 0, 0, 0.9);
  color: var(--primary-color);
}


/* Hover Menu Effect  */

.nav-link {
position: relative;
}

.nav-link::after {
content: "";
position: absolute;
top: 90%;
height: 2px;
width: 0%;
left: 5%;
background-color: var(--primary-color);
transition: 0.3s ease all;
}

li.menu-item:hover .nav-link::after {
width: 0%;
transition: 0.3s ease all;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

li.menu-item:hover .nav-link::after {
  width: 90%;
  transition: 0.3s ease all;
  }

}

.collapse.show .nav-link::after {
height: 0;
}


/**
 *
 * Submenu 
 *
 */


.submenu-container {
//margin: 0 auto;
margin-top: 2rem;
margin-bottom: 2rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.submenu-container {
  margin-top: 0;
  margin-bottom: 3rem;
  }

}

.submenu-container .navbar {
padding: 0;
}

.submenu {
margin: 0 auto;
}

.submenu-container .navbar:before {
content: "";
display: block;
width: 50%;
height: 2px;
position: absolute;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
left: 0;
top: 45%;
z-index: -1;
}

.submenu-container .navbar:after {
content: "";
display: block;
width: 50%;
height: 2px;
position: absolute;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
right: 0;
top: 45%;
z-index: -1;
}


.submenu ul {
border: 0px solid var(--primary-color);
//border-radius: 10px;
box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
background: #fff;
padding: 0;
//border: 2px solid var(--primary-color);
}

.submenu ul li {
display: inline-block;
list-style: none;
margin: 0;
width: 100%;
float:left;
display:inline;
background: #fff;
text-align: center;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.submenu ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  width: 50%;
  float:left;
  display:inline;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {

.submenu ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  float:left;
  display:inline;
  }
}


.submenu ul li.active a,
.submenu ul li.active a:hover {
color: #fff;
background: var(--primary-color);
}

.submenu ul li a:hover {
  color: var(--primary-color);
  }

.submenu ul li a {
font-weight: 400;
margin: 0;
padding: 1.5rem 2rem;
color: rgba(0, 0, 0, 0.5);
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.submenu ul li a {
font-weight: 400;
margin: 0;
padding: 1.5rem 2rem;
color: rgba(0, 0, 0, 0.5);
}

}


.submenu li.menu-item:hover .nav-link::after {
width: 0;
} 





.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}


.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1rem 1.5rem 1rem;
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1.25rem 2rem 1.25rem;
}

}

.card-title h3 {
  font-size: 1.8rem;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.card-subtitle {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.card-title {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}


}


.card-text:last-child {
  margin-bottom: 1rem;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #eeeeee;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #eeeeee;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #777;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #777;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #D9230F;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #D9230F;
  border-color: #D9230F;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #D9230F;
  border-color: #D9230F;
}

.page-item.disabled .page-link {
  color: #bbb;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #eeeeee;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.015625rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}





.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}



.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}



.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}



.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}


.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}




@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}



/**
 *
 * Searchform
 *
 */


/* Styling a search form in the menu -- see accompanying php*/

/* my-nav-menu-search menu item created in functions.php. Move it way over to the right */
.navbar .nav .my-nav-menu-search {
    float: right;
}
.navbar .nav {
    width: 100%;
}

/*Stop the display of the Search button*/
.my-nav-menu-search .search-submit {
    display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.my-nav-menu-search .search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

/* Add a magnifying glass background and style the search input textbox */
.my-nav-menu-search .search-field {
    background-color: transparent;
    background-image: url(../../../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 16x 16px;
    background-size: 16px 16px;
    border: none;
    -webkit-box-shadow:    none;
    -moz-box-shadow:       none;
    box-shadow:            none;
    cursor: pointer;
    height: 1.75rem;
    margin: 0.75rem 0 0.25rem 0.75rem;
    padding: 0 0 0 2.25rem;
    position: relative;
    -webkit-transition:    width 400ms ease, background 400ms ease;
    -moz-transition:       width 400ms ease, background 400ms ease;
    -o-transition:         width 400ms ease, background 400ms ease;
    transition:            width 400ms ease, background 400ms ease;
    width: 0px;
}

.my-nav-menu-search .search-field:active,
.my-nav-menu-search .search-field:focus {
    background-color: #fafafa;
    color: #5a5a5a;
    /* swap the two colours above if you are working with a dark navbar background */
    border: 1px solid #999;
    border-radius: 0;
    cursor: text;
    outline: 0;
    width: 9rem;
    -webkit-box-shadow:	none;
    -moz-box-shadow: 	none;
    box-shadow: none;
    margin: 0.75rem 0 0.25rem 0.75rem;
}
/* Reset nav width and search floating for mobile menu */
@media (max-width: 979px){
    .navbar .nav .my-nav-menu-search {
        float: left;
    }
    .navbar .nav {
        width: auto;
    }
}








body {
  font-weight: 200;
}

legend,
label {
  color: inherit;
}

.breadcrumb {
  border: 1px solid #eeeeee;
}

.pagination .page-link:hover {
  text-decoration: none;
}
.navbar-brand > a {
  color: #333;
}



.content-area {
margin-top: 1rem;
margin-bottom: 2rem;
}

.top-margin {
padding-top: 0;
}





/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.content-area {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
  
.top-margin {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
  

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.content-area {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
  
.top-margin {
  padding-top: 10rem;
  padding-bottom: 3rem;
}

}








/**
 *
 * Header  
 *
 */



.navbar-fixed-top {
  border-width: 0 0 0.25rem 0;
}

.navbar-fixed-bottom {
  border-top-width: 1px 0 0 0;
  border-style: solid;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}


@media only screen and (min-width: 1025px) {
 
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 10;
  }
 
  .nav-primary {
    padding-top: 10rem;
  }
 
}













/**
 *
 * Home
 *
 */


.hero-image-kurse[style] {
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px !important;
  height: 30rem !important;
  /*background-size: auto 250px !important;*/
  background-size: cover !important;
  position: relative; }


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.hero-image-kurse[style] {
  height: 480px !important;
  height: 30rem !important;
  background-size: auto 480px !important;
  background-size: auto 30rem !important;
  background-size: cover !important; }
}

@media (min-width: 768px) {
  .hero-image-kurse[style] {
    height: 450px !important;
    height: 28rem !important;
    background-size: auto 450px !important;
    background-size: auto 28rem !important;
    background-size: cover !important; } }

@media (min-width: 1024px) {
  .hero-image-kurse[style] {
    height: 720px !important;
    height: 45rem !important;
    background-size: auto 720px !important;
    background-size: auto 45rem !important;
    background-size: cover !important; } }

@media (min-width: 1200px) {
  .hero-image-kurse[style] {
    //min-height: 720px !important;
    //height: 45rem !important;
    //background-size: auto 720px !important;
    //background-size: auto 45rem !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh !important; 
  } }


.hero-header {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  text-align: left; 
}

.hero-header h1 {
  color: #fff; 
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.hero-top-title {
margin-bottom: 2rem; 
font-size: 1rem;
letter-spacing: 0.2rem;
text-transform: uppercase;
}

.hero-bottom-title {
margin-top: 2rem; 
font-size: 1rem;
letter-spacing: 0.2rem;
text-transform: uppercase; 
}



/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.hero-header h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero-top-title {
  margin-bottom: 2rem; 
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  }
  
  .hero-bottom-title {
  margin-top: 2rem;  
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase; 
  }

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
.hero-header {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
}

.hero-header h1 {
  color: #fff;
  font-size: 3rem;
}

.hero-top-title {
margin-bottom: 2rem;  
}

.hero-bottom-title {
margin-top: 2rem;  
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.hero-header {
  position: absolute;
  top: 60%;
  left: 7%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  //background: blue;
}

.hero-header h1 {
  color: #fff;
  font-size: 4.2rem;
}

.hero-top-title {
font-size: 1.5rem;
margin-bottom: 4rem;  
}

.hero-bottom-title {
font-size: 1.5rem;
margin-top: 3rem;  
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {

.hero-header {
  position: absolute;
  top: 55%;
  left: 7%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  //background: green;
}

.hero-header h1 {
  color: #fff;
  font-size: 4.8rem;
}

.hero-top-title {
margin-bottom: 4rem;  
}

.hero-bottom-title {
margin-top: 3rem;  
}

}



.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* Intro */

.content-area.intro {
//margin-top: 0;
//margin-bottom: 0;
padding-top: 3rem;
padding-bottom: 3rem;
} 

.intro p {
line-height: 2;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
.content-area.intro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  } 

}



/* Sonderprojekte */

.home-project-container {
margin: 0;
//background-color: hsla(42,78%,55%,0.8);
}

.home-project1-img,
.home-project2-img {
width: 100%;
padding: 4rem 2rem 4rem 2rem;
background: #fff;
display: flex;
flex-direction: column;
justify-content: center;
}

.home-project3-img {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.home-project1-content,
.home-project2-content,
.home-project3-content {
width: 100%;
padding: 1rem 1rem 1rem 1rem;
background-color: hsla(42,78%,55%,0.8);
}



.home-project2-content {
background-color: hsla(190,50%,50%,1);
}






/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.home-project-container {
margin: 0;
//background-color: hsla(42,78%,55%,0.8);
}


.home-project1-img,
.home-project2-img {
width: 50%;
padding: 4rem 4rem 4rem 4rem;
background: #fff;
}

.home-project2-img img {
margin: auto;
display: block;
}

.home-project3-img {
width: 50%;
display: flex;
background-size: cover;
}

.home-project3-img img {
flex-grow: 1;
object-fit: cover;
}


.home-project1-content,
.home-project2-content,
.home-project3-content {
  width: 50%;
  padding: 2rem;
  background-color: hsla(42,78%,55%,0.8);
}


.home-project2-content {
  background-color: hsla(190,50%,50%,1);
  }


}


.home-project1-content h3,
.home-project2-content h3,
.home-project3-content h3 {
color: var(--text-color);
margin-bottom: 1.5rem;
}






/* News */

.content-area.home-news {
margin-top: 0;
margin-bottom: 0;
padding-top: 3rem;
padding-bottom: 3rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {
  
.content-area.home-news {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  }

}


.home-news h3 {
color: var(--primary-color);
}

.home-news .news-container {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #ddd;  
}

.home-news .last-news-container {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #ddd;  
}

.home-news .btn-alle-neuigkeiten {
float: left;
margin-top: 2rem;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.home-news .last-news-container {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;  
  }

.home-news .btn-alle-neuigkeiten {
  float: right;  
  margin-top: 3rem;
  }

}


/* Schwerpunkte */



/* Schwerpunkte */

.content-area.schwerpunkte {
margin-top: 3rem;
margin-bottom: 3rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
.content-area.schwerpunkte {
  margin-top: 5rem;
  margin-bottom: 4rem;
  }

}


.focus-box {
  background: var(--primary-color);
  padding: 2rem 1rem 2rem 1rem;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  min-height: 100%;
  }

.row.row-eq-height [class*='col-'] {
  text-align: center;
  background-clip: content-box;
  margin-bottom: 2rem;
}


/* Projekte */

.projekte h2,
.projekte h3,
.projekte p {
color: #fff;
}

.content-area.projekte {
padding-top: 2rem;
padding-bottom: 3rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
.content-area.projekte {
  padding-top: 4rem;
  padding-bottom: 5rem;
  }

}


.steps {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.steps .step-icon {
  float: left;
  width: 5rem;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: var(--primary-color);
  font-size: 4rem;
  margin: 0;
  //padding: 2.25rem 1.25rem;
  padding: 0 1.25rem 2.25rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.steps .step-icon::after {
position: absolute;
content: "";
width: 0;
height: 0;
top: 1.5rem;
left: 0;
background: var(--primary-color);
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.steps .step-icon {
  float: left;
  width: 7rem;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: var(--primary-color);
  font-size: 4rem;
  margin: 0;
  //padding: 2.25rem 1.25rem;
  padding: 0 1.25rem 2.25rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.steps .step-icon::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 70%;
  top: 1.5rem;
  left: 6rem;
  background: var(--primary-color);
  }

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.steps .step-icon {
  float: left;
  width: 9rem;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: var(--primary-color);
  font-size: 5rem;
  margin: 0;
  //padding: 3rem 1.5rem;
  padding: 3rem 1.5rem 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.steps .step-icon::after {
position: absolute;
content: "";
width: 3px;
height: 70%;
top: 1.5rem;
left: 7rem;
background: var(--primary-color);
}

}


.steps .step-text {
  float: left;
  width: 70%;
  display: inline;
  padding: 1.5rem 1rem 1rem 1rem;
  color: var(--primary-color);
  font-weight: 400;
  overflow: hidden;
}

.steps .step-text p {
  color: var(--primary-color);
}


.projektinfo-box {
border: 2px dashed #fff;
padding: 1.5rem 2rem 1.5rem 2rem;
margin-top: 2rem;
}

.projektpreise {
float: left;
border-radius: 0;
padding: 0.5rem 1rem 0.75rem 1.5rem;
margin-top: 1rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {

.projektinfo-box {
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin-top: 0;
  }

}


/* Filmpädagogen */

.content-area.filmpaedagogen {
margin-top: 3rem;
margin-bottom: 3rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
.content-area.filmpaedagogen {
  margin-top: 5rem;
  margin-bottom: 5rem;
  }

}




/**
 *
 * Netzphänomene
 *
 */
 
 
.accordion.netzphaenomene .card-header {
  background: var(--primary-color);
  color: #fff;
  }
  
  .accordion.netzphaenomene .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    float: right;
  }
  
  .accordion.netzphaenomene .card-header.collapsed {
  background: #fff;
  color: var(--text-color);
  }
  
  
  .accordion.netzphaenomene .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067"; 
  }
  
 

.accordion.netzphaenomene .card .card-header {
padding: 2.5rem 3rem;
}

.accordion.netzphaenomene .card .card-header.collapsed:hover .card-title {
color: var(--primary-color);
}

.accordion.netzphaenomene .card .card-header:hover {
cursor: pointer;
}

.accordion.netzphaenomene .card .card-body {
padding: 3rem;
}

.steps-blue {
  float: left;
  width: 100%;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.steps-blue .step-icon {
  float: left;
  width: 5rem;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 4rem;
  margin: 0;
  //padding: 2.25rem 1.25rem;
  padding: 0 1.25rem 2.25rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.steps-blue .step-icon::after {
position: absolute;
content: "";
width: 0;
height: 0;
top: 1.5rem;
left: 0;
background: #fff;
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.steps-blue .step-icon {
  float: left;
  width: 7rem;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 4rem;
  margin: 0;
  //padding: 2.25rem 1.25rem;
  padding: 0 1.25rem 2.25rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.steps-blue .step-icon::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 70%;
  top: 1.5rem;
  left: 6rem;
  background: #fff;
  }

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.steps-blue .step-icon {
  float: left;
  width: 9rem;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 5rem;
  margin: 0;
  //padding: 3rem 1.5rem;
  padding: 3rem 1.5rem 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.steps-blue .step-icon::after {
position: absolute;
content: "";
width: 3px;
height: 70%;
top: 1.5rem;
left: 7rem;
background: #fff;
}

}


.steps-blue .step-text {
  float: left;
  width: 70%;
  display: inline;
  padding: 1.5rem 1rem 1rem 1rem;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
}

.steps-blue .step-text p {
  color: #fff;
}


.projektinfo-box-blue {
border: 2px dashed var(--primary-color);
padding: 1.5rem 2rem 1.5rem 2rem;
margin-top: 2rem;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {

.projektinfo-box-blue {
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin-top: 0;
  }

}

.netzphaenomene-contact {
padding-top: 4rem;
padding-bottom: 5rem;
}

.netzphaenomene-contact p {
font-size: 1.5625rem;
line-height: 2.25rem;
padding-bottom: 2rem;
}





/**
 *
 * Kundenstimmen
 *
 */


.customer-feedback {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: var(--grey);
}

.customer-feedback-container {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2rem; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .customer-feedback-container {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2rem; } }


.customer-feedback-container h2 {
  text-align: left;
  margin-bottom: 2rem; }

.clip-circle {
  clip-path: circle(50% at center);
}

.customer-image {
  float: none;
  margin-bottom: 2rem; }

.customer-image img.wp-post-image {
  float: none;
  margin: 0 auto; }

.customer-quotation, .customer-quotation-with-image {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-style: italic;
  text-align: center; }

.customer-name-with-image {
  font-weight: 700;
}




.greyscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}




/**
 *
 * Referenten / Filmpädagogen
 *
 */


.referent-information {
margin-top: 2rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.referent-information {
  margin-top: 0;
  }
}





/**
 *
 * Filme
 *
 */


h1.film-titel {

line-height: 1.2em;
}

.film-card {
float: left;
width: 33%;
padding: 1rem 1rem;
background: #fff;
}

.separator-blue {
border: 1px solid var(--primary-color);
}

.kontakt-box {
border: 0;
background: var(--grey);
padding: 1rem 2rem 2rem 2rem;
margin-bottom: 2rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.kontakt-box {
  border-left: 2px solid var(--primary-color);
  padding: 1rem 2rem 2rem 2rem;
  background: none;
  }
}


.filme .card {
  border: 1px solid #eeeeee !important; 
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  }

.film-tag {
float: left;
font-size: 1rem;
font-weight: 400;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0.2rem 0.6rem;
margin-bottom: 0.3rem;
margin-right: 0.3rem;
}

.card-text.themen {
font-size: 1rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.film-tag {
font-size: 1rem;
}

.card-text.themen {
font-size: 1rem;
}

}

.film-mark-as-kurzfilm {
//font-size: 0.8rem;
padding: 0;
margin: 0;
margin-bottom: 0.5rem;
}


/**
 *
 * play fair & Produzenten
 *
 */

.produzenten-container {
  padding: 0;
  background: #fff;
  border: 1px solid #eeeeee !important; 
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}

.produzenten-inhalt {
padding: 2rem 2rem;
}

.produzenten-foto {
margin-top: 0.5rem;
margin-bottom: 1.5rem;
}


/**
 *
 * 1700 Jahre Existenz
 *
 */

.partner {
padding-bottom: 2rem;
}

img.partnerlogo0 {
width: 45%;
margin-bottom: 2rem;
}

img.partnerlogo1 {
width: 80%;
margin-bottom: 2rem;
}

img.partnerlogo2 {
width: 50%;
margin-bottom: 2rem;
}

img.partnerlogo3 {
width: 20%;
margin-bottom: 2rem;
}

img.partnerlogo4 {
width: 25%;
margin-bottom: 2rem;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

img.partnerlogo0 {
  width: 65%;
  margin-bottom: 3rem;
  }
  
  img.partnerlogo1 {
  width: 100%;
  margin-bottom: 3rem;
  }
  
  img.partnerlogo2 {
  width: 70%;
  margin-bottom: 3rem;
  }
  
  img.partnerlogo3 {
  width: 40%;
  margin-bottom: 3rem;
  }
  
  img.partnerlogo4 {
  width: 45%;
  margin-bottom: 3rem;
  }

}








/**
 *
 * Film Detailseite
 *
 */



.film-details.top-margin {
padding-top: 2rem;
padding-bottom: 2rem;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.film-details.top-margin {
  padding-top: 10rem;
  padding-bottom: 3rem;
  }

}


iframe {
  max-width: calc(100vw - (var(--video-margin) * 2));
  max-height: calc((100vw - (var(--video-margin) * 2)) / 1.7778); /* 16:9 */
}




/**
 *
 * Trainings
 *
 */

h1.training-title {
padding-top: 2rem;
}

.trainings.top-margin {
padding-top: 2rem;
padding-bottom: 2rem;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.trainings.top-margin {
  padding-top: 10rem;
  padding-bottom: 3rem;
  }

}


.trainings.top-margin h1 {
margin-top: 0;
margin-bottom: 0;
}

.training-container h3 {
margin-top: 2rem;
}

.training-content {
padding: 2rem 2rem;
}



.image-trainings[style] {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 150px !important;
  height: 9rem !important;
  /*background-size: auto 250px !important;*/
  background-size: cover !important;
   }

@media (min-width: 768px) {
  .image-trainings[style] {
    height: 450px !important;
    background-size: auto 450px !important;
    background-size: cover !important; } }

@media (min-width: 1024px) {
  .image-trainings[style] {
    height: 450px !important;
    height: 28rem !important;
    background-size: auto 41rem !important;
    background-size: cover !important; } }

@media (min-width: 1200px) {
  .image-trainings[style] {
    height: 450px !important;
    height: 28rem !important;
    background-size: auto 41rem !important;
    background-size: cover !important; } }

@media (min-width: 1824px) {
  .image-trainings[style] {
    min-height: 450px !important;
    height: 28rem !important;
    background-size: auto 41rem !important;
    background-size: cover !important; } }





.gridder-trainings {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.01fr 1fr;
  gap: 0px 0px;
  border: 1px solid #eee;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.image-trainings { 
  grid-colums: 1 / 1;
  grid-rows: 1 / 1;
}

.trainings-content { 
  grid-colums: 1 / 1;
  grid-rows: 2 / 2;
  background: #fff;
  padding: 1rem 2rem;
  padding: 0.5rem 1.25rem 2rem 1.25rem;
}



/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.trainings-content { 
  grid-colums: 1 / 1;
  grid-rows: 2 / 2;
  background: #fff;
  padding: 1rem 2rem;
  padding: 1rem 2rem 3rem 2rem;
}

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.gridder-trainings {
  display: grid;
  grid-template-columns: 0.3fr 1.4fr 0.3fr;
  grid-template-rows: 0.15fr 0.9fr 0.15fr;
  gap: 0px 0px;
  border: 0;
  box-shadow: none;
  margin-bottom: 4rem;
}

.image-trainings { 
  grid-area: 1 / 1 / 3 / 3;
}

.trainings-content {
  grid-area: 2 / 2 / 4 / 4;
  background: #fff;
  padding: 1rem 3rem 2rem 3rem;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.gridder-trainings {
  display: grid;
  grid-template-columns: 0.15fr 1.6fr 0.15fr;
  grid-template-rows: 0.4fr 1.4fr auto;
  gap: 0px 0px;
  border: 0;
  box-shadow: none;
  margin-bottom: 4rem;
}

.image-trainings { 
  grid-area: 1 / 1 / 3 / 3;
}

.trainings-content { 
  grid-area: 2 / 2 / 4 / 4;
  background: #fff;
  padding: 1rem 3rem 2rem 3rem;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
}

}

.eventdate {
margin-right: 0.5rem;
}

.eventtype {
padding: 0.1rem 0.2rem;
background: #669900;
font-size: 0.8rem;
border-radius: 5px;
color: #fff;
}


.trainings-content a.btn-primary {
float: left;
margin-top: 2rem;
}


.events .card-title {
padding: 1.4rem 2rem;
background: var(--primary-color);
}

.events .card-title h4 {
color: #fff;
font-weight: 700;
}

.events .card-body {
padding: 2rem 2rem;
}

.events b {
font-size: 1.2rem;
font-weight: 700;
}




/**
 *
 * Netzphänomene
 *
 */


.hero-image-netzphaenomene[style] {
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px !important;
  height: 30rem !important;
  /*background-size: auto 250px !important;*/
  background-size: cover !important;
  position: relative; }


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.hero-image-netzphaenomene[style] {
  height: 480px !important;
  height: 30rem !important;
  background-size: auto 480px !important;
  background-size: auto 30rem !important;
  background-size: cover !important; }
}

@media (min-width: 768px) {
  .hero-image-netzphaenomene[style] {
    height: 450px !important;
    height: 28rem !important;
    background-size: auto 450px !important;
    background-size: auto 28rem !important;
    background-size: cover !important; } }

@media (min-width: 1024px) {
  .hero-image-netzphaenomene[style] {
    height: 720px !important;
    height: 45rem !important;
    background-size: auto 720px !important;
    background-size: auto 45rem !important;
    background-size: cover !important; } }

@media (min-width: 1200px) {
  .hero-image-netzphaenomene[style] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh !important; 
  } }


.hero-header {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  text-align: left; 
}

.hero-header h1 {
  color: #fff; 
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}



/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.hero-header h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
.hero-header {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
}

.hero-header h1 {
  color: #fff;
  font-size: 3rem;
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.hero-header {
  position: absolute;
  top: 60%;
  left: 7%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  //background: blue;
}

.hero-header h1 {
  color: #fff;
  font-size: 4.2rem;
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {

.hero-header {
  position: absolute;
  top: 55%;
  left: 7%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  //background: green;
}

.hero-header h1 {
  color: #fff;
  font-size: 4.8rem;
}

}






/**
 *
 * Neuigkeiten
 *
 */


.news.top-margin {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.news.top-margin {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.news.top-margin {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

}

.card.news-container {
margin-bottom: 2rem;
}

.news-container .card-body {
padding: 0.5rem 1.25rem 2rem 1.25rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.card.news-container {
  margin-bottom: 4rem;
  }
  
.news-container .card-body {
  padding: 1rem 2rem 3rem 2rem;
}

}

.news-container h2 {
margin-top: 1rem;
margin-bottom: 1rem;
}




/**
 *
 * Sesselpatenschaft
 *
 */


.hero-image-sponsoring[style] {
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px !important;
  height: 19rem !important;
  /*background-size: auto 250px !important;*/
  background-size: cover !important;
   }

@media (min-width: 768px) {
  .hero-image-sponsoring[style] {
    height: 450px !important;
    height: 28rem !important;
    background-size: auto 450px !important;
    background-size: auto 28rem !important;
    background-size: cover !important; } }

@media (min-width: 1024px) {
  .hero-image-sponsoring[style] {
    height: 650px !important;
    height: 41rem !important;
    background-size: auto 650px !important;
    background-size: auto 41rem !important;
    background-size: cover !important; } }

@media (min-width: 1200px) {
  .hero-image-sponsoring[style] {
    height: 650px !important;
    height: 41rem !important;
    background-size: auto 650px !important;
    background-size: auto 41rem !important;
    background-size: cover !important; } }

@media (min-width: 1824px) {
  .hero-image-sponsoring[style] {
    min-height: 650px !important;
    height: 41rem !important;
    background-size: auto 650px !important;
    background-size: auto 41rem !important;
    background-size: cover !important; } }



.gridder-sponsoring {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.2fr 0.5fr;
  gap: 0px 0px;
}

.hero-image-sponsoring { 
  grid-colums: 1 / 1;
  grid-rows: 1 / 1;
}

.sponsoring-content { 
  grid-colums: 1 / 1;
  grid-rows: 2 / 2;
  background: #fff;
  padding: 2rem 3rem;
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.gridder-sponsoring {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.3fr 0.5fr;
  gap: 0px 0px;
}

.hero-image-sponsoring { 
  grid-colums: 1 / 1;
  grid-rows: 1 / 1;
}

.sponsoring-content { 
  grid-colums: 1 / 1;
  grid-rows: 2 / 2;
  background: #fff;
  padding: 2rem 3rem;
}

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.gridder-sponsoring {
  display: grid;
  grid-template-columns: 0.2fr 1.4fr;
  grid-template-rows: 0.5fr 1fr 1fr;
  gap: 0px 0px;
}

.hero-image-sponsoring { 
  grid-area: 1 / 1 / 3 / 3;
}

.sponsoring-content { 
  grid-area: 2 / 2 / 4 / 3;
  background: #fff;
  padding: 2rem 3rem;
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.gridder-sponsoring {
  display: grid;
  grid-template-columns: 0.25fr 1.4fr;
  grid-template-rows: 0.6fr 1fr 1fr;
  gap: 0px 0px;
}

.hero-image-sponsoring { 
  grid-area: 1 / 1 / 3 / 3;
}

.sponsoring-content { 
  grid-area: 2 / 2 / 4 / 3;
  background: #fff;
  padding: 2rem 3rem;
}

}



/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {

.gridder-sponsoring {
  display: grid;
  grid-template-columns: 0.3fr 1.4fr;
  grid-template-rows: 1.1fr 1fr 1fr;
  gap: 0px 0px;
}

.hero-image-sponsoring { 
  grid-area: 1 / 1 / 3 / 3;
}

.sponsoring-content { 
  grid-area: 2 / 2 / 4 / 3;
  background: #fff;
  padding: 2rem 3rem;
}

}





/**
 *
 * Objektiv Seite
 *
 */


.objektiv.top-margin {
padding-top: 3rem;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.objektiv.top-margin {
  padding-top: 10rem;
  }

}

.timeline-container {
margin-top: 3rem;
}



.grid-container:nth-child(odd) {
  width: 70%;
  /*margin-top: -3rem;*/
  padding: 2rem 4rem 4rem 2rem;
  background: #fff;
  border: 0px solid #1bb0cf;
}

.grid-container:nth-child(even) {
  width: 70%;
  /*margin-top: -3rem;*/
  padding: 2rem 4rem 4rem 2rem;
  border: 0px solid #1bb0cf;
  background: #fff;
}


.objektiv-year  {
  position: absolute;
  right: 55%;
  top: -2.25rem;
  background: none;
}

.objektiv-year h2 {
  color: var(--primary-color);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.objectiv-content {
  float: left;
  margin-top: 1.25rem;
  padding: 2rem 1.25rem 2rem 1.25rem;
  background: rgba(255,255,255,1);
  border: 1px solid #eee;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.objektiv-year  {
  top: -2.5rem;
}

}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.objectiv-content {
padding: 2rem 2rem 3rem 2rem;
}

}


.timeline {
   position: relative;
}
 .timeline::before {
   content: '';
   background: var(--primary-color);
   width: 1px;
   height: 95%;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}
 .timeline-item {
   width: 100%;
   padding-top: 1rem;
   padding-bottom: 6rem;
   margin-bottom: 1rem;
   background: none;
}
 
 .timeline-item::after {
   content: '';
   display: block;
   clear: both;
}


.timeline-content {
   position: relative;
   margin: 0 auto;
   width: 100%;
   padding: 0;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.timeline-content {
   position: relative;
   margin: 0 auto;
   width: 80%;
   padding: 0;
}

.timeline-item {
   width: 100%;
   padding-top: 1rem;
   padding-bottom: 8rem;
   margin-bottom: 1rem;
   background: none;
}
}


 .timeline-img {
   width: 1.5rem;
   height: 1.5rem;
   border-radius: 50%;
   position: absolute;
   left: 50%;
   top: -3.5rem;
   margin-top: 1.5rem;
   margin-left: -0.75rem;
   background: var(--primary-color);
}


/**
 *
 * Kontakt
 *
 */


.gridder-contact {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 0.9fr auto;
  gap: 0px 0px;
  grid-template-areas:
  "grid2" 
  "grid1"
  "grid3";
}

.grid1 { 
  grid-area: grid1;
  background: var(--primary-color);
}

.grid2 { 
  grid-area: grid2;
}


.grid2[style] {
  background-repeat: no-repeat;
  background-position: center top;
  height: 300px !important;
  /*background-size: auto 250px !important;*/
  background-size: cover !important;
   }
   
.grid3 { 
  grid-area: grid3;
  padding: 2rem 0 2rem 0;
}

@media (min-width: 768px) {
  .gridder-contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 190px 190px 70px 1fr;
    gap: 0px 0px;
  }
  
  .grid1 { 
    grid-area: 1 / 1 / 4 / 3;
    padding: 2rem 2rem 2rem 2rem;
  }
  
  .grid2 {
    grid-area: 1 / 3 / 4 / 5; 
    padding: 2rem 2rem 2rem 2rem;
  }
  
  .grid2[style] {
    background-position: -140px 0px !important;
    height: 450px !important;
    background-size: auto 450px !important;
    background-size: cover !important; } 
  }
  
  .grid3 { 
    background: #fff;
    grid-area: 3 / 1 / 5 / 4;
    padding: 2rem 2rem 2rem 2rem;
    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  }

@media (min-width: 1024px) {
  
  .gridder-contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 280px 280px 100px 1fr;
    gap: 0px 0px;
  }
  
  .grid1 { 
    background: var(--primary-color);
    padding: 2rem 2rem 2rem 3rem;
  }
  
  .grid1 h2 { 
    margin-top: 12rem;
    line-height: 1.4em;
  }
  
  
  .grid2[style] {
    background-position: -240px 100px !important;
    height: 650px !important;
    background-size: auto 650px !important;
    background-size: cover !important; } 
  
  }
  
  
  .grid3 { 
    padding: 2rem 2rem 2rem 3rem;
    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  }


.wps-form {
  width: 100%;
  //margin: 0 auto;
}
.wps-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wps-form-row .wpcf7-form-control {
  width: 100%;
}
.wps-form-column {
  flex: 1;
  padding: 0.5rem 0;
  margin-rigth: 0;
  width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
  .wps-form-row {
      flex-direction: row;
  }
  .wps-form-column {
      padding: 1.2rem 0;
      margin-rigth: 1rem;
  }
}




.wpcf7-checkbox {
border: 0;
}

.wpcf7-checkbox.form-control {
background: none;
}

.wpcf7-form-control wpcf7-submit btn btn-primary {
border: 0;
}

select.wpcf7-select {
min-height: 4rem !important;
}

span.wpcf7-list-item { 
display: block;
}

.checkbox-list {
float: left;
display: block;
}

input[type="date"] {
display: block;
width: 20rem !important;
}

.request-form .formgrid-50 {
float: left;
width: 25rem;
padding-right: 10px;
}

.request-form h4 {
margin-top: 1rem;
}




/**
 *
 * Footer
 *
 */


footer.site-footer {
background: var(--primary-color);
color: #ffffff;
padding-top: 2rem;
padding-bottom: 2rem;
}

ul.footer-nav {
margin: 0;
padding: 0;
}

ul.footer-nav li {
list-style: none;
margin: 0;
padding: 0;
}

ul.footer-nav .nav-link {
position: relative;
padding: 0.4rem 0 0.4rem 0;
font-size: 1rem;
}

  
ul.footer-nav .nav-link::after {
content: "";
}
  
ul.footer-nav li.menu-item:hover .nav-link::after {
width: 0%;
transition: 0.3s ease all;
}
  
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
ul.footer-nav li.menu-item:hover .nav-link::after {
width: 0;
transition: 0.3s ease all;
}

}

.footer-right {
margin-top: 2rem;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.footer-right {
margin-top: 0;
}
}

.logo-footer {
margin-top: 1rem;
}

.logo-footer img {
width: 400px;
}

.logo-footer p {
width: 100%;
color: rgba(255,255,255,0.6);
line-height: 1.3em;
}


.social-media {
margin-bottom: 1.4rem;
} 


.site-info {
padding-top: 3rem;
padding-bottom: 1rem;
font-size: 1rem;
}



/**
 *
 * Pagination 
 *
 */

.navigation {
  margin: 50px 0 50px 0;
  text-align: center; }

.navigation span.current {
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 5px 11px; }

.navigation a.page-numbers {
  background: #fff;
  color: #666666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 11px;
  margin: 0 5px 0 5px; }

.navigation a.page-numbers:hover, .navigation a.page-numbers:focus {
  background: var(--primary-color);
  text-decoration: none;
  color: #fff; }

.navigation a.prev, .navigation a.next {
  color: #666666;
  background: none;
  border: 1px solid #ccc; }

.navigation a.prev {
  float: left; }

.navigation a.next {
  float: right; }

.navigation a.prev:hover, .navigation a.next:hover, .navigation a.prev:focus, .navigation a.next:focus {
  color: var(--primary-color);
  background: #fff;
  border: 1px solid #ccc; }




/**
 *
 * Scrollontop
 *
 */

#scrollOnTopButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 2px solid #fff; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--primary-color); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  width: 4rem;
  height: 4rem;
  padding: 0.5rem; /* Some padding */
  border-radius: 50rem; /* Rounded corners */
}

#scrollOnTopButton:hover {
  background-color: var(--primary-color); /* Add a dark-grey background on hover */
}




/**
 *
 * Swiper
 *
 */

.swiper-container.swiper1 {
  padding-bottom: 70px;
  background: var(--grey);
}

.swiper-container.swiper2 {
  padding-bottom: 30px;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
}

.swiper-pagination-bullet {
background: none !important;
border: 2px solid var(--text-color);
opacity: 1 !important; 
width: 1rem;
height: 1rem;
}

.swiper-pagination-bullet-active {
border: 2px solid var(--primary-color);
background: var(--primary-color) !important; 
}


.swiper-button-prev,
.swiper-button-next {
display: none;
background: none;
border: none;
color: #000;
font-size: 2rem; }

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
display: block;
background: none;
border: none;
color: #000;
font-size: 2rem; }






