/* ==========================================================================
   # BOF layout.css
   --------------------------------------------------------------------------
   # StyleSheet: Layout
   # Datum: 2019-09-02
   # Version: 1.0.0
   # Autor: Maxi Wilke | MAE Systems GmbH
   ========================================================================== */


/* ==========================================================================
   # Projekt-Info
   --------------------------------------------------------------------------
   # Projekt-Colors
   # Farbe 1: #fde402   rgb(0, 103, 155)      (Gelb)       (Navi,Footer)
   # Farbe 2: #d40000   rgb(0, 123, 134)      (rot)        (Ueberschriften,+)
   # Farbe 3: #f1f1f1   rgb(59, 78, 96)       (grau)       (Background)
   # Farbe 4: #2c2c2c   rgb(59, 78, 96)       (dunkelgrau) (Button)
   # Farbe 5: #404040   rgb(59, 78, 96)       (dunkelgrau) (Schriftfarbe)
   ========================================================================== */


/* ==========================================================================
   Basis-Einstellungen
   ========================================================================== */
/* Justieren der unbekannten Elemente als Block-Elemente */
header, nav, main, footer, section, article, aside, figcaption, figure {
    display: block;
}

/* Standards */
html {
    /* Box-Sizing auf border-box setzen */
    box-sizing: border-box;
    /* Scroll-Balken erzwingen */
    overflow-y: scroll;
    /* Schriftgröße */
    font-size: 1rem;
    line-height: 1.4;
    /* Zoom verhindern beiPortraitwechsel im IE on Windows Phone und in IOS */
    /* -webkit-text-size-adjust: 100%; IOS - nicht benötigt, -> normalize */
    -ms-text-size-adjust: 100%; /* IE */
}

/* Box-Sizing:border-box vererben */
*, *:before, *:after {
    box-sizing: inherit;
}

/* Vermeiden von "collapsing margins" */
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
    margin-top: 0;
    margin-bottom: 1em;
}

/* Schrift-Farbe / Schrift-Art / Hintergrund */
html, button, input, select, textarea {
    background-color: #fff;
    color: #404040;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Selection Anpassung - muss seperat notiert werden, damit es geht */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* Standard-Linie */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Lücke bei den Elementen entfernen */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/* fieldset - Standard-Styles entfernen */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* textare nur vertical veränderbar */
textarea {
    resize: vertical;
}


/* ==========================================================================
   Helper Klassen
   ========================================================================== */
/* Verstecken: Visuell und in Screen-Readern */
.hidden {
    display: none !important;
}

/* Verstecken: nur Visuell */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* Verstecken: nur Visuell, aber per Keyboard anzeigbar */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/* Verstecken: Visuell und in Screen-Readern, aber Layout beibehalten */
.invisible {
    visibility: hidden;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Liste mit Kleinbuchstaben */
ol.lower-alpha { list-style-type: lower-alpha; }
.no-margin-top { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }


/* ==========================================================================
   Default Klassen
   ========================================================================== */
@media screen {
    .wrapper-outer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
        min-width: 320px;
        margin: 0 auto;
        position: relative;
    }
    
    .wrapper-inner {
        max-width: 1520px;
        padding: 0 1rem;
        margin: 0 auto;
    }
    
    .wrapper-small {
        max-width: 1000px;
    }
}

.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1rem;
}

/* ==========================================================================
   Items
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
}

.page-main h2 {
   font-family: 'Monda', sans-serif;
   text-transform: uppercase;
   font-size: 1.4rem;
   color: #d40000;
}

a {
    color: #d40000;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

.responsivemap {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    max-height: 500px;
}
.responsivemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banderoleoben {
    background-color: #f1f1f1;
    padding: 3rem 0rem;
    margin-bottom: 4rem;
}

.banderoleunten {
    background-color: #d40000;
    color: #fff;
}

.banderoleunten p {
    text-align: center;
    margin-bottom: 0;
}

.banderoleunten .page-row {
    align-items: center;
}

.frame-box {
    font-size: 0.9rem;
    background-color: #f1f1f1;
    padding: 2rem;
    -webkit-box-shadow: 0 3px 6px -3px #afafaf;
       -moz-box-shadow: 0 3px 6px -3px #afafaf;
            box-shadow: 0 3px 6px -3px #afafaf;
}

.frame-box h3 {
   font-family: 'Monda', sans-serif;
   font-size: 1.2rem;
   text-transform: uppercase;
   color: #d40000;
}

.btn {
    font-family: 'Monda', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color:#000;
    padding: 1em;
    display: inline-block;
    margin: 0 auto;
    background:#fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
       -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
            box-shadow: 0 3px 6px -3px #9E9E9E;
}

.text-center {
    text-align: center;
}


/* ==========================================================================
   Grid
   ========================================================================== */
