/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@import 'assets/css/_fonts.css?ver=1';
@import 'font-awesome/css/fontawesome.min.css?ver=16';
@import 'font-awesome/css/brands.min.css?ver=16';
@import 'font-awesome/css/regular.min.css?ver=16';
@import 'font-awesome/css/light.min.css?ver=16';
@import 'font-awesome/css/solid.min.css?ver=16';

/* Schriftarten */
h1 {
    font-family: Roboto, sans-serif !important;
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 46px !important;
}
h2 {
    font-family: Roboto, sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}

h3 {
    font-family: Roboto, sans-serif !important;
    font-size: 24px !important;
    line-height: 34px !important;
}
h4 {
    font-family: Roboto, sans-serif  !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

p {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

hr {
    width: 140px;
    height: 2px;
    background-color: #016193;
    opacity: 0.7;
    margin: 25px auto;
    border-radius: 5px;
}

b {
  font-weight: 500 !important;
}


.infoKey {
    display: flex;
    float: left;
    width: 40%;
}

.infoValue {
    display: inline-block;
    width: 60%;
}

.ortInfoKey {
    display: flex;
    float: left;
    width: 45%;
}

.ortInfoValue {
    display: inline-block;
    width: 55%;
}

.privacy h1{
    margin-top: 40px;
}

.primary_color{
    color: #016193 !important;
}

.event .post-header,
.ort .post-header{
    margin-bottom: 0;
}

.ort .post-header{
    margin-left: 0;
}

.event .title_wrapper,
.ort .title_wrapper{
    text-align: left !important;
    padding-left: 0 !important;
}

.event .entry-title,
.ort .entry-title{
    margin-bottom: 0;
}

.event_beschreibung li {
    padding: 1em;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 18px !important;
}

#Header {
    background-color: #fff;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.08);
}

#Footer {
    background-color: #fcfcfc !important;
}
#Footer div.footer_copy {
    text-align: center;
}

/*social_icons*/
.social_icon {
    font-size: 25px;
    color: #626262 !important;
    margin: 0 10px;
}

#Content {
    padding-top: 0px !important;

}

.ort_header #yellowDivi,
.event_header #yellowDivi{
    max-width: none;
}

/* image banners */
.news_banner,
.events_banner,
.themen_banner,
.museen_banner{
    width: 100% !important;
    margin: 0 0 140px !important;
}
.welcome_slider{
    width: 100% !important;
    margin: 0 0 40px !important;
}

.welcome_slider_container div.section_wrapper.mcb-section-inner,
div.section.mcb-section.news_banner_container div.section_wrapper.mcb-section-inner,
div.section.mcb-section.events_banner_container div.section_wrapper.mcb-section-inner,
div.section.mcb-section.themen_banner_container > div.section_wrapper.mcb-section-inner,
div.section.mcb-section.museen_banner_container > div.section_wrapper.mcb-section-inner{
    max-width: 100% !important;
}

.news_text,
.events_text,
.orte_objekte_text,
.themen_text,
.museen_text{
    position: absolute;
    top: 620px;
    left: 15px;
}

.text_banner{
    position: absolute;
    top: 180px;
    padding: 15px 15px 15px 50px;
    margin: 0;
    background-color: rgba(1, 97, 147, 0.8);
    color: #fcfcfc;
    font-size: 21px;
}

