/*
layout.css

Seitenlayout

2021 Dirk Pfuhl, www.dirkpfuhl.de


Farbschema
Blau (Logo)               #3399cc
Magenta (Links)           #c54d8e
Grau (Schrift)            #141412

Graublau                  #b2bdd2
Dunkelgrau (Hintergrund)  #2F3033
Hellgrau (Hintergrund)    #FCFCFC

Typographie
Basis:      20px = 1em
*/

.floatright {
  float: right;
  }
.floatclear {
  clear: both;
  }
.text-right {
  text-align: right;
  }
.text-center {
  text-align: center;
  }
a {
  color: inherit; 
  }
a:hover, a:focus	{
  color: inherit; 
	}
a.more-button {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  background-color: #c54d8e; 
  border: none;
  }
a.more-button.button-full-width {
  width: 100%;
  text-align: center;
  }
.content-events a.more-button {
  margin-top: 0px;
  }
a.more-button:hover	{
  background-color: #3399cc;
	}
.program-text a {
  display: inline-block;
  padding-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 20px;
  /*border: 1px solid #84a113;*/
  background-image: url(../images/arrow-right.png);
  background-position: left center;
  background-repeat: no-repeat;
  }
.program-title a.more-button {
  margin-top: 10px;
  }
ul {
	list-style-type: disc;
  list-style-image: url('../images/icon_right-arrow.png');
  padding-left: 30px;
  margin-top: 1.42857143em;
  }
li {
  padding-left: 10px;
  margin-bottom: 1rem
  }
table {
  border-collapse: collapse;
  }
td {
  vertical-align: top;
  }
img.alignleft {
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  }
html, body {
  width: 100%;
  }
body {
  padding-top: 50px; /* bei Verwendung von nav-bar-fixed, diese ist 50px hoch */
  padding-top: 150px; 
  /*scroll-behavior: smooth;*/   /* Firefox OK, Chrome funktioniert nicht */
  }

/* Top Link Bar */
#top-link-bar {
  position: fixed;
  top: 0;
  z-index: 1030;
  height: 55px;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  }
#top-link-bar img {
  max-height: 20px;
  width: auto;
  margin-left: 10px;
  }
.top-link-bar-contact {
  
  }
.top-link-bar-social {
  text-align: right;
  }
.top-link-bar-language .menu-language-container {
  text-align: center;
  }
#menu-language {
  list-style-image: none;
  flex-direction: row !important;
  text-align: center;
  margin-top: 0;
  }
#menu-language li {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  }
#menu-language .nav-link {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #fff;
  }
  
/* Navbar */
.navbar-main-top {
  top: 50px;
  height: 100px;
  margin: 0;
  padding: 0;
  /*background-color: #3399cc;*/
  }
#menu-menu-main {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  /*background-color: #3399cc;*/
  }
.navbar-main-top .nav-item {
  margin: 0;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  }
.navbar-main-top .nav-link {
  color: #3399cc;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 31px;
  }
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #3399cc;
}
.home .navbar-light .navbar-nav .active > .nav-link, 
.home .navbar-light .navbar-nav .nav-link.active, 
.home .navbar-light .navbar-nav .nav-link.show, 
.home .navbar-light .navbar-nav .show > .nav-link {
    color: #3399cc;
}
.navbar-light .navbar-nav .nav-link {
    color: #3399cc;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #3399cc;
}
.navbar-collapse.in {
  background-color: #ffffff;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.50);
  }
.navbar-collapse.in a:hover {
  color: #006804;
  color: #3399cc;
  }
  
/* animierter Unterstrich bei Hover */
.navbar-main-top ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 5px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}
.navbar-main-top .navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #3399cc;
} 

.navbar-main .in .navbar-nav > li > a {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
  margin: 10px;
  border: none;
  }

#main-nav .navbar-brand {
  padding: 0;
  margin: 0;
  }
.navbar-brand .logoimg-fluid {
  position: absolute;
  left: 40px;
  top: 0;
  max-height: 200px;
  width: auto; 
  /*background-color: #fff;*/
  transition: all 0.5s ease-in-out;
  }
.navbar-main-top-page .navbar-brand .logoimg-fluid,
.brand-visible .navbar-brand .logoimg-fluid {
  max-height: 100px;
  }
.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  left: 0px;
  list-style: outside none none;
  margin: 0;
  text-align: left;
  top: 100%;
  z-index: 1000;
  }
