/*
Naturnahe Weidelandschaften eV 2025
layout.css

Seitenlayout

2025 Dirk Pfuhl, www.dp-mediendesign.de
*/

:root {
  --color-text: #000000;
  --color-ueberschrift: #007c35;          
  --color-menu: #000000;
  --color-akzent: #007c35;                  
  --color-gruen: #b1c800;                  
  --color-blau: #5C7FC0;                  
  --color-hellgrau: #eff4f0;
  --color-dunkelgrau: #252525;                  
  --color-grau: #aaaaaa;
  --color-hintergrund-weiss: #ffffff;
  --color-hintergrund-gruen: #007c35;
  --color-hintergrund-2: #a6443f;         
  --color-hintergrund-3: #b1c800; 
  }
.background-color-akzent {
  background-color: var(--color-akzent);
  }
.background-color-weiss {
  background-color: var(--color-hintergrund-weiss);
  }
.background-color-1 {
  background-color: var(--color-hellgrau);
  }
.background-color-2 {
  background-color: var(--color-hintergrund-2);
  }
.background-color-3 {
  background-color: var(--color-hintergrund-gruen);
  }
.background-transparent {
  background-color: transparent;
  }
.floatright {
  float: right;
  }
.floatclear {
  clear: both;
  }
a, a:hover, a:focus	{
  text-decoration: none;
	}
a {
  color: var(--color-text);
  }
.content a	{
  text-decoration: underline;
	}
a:hover {
  color: var(--color-akzent);
  }
a.more-link {
  text-transform: uppercase;
  }
a.more-button	{
  clear: both;
  float: none;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 35px;
  margin-top: .5em;
	background-color: var(--color-akzent);
  background-image: url("../images/icon_right-arrow_white.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	border: 0px solid #a10000;
  transition: all 0.2s ease 0s;
	}
a.more-button:hover	{
  color: #ffffff;
  /*padding-left: 20px;*/
  padding-right: 45px;
	}
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: .5em*/
  }
.col-multicolumn {
  column-count: 2;
  column-gap: 60px;
  margin-top: 0px;
  }
.text-center {
  text-align: center;
  }
.text-right {
  text-align: right;
  }
.padding-no {
  padding: 0;
  }
.padding-box {
  padding-left: 60px;
  padding-right: 60px;
  }
.padding-box-top {
  padding-top: 60px;
  }
.padding-box-bottom {
  padding-bottom: 60px;
  }
.padding-box-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  }
.padding-box-page-content {
  padding-top: 100px;
  padding-bottom: 20px;  
  }
.more-padding-top {
  padding-top: 25px !important;
  }
.font-color-white, .font-color-white a {
  color: #ffffff;
  }
img.alignleft, .wp-caption.alignleft {
  clear: right;
  float: left;
  max-width: 50%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  }  
img.alignright, .wp-caption.alignright {
  clear: left;
  float: right;
  max-width: 50%;
  height: auto;
  margin-left: 40px;
  margin-bottom: 40px;
  } 
.position-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  }

/* Typographie */
body, input, textarea {
  /*font-family: 'Source Sans Pro', helvetica, arial, sans-serif;*/
  /*font-family: 'Titillium Web', helvetica, arial, sans-serif; */
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 18px;
  color: var(--color-text);
  }
h1, h2, h3, h4, h5 {
  line-height: 1.33em;
  /*margin-bottom: 1em;*/
  }
h1 {
  font-family: 'Source Serif', Times New Roman, Times, serif;
  font-size: 2.8em;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: var(--color-dunkelgrau);
  margin-top: 0;
  margin-bottom: 1rem;
  }
h2 {
  font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
  color: var(--color-ueberschrift);
  font-size: 2.25em;
  font-weight: 700;
  /*line-height: 40px;*/
  margin-top: 1em;
  }
h3 {
  color: var(--color-text);
  font-size: 1.5em;
  margin-top: 1em;
  }
div + h3 {
  margin-top: 0;
  }
h4 {
  font-size: 1em;
  /*line-height: 20px;*/
  color: var(--color-text);
  font-size: 1.5em;
  margin-top: 1em;
  }
.font-big {
  font-size: 1.5em;
  }
.color-white {
  color: #ffffff;
  }
.color-white h1, .color-white h2, .color-white h3, .color-white h4  {
  color: #ffffff;
  }
.text-uppercase {
  text-transform: uppercase;
  }
  
html, body {
  width: 100%;
  }