.text_banner p{
    margin: 0;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

/* banner image gradient */
div.section.mcb-section.news_banner_container div.section_wrapper.mcb-section-inner div div div div div,
div.section.mcb-section.events_banner_container div.section_wrapper.mcb-section-inner div div div div div,
div.section.mcb-section.themen_banner_container div.section_wrapper.mcb-section-inner div div div div div,
div.section.mcb-section.museen_banner_container div.section_wrapper.mcb-section-inner div div div div div{
    background-image: linear-gradient(to top, rgba(252, 252, 252, 1), rgba(252, 252, 252, 0) 40%);
}

div.section.mcb-section.news_banner_container div.section_wrapper.mcb-section-inner div div div div div img,
div.section.mcb-section.events_banner_container div.section_wrapper.mcb-section-inner div div div div div img,
div.section.mcb-section.themen_banner_container div.section_wrapper.mcb-section-inner div div div div div img,
div.section.mcb-section.museen_banner_container div.section_wrapper.mcb-section-inner div div div div div img{
    position: relative;
    z-index: -1;
}

.ort_header,
.event_header{
    position: relative;
    z-index: 2;
}

/* yellow diviHeader fix*/
div.section.mcb-section.ort_karte div.section-decoration.top,
div.section.mcb-section.sparte_map div.section-decoration.top{
    height: 25px;
}

.ort_banner,
.event_banner{
    position: relative;
    z-index: 1;
    margin-top: -25px !important;
}

.event_banner img,
.ort_banner img{
    width: 100%;
}

.ort_banner .icon-search:before,
.event_banner .icon-search:before {
    content: '\e8fb' !important;
}

.image_frame .image_wrapper img:not(.ls-l) {
  position: unset;
}

.social_media{
    margin: 5px 1% 40px;
}

/*portfolio_faltblätter*/
.portfolio_slider ul li {
    margin: 10px !important;
}

div.blog_slider_header .title{
  font-family: Roboto, sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.orte_objekte_text{
    padding: 0 !important;
}
/* blog */
div.section.mcb-section.blog_posts  div.post-excerpt {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #000000;
}

/* blog-timeline-circles */
.timeline_items li h3:before, .timeline_items:after, .timeline .post-item:before{
    border-color: rgb(248, 212, 40) !important;
    background-color: rgb(248, 212, 40);
}

/* event-arrows*/
body a.fixed-nav.fixed-nav-next.format-.style-default span,
body a.fixed-nav.fixed-nav-prev.format-.style-default span{
    background-color: rgb(248, 212, 40);
}

.person .post-meta.clearfix {
    display: none;
}

#person_container{
    width: 100%;
    height: 100%;
    display: grid;
}

#event_container {
    width: 100%;
    height: auto;
    display: grid;
}

#ort_container .ort_auflistung,
#person_container .person_uebersicht,
#event_container .event_uebersicht {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.sidebar .widget-area:before {
    display:none;
}

.sidebar #sidebar_blog {
    margin: 10px 0px 10px 0px;
}

.sidebar ul li {
    list-style-type: circle;
    margin-left: 20px;
  }

.event_verknupfung_zu_orten a{
    color: #016193;
    text-decoration: underline;
}

.event_verknupfung_zu_orten a:hover{
    color: #009fe3;
}

.event .event_beschreibung,
.event .event_sonstiges {
    width: 100%;
    margin-top: 30px;
}

.ort_beschreibung {
    margin-top: 30px;
}

#ort_container .ort_image,
#person_container .person_image,
#event_container .event_image {
    background-size: cover;
    width: 30%;
    height: 100%;
}

#person_container .person_image img{
    width: 90%;
    height: 90%;
}


#ort_container .ort_info,
#person_container .person_info,
#event_container .event_info {
    width: 60%;
    height: 100%;
    margin-left: 20px;
}

.news_text,
.events_text,
.orte_objekte_text,
.themen_text,
.museen_text{
    position: absolute;
    top: -210px;
    left: 15px;
}

/* Img auf google maps */
.biggmap_image {
    width: 300px;
    height: 300px;
    background: no-repeat;
    background-size: contain;
    margin: 0 12px 7px !important;
}

/* google maps dropdown button */
#ort_map div div div div:nth-child(3) div button,
#event_map div div div div:nth-child(3) div button,
#biggmap_container div div div div:nth-child(3) div button{
    width: 100%;
}

/* biggmap info window*/
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-c,
.gm-style-iw .gm-style-iw-c {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  padding: 0;
}