.column {
    padding-left: 1em;
    padding-right: 1em;
}

.page-row {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sm-100 {
    width: 100%;
}

.sm-50 {
    width: 50%;
}

@media screen and (min-width: 600px) {
    .md-100 {width: 100%;}
    .md-50 {width: 50%;}
    .md-25 {width: 25%;}
    .md-33 {width: 33.33333%;}
    .md-66 { width: 66.66667%; }
}

@media screen and (min-width: 960px) {
    .lg-100 {width: 100%;}
    .lg-50 {width: 50%;}
    .lg-25 {width: 25%;}
    .lg-33 {width: 33.33333%;}
    .lg-66 { width: 66.66667%; }
}

@media screen and (min-width: 960px) {
    .news-h-list .lg-25 {width: 50%;}
}
@media screen and (min-width: 1200px) {
    .news-h-list .lg-25 {width: 25%;}
}



/* ==========================================================================
   Bootstrap Grid
   ========================================================================== */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-xs-12 {
    width: 100%;
}
.col-xs-6 {
    width: 50%;
}

.col-sm-12 {
    width: 100%;
}

@media screen and (min-width: 768px) {
   .col-md-12 {
       width: 100%;
   }
   
   .col-md-6 {
       width: 50%;
   }
}

@media screen and (min-width: 992px) {
   .col-lg-12 {
       width: 100%;
   }
   
   .col-lg-6 {
       width: 50%;
   }
   .col-lg-3 {
       width: 33.333%;
   }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.page-nav > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.facebook-icon,
.instagram-icon {
    margin-right: 0.25rem;
}

.facebook-icon::before {
    content: "\f082";
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    font-size: 2rem;
    color: #000;
}

.instagram-icon::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    font-size: 2rem;
    color: #000;
}

.page-header-top {
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    
    
}
@media (min-width: 769px){
    .page-header-top {
      min-height: 600px;
    }
}

.header-link-image {
    position: absolute;
    max-width: 30vw;
    right: 8vw;
    top: 2rem;
}

.header-link-image a {
    display: block;
}
.header-link-image a:hover {
    transition: transform 0.5s;
    transform: scale(1.05) rotate(3deg);
}


@media (min-width: 1400px){
    .header-link-image {
        right: 14vw;
    }
}

/* ==========================================================================
   Hauptnavigation
   ========================================================================== */
.page-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fde402;
    -webkit-box-shadow: 0 3px 3px -2px #777;
       -moz-box-shadow: 0 3px 3px -2px #777;
            box-shadow: 0 3px 3px -2px #777;
}

.page-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-nav li {
    display: inline-block;
}

.page-nav a {
    font-family: 'Monda', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 0.5rem;
}

.page-nav li a:hover,
.page-nav li a:active,
.page-nav li a:focus {
    color: #d40000;
}

a.nav-show {
    background-image: url(../Images/Layout/bars-solid-b.svg);
    background-repeat: no-repeat;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}

a.nav-show:hover,
a.nav-show:active {
    background-image: url(../Images/Layout/bars-solid-b.svg);
    background-repeat: no-repeat;
}

a.nav-hide {
    display: none;
    background-image:url(../Images/Layout/times-solid-b.svg);
    background-repeat: no-repeat;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}

a.nav-show, a.nav-hide {
    float: right;
    text-indent: -999em;
}

.page-nav li.page-nav-list-item {
    display: none;
}

#page-nav:target .page-nav-list-item,
#page-nav:target a.nav-hide {
    display: block;
}

#page-nav:target a.nav-show {
    display: none;
}

