body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2rem;
    color: #424242;
}

a[href^="tel:"] {
    color: #F57A00;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

a:link,
a:visited {
    color: #F57A00;
}

h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;    
}

h2 {
    margin-top: 70px;
    margin-bottom: 30px;
}

h3 {
    margin-top: 60px;
    margin-bottom: 25px;
}

h4 {
    
}

/* Jumotron */

.jumbotron h1 {
    display: none;
}

.page-header {
    border: none;
}

.page-header h1 {
    margin-top: 0px;
}

.menu h3 {
    margin-top: 45px;
    margin-bottom: 10px;
}

/* Footer */

footer#page-footer.footer-sticky {
    font-size: 0.8em;
}

footer#page-footer.footer-sticky h5 {
    font-size: 1.4em;
    font-weight: 600;
}

footer#page-footer.footer-sticky h6 {
    font-size: 1.4em;
    margin-top: 0px;
}

footer#page-footer .table, 
footer#page-footer table {
    background-color: transparent !important;
    --bs-table-bg: transparent !important;
}

span.df-orange {
    display: inline-block;
    margin: 0px;
    color: #F57A00;
    font-size: 24px;
    font-weight: 600;
}

.textRight {
    text-align: right;
}

/* ### Header ### */

#page-top {
    padding-top: 163px !important;
}

#page-wrapper .navbar-shrink {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.df-bg-orange {
    background-color: #F57A00;
    background: linear-gradient(to bottom,#ff981a 0%,#ff981a 11%,#d16900 100%);
}

.df-bg-darkgrey {
    background-color: #3C3C3B;
}

.df-bg-grey {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

header .nav i {
    font-size: 1.2rem;
    justify-content: center;
}

header .nav .nav-link {
    font-size: 0.8rem;
    transition: 0.75s;
}

header .nav .text-secondary {
    color: Gainsboro !important;
    box-shadow: 0 0 15px #eee;
    border-radius: 15px;
    transition: 0.75s;
}

header .nav a:hover {
    color: Gainsboro !important;
    box-shadow: 0 0 15px #eee;
    border-radius: 15px;
    transition: 0.5s;
}

svg#logo {
    max-height: 50px;
    width: 100%;
}

svg#logo-xs {
    width: 100%;
}

a.df-phone {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    color: #F57A00;
    transition: 0.5s;
}

a.df-phone:hover {
    color: #09f;
    transition: 0.5s;
}

.df-phone2 {
    display: inline-block;
    font-size: .75em;
    text-align: center;
    color: #fff;
    width: 100%;
}

@media (max-width: 991px) {   
    svg#logo {
        max-height: 35px;
    }
    
    a.df-phone {
        font-size: 1.0rem;
    }
}

@media (max-width: 767.98px) {
    svg#logo {
        max-height: 35px;
    }
    
    svg#logo-xs {
        max-height: 35px;
    }

    a.df-phone {
        font-size: 0.9rem;
    }
    
    header .nav .nav-link {
        padding: 0.6em;
    }
    
    header .nav i {
        font-size: 0.9rem;
    }
}

@media (max-width : 480px) {
    svg#logo-xs {
        max-height: 35px;
    }
}

@media only screen and (max-width : 320px) {
    .col-xxs-hidden, 
    .navbar-shrink .col-xxs-hidden {
        display: none;
    }
    
    .col-xxs-12,
    .navbar-shrink .col-xxs-12 {
        width: 100%;
    }
}

#df-navbar .fixed-top {
    position: sticky;
}


#page-wrapper .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: wrap;
}

/* Navigation */
.navbar {
    transition: all 0.5s linear;
}

.navbar, .navbar-fixed-top, .navbar-default, .mb-0, .navbar-md {
    transition: all 0.5s linear;
}

.navbar-nav > li > a {
    padding-bottom: 7px;
    padding-top: 8px;
}

#main-navbar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 5px 5px rgba(0,0,0,0.075);
    padding-bottom: 0;
}