body {
  padding-top: 140px; 
  }
body.home {
  padding-top: 140px; 
  }

/* Navbar */
#main-nav {
  z-index: 1030;
  height: 140px;
  background-color: #ffffff;
  /*box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.50);*/
  }
.border-nav-bottom {
  position: absolute;
  z-index: -1;
  left: -.75rem;
  bottom: -50px;
  width: calc( 100% + .75rem);
  transition: all .5s ease 0s;
  }
#main-nav.scrolled .border-nav-bottom {
  filter: drop-shadow( 0px 2px 0px #2F803B);
  }
#main-nav .logo-brand {
  }
.navbar-brand {
  }
.logo-brand {
  max-width: 240px;
  float: left;
  margin-right: 20px;
  }
.text-brand {
  /*font-family: "President";*/
  font-size: 2.6em; 
  letter-spacing: -2px;
  color: #000000;
  margin: 0;
  margin-top: 16px;
  }
#main-nav.main-nav-not-transparent .navbar-brand {
  top: auto;
  width: 380px;
  height: 80px;
  background-image: url(../images/logo_taurus_consult_lang_120px.png);
  background-size: cover;
  }
.navbar-main .navbar-nav > li {
  margin-top: 0;
  margin-bottom: 0;
  }
.navbar-main .navbar-nav > li > a {
  position: relative;
  color: var(--color-text);
  font-size: 1.0em;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 5px;
  display: inline-block;
  background-color: transparent;
  }
.main-nav-not-transparent a:hover {
  background-color: transparent;
  /*border-bottom: 2px solid #ffffff;*/
  }
#menu-menu-main {
  margin-left: 0;
  margin-top: 35px;
  }
.dropdown-menu {
  margin-left: 10px;
  border-radius: 0;
  }
.dropdown-menu > li {
  padding: 0;  
  margin: 0;
  border: none !important;
  }
.dropdown-menu > li > a, .dropdown-menu > li.current-menu-item > a {
  color: #252525;
  font-size: 1.2em;
  line-height: 2em;
  padding: 7px 20px;
  margin: 0;
  background-color: transparent;
  border: none !important;
  }
.dropdown-menu > li > a:hover {
  /*color: #ffffff !important;*/
  /*background-color: #252525 !important;*/
  }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 25px;
  }
.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 20px;
  border-color: #000000 !important;
  padding: 14px 12px;
  margin: 10px;
  }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2837, 37, 37, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

/* animierter Unterstrich bei Hover */
.navbar-main ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}
.navbar-main .navbar-nav .nav-item:hover:after {
    width: 100%;
    background: var(--color-akzent);
} 
  
/* Carousel Bootstrap */
#index-slider {
  position: relative;
  left: 0;
  /*z-index: -1;*/
  width: 100%;
  padding-bottom: 100px;    /* korrespondiert mit .banner-topic-slider { bottom: -100px; } */
  }  
@media screen and (max-width: 768px) {
#index-slider {
  
  }  
}
.carousel, .carousel-item, .carousel-inner {
  height: 100%;
  width: 100%;
  overflow: visible;
  }
.slide-item-image {
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  }

/* Carousel Fade 
   https://stackoverflow.com/questions/48665392/change-bootstrap-carousel-fade-transition */
  .carousel-item {
    transition: transform 2s ease-in-out;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2s;
  }   

.carousel-caption {
  position: absolute;
  left: 10%;
  width: 40%;
  top: 30vh;
  z-index: 10;
  text-align: left;
  color: #898989;
  }
.carousel-caption h1 {
  font-size: 5em;
  text-transform: uppercase;
}
.carousel-caption h2 {
  font-size: 4.4em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
}
.carousel-caption p {
  color: #000000;
}

.carousel-control {
  opacity: 1;
  font-size: 30px;
  }
.carousel-control.left, .carousel-control.right {
  background: none;
  }
.carousel-control.left .icon-arrow-left {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_arrow_thin_left.png)
  }
.carousel-control.right .icon-arrow-right {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_arrow_thin_right.png)
  }
  
/* verzögertes Einblenden der Beschriftung */
.carousel-item .carousel-caption {
  transition-property: opacity;
  transition-duration: .5s;
  transition-delay: 0s;       
  opacity: 0;
  }
.carousel-item.active .carousel-caption {
  opacity: 1;
  transition-delay: 0s;                    
  }

  /* Banner */
#banner-index-wrapper {
  }