.navbar-toggler {
  border-color: #002f55 !important;
  padding: 14px 12px;
  margin: 10px;
  }
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  }  
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #002f55;
  }

/* Banner Index */
#banner {
  position: relative;
  height: calc( 100vh - 150px );
  }  
#banner-split {
  position: relative;
  height: calc( 75vh - 150px );
  }  
#banner-small {
  position: relative;
  height: 500px;
  background-image: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%);
  }  
.banner-image {
  position: relative;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  background-size: cover;
  background-position: center top; 
  background-repeat: no-repeat; 
  } 
.banner-title {
  position: absolute;
  bottom: 25%;
  right: 40px;
  } 
.banner-title-split {
  } 
.banner-logo-text {
  /*margin-top: 31vh;*/
  text-align: right; 
  }
.banner-logo-text h2 {
  /*font-family: 'Bitter', sans-serif;*/  
  color: #3399cc;
  font-size: 3.8em; 
  text-transform: uppercase;
  }
.banner-logo-text h2 span {
  padding: 5px 20px;
  background-color: #ffffff;
  }
.banner-logo-text h1 {
  color: #ffffff;
  font-size: 4.8em; 
  text-transform: uppercase;
  margin-bottom: 0;
  }
.banner-logo-text h1 span {
  padding: 5px 20px;
  background-color: #c54d8e;
  }
.banner-logo-text h3 {
  /*font-family: 'Bitter', sans-serif;*/  
  color: #3399cc;
  font-size: 3em; 
  margin-top: 20px;
  }
.banner-logo-text h3 span {
  padding: 5px 20px;
  background-color: #ffffff;
  }
.banner-logo-text h4 {
  color: #ffffff;
  font-size: 3.8em;
  font-weight: normal;
  }
.banner-logo-text h4 span {
  padding: 5px 20px;
  margin-right: -55px;
  padding-right: 70px;
  background-color: #3399cc;
  }
.banner-title-split .banner-logo-text {
  /*margin-top: 31vh;*/
  text-align: left;
  padding-top: 80px;
  padding-left: 80px; 
  }
.banner-title-split .banner-logo-text h2 {
  /*font-family: 'Bitter', sans-serif;*/  
  color: #3399cc;
  font-size: 3.8em; 
  text-transform: uppercase;
  }
.banner-title-split .banner-logo-text h2 span {
  padding: 5px 20px;
  background-color: #ffffff;
  }
.banner-title-split .banner-logo-text h1 {
  color: #ffffff;
  font-size: 4.8em; 
  text-transform: uppercase;
  margin-bottom: 0;
  }
.banner-title-split .banner-logo-text h1 span {
  padding: 0;
  background-color: transparent;
  }
.banner-title-split .banner-logo-text h3 {
  /*font-family: 'Bitter', sans-serif;*/  
  color: #ffffff;
  font-size: 3em; 
  margin-top: 20px;
  }
.banner-title-split .banner-logo-text h3 span {
  padding: 0;
  background-color: transparent;
  }
.banner-title-split .banner-logo-text h4 {
  color: #ffffff;
  font-size: 3.8em;
  font-weight: normal;
  }
.banner-title-split .banner-logo-text h4 span {
  padding: 5px 20px;
  margin-right: -55px;
  padding-right: 70px;
  background-color: #3399cc;
  }

/* Carousel */
.carousel {
  position: relative;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  background-size: cover;
  background-position: center top; 
  background-repeat: no-repeat; 
  }
.carousel-inner {
  height: 100%;
  }
.carousel-fade .carousel-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
	background-size: cover;	
  opacity: 0;
  transition: opacity ease-out 1s;
  }
.carousel-item {
  /*animation: transitionBackground 12s;*/               /* ruckelt, nicht brauchbar */
  }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  }
.carousel-caption {
  top: 20vh;
  bottom: auto;
  }
.carousel-caption, .carousel-caption h1, .carousel-caption p {
  color: #ffffff;
  text-align: left;
  }
.carousel-caption p {
  font-size: 1.5em;
  }
.carousel-caption-wrapper {
  padding: 20px;
  background-color: rgb(110,143,20,0.8);
  border: 10px solid #ebf5e3;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }

/* verzögertes Einblenden der Beschriftung */
.carousel .carousel-item .carousel-caption {
  transition-property: all;
  transition-duration: .7s;
  transition-delay: 0s;       
  opacity: 0; 
  margin-left: -50px;
  }
.carousel .carousel-item.active .carousel-caption {
  opacity: 1;
  transition-delay: 0s;
  margin-left: 0;                    
  }

/* Seiten */
#content-wrapper {
  position: relative;
  }