.map_content {
  padding: 10px;
  max-width: 330px;
  text-align: center;
}

#ort_filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.select_div,
#search_ort,
#search_event {
    width: 28%;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 10px;
}

.person_zusatzinfo {
    text-align: left;
}

#search_person {
    width: 28%;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 10px;
    float: right;
}


/* Checkbox CSS */
#barrierefreiheit {
    width: 10%;
    background-color: #016193;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 2px 5px #aaa;
}

#barrierefreiheit:hover {
    cursor: pointer;
}
#barrierefreiheit input[type="checkbox"] {
    border: 2px solid #fff;
    background-color: #fff;
    cursor: pointer;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;

}
#barrierefreiheit input[type="checkbox"]:checked{
    background-color: #016193;
}

#barrierefreiheit .fab.fa-accessible-icon {
    color: #F9F9F9;
    font-size: 2em;
}

#ort_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.gmap #biggmap_container {
  margin-top: 50px;
}


#biggmap_container div{
    margin: 0 0;
}

/* header image */
div.section.mcb-section.sparte_map div.section_wrapper.mcb-section-inner div div div p:nth-child(1),
div.section.mcb-section.ort_karte > div.section_wrapper.mcb-section-inner div div div p:nth-child(1){
    margin: 0 0;
}

/* sparten maps */
#biggmap_container div{
    margin: 0 0;
}

div.section.mcb-section.ort_karte div div div .orten_map,
div.section.mcb-section.sparte_map div.section_wrapper.mcb-section-inner div div .sparten_map{
    width: 100%;
    margin: 0 0;
}

div.section.mcb-section.sparte_map div.section_wrapper.mcb-section-inner,
div.section.mcb-section.ort_karte div.section_wrapper.mcb-section-inner{
    max-width: 1360px;
}

/* map top buttons */
#biggmap_container div div div div:nth-child(3) .gmnoprint.gm-style-mtc,
#biggmap_container div div div div:nth-child(7) button{
    top: 20px !important;
}

/* Dropdown css */
.select_div {
    position: relative;
}

.select-select_div::before {
    position: absolute;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#search_person,
#search_ort,
#search_event
 {
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    border-color: #016193;
    border-radius: 3px;
    outline: none;
}
#extern_routen {
    width: 90%;
    min-height: 500px;
    padding: 60px;
    box-shadow: 3px 2px 5px #aaa;
    border-radius: 5px;
    border: thick;
    overflow: hidden;
}
#rmv_container {
    width: 40% !important;
    float: left;
    box-shadow: 3px 2px 5px #aaa;
    border-radius: 5px;
    border: thick;
}
.rrph_container {
    width: 40% !important;
    float: right;
    box-shadow: 3px 2px 5px #aaa;
    border-radius: 5px;
    border: thick;
}
.rrph_container #rrph_link {
    height: auto;
}

#rrph_link a{
    text-decoration: underline;
}

#rrph_link a:hover{
    text-decoration: none;
}
#rrph_link a:hover{
    color: #009fe3;
}

button:hover {
    background-color: #009fe3 !important;
}

select {
    width: 100%;
    height: 40px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: #016193 !important;
    color: #fff !important;
    border-color: #016193 !important;
}

select:focus {
    color: #016193 !important;
}

select option {
    color: #016193 !important;
}

select:focus::-ms-value {
    background-color: transparent;
}

#event_objektinformation,
#ort_objektinfo,
#ort_lage {
    width: 47%;
}

#ort_objektinfo,
#event_objektinformation{
    margin: 20px 0 0 3%;
}

.objekt_label,
.lage_label{
    width: 50%;
    float: left;
}