@media (max-width: 767px) {
    /* Scrollbalken fix */
    #page-wrapper .navbar-expand-md {
        overflow-y: hidden !important;
    }
}


/* LVL 1 */
#main-navbar a:link,
#main-navbar a:vistited {
    font-size: 0.85em;
    color: #F57A00;
}

#main-navbar a:hover,
#main-navbar a:focus {
    color: #0099ff;
}

.dropdown-menu {
    margin-top: -2px !important;
}

/* LVL 2 - 3 */
#main-navbar ul.navbar-nav li a.dropdown-item:link,
#main-navbar ul.navbar-nav li a.dropdown-item:visited {
    font-size: 0.95rem;
    background: transparent !important;
}

#main-navbar ul.navbar-nav li a.dropdown-item:focus,
#main-navbar ul.navbar-nav li a.dropdown-item:hover {
    background: #d67600 !important;
}

/* Search */
#searchbox {
    width: 100%;
}

@media (max-width: 991px) {
    #searchbox {
        display: none !important;
    }      
}

@media (max-width: 767px) { 
    #searchbox {
        display: none !important;
    }  
}

@media (max-width: 527px) {
    #searchbox {
        display: none !important;
    }
}

#searchbox button {
    background: #ff981a;
    background: -moz-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff981a), color-stop(11%, #ff981a), color-stop(100%, #d16900));
    background: -webkit-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -o-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -ms-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: linear-gradient(to bottom, #ff981a 0%, #ff981a 11%, #d16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff981a', endColorstr='#d16900', GradientType=0 );
    border: none;
    border-radius: 0 8px 8px 0;
    color: #fff;
    height: 35px;
    width: 35px;
    padding: 0;
    margin-left: -2px;
}

#searchbox button:focus, 
#searchbox button:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #424242 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #424242));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #424242 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #424242 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #424242 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#424242', GradientType=0 );
    box-shadow: none;
}

.form-control {
    height: 35px;
    margin-right: 0 !important;
}

.form-control:focus {
    border-color: #f57a00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255,152,26, 0.6);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3c3c3 !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c3c3c3 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c3c3c3 !important;
}

.error {
    color: #ff0000;
    font-weight: 400;
}

.grecaptcha-badge {
    bottom: 175px !important;
}

/* ### JUMBOTRON ### */
.jumbotron {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0px 4px 15px 0px rgba(0, 0, 0, 0.085);
    /*margin-top: 10rem;*/
    padding-top: 0rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    /*min-height: 200px;*/
}

.jumbotron .container-fluid {
    padding: 0;
}

div.carousel-inner {
    text-align: center;
}

/* ### Breadcrumb ### */
.breadcrumb {
    font-size: 1.0rem;
    padding: 0.35rem 1rem;
}

.breadcrumb-item {
  display: inherit;
}

.container .pt-5, .container .py-5 {
    padding-top: 3rem !important;
}

/* ### CONTENT ### */
#page-wrapper aside.pt-5,
.dfFirstH3 h3:first-child {
    margin-top: 0px;
    padding-top: 0 !important;
}

h2.subheader {
    margin-top: 3rem;
    margin-bottom: 4.5rem;
}

#page main.col-md-9 {
    padding-left: 50px;
    border-width: 0 0 1px 1px;
    border-style: solid;   
    -moz-border-image: -moz-linear-gradient(#999, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#999, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#999, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #999, rgba(0, 0, 0, 0)) 1 100%;
}