.col-multicolumn {
  column-count: 2;
  column-gap: 60px;
  margin-top: 0px;
  }
  
.background-color-1 {
  background-color: #FCFCFC;
  }
.background-color-2 {
  background-color: #f6f8ed;
  }
.background-color-3 {
  background-color: #2F3033;
  }
.background-color-4 {
  background-color: #F3F3F3;
  }
.background-color-5 {
  background-color: #84A113;
  }
.background-color-6 {
  background-color: #3399cc;
  }        
.background-color-7 {
  background-color: #6890af;
  }
.background-color-8 {
  background-color: #C54D8E;
  }
.background-transparent {
  background-color: transparent;
  }
.background-color-white {
  background-color: #ffffff;
  }
.font-color-light {
  color: #ffffff;
  } 
.home-topic h2 {
  color: #C54D8E;
  }
.heading-section {
  margin-top: 0;
  margin-bottom: 40px;
  }
.page-heading {
  padding-top: 40px;
  }
.background-image-cover {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
.text-box-backgroundimage {
  padding: 50px;
  }
.text-box-backgroundimage h1 {
  margin-top: 0;
  }
.padding-box-page-topic {
  padding-top: 0px;
  padding-bottom: 0px;
  }
.padding-box {
  padding-left: 40px;
  padding-right: 40px;
  }
.padding-box-top {
  padding-top: 40px;
  }
.padding-box-bottom {
  padding-top: 0px;
  padding-bottom: 80px;
  }
.padding-box-top-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
  }
.padding-box-top-bottom-topsmall {
  padding-top: 40px;
  padding-bottom: 80px;
  }
.padding-box-top-bottom-small {
  padding-top: 40px;
  padding-bottom: 40px;
  }
.padding-box-top-bottom-index {
  padding-top: 30px;
  padding-bottom: 80px;
  }
.padding-box-top-bottom h2:first-child {
  margin-top: 0px;
  }
.margin-box-bottom {
  margin-bottom: 80px;
  }
.border-top {
  border-top: 1px solid #F3F3F3;
  }
.box-grey {
  background-color: #f8f8f8;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  }
.box-grey.margin-top {
  margin-top: 40px;
  }
.page .veranstaltungen .box-grey {
  margin-left: -40px;
  margin-right: -40px;
  }
.font-color-white {
  color: #ffffff;
  }
.page-topic {
  padding-bottom: 20px;
  }
.page-topic h1 {
  /*color: #ffffff;*/
  /*margin: 0;*/
  }
.content-text h2 {
  clear: both;
  }
.content-text a {
  }
.content-text a:hover, .content-text a:focus	{
	}
.content-text a[href$=".pdf"] {
    display: table-cell;
    vertical-align: middle;
    height: 57px;
    padding-left: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url("../images/icon_pdf.png") no-repeat left center;
}

#banner-small .page-topic {
  margin-top: 20%;
  }
.page-topic h2 {
  font-size: 2em;
  color: #3399cc;
  }
.second-heading {
  margin-bottom: 40px;
  }
.col-teaser {
  }
.teaser-gallery-index {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
  }
.content-events .teaser {
  margin-bottom: 40px;
  }
.content-events h2 {
  margin-bottom: 40px;  
  }
.content-events .teaser-text h3 {
  font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0;  
  }
.content-events .teaser-text p {
  color: #c54d8e;
  margin-top: 0;
  line-height: 1.4em;  
  }
.content-events .teaser-text a {
  color: #002f55;
  }
.content-news {
  }
.content-news span {
  color: #C54D8E;
  }
.teaser-news h3 {
  margin-top: 0;
  }
.content-image {
  text-align: center;
  }
.content-image p, .content-image h2, .content-image h3 {
  text-align: center;
  color: #002f55;
  }
.content-image img {
  max-width: 100%;
  height: auto;
  /*border: 4px solid #f8f8f8;*/
  /*box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.30);*/
  }
.aspect-ratio-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.67%;
  background: white;
  }
.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
.flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
/* Teaser */
.content-teaser .teaser-index {
  text-align: center;
  }
.teaser-index h2 {
  font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
  font-weight: 700;
  }
