html,
body {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Arial', Helvetica, Verdana, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-stretch: normal;
}

/********************/
/* Colors      */
/****************++**/
html,
body {
    color: #000;
    background: #fff;
}

/*.wrapper {
    overflow-x: hidden;
}*/

a,
.modal-body a {
    color: purple;
}

a:active,
a:hover,
a:focus {
    color: purple;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    color: #FFFFFF;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.image-source-link {
    color: purple;
}

.gallery.with-bg-color {
    background-color: olive;
}

.gallery .image-desc {
    color: #999999;
}

table tbody tr {
    background-color: rgba(255, 255, 255, .3);
}

.searchbox-input {
    background: #000;
    color: #9d9d9d;
}

/********************/
/* TYPO STYLES      */
/****************++**/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 20px 0;
    line-height: 130%;
    white-space: normal;
    hyphens: auto;
    /* word-break: break-word; */
}

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

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

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

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

.headline-bold {
    font-weight: bold;
    font-style: normal;
}

.headline-big {
    font-size: 500%;
}

b,
strong,
.text-bold {
    font-weight: bold;
}

/*
p, ol, ul {
    margin-bottom: 15px;
}
*/

ol, ul {
    padding-left: 30px;
}

ul li,
ol li {
    margin-bottom: 5px;
    line-height: 150%;
}

a, .modal-body a {
    text-decoration: none;
    background-color: transparent;
}

a:active,
a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
}

article {
    padding: 35px 0 0 0;
}

/********************/
/* Section          */
/****************++**/
section,
.section {
    margin-top: 0px;
    margin-bottom: 50px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

section.first.last,
section.first.last {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.first,
.section.first {
    margin-top: 0;
    margin-bottom: 50px;
}

section.last,
.section.last {
    margin-top: 0;
    margin-bottom: 0;
}

/********************/
/* helper           */
/****************++**/
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding: 0;
    margin: 0;
}

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

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

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

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

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

.small-padding-lr {
    padding-left: 5px;
    padding-right: 5px;
}

.small-padding-l {
    padding-left: 5px;
}

.small-padding-r {
    padding-right: 5px;
}

.medium-padding-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.medium-padding-l {
    padding-left: 10px;
}

.medium-padding-r {
    padding-right: 10px;
}

.animated {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    animation-fill-mode: both;
}

/********************/
/* Navigation       */
/****************++**/
nav.navbar, .navbar-brand {
    border-bottom: medium none;
    height: 80px;
    transition: all 0.5s ease 0s;
}
nav.navbar.shrink {
    height: 50px;
}
nav.navbar.shrink .container {
    padding-bottom: 0;
    padding-top: 0;
}
nav.navbar .container {
    padding-top: 15px;
    transition: all 0.3s ease 0s;
}
.navbar-brand {
    margin-right: 25px;
    padding: 0;
    width: 150px;
}
nav.navbar.shrink .navbar-brand {
    margin-top: 8px;
    width: 100px;
}


/********************/
/* Slider / Swiper  */
/****************++**/
.swiper-container-single,
.swiper-container,
.swiper-container2,
.swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 640px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: "FontAwesome";
    font-size: 8em;
    opacity: .8;
}

.swiper-button-prev:before {
    content: "";
}

.swiper-button-next:before {
    content: "";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: none;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

/********************/
/* Magnific popup   */
/****************++**/
.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/********************/
/* Modul: Gallery   */
/****************++**/
.gallery [class^="col-"],
.gallery [class*=" col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery .container .no-gutters.row {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery .container-fluid .no-gutters.row {
    padding: 0;
}

.gallery .image-content {
    display: block;
    font-weight: bold;
    min-height: 100px;
    padding: 12px 8px 10px 8px;
    margin-bottom: 0;
    width: 100%;
}

.gallery .image-title {
    text-align: center;
}

.gallery .image-desc {
    font-weight: normal;
    text-align: center;
}

/********************/
/* Modul: text and image */
/****************++**/
.text-image-block > [class*="col-"].image-left,
.text-image-block > [class*="col-"].image-right {
    padding-left: 0;
    padding-right: 0;
}

.text-image-block > [class*="col-"].content-right {
    padding-right: 0;
}

.text-image-block > [class*="col-"].content-left {
    padding-left: 0;
}

.text-image-block .image-between {
    margin: 15px 0;
}

/*
.text-image-block .image-between,
.text-image-block .title-block,
.text-image-block .text-block {
    margin-bottom: 15px;
}
*/

/*
.text-image-block .title,
.text-image-block .subtitle {
    margin-bottom: 0;
}
*/

.text-image-block .title.bg-primary {
    padding: 10px 15px;
}

.text-image-block .title.bg-primary {
    margin-bottom: 5px;
}

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

/********************/
/* Modul: video youTube / vimeo */
/****************++**/
/* just for animation */
.video-block {
    position: relative;
    z-index: 100;
}

/********************/
/* table modul      */
/****************++**/

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

table.restables-clone {
    display: none;
}

.table > thead > tr > th {
    border-width: 1px;
}

/********************/
/* skrollr / parallax */
/* FullHeader         */
/****************++**/
.bcg,
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parallax,
.no-parallax {
    padding: 15% 0;
}

.hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
}

