/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../daten/fonts/roboto-v48-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../daten/fonts/roboto-v48-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../daten/fonts/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../daten/fonts/roboto-v48-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../daten/fonts/roboto-v48-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body * {
    font-family: 'Roboto'!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #706f6f;
}

a:focus {
    outline:none;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #f49e00;
    hyphens:auto;
}

@media(max-width: 767px){h1 {margin-top: 30px; margin-bottom: 20px;}}

#block-system-main h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    margin: 0px;
}

hr {
    border-color:  #706f6f;
}

strong {
    font-weight: bold;
}

.hinweis_wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.hinweis {
  float: right;
  background-color: #cdd149;
  font-weight: 900!important;
  line-height: normal;
  padding: 10px 30px 10px 70px;
  width: 280px;
  min-height: 40px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

.hinweis a {
    color: white!important;
    font-weight: 700;
}

@media(max-width: 767px){.hinweis {position: static; width: 100%; clip-path: none; padding: 10px 20px;}}
@media(max-width: 767px){.hinweis_wrapper {position: static;}}
@media(max-width: 767px){.hinweis_wrapper .container {width: 100%; padding: 0px; margin: 0px;}}

.c-t-action {
    background-color: #f49e00;
    text-align: center;
    padding: 20px 15px 15px 15px;
 
}
.c-t-action div {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500!important;
    margin-bottom: 20px;
    color: #fff;
}

.c-t-action a {
    font-size: 20px;
    margin: 0 auto 0 auto;
    display: inline-block;
    border: none;
    border-radius: 0px;
    background-color: #fff;
   color: #706f6f;
    font-size: 18px;
    font-weight: 500;
}

.c-t-action a:hover {
    color: #f49e00!important;
    background-color: #fff!important;

}

#block-system-main {
    margin-bottom: 40px;
}

.main-container.container {
    background-color: #fff;
}

@media (max-width: 767px) {
    .main-container.container {
        margin-top: 0px;
    }
}
.footer.container-fluid {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #706F6F;
    padding: 30px 40px;
    color: #fff;
}

.footer.container-fluid .row .col-sm-12 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
}

@media(max-width: 767px){.footer.container-fluid .row .col-sm-12 {
    flex-direction: column-reverse; align-content: center; align-items: center;
}}

#date {
    margin-top: 20px;
}

body .region.region-footer ul a{
    color: #fff!important;
    background-color: transparent!important;
}

@media (max-width: 767px) {
    .footer.container-fluid {
        padding: 30px 15px;
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .main-container.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.info-header {
    background-color: #f49e00;
    color:#fff!important;
    padding: 7px 0px;
    text-align: right;
    font-weight: 100!important;
}

.info-header a {
    color: #fff;
    font-weight: 500;
}

@media (max-width: 767px) {
    .info-header{
        text-align: center!important;
    }
}
.navbar::before::before,
.container-fluid:after {
    display: inline;
}

.navbar-default {
    background-color: transparent;
    border: none;
    padding: 10px 0px;
    margin-bottom: 0px;
    max-width: 100% !important;
}
a.logo img {
    width: 100% !important;
    min-height: 115px;;
    padding-right: 10px;
    max-width: 4340x;
}
.navbar-toggle {
    display: none;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
#page-header {
    background-color: #939598;
    padding: 12px;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
#page-header strong {
    font-weight: 500;
}

.collapse {
    display: block !important;
}

#block-system-main ul {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#block-system-main p {
    margin-bottom: 20px;
}

.field-name-body ul#table-left {
    padding-right: 20px;
}
#main-content ul li {
    padding-left: 12px;
    background-image: url(/sites/all/themes/sarah/images/list-point.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
}

.region.region-footer {
    float: right;
}
.region.region-footer ul a {
    margin: 0px;
    padding: 0px;
    color: black !important;
    text-align: right;
}

@media(max-width: 767px){.region.region-footer ul a {text-align: center;
}}


.jumbotron p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#block-views-slider-block {
    height: auto;
}