.ge_two_columns .col-lg-9 {
    padding-right: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;   
    -moz-border-image: -moz-linear-gradient(#999, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#999, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#999, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #999, rgba(0, 0, 0, 0)) 1 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f57a00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    height: 30px;
    width: 30px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f57a00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    height: 30px;
    width: 30px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    border: 5px solid #f57a00;
    opacity: 0.5;
}

.carousel-indicators li.active {
    opacity: 1;
    transition: all 0.5s linear;
}

.carousel-indicators .active {
    background-color: #f57a00;
}

.carousel-caption .btn-primary, 
.card-footer .btn-primary {
    background: #ff981a;
    background: -moz-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff981a), color-stop(11%, #ff981a), color-stop(100%, #d16900));
    background: -webkit-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -o-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -ms-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: linear-gradient(to bottom, #ff981a 0%, #ff981a 11%, #d16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff981a', endColorstr='#d16900', GradientType=0 );
    border-radius: 8px;
    border: 1px solid white;
    color: #ffffff;
}

.carousel-caption .btn-primary:hover, 
.carousel-caption .btn-primary:focus, 
.card-footer .btn-primary:hover, 
.card-footer .btn-primary:focus {
    background: #d67600;
    background: -moz-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d67600), color-stop(100%, #9e4f00));
    background: -webkit-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: -o-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: -ms-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: linear-gradient(to bottom, #d67600 0%, #9e4f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67600', endColorstr='#9e4f00', GradientType=0 );
}

/* Card */
.card {
    background-color: #f1f1f1;
    border-radius: 18px;
}

.card-header {
    background: #ff981a;
    background: -moz-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff981a), color-stop(11%, #ff981a), color-stop(100%, #d16900));
    background: -webkit-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -o-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -ms-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: linear-gradient(to bottom, #ff981a 0%, #ff981a 11%, #d16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff981a', endColorstr='#d16900', GradientType=0 );
    color: #ffffff;
}

/* Swiper */
.swiper-slide .card {
    background-color: #f57a00;;
}

aside.col-md-3 h5,
div.ge_two_columns h5, 
.dfFrameLR h5 {
    font-size: 1.4em;
    font-weight: 900;
    color: #f57a00;
}

table, tr, td {
    border: none;
}

td {
    vertical-align: text-top;
}

td span.df-orange {
    vertical-align: text-top;
    margin-left: 25px;
}

.ce-border img {
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px 12px 12px 12px;
}

.video-js-box {
    height: 100% !important;
    width: 100% !important;
}

video {
    height: auto !important;
    width: 100% !important;
}

#c1616 li {
    margin: 14px 0;
}

.mediaelement-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.mediaelement-video iframe,
.mediaelement-video object,
.mediaelement-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageTeaser .wrapper-parent .row div {
    padding: 1.2rem;
}

.imageTeaser img {
    border-radius: 5px;
    transition: all 0.5s linear;
}

img {
    transition: all 0.5s linear;
}

.imageTeaser img:hover, 
img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/* Bootstrap Gallery */
.gallery .col-md-2 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

/* Left Nav Bar */
.nav-pills a:link,
.nav-pills a:visited {
    color: #424242;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #f57a00;
}

.back-to-top {
    background-color: #f57a00;
    border-radius: 5px;
    padding: 0.75rem 1.25rem 0.75rem;
    -webkit-box-shadow: 6px 6px 30px 0px rgba(66,66,66,0.7);
    -moz-box-shadow: 6px 6px 30px 0px rgba(66,66,66,0.7);
    box-shadow: 6px 6px 30px 0px rgba(66,66,66,0.7);
}

.back-to-top:hover {
    background-color: #424242;
}

a.back-to-top:link, 
a.back-to-top:visited {
    color: #fff;
}

.fa-4x {
    font-size: 3rem;
}

.page-content div.video-js-box { /* sollte nur auf one page layout greifen */
    max-width: 900px !important;
    margin: 0 auto;
}

/* ### Footer ### */
footer#page-footer.footer-sticky {
    /*margin-top: 8em;*/
    padding: 3rem 3rem 0 3rem;
    bottom: auto;
    background: #F57A00;
    background: -moz-linear-gradient(top, #F57A00 0%, #ff981a 11%, #d16900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #F57A00), color-stop(11%, #ff981a), color-stop(100%, #d16900));
    background: -webkit-linear-gradient(top, #F57A00 0%, #ff981a 11%, #d16900 100%);
    background: -o-linear-gradient(top, #F57A00 0%, #ff981a 11%, #d16900 100%);
    background: -ms-linear-gradient(top, #F57A00 0%, #ff981a 11%, #d16900 100%);
    background: linear-gradient(to bottom, #F57A00 0%, #ff981a 11%, #d16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F57A00', endColorstr='#d16900', GradientType=0 );
}

footer#page-footer.footer-sticky p,
footer#page-footer.footer-sticky td,
footer#page-footer.footer-sticky h3,
footer#page-footer.footer-sticky h4,
footer#page-footer.footer-sticky h5,
footer#page-footer.footer-sticky h6,
footer#page-footer.footer-sticky a:link, 
footer#page-footer.footer-sticky a:visited {
    color: #fff;
}

footer#page-footer.footer-sticky .container {
    margin-top: 25px;
}

 footer table {
    width: auto !important;
}

footer address {
    color: #fff;
    font-size: 1.2rem;
}

#c848,
#c1649 {
    margin-top: 25px;
}

#c848 a {
    display: inline-block;
    margin-right: 2em;
}

#c1650, #c1715 {
    text-align: right;
}

.tw-like {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

/*Modal*/
.modal-header h4 {
    color: #424242 !important;
}

.modal-body h3 {
    margin-top: 1rem !important;

}
.modal-body h3,
.modal-body p {
    color: #424242 !important;
}

/*Waves*/
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 400px;
}

/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
}

/* EXTENSION */
/* EXT: Form */
textarea.form-control {
    height: 150px;
}

.checkbox label span {
    display: inline-block;
    margin-left: 0.8rem;
}

.form-inline {
    margin-bottom: 1rem;
}

.hasDatepicker {
    margin-left: 0.8rem;
}

#casting-multiselect-1 {
    height: 100%;
}