.teaser-index .teaser-image {
  margin-bottom: 40px;
  }
.teaser-index .teaser-image img {
  border: 5px solid #c54d8e;
  border-radius: 50%;
  }
.teaser-news {
  margin-bottom: 60px;
  }
.home .teaser-news, .teaser-news:last-of-type {
  margin-bottom: 0px;
  }
.teaser-text {
  }
.padding-box-top-bottom .teaser-text h2 {
  margin-top: 40px;
  }
.teaser-col {
  position: relative;
  /*margin-bottom: 40px;
  padding-bottom: 60px;*/
  }  
.teaser-col h2 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  }
.teaser-col h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-top: 30px;
  }  
.teaser-col p {
  line-height: 1.3em;
  }  
.teaser-col .more-button {
  position: absolute;
  left: 15px;
  bottom: 0;
  }  
.col-image {
  position: relative;
  }  
.col-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  }  
.teaser-subpages {
  text-align: center;
  }
.teaser-subpages .col-image img {
  /*max-width: 300px;*/
  border: 5px solid #c54d8e;
  border-radius: 50%;
  }
.teaser-subpages h2 {
  font-size: 2em;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  }
.teaser-subpages .teaser-col {
  margin-bottom: 0px;
  padding-bottom: 0px;
  }  
.teaser-video .video-container {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  }
   
/* Single */
h1.image-title {
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
  }
.previous-post, .next-post {
  margin-top: 30px;
  }  
.previous-post {
  float: left;
  }  
.next-post {
  float: right;
  }  
.previous-post a, .next-post a {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  /*color: #ffffff;*/
  padding: 7px 14px 5px;
  }  
.previous-post a:hover, .next-post a:hover {
  background-color: #159ac7;
  color: #ffffff;
  }  
 
/* Galerie */
/*
.gallery-container, .content-main-single .metaslider {
  clear: both;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  }
.gallery-pic {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  }
.gallery-image {
  position: relative;
  }
.gallery-image img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  }
.gallery-image-alt {
  display: none;
  position: absolute;
  left: 0;
  color: #ffffff;
  padding: 4%;
  width: 100%;
  height: 25%;
  background: #000000; 
  background: rgba(0, 0, 0, .6);
  border-top: 1px solid #000000;
  bottom: 0;
  }
.gallery-image-description {
  display: none;
  }
.page-id-641 .gallery-image-description {
  display: block;      
  max-width: 240px;    
  padding-top: 10px;
  }
.gallery-image-description p {
  font-size: 14px;
  font-style: italic;
  }
*/

/* Galerie Masonry */
.gallery-container {
  column-count: 3;
  column-gap: 20px;
  }
.gallery-pic {
  margin-bottom: 20px;
  }