.event_zusatzinfo,
.ort_zusatzinfo {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

#ort_zusatz_bilder,
.ort_literatur_label{
    margin-top: 30px;
}

.event_zusatzinfo{
    margin-top: 0;
}

.event .entry-title{
    margin-top: 50px;
}

.route_container {
    margin: 60px 0px;
}

.event_zusatzinfo .event_name,
.ort_zusatzinfo .ort_name {
    text-align: center;
}

.ort_web_info a,
.ort_denkxweb_link a,
.ort_zusatzinfo a,
.person_name a {
    text-decoration: underline;
}

.ort_web_info a:hover,
.ort_zusatzinfo a:hover,
.ort_denkxweb_link a:hover {
    color: #009fe3;
}

.person_info a:hover,
.ort_info a:hover,
.event_uebersicht a:hover{
    text-decoration: none;
}

/* .event_uebersicht:hover {
    cursor: pointer !important;
} */

.person_name h3:hover,
.person_geb_tod_datum h5:hover,
.person_beschaeftigung h5:hover,
.ort_info .ort_name h2:hover{
    color: #009fe3 !important;
}

.event_info .event_name h3:hover{
    color: #009fe3 !important;
}

.event_info .event_name:hover{
    color: #009fe3 !important;
}

.person_info .person_name h2,
.ort_info .ort_name h2,
.event_info .event_name h2{
    color: #016193 !important;
}

#ort_zusatz_bilder{
    width: 100%;
}

#event_zusatz_bilder .gallery ul,
#ort_zusatz_bilder .gallery ul {
  height: 200px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space:nowrap;
}

#event_zusatz_bilder .gallery li,
#ort_zusatz_bilder .gallery li {
    height: 200px;
    margin: 2px;
    display:inline-block;
}

#event_zusatz_bilder .gallery li img,
#ort_zusatz_bilder .gallery li img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#ort_map {
    background-color:#fcfcfc;
    width: 48%;
    height: 510px;
    border: #ccc solid 0px;
}

#ort_map .acf-map{
    height: 480px;
}

#event_map{
    background-color:#fcfcfc;
    width: 48%;
    height: 480px;
    border: #ccc solid 0px;
}

#event_map .acf-map{
    height: 450px;
}

#event_zusatz_bilder {
    margin: 20px;
}

.ort_literatur_label,
.ort_web_info,
.ort_denkxweb_link,
.weitere_links {
    width: 100%;
    display: flex;
}

.ort_literatur_value ul {
    margin-left: 20px;
    list-style: disc !important;
}

.ort_literatur_value h4{
    text-align: left;
}

.accordionQR {
    display: flex;
}


/* Contact Formular */

.wpcf7-form-control.wpcf7-text {
    width: 400px !important;
}

.wpcf7-form-control-wrap.your-email .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.your-email-confirm .wpcf7-not-valid-tip {
    transform: scaleX(-1);
    left: 400px!important;
}

.newsletter-footer {
  background-color: #016193;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-gap: 10px;
  padding: 20px;
}

.newsletter-grid-new {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-gap: 10px;
    padding: 20px;
  }

.flex_col {
  display: block;
  height: 100%;
}

#newsletter_label {
    grid-column-start: auto;
    grid-row-start:auto;
    color: #ffffff;
}

#newsletter_label_new {
    display: block; 
    color: #ffffff; 
    text-align: center; 
    width: 100%; 
    height: 100%;
}

#newsletter_submit {
    width: 90%; 
    height: 100%;
    box-shadow: 6px 7px 25px -6px rgba(0,0,0,0.6);
}

.newsletter_textfield {
    display: block; 
    text-align: left; 
    color: #ffffff;
}

#industrie_label {
  color: #ffffff;
}

form div.newsletter-footer div.newsletter-grid div:nth-child(2) span {
  height: 100%;
}

form div.newsletter-footer div.newsletter-grid div:nth-child(2) span input {
  height: 100%;
  width: 100% !important;
}

form div.newsletter-footer div.newsletter-grid div:nth-child(3) {
  margin-right: 20px;
  box-shadow: 6px 7px 25px -6px rgba(0,0,0,0.6);
}