/* EXT: News*/
#c2079 {
    margin-bottom: 3.5rem;
}

.news .card {
    border: none;
    width: 100%;
}

.news .card img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.news .col-6 .card img {
    width: 100%;
}

.news-single .card img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;  
}

.news .card-footer {
    background-color: transparent;
    border-top: 0px;
}

.news-list-view h3 {
    margin-top: 0;
}

.news .btn {
    float: right;
}

.news-list-view {
    text-align: center;
}

.news .f3-widget-paginator {
    margin-left: 0.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h3.subheader {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.news-single h3 {
    margin-top: 0;
}

.news-single .card-text,
.news-single .news-backlink-wrap {
    padding: 1rem;
}

.news-single .footer,
.news-single .card-subtitle {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* EXT Shariff */
@media only screen and (min-width: 1024px) {
    .shariff li, .shariff li a {
        height: 40px;
        padding: 5px 15px;
    }
    
    .shariff li .share_count, .shariff li .share_text {
        font-family: "Open Sans";
        font-size: 15px;
        letter-spacing: 0.05rem;
    }
}

/* Cookieman */
h2.accordion-header {
    margin-top: 0px;
}

/* EXT: Slickcarousel */
.slick-container .slick-slider .slick-img {
    min-width: auto;
    width: unset;
    max-height: 178px;
}

/* EXT: Gridelement */
.dfAccordion {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.dfAccordion .collapsed:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 20px;
    position: absolute;
    left: 2rem;
    top: 0.2rem;
}

.dfAccordion .card {
    padding-left: 3rem;
    background-color: transparent;
}

.dfAccordion .card-header {
    padding: 0.4rem 1.25rem;
    background-color: transparent;
    background: none;
    border-bottom: none;
    color: #424242;
}

.dfAccordion h5 {
    font-size: 1.2rem;
}

.dfAccordion .card-body h3 {
    display: none;
}

.ge_tabs_container .nav-tabs {
    border-bottom-color: #f57a00;
}

.ge_tabs_container .dfFrameLR {
    margin-top: -16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* ### Cookieman ### */
#cookieman-acco a:link,
#cookieman-acco a:visited,
#cookieman-acco a:active {
    color: #fff;
}

#cookieman-acco .card-header {
    background: #424242;
}

#cookieman-modal button.btn-secondary {
    background: #424242;
}

#cookieman-modal a.btn-primary:link,
#cookieman-modal a.btn-primary:visited {
    color: #fff;
}