#banner-index-wrapper.container-fluid {
  padding: 0;
  }
#banner-index {
  position: relative;
  /*height: calc( 90vh - 160px ); besser absoluten Wert für Anpassung an Bildschirmhöhe und Zoom */
  height: 700px;
  margin-top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  }  
/*
#banner-index .border-image-bottom {
  position: absolute;
  margin-left: .75rem;
  bottom: 0;
  width: 100%;
  height: auto;
  }
.banner-topic {
  position: absolute;
  top: 22vh;
  left: -5vw;
  background-image: url(../images/hintergrund_banner_topic.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vh;
  padding-top: 2vh;
  }
.banner-topic-slider {
  position: absolute;
  bottom: 140px;
  left: -5vw;
  width: 40%;
  }
.banner-topic-welle-oben {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
  }
.banner-topic-welle-unten {
  width: 100%;
  height: auto;
  margin-top: -5px;
  }
*/
.banner-topic-slider {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 50%;
  }
.banner-topic-text {
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: var(--color-hintergrund-gruen);
  }  
.banner-topic-text h1 {
  color: #ffffff;
  font-size: 2.4em;
  margin-top: 0;
  }  
#banner-index .banner-topic-text h2 {
  color: #ffffff;
  font-size: 2.0em;
  text-transform: none;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: 50px;
  background-image: url(../images/icon_right-arrow_28px.png);
  background-repeat: no-repeat;
  background-position: left center;
  }  
#banner-page {
  position: relative;
  height: calc( 60vh - 160px );
  margin-top: 0px;
  }  
.border-image-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  /*margin-left: -12px;*/
  }
.border-image-bottom {
  position: absolute;
  left: -.75rem;
  bottom: 0;
  width: calc( 100% + .75rem);
  height: auto;
  }
.border-image-bottom-farbe {
  width: 100%;
  height: auto;
  }
#banner-page .row {
  align-items: center;
  overflow: hidden;
  }
#banner-page .banner-topic-text h2 {
  color: #ffffff;
  font-size: 1.8em;
  text-transform: none;
  margin-bottom: 0;
  }  
.banner-topic-text h3 {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.5em;
  text-shadow: 0px 0px 15px #000000;
  }  
.banner-topic-text p {
  color: #ffffff;
  font-size: 1.2em;
  }  
#banner-page .banner-topic h1 {
  text-transform: none;
  margin-top: -130px;
  margin-bottom: 0px;
  }

/* Index */                                             
.text-index-top {
  position: relative;
  top: -100px;
  }
.text-index-top h2 {
  margin: 0;
  }
.col-multicolumn {
  column-count: 2;
  column-gap: 60px;
  margin-top: 0px;
  }
/*  
.border-image-bottom-farbe-index {
  background-image: url(../images/welle_unten_hellgrau_index.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left 100px;
  padding-bottom: 20px;
  }
*/
.home .content {
  margin-bottom: 40px;
  }
.headline-index {
  margin-top: -25px;
  }
.headline-index h2 {
  margin-top: 0;
  }
  
