/* -------------------------
	Basic
--------------------------*/

dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

:active,
:focus {
    outline: none !important;
}

/* -------------------------
	Font Styles / Typography
--------------------------*/

html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

iframe {
    border: none !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.3;

}

h1, .h1,
h2, .h2 {
    margin: 0 0 20px 0;
}

h3, .h3
h4, .h4
h5, .h5
h6, .h6 {
    margin: 0 0 12px 0;
}

h1, .h1 {
    font-size: 2.7em;
}

h2, .h2 {
    font-size: 2em;
}

h3, .h3 {
    font-size: 1.6em;
}

h4, .h4 {
    font-size: 1.4em;
}

h5, .h5 {
    font-size: 1.2em;
}

h6, .h6 {
    font-size: 1em;
}

p,
pre,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px;
}

ul,
ol,
dl,
dd {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

ul, ol {
    margin-left: 25px;
}

/* -------------------------
	Theme / Styles
--------------------------*/

#wrapper {
    position: relative;
    float: none;
    /* width: 1220px; */
    animation-duration: 1.5s;
    opacity: 1;
    width: 100%;
}

header {
    min-height: 130px;
}

header nav.navbar {
    padding-top: 25px;
    padding-bottom: 20px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header .navbar-default {
    background-color: transparent;
}

header .navbar-brand {
    display: block;
    width: 200px;
    height: 90px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header #navbar {
    margin-top: 17px;
}

header nav.affix {
    top: 0;
    width: 100%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
}

header nav.affix .navbar-brand {
    margin-top: 5px;
    width: 170px;
    height: 80px;
}

header nav.affix .brand-logo path {
    fill: #FFFFFF;
}

/* -------------------------
	Sections
--------------------------*/

.section {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.parallax {
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-parallax {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
}

.section .container {
    z-index: 2;
}

.section .container + .video-wrap {
    z-index: 1;
}

/* -------------------------
	Helpers
--------------------------*/

.content-wrap {
    position: relative;
    padding: 40px 0;
}

/*
.no-bg .content-wrap {
    padding-top: 0;
}
*/

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

/* -------------------------
	margin / padding
--------------------------*/

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top-bottom {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left-right {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.image-top {
    margin-bottom: 20px;
}

.image-bottom {
    margin-top: 20px;
}

/* -------------------------
	Grids / Cols
--------------------------*/

.content-wrap > .container > .row:first-child > [class*="col-"],
.content-wrap > .container-fluid > .row:first-child > [class*="col-"] {
    position: relative;
    display: block;
}

.content-wrap > .container > .row > [class*="col-"],
.content-wrap > .container-fluid > .row > [class*="col-"] {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    display: block;
}

.content-wrap > .container > .row:last-child > [class*="col-"],
.content-wrap > .container-fluid > .row:last-child > [class*="col-"] {
    position: relative;
    display: block;
}

/* -------------------------
	Bootstrap Hacks
--------------------------*/

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.well {
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: table;
    height: auto;
    max-width: 100%;
    width: 100%;
}

[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.btn {
    white-space: normal;
    max-width: 100%;
}

/* -------------------------
	OWL Carousel
--------------------------*/

.owl-carousel-wrapper {
    position: relative;
    width: 100%;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5em;
}

/* Image Carousel */

.owl-carousel-image .owl-nav [class*=owl-] {
    top: 40%;
}

.owl-carousel-image .owl-nav .owl-next {
    right: -30px;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    border: none
}

.owl-carousel-slider,
.owl-carousel-block {
    position: relative;
}

.owl-carousel-slider .oc-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    flex-shrink: 0;
}

/* owl-slider content */
.owl-carousel-slider .oc-item {
    min-height: 500px;
    position: relative;
}

.owl-carousel-slider .oc-item > .container {
    display: block;
    height: 500px;
    max-width: 100%;
    position: relative;
}

.owl-carousel-slider .full-screen .oc-item > .container {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.owl-carousel-block .oc-item > .container {
    height: 500px;
    width: 100%;
    position: relative;
}

.owl-carousel-slider.first .content-wrap,
.owl-carousel-slider.first.last .content-wrap {
    padding: 0;
}

.owl-carousel-slider.last .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.owl-carousel-slider .owl-carousel .owl-dots,
.owl-carousel-slider .owl-carousel.full-screen .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

/* caption / owl content */
.slider-caption {
    position: relative;
    display: table;

    transform: translateY(-50%);
    top: 50%;
}

.slider-caption.slider-caption-left,
.slider-caption.slider-caption-right {
    position: absolute;
}

.slider-caption.slider-caption-center {
    position: relative;
}

.slider-caption.slider-caption-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    width: 90%;

}

.slider-caption.slider-caption-left {
    left: 10%;
    text-align: left;
}

.slider-caption.slider-caption-right {
    right: 10%;
    text-align: right;
}

/* Slider Caption */
.owl-carousel-slider .slider-caption > .slider-headline {
    display: inline-block;
    width: auto;
    padding: 5px 15px 8px 15px;
    font-size: 3.6em;
    margin: 0 0 3px 0;
    line-height: normal;
}

.owl-carousel-slider .slider-caption > .slider-subtitle {
    padding: 5px 15px 8px 15px;
    font-size: 2em;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Content Slider Caption */
.owl-carousel-block .slider-caption > .slider-headline {
    font-size: 2.4em;
}

.owl-carousel-block .slider-caption > .slider-subtitle {
    font-size: 1.4em;
    margin-bottom: 1px;
}

.owl-carousel-block .slider-caption.slider-caption-left > .slider-subtitle {
    margin-left: inherit;
}

.owl-carousel-block .slider-caption.slider-caption-right > .slider-subtitle {
    margin-right: inherit;
}

/* -------------------------
    Text mit Bild
--------------------------*/

.title-block.top,
.image-between,
.image-top {
    margin-bottom: 20px;
}

.image-bottom {
    margin-top: 20px;
}


@media only screen and (max-width: 991px) {

    .image-left {
        margin-bottom: 20px;
    }

    .image-right {
        margin-top: 20px;
    }

}


.text-image-block.bg-color1,
.text-image-block.bg-color2,
.text-image-block.bg-color3,
.text-image-block.bg-color4,
.text-image-block.well {
    padding: 20px;
}

.text-image-block.well {
    box-shadow: none;
    padding: 25px 20px;
}

.text-image-block p.image-text {
    margin: 10px 0;
    font-size: 85%;
    font-style: italic;
}


.text-image-block .image-left {
    padding-left: 0 !important;
}

.text-image-block .content-right {
    padding-right: 0 !important;
}

.text-image-block .image-right {
    padding-right: 0 !important;
}

.text-image-block .content-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.text-image-block p.button-block {
    margin-top: 25px;
}

.title-block .title.bg-primary.bottom,
.title-block .subtitle.bg-primary.bottom,
.title-block .title.bg-primary.top,
.title-block .subtitle.bg-primary.top {
    padding: 10px 20px;
    display: table;
}

.title-block .subtitle.bg-primary.top,
.title-block .title.bg-primary.bottom {
    margin-bottom: 3px;
    margin-top: 0;
}

.title-block .title.bg-primary.top,
.title-block .subtitle.bg-primary.bottom {
    margin-top: 0;
}

.text-image-boxed {
    display: table;
    padding: 20px !important;
}

/* -------------------------
	Overlay for Images
--------------------------*/
.overlay-box {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.overlay-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-box .overlay .overlay-wrap {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.overlay-box:hover .overlay > .overlay-wrap {
    opacity: 1;
}

.overlay-box .overlay .overlay-wrap > i {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body:not(.device-touch) .overlay-box .overlay .overlay-wrap {
    transition: all 0.3s ease-in-out 0s;
}

.overlay-box .overlay .overlay-wrap > a {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 20%;
    backface-visibility: hidden;
    width: auto;
    height: auto;
    line-height: 40px;
    margin-left: 25%;
    text-align: center;
    z-index: 100;
}

.overlay-box .overlay .overlay-wrap > a.right-icon {
    left: auto;
    margin-left: 0;
    margin-right: 25%;
    right: 0;
}

.overlay-box .overlay .overlay-wrap > i,
.overlay-box .overlay .overlay-wrap > a > i {
    font-size: 4.2em;
}

/* -------------------------
	Bilder/Logo Galerie
--------------------------*/

/*
.gallery .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
*/

.gallery .item {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}

.gallery .title-description {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}

.gallery .row.zoom-gallery {
    padding-top: 25px;
    padding-bottom: 25px;
}

.gallery .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.gallery .no-gutters .item {
    padding: 0 !important;
    margin: 0 !important;
}

.gallery .image-content {
    display: block;
    font-weight: 600;
    min-height: 150px;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.gallery .image-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #222;
}

.gallery .image-desc {
    color: #222;
    font-weight: 400;
    text-align: center;
    font-size: 85%;
}

.gallery .item a {
    border-radius: 0;
    display: block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

/* -------------------------
	Table
--------------------------*/

.table thead th {
    font-weight: 400;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

table th, table td {
    overflow: hidden;
}

p.table-title {
    font-size: 120%;
}

.table > thead > tr > th {
    border-bottom: none;
}

table.restables-clone {
    display: none;
}

/* -------------------------
	Trennlinie
--------------------------*/

.divider hr {
    border-width: 5px;
}

/* -------------------------
	Blocksammler
--------------------------*/

.parallax .content-wrap,
.no-parallax .content-wrap {
    padding-top: 5%;
    padding-bottom: 5%;
}

.parallax .slice-collector,
.no-parallax .slice-collector {
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
}

.parallax .slice-collector .row h1,
.parallax .slice-collector .row h2,
.parallax .slice-collector .row h3,
.parallax .slice-collector .row h4,
.no-parallax .slice-collector .row h1,
.no-parallax .slice-collector .row h2,
.no-parallax .slice-collector .row h3,
.no-parallax .slice-collector .row h4 {
    color: #FFF;
}

/* -------------------------
	Kontaktformular
--------------------------*/

.yform {
    margin-bottom: 35px;
}

.yform label {
    font-weight: 400;
}

.yform .alert.alert-danger {
    display: none;
}

.yform select,
.yform input,
.yform textarea {
}

.bg-success {
    padding: 10px 25px;
}

.form-group {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.form-group {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.form-group.form-captcha {
    max-width: 290px;
}

.form-group.form-captcha .form-control {
    height: 46px;
}

.form-group.form-captcha a.btn-default {
    padding: 12px 15px;
}

.yform button {
    float: right;
    margin: 20px 0 10px 0;
}

/* -------------------------
	Maps
--------------------------*/

.google-maps-block iframe {
    width: 100%;
}

.google-maps.last .content-wrap {
    padding: 0;
}

.google-maps-block iframe,
.google-maps iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}

.google-maps-block iframe.clicked,
.google-maps iframe.clicked {
    pointer-events: auto;
}

/* -------------------------
	Accordion
--------------------------*/
.panel {
    box-shadow: none;
}

.panel-body {
    padding: 20px 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-group .panel {
    margin: 0;
}

.panel-default > .panel-heading,
.panel-dark > .panel-heading {
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
}

.panel-default > .panel-heading .panel-title a,
.panel-dark > .panel-heading .panel-title a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
    padding: 15px 40px 15px 15px;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    text-decoration: none;
}

/* default */
.default .panel-block-title h2 {
}

/* #bs-collapse icon scale option */
.panel-heading a:before {
    content: '\f067';
    position: absolute;
    font-family: 'FontAwesome';
    right: 15px;
    top: 13px;
    font-size: 1.3em;
    font-weight: 400;
    transition: all 0.5s;
    transform: scale(1);
    color: #000;
}

.panel .panel-heading:hover a:before {
    color: #FFF;
}

.panel.active .panel-heading a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

.panel .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    transform: scale(0);
    transition: all 0.5s;
}

.panel.active .panel-heading a:after {
    content: '\f068';
    color: #FFF;
    top: 14px;
    right: 15px;
    transform: scale(1);
    transition: all 0.5s;
}

/*
.panel.active .panel-heading {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
*/

/* -------------------------
	Tabs2Accordion
--------------------------*/

.panel-tabs ul.nav.nav-tabs {
    margin: 0;
}

.panel-tabs ul.nav.nav-tabs li a {
    padding: 10px 30px;
}

.panel-tabs ul.nav.nav-tabs li a:hover,
.panel-tabs ul.nav.nav-tabs li a:focus {
}

.panel-tabs ul.nav.nav-tabs li.active a {
}

.panel-tabs ul.nav.nav-tabs li.active a:hover,
.panel-tabs ul.nav.nav-tabs li.active a:focus {
}

.panel-tabs .tab-content {
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.panel .panel-body img {
    margin-top: 6px;
    margin-bottom: 6px;
}


.panel .panel-body .image-top img,
.panel .panel-body .image-bottom img {
    margin-bottom: 0;
    margin-top:0;
}



.tab-content > .active {
    display: inline-block;
}

/* -------------------------
	Video
--------------------------*/

.video-block {
}

.video-block.left {
    float: left;
}

.video-block.center {
    float: none;
    margin: 0 auto;
}

.video-block.right {
    float: right;
}


/* -------------------------
	News Teaser (metainfos)
--------------------------*/
.news-teaser {}
.news-teaser .item {}

.news-teaser .news-title {
    margin: 0;
}
.news-teaser .news-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.news-teaser .news-date {
    color: #999999;
}





/* -------------------------
	lazysizes / lazyload
--------------------------*/

.lazyload,
.lazyloading {
    position: relative;
    min-height: 200px;
    width: 100%;
    opacity: 1;
}

.lazyloading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.lazyload,
.lazyloading {
    min-height: 200px !important;
}

.ratio-container {
    position: relative;
}

.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 66.3333333%;
}

.ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}