/* ### Eigene Frames ### */
.frame-dfFrame h2 {
    margin-top: 0px;
    text-decoration: underline;
}

.frame-dfFrame h5, 
.frame-dfFrame h6 {
    margin-top: 30px;
    margin-bottom: -30px;
    text-align: right;
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
    z-index: -1;
    max-width: 200px;
    float: right;
    clear: both;
}

.frame-dfFrame {
    margin-top: 40px;
    padding: 25px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(66,66,66,1);
    -moz-box-shadow: 0px 10px 20px -10px rgba(66,66,66,1);
    box-shadow: 0px 10px 20px -10px rgba(66,66,66,1);
}

#c1612 .col-md-4 {
    min-height: 465px;
}

.frame-dfFrameBlack {
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #111111 82%, #131313 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(82%, #111111), color-stop(100%, #131313));
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #111111 82%, #131313 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%, #111111 82%, #131313 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%, #111111 82%, #131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #111111 82%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
    color: #f1f1f1;
}

.frame-dfFrameRed {
    background: #ec407a;
    color: #fff;
    opacity: 0.75;
}

.dfFrameRed a:link, .dfFrameRed a:visited {
    color: #fff;
    text-decoration: underline;
}

.frame-dfFrameBlue {
    background: #9c27b0;
    opacity: 0.65;
    color: #fff;
}

.frame-dfFrameGreen {
    background: #d5eb6b;
}

.frame-dfFrameGrey {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border: 1px solid #ededed; 
}

.frame-frame-dfFrameOrange {
    background: #ffaf4b;
    background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a));
    background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
}

/* Links + Rechts Rahmen */
.frame-dfFrameLROrange h2, 
.frame-dfFrameLRBlue h2, 
.frame-dfFrameLRGrey h2, 
.frame-dfFrameLRGreen h2, 
.frame-dfFrameLRRed h2, 
.frame-dfFrameLRBronze h2, 
.frame-dfFrameLRSilver h2, 
.frame-dfFrameLRGold h2 {
    margin-top: 0px;
    text-decoration: underline;
}

.frame-dfFrameLRBlack h3,
.frame-dfFrameLRRed h3,
.frame-dfFrameLRBlue h3, 
.frame-dfFrameLRGreen h3,
.frame-dfFrameLRGrey h3,
.frame-dfFrameLROrange h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.35rem;
}

.dfThreeTeaser h3 {
    margin-top: 10px !important;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}

.dfThreeTeaser .img-fluid {
    width: 100%;
}
.dfThreeTeaser figure.image {
    display: block;
}

.frame-dfFrameLROrange h4, 
.frame-dfFrameLRBlue h4, 
.frame-dfFrameLRGrey h4, 
.frame-dfFrameLRGreen h4, 
.frame-dfFrameLRRed h4, 
.frame-dfFrameLRBronze h4, 
.frame-dfFrameLRSilver h4, 
.frame-dfFrameLRGold h4,
.frame-dfFrameLROrange h5, 
.frame-dfFrameLRBlue h5, 
.frame-dfFrameLRGrey h5, 
.frame-dfFrameLRGreen h5, 
.frame-dfFrameLRRed h5, 
.frame-dfFrameLRBronze h5, 
.frame-dfFrameLRSilver h5, 
.frame-dfFrameLRGold h5 {
    margin-top: 50px;
    margin-bottom: -50px;
    position: relative;
    text-align: right;
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
    z-index: -1;
    font-size: 1.5rem;
    font-weight: 800;
    color: #F57A00;
}

.frame-dfFrameLROrange h5, 
.frame-dfFrameLRBlue h5, 
.frame-dfFrameLRGrey h5, 
.frame-dfFrameLRGreen h5, 
.frame-dfFrameLRRed h5, 
.frame-dfFrameLRBronze h5, 
.frame-dfFrameLRSilver h5, 
.frame-dfFrameLRGold h5 {
    font-size: 0.75rem;
    font-weight: normal;
    color: #424242;
}