/* Seiten */
.border-image-bottom-farbe {
  background-image: url(../images/welle_unten_hellgrau.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 160px;
  }
.border-image-bottom-weiss {
  background-image: url(../images/welle_unten_weiss.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 160px;
  }
.border-image-bottom-gruen {
  background-image: url(../images/welle_unten_gruen.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 120px;
  }
.font-color-white {
  color: #ffffff;
  }
.page-banner {
  min-height: 60vh;
  }
.page-banner-title {
  min-height: 60vh;
  padding-top: 10vh;
  padding-left: 10%;
  }
.page-banner-title h1 {
  font-size: 2.8em;  
  margin-bottom: .5em;
  }
.page-banner-title h1::after {
  content: '';
  display: block;
  height: 2px;
  width: 60px;
  margin-top: .5em;
  background-color: #cb9487;  
  }
.page-banner-image {
  min-height: 60vh;
  background-size: cover;
  }
.page-banner-image img {
  max-height: 100%;
  width: auto;
  }
.page-topic h2 {
  font-size: 2.0em;
  margin-top: 0;
  }
.page-topic h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 60px;
  margin: auto;
  margin-top: 1em;
  background-color: #cb9487;
  }
.content {
  }
.content img {
  max-width: 100%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  }  
.content img.alignleft {
  clear: right;
  float: left;
  max-width: 50%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  }  
.content img.alignright {
  clear: left;
  float: right;
  max-width: 50%;
  height: auto;
  margin-left: 40px;
  margin-bottom: 40px;
  margin-right: -50%;
  } 
.content-col-left h2, .content-col-right h2 {
  margin-top: 0;
  } 
.content-col-left img, .content-col-right img {
  max-width: 100%;
  height: auto;
  /*clip-path: url(#welle);*/
  } 
.page-template-default .wp-caption-text {
  display: none;
  }

/* ACF-Zeilen */
.column-text {
  padding: 3vw;
  background-color: #ffffff;
  }
.column-img {
  position: relative;
  }
.content-col-left.column-img img {
  /*margin-right: -5vw;*/
  max-width: calc( 100% + 5vw );
  margin-top: 3vw;
  margin-bottom: 3vw;
  }
.content-col-left.column-text {
  padding-right: 8vw;
  }
.content-col-right.column-text {
  padding-left: 8vw;
  }
.content-col-right.column-img img {
  margin-left: -5vw;
  max-width: calc( 100% + 5vw );
  margin-top: 3vw;
  margin-bottom: 3vw;
  }

/* Teaser */
.teaser-startseite {
  margin-bottom: 30px;
  }
.teaser-startseite h1 {
  margin-bottom: 50px;
  }
.teaser-index {
  /*padding-bottom: 20px;*/
  }
.teaser-sorten {
  margin-bottom: 20px;
  }
.teaser {
  position: relative;
  padding-bottom: 40px;
  border-top: 1px solid var(--color-akzent);
  /*border-bottom: 2px solid var(--color-akzent);*/
  }
.teaser .more-button, .teaser-index .more-button {
  position: absolute;
  bottom: 20px;
  }
.teaser-text-more-button .more-button {
  bottom: 20px;
  }
.row-teaser h2 {  
  margin-top: 0;
  /*margin-bottom: 60px;*/
  color: #000;
  }
.teaser-index .teaser-image {
  position: relative;
  margin-bottom: 0px;
  padding-right: 0;
  overflow: hidden;
  }
.border-image-top {
  position: absolute;
  top: 0;
  width: 100%;
  }
.teaser-image .border-image-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  }
.col-teaser-image-index {
  margin-right: calc(var(--bs-gutter-x) * -1);
  }
.col-teaser-text-index {
  padding: 20px;
  }
.teaser-text-top {
  padding-top: 0px;
  }
.teaser-text-topic {
  color: var(--color-ueberschrift);
  text-transform: uppercase;
  margin-bottom: 0.5em;
  }
.teaser-text {
  padding: 20px;
  }
.col-teaser-text-index .teaser-text {
  padding: 0px;
  }
.teaser-text h2 {
  font-size: 1.4em;
  text-transform: none;
  color: var(--color-ueberschrift);
  margin-top: 0;
  margin-bottom: .5em;
  }
.teaser-text h2 a {
  color: var(--color-ueberschrift);
  }
  
/* Single */
h1.image-title {
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
  }
table {
  border-collapse: collapse;
  }
td {
  vertical-align: top;
  }
tr {
  border-top: 1px solid #ffffff;
  }
.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 {
  clear: both;
  margin: 0;
  }
.gallery-pic {
  float: left;
  max-width: calc( 20% - 10px );
  height: auto;
  margin: 5px;
  text-align: center;
  }
.gallery-image {
  }
.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; /* Fallback IE 6-8 */
  background: rgba(0, 0, 0, .6);
  border-top: 1px solid #000000;
  bottom: 0;
  }
  
/* 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 */
footer .font-color-white h2 {
  color: #ffffff;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  }
footer ul {
  margin-top: 0;
  }
#menu-menu-footer-1, #menu-menu-footer-2 {
  list-style-image: url("../images/pfeil.png");
  padding-left: 15px;
  margin-top: 0;
  }  
footer li > a, footer li > a.nav-link, .footer-kontakt a, .footer-copyright a {
  text-decoration: none;
  padding: 10px 0px;
  background: none;
  }
footer li > a:hover, footer li > a.nav-link:hover, .footer-kontakt a:hover, .footer-copyright a:hover {
  text-decoration: underline;
  }
.footer-copyright {
  position: relative;
  text-align: center;
  margin-top: 40px;
  }  
  