#skrollr-body {
    height: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

/********************/
/* Bootstrap Hacks  */
/****************++**/

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}


.row > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
}

.slice-collector .row > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
}

/*
.row > [class*="col-"] {
    margin-top: 0;
    margin-bottom: 30px;
}



*/



.btn-primary,
.btn-success,
.btn-info,
.btn-danger,
.btn-warning {
    border-width: 0;

}


/********************/
/* search it Addon  */
/****************++**/

.searchbox {
    width: 250px;
}

.searchbox-input {
    border: 0;
}

.searchbox span .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0;
}

.searchbox-input.form-control:focus {
    border-color: #FFF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.3);
}

.search_it-results {
    padding: 0;
    margin: 0;
}

.search_it-result {
    background: rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-bottom: 1.5rem;

}

.search_it-result:last-child {
    margin-bottom: 0;
}

.search_it-title,
.search_it-title a {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.search_it-result .search_it-teaser {
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.search_it-missing_type,
.search_it-zero {
    background: rgba(180, 0, 0, 0.05);
    padding: 1rem;
    margin: 1rem 0;
    border-width: 1px;
    border-style: solid;
}

.search_it-request,
.search_it-type {
    font-weight: bold;
}

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

.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 {
    font-weight: 300;
    padding: 15px 40px 15px 15px;
}

.panel-title a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.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: 15px;
    /*font-size: 20px;*/
    font-weight: 400;
    transition: all 0.5s;
    transform: scale(1);
    color: #000;
}

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

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

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

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

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

/********************/
/* tabs2accordion   */
/****************++**/

.tabs-block {
    padding-bottom: 20px;

}

.panel-tabs ul.nav.nav-tabs {
}

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

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

.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: 20px;
    padding-bottom: 20px;
    display: table;
    border-bottom: 1px solid #999999;
}

/********************/
/* yForm            */
/****************++**/

.yform {
    margin-bottom: 35px;
}

.yform label {
    font-weight: normal;
}

.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.form-captcha {
    width: auto;
}

.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;
}

/********************/
/* skrollr / keyframes */
/* http://www.theappguruz.com/tag-tools/web/CSSAnimations/
/****************++**/

/********************/
/* CSS Animation    */
/****************++**/

/* tablet, laptop, desktop */


/*
.bcg {
    -skrollr-animation-name: parallaxImage;
}

.bcg .hsContent {
    -skrollr-animation-name: fadeInHsContent;

}

.animated.fadeInFromLeft {
    -skrollr-animation-name: fadeInFromLeft;
}

.animated.fadeInFromRight {
    -skrollr-animation-name: fadeInFromRight;
}

.animated.fadeInDown {
    -skrollr-animation-name: fadeInDown;

}

.animated.fadeInUp {
    -skrollr-animation-name: fadeInUp;

}

.animated.fadeIn {
    -skrollr-animation-name: fadeIn;
}



@-skrollr-keyframes parallaxImage {
    center {
        background-position: 50% 0px;
    }

    top-bottom {
        background-position: 50% -200px;
    }
}

@-skrollr-keyframes fadeInHsContent {
    center {
        opacity: 1;
        transform: translateX(0%);
    }

    bottom-top {
        opacity: 0;
        transform: translateX(100%);
    }
}

@-skrollr-keyframes fadeInFromLeft {
    center {
        opacity: 1;
        transform: translateX(0%);
    }

    bottom-top {
        opacity: 0;
        transform: translateX(-30%);
    }
}

@-skrollr-keyframes fadeInFromRight {
    center {
        opacity: 1;
        transform: translateX(0%);
    }

    bottom-top {
        opacity: 0;
        transform: translateX(30%);
    }
}

@-skrollr-keyframes fadeInDown {
    center {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    bottom-top {
        opacity: 0;
        transform: translate3d(0, -50, 0);
    }
}

@-skrollr-keyframes fadeInUp {
    center {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    bottom-top {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-skrollr-keyframes fadeIn {
    center {
        opacity: 1;
    }

    bottom-top {
        opacity: 0;
    }
}
*/