@media (max-width: 991.98px) {
    .frame-dfFrameLROrange h4, 
    .frame-dfFrameLRBlue h4, 
    .frame-dfFrameLRGrey h4, 
    .frame-dfFrameLRGreen h4, 
    .frame-dfFrameLRRed h4, 
    .frame-dfFrameLRBronze h4, 
    .frame-dfFrameLRSilver h4, 
    .frame-dfFrameLRGold h4,
    .frame-dfFrameLROrange h5, 
    .frame-dfFrameLRBlue h5, 
    .frame-dfFrameLRGrey h5, 
    .frame-dfFrameLRGreen h5, 
    .frame-dfFrameLRRed h5, 
    .frame-dfFrameLRBronze h5, 
    .frame-dfFrameLRSilver h5, 
    .frame-dfFrameLRGold h5 {
        margin-top: 15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 575.98px) { 
    .frame-dfFrameLROrange h4, 
    .frame-dfFrameLRBlue h4, 
    .frame-dfFrameLRGrey h4, 
    .frame-dfFrameLRGreen h4, 
    .frame-dfFrameLRRed h4, 
    .frame-dfFrameLRBronze h4, 
    .frame-dfFrameLRSilver h4, 
    .frame-dfFrameLRGold h4,
    .frame-dfFrameLROrange h5, 
    .frame-dfFrameLRBlue h5, 
    .frame-dfFrameLRGrey h5, 
    .frame-dfFrameLRGreen h5, 
    .frame-dfFrameLRRed h5, 
    .frame-dfFrameLRBronze h5, 
    .frame-dfFrameLRSilver h5, 
    .frame-dfFrameLRGold h5 {
        margin-top: 0;
        margin-bottom: 0;
    }
}


.dfThreeTeaser .col {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dfThreeTeaser #c1613, 
.dfThreeTeaser #c1614, 
.dfThreeTeaser #c1615, 
.dfThreeTeaser #c1683,
.dfThreeTeaser #c1684, 
.dfThreeTeaser #c1687,
.dfThreeTeaser #c1688 {
    padding: 0px;
}

.dfThreeTeaser #c1613 p, 
.dfThreeTeaser #c1614 p, 
.dfThreeTeaser #c1615 p, 
.dfThreeTeaser #c1683 p,
.dfThreeTeaser #c1684 p, 
.dfThreeTeaser #c1687 p,
.dfThreeTeaser #c1688 p {
    margin: 0 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.05rem;
}

.frame-dfFrameLROrange, 
.frame-dfFrameLRBlue, 
.frame-dfFrameLRGrey, 
.frame-dfFrameLRGreen, 
.frame-dfFrameLRRed, 
.frame-dfFrameLRBronze, 
.frame-dfFrameLRSilver, 
.frame-dfFrameLRGold {    
    margin-top: 30px;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(66,66,66,1);
    -moz-box-shadow: 0px 10px 20px -10px rgba(66,66,66,1);
    box-shadow: 0px 10px 20px -10px rgba(66,66,66,1);
    border-top: 1px dashed #e1e1e1;
    
    border-left: 8px solid #f57a00;
    border-right: 8px solid #f57a00;
}

.frame-dfFrameLRBlue {
    border-left: 8px solid #0099ff;
    border-right: 8px solid #0099ff;
}

.frame-dfFrameLRGrey {
    border-left: 8px solid #424242;
    border-right: 8px solid #424242;
}

.frame-dfFrameLRGreen {
    border-left: 8px solid #00cc00;
    border-right: 8px solid #00cc00;
}

.frame-dfFrameLRRed {
    border-left: 8px solid #cc0000;
    border-right: 8px solid #cc0000;
}

.frame-dfFrameLRBronze {
    border-left: 8px solid #8C7853;
    border-right: 8px solid #8C7853;
}

.frame-dfFrameLRSilver {
    border-left: 8px solid #E6E8FA;
    border-right: 8px solid #E6E8FA;
}

.frame-dfFrameLRGold {
    border-left: 8px solid #CFB53B;
    border-right: 8px solid #CFB53B;
}