/* Videocontainer bei eingebetteten Medien */
.video-container {
	position: relative;
	padding-bottom: 56.25%;    /* Wert für width: 100% */
	/*padding-bottom: 33.75%;       Wert für width: 60%*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

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

/* Footer */
.navbar-footer, ul.nav, .ul-footer {
  list-style-image: url("../images/pfeil.png");
  padding-left: 25px;
  margin-top: 0;
  }  
.footer-pages nav  {
  margin-top: -10px;
  }
.footer-pages .nav > li, ul.ul-footer > li {
  display: list-item;
  float: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  margin: 0;
  }
.footer-pages .nav > li > a, .ul-footer li > a, .footer-kontakt a {
  display: inline;
  color: #ffffff;
  padding: 10px 0px;
  background: none;
  }
.footer-pages .nav > li > a:hover, .ul-footer li > a:hover, .footer-kontakt a:hover {
  text-decoration: underline;
  }
.footer-pages h2 {
  margin-top: 0;
  font-size: 2em;
  color: #ffffff;
  }

/* Mediaqueries */  
@media only screen and (min-width : 1800px) {
  .container { 
    max-width: 1270px; 
    } 
}
@media screen and (max-width: 1400px) {
  .navbar-brand .logoimg-fluid {
    max-height: 150px;
    }
  .navbar-main-top-page .navbar-brand .logoimg-fluid,
  .brand-visible .navbar-brand .logoimg-fluid {
    max-height: 150px;
    }
  .banner-title {
    bottom: 28%;
    right: 40px;
    } 
  .banner-logo-text h2 {
    font-size: 3.0em; 
   }
  .banner-logo-text h1 {
    font-size: 3.0em; 
    line-height: 1em;
    }
  .banner-logo-text h3 {
    font-size: 2.2em; 
    }
  .banner-logo-text h4 {
    font-size: 3.0em;
    }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 100px;
    }
  .navbar-main-top {
      height: 70px;
  }
  .navbar-main-top-page .navbar-brand .logoimg-fluid,
  .brand-visible .navbar-brand .logoimg-fluid {
    max-height: 70px;
    }
  #menu-menu-main {
    /*width: 50%;*/
    text-align: center;
    font-size: 18px;
    padding: 40px;
    background-color: #f8f9fa;
  }
  .navbar-main-top .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dropdown-menu {
    background-clip: padding-box;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    left: 0px;
    list-style: outside none none;
    margin: 0;
    text-align: center;
    top: 100%;
    z-index: 1000;
  }
  #banner {
    height: 50vh;
  }
}
@media screen and (max-width: 991px) {            
  .navbar-brand .logoimg-fluid {
    max-height: 70px;
    }
  .navbar-main-top-page .navbar-brand .logoimg-fluid,
  .brand-visible .navbar-brand .logoimg-fluid {
    max-height: 70px;
    }
  .banner-title {
    bottom: 28%;
    right: 40px;
    } 
  .banner-logo-text h2 {
    font-size: 2.4em; 
   }
  .banner-logo-text h1 {
    font-size: 2.4em; 
    line-height: 1em;
    }
  .banner-logo-text h3 {
    font-size: 1.8em; 
    }
  .banner-logo-text h4 {
    font-size: 2.4em;
    }
  .teaser-gallery-index .teaser-text {
    padding: 10px;
    }
  .padding-box-top-bottom.veranstaltung-meta {
    padding-top: 0;
    }
  .content-text {
    padding-bottom: 20px;
    }
  .logos-partner-basic {
    width: calc( 15% - 10px );
    }
}
@media screen and (max-width: 768px) {
  .padding-box-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    }
  .content-image {
    margin-bottom: 40px;
    }
  .two-column {    
    margin-bottom: 40px;
    }
  .teaser-index h2 {
    font-size: 2.4em;
    }
}
@media screen and (max-width: 575px) {
  .navbar-toggler {
    padding: 10px 12px;
    margin-right: 15px;
    }
  #main-nav {
    text-align: center;
    }
  #menu-menu-main {
    width: 100%;
  }
  .dropdown-menu.show {
    text-align: center;
    }
  #banner-small {
    height: 200px;
    }  
  .banner-title {
    bottom: 10%;
    right: 0px;
    left: 0px;
    }  
  .banner-logo-text {
    text-align: left;
    }
  .banner-logo-text h1 {
    font-size: 1.6em;
    line-height: 1em;
    }
  .banner-logo-text h2 {
    font-size: 1.2em;
    }
  .banner-logo-text h3 {
    font-size: 1.2em;
    }
  .banner-logo-text h4 {
    font-size: 1.4em;
    }
  .banner-logo-text h4 span {
    margin-right: -15px;
    padding-right: 30px;
    }
  .padding-box-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    }
  .home .column-right .teaser-image img {
    margin-top: 0px;
    max-width: 75%;
    }
  .content-events .teaser-text h3 {
    margin-top: 20px;
    }
  .content-events a.more-button {
    margin-top: 40px;
    }
  .program-title {
    padding: 10px;
    }
  .text-box-backgroundimage {
    padding: 10px;
    }
  .img-speech-top {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    }
    
  .content-image {
    text-align: left;
    }
  .content-image p, .content-image h2, .content-image h3 {
    text-align: left;
    margin-top: 40px;
    }
  .home .teaser-index {
    margin-bottom: 20px;
    }
  .teaser-index .teaser-image {
    margin-bottom: 20px;
    }
  .teaser-index .teaser-image img {
    max-width: 80%;
    }
  .padding-box-top-bottom .teaser-text h2 {
    margin-top: 20px;
    }
  .teaser-subpages h2 {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    }
  .gallery-container {
    column-count: 2;
    column-gap: 20px;
    }
  footer {
    /*text-align: center;*/
    }
  footer img {
    margin-bottom: 20px;
    }
  .footer-pages:not(first-of-type) {
    margin-top: 40px;
    }
}
/* MapPress */
.mapp-layout {
  max-width: 100% !important;
  margin: 0;
  }
  