form div.newsletter-footer div.newsletter-grid div:nth-child(3) input {
  height: 100%;
  width: 100%;

}

.wpcf7 form .wpcf7-response-output {
    color: #fff !important;
}

/* search Page */ 

.search-results .author {
    display: none;
}

.post-img {
    display: none;
}

.search-page .posts_group {
    margin-top: 2em;
}

@media (min-width: 767px ) {
    .search-results .author {
        display: none;
    }
    
    .search-page .post-desc-wrapper {
        display: flex;
        align-items: center;
    }
    
    .post-img {
        float: left;
        width: 12%;
        margin: 1em;
        display: flex;
        position: relative;
        top: 2em;
    }
    
    .post-img img {
        object-fit: cover;
        height: 125px !important;
        width: 250px;
    }
    
    .search-results .no-img .post-desc {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1237px ) {
    .search-results .no-img .post-desc {
        width: 85%;
    }
}

/* für Google Maps */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.person .title_wrapper,
.event .title_wrapper,
.ort .title_wrapper,
.post .title_wrapper {
    text-align: center;
}

/* Route Teaser */
.route_ort .cmmrm-route-params {
    float: none !important;
    margin-left: 50px !important;
}

.route_ort .cmmrm-custom-fields-grades {
    position: unset !important;
    padding-left: 0px !important;
    margin-right: 40px;
    margin-top: 35px !important;

}
.route_ort .cmmrm-custom-fields-grades .cmmrm-custom-fields-grades-field.flex-auto strong{
    font-size: 20px !important;
}

.route_ort .cmmrm-route-rating,
.route_ort .cmmrm-author,
.route_ort .cmmrm-date,
.route_ort .cmmrm-route-rating {
    display: none !important;
}

.route_ort .cmmrm-route-featured-image {
    width: 35%;
    height: 100%;
}
.route_ort .cmmrm-route-snippet.flex-item-stretch a {
    color: #016193 !important;
}
.route_ort .cmmrm-route-snippet.flex-item-stretch a:hover {
    color: #009fe3 !important;
}

.route_ort .cmmrm-route-featured-image img{
    width: 100% !important;
    height: auto !important;
}

.route_ort .cmmrm-shortcode-route-snippet.flex-container {
    box-shadow: 3px 2px 5px #aaa;
    border-radius: 5px;
    border: thick;
}

.ort_kreis {
    width: 18%;
}
.ort_kreis h4 {
    color: #016193;
}
.ort_kreis .image_wrapper:hover {
    color: #009fe3;
    width: 110%;
}

.ort_images div div div a img{
    filter: brightness(50%);
}

/* ort_switch_buttons*/
.event_objektinformation{
    margin-bottom: 25px;
    width: 50%;
}

.zusatzinfo_labels{
    margin-bottom: 120px;
}

#objekt_label,
#lage_label{
    margin-top: auto;
    margin-bottom: auto;
    width: 48%;
    float: left;
    text-align: center;
}

#objekt_label{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#lage_label{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#objekt_label h2,
#lage_label h2{
    margin: 10px 0;
    cursor: default;
}

.buttonActive{
    background-color: #016193;
}

.buttonNotActive{
    background-color:#f0f0f0
}

.buttonActive h2{
    color: #fcfcfc;
}

.buttonNotActive h2{
    color: black;
}

.fixed-nav{
    bottom: 520px;
}

.more_articles{
    height: 250px;
}

.beitrag_content_wrapper ul {
    list-style: initial !important;
}
  