.news .btn,
span.btn {
    display: inline-block;
    background: #ff981a;
    background: -moz-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff981a), color-stop(11%, #ff981a), color-stop(100%, #d16900));
    background: -webkit-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -o-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: -ms-linear-gradient(top, #ff981a 0%, #ff981a 11%, #d16900 100%);
    background: linear-gradient(to bottom, #ff981a 0%, #ff981a 11%, #d16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff981a', endColorstr='#d16900', GradientType=0 );
    -moz-box-shadow:inset 0px 1px 0px 0px #ffa299;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffa299;
    box-shadow:inset 0px 1px 0px 0px #ffa299;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d66515;
    cursor:pointer;
    color: #fff;
    font-size:15px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #d66515;
}

.news .btn:hover,
span.btn:hover {
    background: #d67600;
    background: -moz-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d67600), color-stop(100%, #9e4f00));
    background: -webkit-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: -o-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: -ms-linear-gradient(top, #d67600 0%, #9e4f00 100%);
    background: linear-gradient(to bottom, #d67600 0%, #9e4f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67600', endColorstr='#9e4f00', GradientType=0 );
    color: #fff;
}

a.df-promo-list img {
    max-width: 270px;
}

@media only screen and (max-width : 480px) {
    /* Hot Fix 0 = hidden */
    .col-xs-0 {
        display: none;
    }

    h2.textmedia-header {
        font-size: 24px;
    }
    
    .dfFrameLR {
        padding-left: 15px;
        padding-left: 15px;
    }
    
    .dfFrameLR ul {
        padding-left: 20px;
    }
    
    .dfFrameLR section {
        margin-top: 80px;
    }
    
    .dfFrameLR section span.btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    td .df-orange {
        font-size: 20px;
    }
}


@media(max-width: 480px) {
     
    h1 {
        font-size: 1.8rem;
    }
    
    .navbar-shrink .dfHeader img {
        max-height: 35px;
        width: 100%;
    }
    
    #main-navbar li.nav-item a {
        padding-left: 1rem;
    }
    
    .jumbotron {
        /*margin-top: 5.6rem;*/
        min-height: 35px;
    }
    
    .carousel-indicators,
    .carousel-control-prev, 
    .carousel-control-next {
        display: none;
    }

    footer .gallery .col-sm {
        margin: 1rem 0;
        width: 33.33%;
    }
    
    footer #c281 {
        margin: 1rem 0;
    }
    
    .back-to-top {
        padding: .25rem 0.50rem .25rem;
        bottom: 0.5em;
        right: 0.5em;
    }
    
}

@media(min-width: 481px) and (max-width: 719px) {
    
    h1 {
        font-size: 1.8rem;
    }
    
    #main-navbar li.nav-item a {
        padding-left: 1rem;
    }
    
    .jumbotron {
        /*margin-top: 6.8rem;*/
        min-height: 65px;
    }
    
    .card-header {
        font-size: 1rem;
    }
    
    footer .gallery .col-sm {
        margin: 1rem 0;
    }
    
    footer #c281 {
        margin: 1rem 0;
    }
    
    .back-to-top {
        padding: .25rem 0.50rem .25rem;
        bottom: 0.5em;
        right: 0.5em;
    }
}

@media(min-width: 720px) and (max-width: 960px) {
    .jumbotron {
        /*margin-top: 12.7rem;*/
        min-height: 100px;
    }
    
    .card-header {
        font-size: 1rem;
    }
    
    .back-to-top {
        padding: .5rem 0.75rem .5rem;
        bottom: 2em;
        right: 0.75em;
    }
}

@media(min-width: 961px) and (max-width: 1280px) {
    .jumbotron {
        /*margin-top: 9.9rem;*/
        min-height: 135px;
    }
    
    .back-to-top {
        padding: .5rem 0.75rem .5rem;
        bottom: 2em;
        right: 0.75em;
    }
}

@media(min-width: 1280px) {
    .jumbotron {
        min-height: 200px;
    }  
}


.carousel-indicators { display: flex !important; }