@media screen and (max-width: 400px) {
    ul.page-nav-list {
        top: 82px;
    }
}

@media screen and (max-width: 911px) {
    ul.page-nav-list {
        position: absolute;
        background: #fde402;
        width: 100%;
        top: 82px;
        left: 0; 
    }
    
    .page-nav-list-item {
        padding: 0.25rem 0em;
        margin: 0.5rem 2rem;
        border-bottom: 1px solid #000;
    }
    
    .page-nav-list-item a {
        color: #000;
        padding: 0.5rem 0 0.5rem 0;
    }
    
    .page-nav-list-item:last-of-type {
        border-bottom: none;
    } 
}

@media screen and (min-width: 360px) and (max-width: 911px) {
    ul.page-nav-list {
        top: 116px;
        -webkit-box-shadow: 0 3px 3px -2px #777;
           -moz-box-shadow: 0 3px 3px -2px #777;
                box-shadow: 0 3px 3px -2px #777;
    }
}

@media screen and (min-width: 912px) {
    a.nav-show, a.nav-hide {
        display: none;
    }
    
    .page-nav li.page-nav-list-item {
        display: inline-block;
    }
    
    .page-nav-list-item {
        position: relative;
    }
    
    #page-nav:target .page-nav-list-item {
        display: inline-block;
    }
    #page-nav:target a.nav-hide {
        display: none;
    }
}


/* ==========================================================================
   Submenü
   ========================================================================== */
.page-nav .nav-level-2 li { 
    display: block; 
}

.page-nav li:hover  .nav-level-2,
.page-nav li:active .nav-level-2, 
.page-nav li:focus  .nav-level-2 { 
    display: block;
}

@media screen and (min-width: 912px) {
    .page-nav .nav-level-2 {
    display:none;
    z-index: 1000; 
    }
    .page-nav .nav-level-2 {
        position: absolute;
        min-width: 180px;
    }
    
    .page-nav li:hover  .nav-level-2,
    .page-nav li:active .nav-level-2, 
    .page-nav li:focus  .nav-level-2 { 
        display:inline-block;
        height: auto;
        background-color: #fff;
        border-top: 3px solid #d40000;
    }
}

.page-nav ul li ul.nav-level-2 a:hover,
.page-nav ul li ul.nav-level-2 a:active {
    color: #d40000;
}

/* ==========================================================================
   Aktuelles Startseite
   ========================================================================== */
.news-start-container {
    margin-bottom: 3rem;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
       -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
            box-shadow: 0 3px 6px -3px #9E9E9E;
}

.news-start-container h3 a {
    color: #4E4E4E;
    text-transform: uppercase;
}