/* Phone fixes */
@media (max-width: 750px) {
  h1 {
      font-family: Roboto, sans-serif !important;
      font-size: 22px !important;
      font-weight: 500 !important;
      line-height: 31px !important;
  }
  h2 {
      font-family: Roboto, sans-serif !important;
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 21px !important;
  }

  h3 {
      font-family: Roboto, sans-serif !important;
      font-size: 18px !important;
      line-height: 28px !important;
  }
  h4 {
      font-family: Roboto, sans-serif  !important;
      font-size: 16px !important;
      line-height: 26px !important;
  }

  p {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .infoKey {
      display: flex;
      float: left;
      width: 55%;
  }

  .infoValue {
      display: inline-block;
      width: 45%;
  }

  .ortInfoKey {
      display: flex;
      float: left;
      width: 50%;
  }

  .ortInfoValue {
      display: inline-block;
      width: 50%;
  }

  div.blog_slider_header .title{
      margin: 30px 0 10px 10px !important;
      font-family: Roboto, sans-serif !important;
      font-size: 22px !important;
      font-weight: 500 !important;
      line-height: 31px !important;
  }

  /*news content*/
  .beitrag_content_wrapper {
    margin: 0 10px 0;
  }
  
   .event_posts {
    margin-top: 20px !important;
  }

    #Header {
        min-height: auto !important;
    }

    .gmap #biggmap_container {
      margin-top: 0
    }

    .ort .entry-title,
    .event .entry-title{
        text-align: center;
        margin: 0px 10px 0;
    }

    div.section.mcb-section.news_banner_container div.section_wrapper.mcb-section-inner,
    div.section.mcb-section.events_banner_container div.section_wrapper.mcb-section-inner,
    div.section.mcb-section.themen_banner_container div.section_wrapper.mcb-section-inner,
    div.section.mcb-section.museen_banner_container div.section_wrapper.mcb-section-inner,
    div.section.mcb-section.blog_posts div,
    div.section.mcb-section.location_map div,
    div.section.mcb-section.event_posts div,
    #Content div div div div.section.mcb-section.events_posts div,
    div.section.mcb-section.ort_karte div,
    div.section.mcb-section.sparte_map div,
    div.section.section-post-header div.section_wrapper.clearfix,
    #Content div div div div:nth-child(4) div.section_wrapper.mcb-section-inner,
    #Content div div div div:nth-child(3) div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div.section.mcb-section.museen_banner_container,
    div.section.mcb-section.themen_banner_container{
        margin-bottom: 230px;
    }

    div.section.mcb-section.events_banner_container,
    div.section.mcb-section.news_banner_container {
        margin-bottom: 120px;
    }


    /* google maps style picker dropdown-menu */
    #ort_map div div div div:nth-child(3) div div,
    #event_map div div div div:nth-child(3) div div,
    #biggmap_container div div div div:nth-child(3) div div div{
        padding-left: 5px !important;
    }

    /* newsletter */
    .newsletter-grid {
      display: grid;
      grid-template-columns: 100%;
      padding: 20px;
    }

    .newsletter-grid-new {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
        padding: 20px;
      }

    #newsletter_submit {
        width: 100%; 
        height: 100%;
        box-shadow: 6px 7px 25px -6px rgba(0,0,0,0.6);
    }

    form div.newsletter-footer div.newsletter-grid div:nth-child(3) {
      margin-right: 0;
      box-shadow: 6px 7px 25px -6px rgba(0,0,0,0.6);
    }
    /*
    #biggmap_container div div div div.gmnoprint.gm-style-mtc div:nth-child(1){
        padding-left: 23px !important;
        padding-right: 23px !important;
    }

    #biggmap_container div div div div.gmnoprint.gm-style-mtc div:nth-child(2){
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    */
    .news_banner,
    .events_banner,
    .themen_banner,
    .museen_banner{
        margin: 0 0 20px !important;
    }

    .news_text{
        padding-bottom: 50px !important;
    }

    .infoTitle,
    .address,
    .infoDescription,
    .gMapLink{
        margin: 0 12px 12px;
    }
    
    /* routes for a location */

    div.route_container h2{
        margin: 0 10px;
    }

    div.cmmrm-route-snippet.flex-item-stretch ul li{
        width: 33% !important;
        float: left;
        margin-top: 10px !important;
    }

    div.cmmrm-route-snippet.flex-item-stretch div{
        margin-bottom: 15px;
    }

    div.cmmrm-route-snippet.flex-item-stretch {
        margin: 0 0 !important;
    }

    div.cmmrm-custom-fields-grades{
        margin-left: -20px !important;
        margin-bottom: 20px !important;
        padding-top: 0 !important;
    }

    #event_map,
    #ort_map {
        height: 480px;
    }

    #event_map .acf-map,
    #ort_map .acf-map{
        height: 450px;
    }

    /* weitere Bilder */
    #event_zusatz_bilder .gallery ul,
    #ort_zusatz_bilder .gallery ul {
      height: 120px;
    }

    /* Infowindow of single location on google maps */
    #ort_map div div div div:nth-child(1) div:nth-child(3) div div:nth-child(4) div:nth-child(2) div div div{
        max-width: 300px !important;
        max-height: 350px !important;
    }

    .ort_auflistung,
    .person_uebersicht {
        margin-bottom: 320px !important;
    }

    .route_ort .cmmrm-route-featured-image,
    .route_ort .cmmrm-custom-fields-grades {
        width: 100%;
    }

    .route_ort .cmmrm-custom-fields-grades {
        margin-top: 0px !important;
        margin-left: -110px;
    }

    .route_ort .cmmrm-route-snippet.flex-item-stretch h2 {
        margin: auto !important;
    }
    .event_uebersicht {
        margin-bottom: 250px !important;
    }

    /*
    .event_uebersicht h3{
        font-size: 20px !important;
        margin-bottom: 8px !important;
        font-weight: bold;
    }
    */


    .sparte_ueberschrift{
        font-size: 31px !important;
    }

    div.column.mcb-column.one-fifth.column_visual.text_banner{
        position: absolute;
        top: 52px;
        margin: 0;
        background-color: rgba(1, 97, 147, 0.8);
        color: #fcfcfc;
        font-size: 12px;
        width: 190px !important;
    }

    .news_timeline,
    .event_info,
    .ort_info,
    #search_ort,
    #search_event,
    #ort_filter .select_div,
    #ort_objektinfo,
    #event_objektinformation,
    div.event_zusatzinfo div.event_sonstiges,
    .event_beschreibung,
    .ort_beschreibung,
    .ort_literatur_value,
    .date_label,
    .accordionQR,
    div.section.section-post-related div div h4,
    .desc,
    div.post-desc-wrapper div div.post-title,
    div.post-desc-wrapper div div.post-excerpt,
    div.post-desc-wrapper div div.post-footer{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    #ort_zusatz_bilder{
        margin: 20px 10px;
    }

    #ort_zusatz_bilder div ul li{
        height: 90px !important;
    }

    /* ähnliche Artikel unter einem Beitrag */
    div.section.section-post-related div div h4 a{
        margin-left: -10px !important;
        margin-right: -10px !important
    }

    div.section.section-post-header div.section_wrapper.clearfix div.column.one.post-header div{
        padding-left: 0;
    }

    .ort_web_info{
        display: inherit;
    }

    .ort_literatur_label{
        margin-left: 10px;
    }

    .ort_literatur_value h4,
    .ort_web_info,
    .weitere_links{
        text-align: left;
    }

    .ort_web_info,
    .weitere_links{
        margin-left: 10px;
    }

    .person_uebersicht .person_image,
    .person_uebersicht .person_info,
    .ort_auflistung .ort_image,
    .ort_auflistung .ort_info,
    #event_container .event_image,
    #event_container .event_info
    {
        width: 100% !important;
        height: 100% !important;
        margin-top: 10px;
    }


    div.section.mcb-section.news_banner_container div.section_wrapper.mcb-section-inner div:nth-child(2) div div,
    div.section.mcb-section.themen_banner_container div.section_wrapper.mcb-section-inner div:nth-child(2) div div,
    div.section.mcb-section.museen_banner_container div.section_wrapper.mcb-section-inner div:nth-child(2) div div,
    div.section.mcb-section.events_banner_container div.section_wrapper.mcb-section-inner div:nth-child(2) div div{
        margin-right: 15px;
        margin-bottom: 80px;
    }

    #ort_filter #search_ort,
    #ort_filter .select_div {
        width: 100% !important;
    }

    #ort_filter #barrierefreiheit {
        width: 50%;
        margin: auto;
    }

    .welcome_slider {
        width: 100% !important;
        margin: 0 0 0 !important;
    }

    .welcome_slider_container div.section_wrapper.mcb-section-inner{
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .event_zusatzinfo #event_objektinformation,
    .event_zusatzinfo #event_map,
    .ort_zusatzinfo #ort_objektinfo,
    .ort_zusatzinfo #ort_map,
    .route_ort .cmmrm-route-map-canvas-outer,
    .route_ort .cmmrm-route-params {
        width: 100% !important;
    }

    .route_ort .cmmrm-route-params  {
        margin: auto !important;
    }

    .route_ort .cmmrm-route-params li {
        display: block;
        width: 100%;
        border-right: none;
    }

    .cmmrm-route .cmmrm-route-map-canvas-outer {
        width: 100%;
    }

    .news_text,
    .events_text,
    .orte_objekte_text,
    .themen_text,
    .museen_text{
        position: absolute;
        top: -70px;
        left: 15px;
    }

    #objekt_label,
    #lage_label{
        width: 50%;
    }

    .text_banner {
        padding: 5px 5px 5px 20px;
    }
}
@media (min-width: 750px) and (max-width: 1200px) {
    #Header {
        min-height: auto !important;
    }
    .ortInfoKey {
        display: flex;
        float: left;
        width: 58%;
    }

    .ortInfoValue {
        display: inline-block;
        width: 42%;
    }
    .route_ort .cmmrm-route-params {
        margin-left: 30px !important;
    }

    .event_objektinformation{
        width: 60%;
    }

    .gmap #biggmap_container {
      margin-top: 75px
    }


    div.column.mcb-column.one-fifth.column_visual.text_banner{
        position: absolute;
        top: 100px;
        padding: 10px 10px 10px 40px;
        margin: 0;
        background-color: rgba(1, 97, 147, 0.8);
        color: #fcfcfc;
        font-size: 20px;
        width: 190px;
    }

    .more_articles{
        height: 140px;
    }

    .event_posts {
      margin-top: 40px !important;
    }
}