.highlighted.jumbotron {
    float: left;
    padding: 0px;
    background-color: transparent;
}
.jumbotron h1 {
    font-size: 20px;
    color: #c4c644;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.jumbotron a {
    font-weight: bold;
    color: #c4c644;
}

#flexslider-1 .slides {
    position: relative;
}

#flexslider-1 .slides .flex-caption{
    position: absolute;
    max-width: 50%;
    padding: 20px;
    left: 20px;
    bottom: 20px;
    color: #fff;
    background-color: #f49e00;
}

@media(max-width: 767px){#flexslider-1 .slides .flex-caption {position: static; max-width: 100%; padding: 15px 10px 10px 10px;}}

#flexslider-1 .slides .flex-caption h1,
#flexslider-1 .slides .flex-caption h2,
#flexslider-1 .slides .flex-caption h3,
#flexslider-1 .slides .flex-caption h4,
#flexslider-1 .slides .flex-caption h5,
#flexslider-1 .slides .flex-caption h6 {
    font-size: 20px;
    font-weight: 900;
}

@media(max-width: 767px){
#flexslider-1 .slides .flex-caption h1,
#flexslider-1 .slides .flex-caption h2,
#flexslider-1 .slides .flex-caption h3,
#flexslider-1 .slides .flex-caption h4,
#flexslider-1 .slides .flex-caption h5,
#flexslider-1 .slides .flex-caption h6 {
    font-size: 16px;}}

#flexslider-1 .slides .flex-caption h2 {
    margin-top: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0px;
}

.flexslider {
    border: none;
    margin-bottom: 0px;
}
.flex-control-nav {
    bottom: -55px;
    z-index: 99;
}

@media(max-width: 991px){.flex-direction-nav {display: none!important;}}


.flex-control-nav li {
    margin: 0 3px;
}
.flex-control-nav a {
    border-radius: 0px !important;
    box-shadow: none;
    width: 8px !important;
    height: 8px !important;
    background-color: #bbbbbb !important;
    box-shadow: none !important;
}
.flex-control-nav a.flex-active {
    background-color: #666666 !important;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
    display: block !important;
}
.flex-direction-nav .flex-next {
    right: -0px;
}
.flex-direction-nav .flex-prev {
    left: -0px;
}
.flex-nav-prev a {
    margin-left: -0px !important;
}
.flex-nav-next a {
    margin-right: -0px !important;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    width: 50px!important;
    height: 50px!important;
    border-radius: 0px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: 999999px;
    overflow: hidden;
}

.flex-direction-nav .flex-next {
    background-image: url(../daten/arrow-right.svg);
}

.flex-direction-nav .flex-prev  {
    background-image: url(../daten/arrow-left.svg);
}


.anmelden {
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 20px 0px;
    background-image:url(../daten/sarah_footer.jpg);
    background-size: cover;
    background-position: right 20%;
    background-repeat: no-repeat;
}

@media(max-width: 767px){.anmelden_wrapper .row {display: block!important;}}

.anmelden_wrapper {
    position: relative;
    padding: 10px 20px;
    width: 70%;
    color: #fff;
    background-color: #f49e00;
}

@media(max-width: 991px){.anmelden_wrapper {width: 100%; background-color: rgba(244, 159, 0, 0.9);}}

.anmelden_wrapper .row {
    display: flex;
    align-items: end;
}

.anmelden_wrapper h2 {
    margin-top: 0px;
    font-weight: 500;
    hyphens: auto;
}

.anmelden_wrapper .col-sm-4 button{
    float: right;
    margin-bottom: 10px;
    padding: 8px 30px;
    background-color: #fff;
    text-align: center;
    border: none;
}


@media(max-width: 767px){.anmelden_wrapper .col-sm-4 button {margin-top: 10px; float: none;}}

#faq {
    margin-top: 20px;
}

#faq h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media(max-width: 767px){#faq h2 {text-align: left;}}

#faq h3{
    font-weight: 900;
    font-size: 18px;
    color: #f49e00;
    text-transform: uppercase;
    margin-bottom: 4px;
}