/* Mediaqueries */  
@media (max-width: 1401px) {
  #banner-index {
    height: 600px;
    }
  .banner-topic-slider {
    width: 75%;
    }
  .banner-topic-text h1 {
    font-size: 1.8em;
    }
  .banner-topic-text p {
    font-size: 1em;
    }
  .teaser-index .teaser-image {
    }
  .col-teaser-image-index {
    margin-right: 0;
    }
  .col-teaser-text-index {
    }
  .teaser-text-more-button .more-button {
    position: static;
    }
}
@media (max-width: 1200px) {
}

@media (max-width: 1199px) {
  #menu-menu-main {
    text-align: center;
    background-color: #fff;
  }
  .text-brand {
    font-size: 2.6em;
    margin-top: 16px;
    }
  #main-nav-container {
    width: 100%;
    }
  .dropdown-menu {
    text-align: center;
    margin-left: 0px;
    border: none;
    }
  .dropdown-menu > li > a:hover {
    color: #000000 !important;
    background-color: transparent !important;
    }
  .navbar-main .navbar-nav > li > a {
    color: #000000;
    font-size: 1.2em;
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height: 20px;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    }
  .navbar-main .navbar-nav .nav-item:hover:after {
    width: 0;
    } 
  #banner-index {
    height: 600px;
    }
  .headline-index h2 {
    font-size: 2em;
    }
  .teaser-image .border-image-bottom {
    left: -10px;
    width: 110%;
    }
  .teaser-text h2 {
    font-size: 1.6em;
    }
}
@media (max-width: 992px) {
  .navbar-main.main-nav-not-transparent .navbar-nav > li > a,
  .navbar-main .navbar-nav > li > a {
    font-size: 18px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0px;
    margin-right: 0px;
    }
  #banner-index {
    height: 700px;
    }
  .banner-topic-slider {
    width: 100%;
    bottom: -100px;
    }
  #banner-index .banner-topic-text h2 {
    font-size: 1.4em;
    }
  .headline-index {
    margin-top: 25px;
    }
  .headline-index h2 {
    font-size: 1.4em;
    }
  .home .content {
    margin-bottom: 0px;
    }
  .teaser-index {
    border-bottom: 40px solid transparent;
    }
  .content img.alignright {
    margin-right: -10%;
    }
}
@media (max-width: 768px) {
  .col-multicolumn {
    column-count: 1;
    column-gap: 0px;
    margin-top: 0px;
    }
  #banner-index .banner-topic-text h2 {
    font-size: 1.2em;
    padding-left: 40px;
    }
  }

@media (max-width: 575px) {
  .padding-box-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    }
  .padding-box-page-content {
    padding-top: 60px;
    padding-bottom: 20px;
    }
  body.home {
    padding-top: 100px;
    }
  .border-nav-bottom {
    bottom: -20px;
    }
  .text-brand {
    font-size: 2.0em;
    margin-top: 12px;
    }
  #banner-index {
    height: 600px;
    }
  .banner-topic-text h1 {
    font-size: 1.4em;
    }
   .banner-topic-text p {
      font-size: .9em;
      }
  .border-image-bottom-farbe, .border-image-bottom-gruen {
    padding-bottom: 100px;
    background-size: auto;
    }
  h1 {
    font-size: 2.8em;
    }
  .content-col-left.column-img img, .content-col-right.column-img img {
    margin: 0;
    max-width: 100%;
    }
  .column-img {
    padding: 0;
    }
  .content-col-right.column-text, .content-col-left.column-text {
    padding: 20px;
    margin: 0;
    margin-top: -1rem;
    }
  .content img.alignright {
    margin-right: 0%;
    }
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
    }
  .logo-brand {
    margin-right: 10px;;
    }
  .navbar-toggler {
    right: 10px;
    top: 10px;
    }
   h1 {
      font-size: 2.2em;
      }
  .content img.alignright {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px; 
    }
}
@media (max-width: 390px) {
  #banner-index .border-image-bottom {
    margin-left: .5rem;
    width: auto;
    height: auto;
    }
  .banner-topic-text {
    padding: 10px;
    }
  #banner-index .banner-topic-text h2 {
    font-size: 1.0em;
    }
  h1 {
    font-size: 2.0em;
    }
  h2 {
    font-size: 1.6em;
    }
  h3 {
    font-size: 1.4em;
    }
}
@media only screen and (min-width : 1600px) {
  .container { 
    max-width: 1470px; 
    } 
}
@media only screen and (min-width : 1800px) {
  .container { 
    max-width: 1620px; 
    } 
}
 