@media (min-width: 1200px){
    div.section.mcb-section.welcome_slider_container div.section_wrapper.mcb-section-inner div div div.column.mcb-column.one.column_slider.welcome_slider div ul div {
        height: 480px !important;
    }

    .event_banner .image_wrapper,
    .ort_banner .image_wrapper{
        height: 480px;
    }

    .text_banner p{
        margin: 0;
        font-family: Roboto, sans-serif !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 28px !important;
    }

    /*biggmap_container*/
    .biggmap_container_height #biggmap_container div {
        height: 750px;
    }

    .gmap #biggmap_container .acf-map {
        height: 750px;
      }

    /*news content*/
    .beitrag_content_wrapper {
      margin: 0 10% 50px;
    }

    .start_content_wrapper{
      margin: 0 5%;
    }

    /* Weitere Bilder*/
    .gallery {
      margin-bottom: 20px;
    }

    div.section.mcb-section.news_banner_container div.section_wrapper.mcb-section-inner div div div div div,
    div.section.mcb-section.events_banner_container div.section_wrapper.mcb-section-inner div div div div div,
    div.section.mcb-section.themen_banner_container > div.section_wrapper.mcb-section-inner div div div div div,
    div.section.mcb-section.museen_banner_container > div.section_wrapper.mcb-section-inner div div div div div{
        height: 480px;
    }
}

/* popup */

@media (min-width: 481px) {
    .pum-container {
        display: none !important;
    }
}