.news-content {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.teaser-text-start p {
    margin: 0;
    padding: 1rem 0;
    font-size: 0.9rem;
}

.btn-right {
    width:100%; 
    padding:0;
    display:-ms-flexbox;
    display:flex; 
    -ms-flex-pack:end; 
    justify-content:flex-end; 
}

.btn-news-start {
    font-size: 0.9rem;
    color: #fff;
    padding: 0.4rem 0.7rem;
    background-color: #d40000;
}

.flex-container {
    display: -ms-flexbox;
        display: flex;
}
.flex-container > .article {
    display: -ms-flexbox;
        display: flex;
        flex: 1;
}

.news-start-container {
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
}

.news-start-container .news-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.teaser-text-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.news-img-wrap-start {
    flex-shrink: 0;
    width: 100%;
}
/* ==========================================================================
   Aktuelles Seite
   ========================================================================== */
.news-aktuelles-container  {
    min-height: 270px;
    padding: 1.1rem;
    background-color: #fbfbfb;
    webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
       -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
            box-shadow: 0 3px 6px -3px #9E9E9E;
}

.news-list-view .header {
    margin-bottom: 1rem;
}

.news-list-view .teaser-text h3 {
    margin-top: 2rem;
}

.news-list-view .teaser-text h3 a{
    font-size: 1rem;
    color: #4e4e4e;
}

.news-list-view .article .news-img-wrap {
    margin-right: 3rem;
}
.news .article .news-img-wrap a {
    border: none;
    padding: 0;
}

/* ==========================================================================
   Aktuelles Detailseite
   ========================================================================== */
.detail-news {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #fbfbfb;
    webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
       -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
            box-shadow: 0 3px 6px -3px #9E9E9E;
}

.news-single .article .news-img-wrap {
    margin: 0;
    float: left;
    width: auto;
    margin-right: 2rem;
}

.news-img-wrap {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 581px) {
    .news-single .article .news-img-wrap {
    margin-bottom: 2rem;
    }
}

.news-single .header h3 {
    font-family: 'Monda', sans-serif;
    color: #d40000;
    text-transform: uppercase;
}

.news-single  .news-text-wrap {
    padding-top: 2rem;
}

.news-backlink-wrap a {
    font-family: 'Monda', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    color: #fff;
    background-color: #2c2c2c;
        webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
       -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
            box-shadow: 0 3px 6px -3px #9E9E9E;
}

/* ==========================================================================
   Login
   ========================================================================== */
.tx-felogin-pi1 {
    margin: 0 auto;
    background-color: #fbfbfb;
    padding: 1.5rem;
}
.logout  {
    text-align: center;
}

@media screen and (min-width: 600px) {
    .tx-felogin-pi1 {
     padding: 3rem;
    }
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    height: 40px;
    width: 260px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0.8rem;
}

.tx-felogin-pi1 input[type=button], input[type=submit], input[type=reset] {
    font-family: 'Monda', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    max-width: 260px;
    padding: 0.8rem;
    margin-top: 2rem;
    border: none;
    background-color:  #e1e1e1;
}

.logininterface {
    margin-bottom: 1rem;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */
.slick-prev:before, .slick-next:before {
    color: #bbb;
    opacity: 1;
}

.slider-item {
    max-width: 400px;
    margin: 0 1rem;
}

.slick-slide img {
    margin: 0 auto;
    webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
      -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
           box-shadow: 0 3px 6px -3px #9E9E9E;
    
}

/* ==========================================================================
   Referenzen
   ========================================================================== */
.c-gallery .gallery-item,
.c-gallery .album-item{
    display: -ms-flexbox;
    display: flex;
}

figure.c-gallery__figure {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin: 0 0 1rem;
    webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
      -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
           box-shadow: 0 3px 6px -3px #9E9E9E;   
}

a.c-gallery__list-link:hover {
    text-decoration: none;
}

.gallery-item figcaption.c-gallery__figure-caption.figure-caption {
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    figure.c-gallery__figure {
        margin-right: 1rem;
    }
}

.c-gallery-title {
    font-family: 'Monda', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #d40000;
    padding:1rem;
}

.c-gallery-description {
    color: #000;
    padding: 1rem 1rem 3rem;
}

.c-galley-btn .btn {
    background-color: red;
}

.btn-ref {
    font-size: 0.9rem;
    color: #fff;
    padding: 0.4rem 0.7rem;
    background-color: #d40000;
    display: inline-block;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.start-backlink-wrap a {
    font-family: 'Monda', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    margin-top: 2rem;
    color: #fff;
    display: inline-block;
    background-color: #2c2c2c;
    webkit-box-shadow: 0 3px 6px -3px #9E9E9E;
      -moz-box-shadow: 0 3px 6px -3px #9E9E9E;
           box-shadow: 0 3px 6px -3px #9E9E9E;
}
/* ==========================================================================
   Kontakforumular
   ========================================================================== */
form h2 {
    display: none;
}

.help-block {
    display: none;
}

select, 
input[type="text"], 
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 0.8rem;
}

input[type="checkbox"],
input[type="radio"]{
    margin-right: 0.6rem;
}

textarea {
    min-height: 100px;
}
.form-group {
    margin-bottom: 1rem;
}

.inputs-list .form-group {
    display: -ms-flexbox;
    display: flex;
}

.inputs-list .form-group .radio {
    min-width: 80px;
}

form .btn {
    width: 100%;
    max-width: 300px;
}
label.control-label {
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (min-width: 570px) {
    .row > div > .form-group {
        display: -ms-flexbox;
        display: flex;
    }
    
    .row > div > .form-group .control-label {
        width: 200px;
    }
    .row > div > .form-group .input {
        width: 300px;
    }
    textarea {
        max-width: 500px;
    }
}

@media screen and (min-width: 768px) {
    .row > div > .form-group {
        -ms-flex-direction: column;
        flex-direction: column;
    }    
}

@media screen and (min-width: 1200px) {
    .row > div > .form-group {
        -ms-flex-direction: row;
        flex-direction: row;
    }   
}

.btn-primary {
font-family: 'Monda', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    /*max-width: 260px;*/
    padding: 0.8rem;
    margin-top: 2rem;
    border: none;
    background-color: #e1e1e1;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.page-footer-top {
    color: #404040;
    padding: 2rem 0 2rem 0;
    background-color: #fde402;
    font-size: 0.9rem;
}

.page-footer-top h2 {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.2rem;
}

.page-footer-top ul {
    padding:0;
}

.page-footer-top li {
    list-style: none;
    padding:0;
    margin: 0.3rem 0;
}

.page-footer-top li a{
    color: #000;
    text-decoration: none;
}
.page-footer-top li a:hover,
.page-footer-top li a:active {
    color: #d40000;
}

.page-footer-bottom {
    background-color: #e5e5e5;
    padding: 1rem 0;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-nav li {
    display: inline-block;
}
.footer-nav a {
    font-size: 0.9rem;
    padding: 0.5rem;
    text-decoration: none;
    color: #000;
}
.footer-nav a:hover {
    color: #d40000;
}

.footer-nav ul li:first-child:after {
    content: "|";  
}

@media screen and (min-width: 912px) {
    .footer-nav ul   {
        text-align: right;
    } 
}

/* ==========================================================================
   # EOF layout.css
   ========================================================================== */
.ce-uploads i.upload-icon {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}

.banderoleoben .ce-intext.ce-left .ce-gallery {
    padding-right: 0;
}

.banderoleoben .ce-left .ce-gallery {
    float: none;
}

.banderoleoben .ce-bodytext {
    margin-top: 2rem;
}

@media screen and (min-width: 1110px) {
   .banderoleoben .ce-left .ce-gallery {
    float: left;
    }
    
    .banderoleoben .ce-intext.ce-left .ce-gallery {
    padding-right: 3rem;
    }
    
    .banderoleoben .ce-bodytext {
    margin-top: 0;
    }
}

.frame-picbtn  .ce-gallery figure  {
    position:relative;
    margin-bottom: 10px;
}

.frame-picbtn .ce-gallery .ce-column {
    margin-right: 0px;
}

.frame-picbtn .ce-gallery figure figcaption {
    position: absolute;
    bottom: 5%;  
    left: 5%;
}

.frame-picbtn .ce-gallery figure figcaption .caption-title {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

.frame-picbtn .ce-gallery figure figcaption .caption-btn {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #d40000;
    padding:1rem;
    min-width: 160px;
    display: inline-block;
    text-align: center;
}    
   
@media screen and (min-width: 800px) {
    .frame-picbtn .ce-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .frame-picbtn .ce-column {
        width: 48%;   
    }
}    
  
@media screen and (min-width: 1040px) {
    .frame-picbtn .ce-gallery figure figcaption .caption-title {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
   }
}

@media screen and (min-width: 1531px) {
    .frame-picbtn .ce-gallery figure  {
        margin-bottom: 0;
    }
    
    .frame-picbtn  .ce-gallery .ce-column {
        float: left;
        margin-right: 5px;
    }

    .frame-picbtn .ce-gallery figure figcaption .caption-btn {
        font-size: 1rem;
        min-width: 200px;
    }
}

.btn1 {
					font-family: 'Monda', sans-serif;
					font-size: 0.8rem;
					font-weight: bold;
					text-transform: uppercase;
					border: none;
                    display: inline-block;
                    outline: 0;
                    cursor: pointer;
                    text-align: center;
                    border: 1px solid #babfc3;
                    padding: 7px 16px;
                    min-height: 36px;
                    min-width: 36px;
                    color: #202223;
                    background: #e1e1e1;
                    border-radius: 4px;
                    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
                    :hover {
                        background: #f6f6f7;
                        outline: 1px solid transparent;
                    }
                

