/*############################
---SCHRIFTART---
############################*/
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Lato-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Lato-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Lato-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Lato-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Lato-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Lato-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Lato-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Lato-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Lato-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CrimsonText-Regular";
  src: url("../fonts/CrimsonText-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CrimsonText-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/CrimsonText-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/CrimsonText-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/CrimsonText-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/CrimsonText-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/CrimsonText-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CrimsonText-Bold";
  src: url("../fonts/CrimsonText-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CrimsonText-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/CrimsonText-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/CrimsonText-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/CrimsonText-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/CrimsonText-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/CrimsonText-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


/*############################
---ALLGEMEIN---
############################*/
body {
    font-size: 17px;
    line-height: 1.6;
    background-color: #fff;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: 'Lato-Regular';
}

h1, h2, h3, h4, h5, h6, p, a, ul, ul li, span, strong {
    padding: 0;
    margin: 0;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#page h1 {font-family: 'CrimsonText-Regular';}
h1, #page h1 span, h1.carousel-header {font-family: 'CrimsonText-Bold'; font-size: 4rem;}
p {font-family: 'Lato-Light'; font-size: 17px; line-height: 1.6;}
.bold, strong, h2 span, #page h3 span, #page h4 span {font-family: 'Lato-Bold';}
h2, a, .light {font-family: 'Lato-Light';}

#page h4 {padding-bottom: 0.8rem;}

h2 {font-size: 2rem; color: #004411;}
a {
  text-decoration: none;
  color: #95c11f;
}
a:hover, a:focus {
  color: #1d4c21;
  text-decoration: none;
}

a:active, a:focus, a:hover,
button:active, button:focus, button:hover,
input, select, textarea {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

img {width: 100%; height: auto;}
/*ul li {list-style-type: none;}*/


/*############################
---HEADER---
############################*/
a.dropdown-item.active span {color: #e5100b !important;}

.frame-container {max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important;}
.header .frame {padding: 0 !important;}

.header {
    display: block;
    background-blend-mode: overlay;
}

.header.overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 1rem 0 12rem 0;
    background-blend-mode: overlay;
}

.header.onlynav {
    padding: 1rem 0 1rem 0;
    background-color: rgba(0,68,17,0.9);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.logo {
    width: 220px;
}

.header h1, .header a {color: #fff;}

.header h1.subpage-headline {
    background-color: rgba(8,68,17,0.9);
    color: #fff;
    padding: 0.8rem 0.8rem 0 0.8rem;
    display: inline-block;
}

.header h2 {
    background-color: #fff;
    display: block !important;
    width: 31rem;
    margin: 0 auto;
    padding: 1rem;
    color:transparent;
    overflow:hidden;
    display:inline-block; 
}

.header h2 span {
    /*
    background: url("../images/VFD_Reitverein_header_01.jpg") center center repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display:block;
    */
    color: #3c3c3b;
}

.header i.fas.fa-search {
    color: #fff;
    font-size: 1.7rem;
}

.headlines {margin-top: 7rem;}
.header a {
    font-family: 'Lato-Bold';
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    height: 62vh;
}

.carousel-caption {
    z-index: 1;
    top: 27%;
}

/*############################
---NAVIGATION---
############################*/
.navbar-toggler {position: unset; width: auto !important;}

.dropdown-item.active, .dropdown-item:active {background-color: #fff;}

.breadcrumb-class a, .breadcrumb-class {
    color: #3c3c3b;
    font-size: 0.8rem;
}

.home #navigation {
    position: absolute; 
    top: 0;
    padding-top: 1rem;
}

#navigation ul li {margin-left: 0 !important;}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #0a4714 !important;
    transition: all 0.5s ease;
    z-index: 5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sticky img.logo {width: 150px;}


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #fff !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 32px;}

span.menue-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-right: 12px;
    vertical-align: middle;
    display: inline-block;
}

.navbar {display: block;}
ul.main-navigation {display: inline-block;}

ul.main-navigation li {
    display: inline-block;
    color: #fff;
    vertical-align: bottom;
}

.nav-link {
    padding: .5rem 1rem 4px 1rem;
}

.dropdown-menu {
    background-color: #004411;
    border-radius: 0;
    border: none;
    left: 17px;
}

.overlay-navigation {
    position: relative;
    z-index: 10;
}

.menue{
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-green {background-color: rgba(8,68,17,0.9);}

.navi-content {padding: 10em 8rem 2rem 8rem;}

ul.main-site li a {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    display: block;
    border-bottom: 1px solid #fff;
}

ul.main-site li a:hover {
    text-decoration: none;
    color: #e6e6e6;
}

ul.main-site ul.sub-site li a{
    font-family: 'Lato-Light';
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 0;
    display: block;
    border-bottom: 0;
}


.dropdown-item:hover a {
    color: #3c3c3b;
    text-decoration: none;
}

.dropdown-menu a {
    display: block;
    width: 100%;
}

.header i.fas.fa-angle-down {
    background-color: #fff;
    border-radius: 100%;
    color: #3c3c3b;
    font-size: 1.5rem;
    padding: 0.8rem;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 2rem;
}

.header i.fas.fa-angle-down:hover {
    background-color: #004411;
    color: #fff;
}

span.active {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}


/*############################
---FORMULAR---
############################*/
.form-control {
    height: calc(2em + 1.75rem + 2px);
    border-radius: 0;
    border: none;
    color: #c6c6c6;
    font-family: 'Lato-Regular';
}

.btn-form {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    height: calc(2em + 1.75rem + 2px);
    width: 100%;
    background-color: transparent;
}

.btn-form:hover {
    color: #004411;
    background-color: #fff;
}


/*############################
---FOOTER---
############################*/
.footer {
    background-image: url("/fileadmin/user_upload/Footer-HG-Ausritt-Feld.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer h2, .footer p, .footer a {color: #fff !important;}

.footer h2 {
    font-family: 'Lato-Light';
    padding-bottom: 1rem;
}

.footer p, .footer a {font-size: 0.86rem;}


/*############################
---CONTENT-INHALTSELEMENTE---
############################*/
#page h2, #page h3, #page h4 {font-family: 'Lato-Light';}
#page h2 {margin-bottom: 1rem;}


#fakten .text-center {padding: 5rem 0;}

.zahlen-green h2 {
    font-size: 5rem !important; 
    color: #004411 !important;
    font-family: 'Lato-Bold' !important;
}

.zahlen-green p {
    font-size: 2rem; 
    color: #004411;
}

.zahlen-black h2 {
    font-size: 5rem !important; 
    color: #3c3c3b !important;
    font-family: 'Lato-Bold' !important;
}

.zahlen-black p {
    font-size: 2rem; 
    color: #3c3c3b;
}

.fnm figure {margin: 0;}
.image-height img {height: auto;}
.col-lg-6.bild {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cstm-mobile-img-obj img {
    object-fit: cover;
    height: 100%;
}

.teaser-inhalt-links, .news-inhalt-detail {padding: 5rem 5rem 5rem 15rem;}
.teaser-inhalt-rechts {padding: 5rem 15rem 5rem 5rem;}

.teaser-green {
    background-color: #004411;
}

.teaser-green h2, .teaser-green h3, .teaser-green p, .teaser-green a, .teaser-green ul li {color: #fff !important;}

a.btn-light-white{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    margin: 2rem 0;
}

a.btn-light-white:hover {
    text-decoration: none;
    border: 1px solid #F6F6F6;
    color: #F6F6F6;
}

a.btn-light-green, .btn-light-green a{
    display: inline-block;
    border: 1px solid #004411;
    color: #004411;
    text-transform: uppercase;
    padding: 1rem;
    margin: 2rem 0;
    font-family: 'Lato-Bold';
}

a.btn-light-green:hover, .btn-light-green a:hover {
    text-decoration: none;
    border: 1px solid #3c3c3b;
    color: #3c3c3b;
}

a.btn-green {
    display: inline-block;
    background-color: #004411;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    margin: 2rem 0;
}

a.btn-green.news-button {
   font-family: 'Lato-Bold';
    margin-right: 1rem;
}

a.btn-green:hover {
    text-decoration: none;
    background-color: #3c3c3b;
}

 .brands {
     width: 100%;
     padding: 4rem 0;
 }

 .brands_slider_container {
     padding-left: 97px;
     padding-right: 97px
 }

 .brands_slider {
     height: 100%;
     margin-top: 50px
 }

 .brands_item {height: 100%}
 .brands_item img {max-width: 100%}

 .brands_nav {
     position: absolute;
     top: 68%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 .brands_nav i {
     color: #c6c6c6;
     font-size: 2rem;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .brands_nav:hover i {color: #3c3c3b}
 .brands_prev {left: 40px}
 .brands_next {right: 40px}

.werbung-schlagwort {border-right: 1px solid #004411;}
.werbung-schlagwort ul {margin-left: 2rem;}

.werbung-schlagwort ul li {
    color: #004411;
    background-image: url(../images/VFD_Reitverein_icon_haken.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 1rem;
    background-size: 23px;
    padding-left: 34px;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
}

.block-werbung {position: relative;}

.werbung-text {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    color: #c6c6c6;
}

.accordion-title-link.collapsed .accordion-title-link-state:before {
    transform: rotate(0);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    background-color: transparent;
}

.accordion-title-link.collapsed .accordion-title-link-state:after,
.accordion-title-link-state:after {
    background-color: transparent;
}

.accordion-title-link-state:before {
    transform: rotate(0);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    background-color: transparent;
}

.accordion-title-link-state:before, .accordion-title-link-state:after {top: 0;}

h4.accordion-title {padding-bottom: 0 !important;}

.accordion-title-link {
    background-color: #004411;
    color: #fff !important;
    padding: 0.75rem 3.5rem 0.75rem 0.5rem !important;
}
.accordion-title-link.collapsed {background-color: transparent; color: #004411 !important;}

.accordion>.card:not(:last-of-type) {border-radius: 0 !important;}

/*############################
---MODUL: NEWS---
############################*/
.news-list-all-bund {padding: 3rem 0;}

.news-vorschaubild {position: relative;}

.news-vorschaubild img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center;
}

.news-teaser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,68,17,0.9);
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    max-height: -webkit-fill-available;
    padding: 3.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.news-vorschaubild:hover .news-teaser-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
} 

.categorie-date span {
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    line-height: 0.9rem;
}

.categorie-date .news-list-category {
    color: #ffc869;
    font-family: 'Lato-Bold';
}

.categorie-date .news-list-date, #newsbeitrag .list-view-headline {color: #fff;}
.categorie-date span:last-child {border-right: 0;}
.list-view-headline p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0.5rem 0;
}

.more {color: #fff;}
.more:hover {color: #ffc869;}

.news-single, .beitrag-header {background-color: #f6f6f6;}

img.vfd-geprueft {width: 50%;}
.news-inhalt-detail h1 {
    color: #0B4814;
    font-family: 'Lato-Bold';
    font-size: 2rem;
    padding: 1rem 0;
}

.news-footer {padding-bottom: 1rem;}

.news-inhalt-detail .news-list-date, .artikel .news-list-date, .beitrag-header .news-list-date{
    color: #c6c6c6;
    background-image: url(../images/Icons/VFD_Reitverein_icon_kalender_orange.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    padding-left: 1.5rem;
}

.beitrag-header .news-list-date, .artikel .news-list-date {
    background-image: url(../images/Icons/icon_kalender_grau.png);
}

.news-inhalt-detail .news-list-time {
    color: #c6c6c6;
    background-image: url(../images/Icons/VFD_Reitverein_icon_uhr_orange.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    padding-left: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 2rem;
}

.page-navigation {padding: 1rem 0 4rem 0;}
.news .page-navigation p {display: none;}
.news .page-navigation ul {float: left;}

.news .page-navigation ul li a, .news .page-navigation ul li.current {
    color: #c6c6c6;
    font-family: 'Lato-Bold';
    padding: 0 5px;
    font-size: 1.3rem;
}

.news .page-navigation ul li a:hover {
    color: #004411;
    border-bottom: 1px solid #004411;
    text-decoration: none;
}

.news .page-navigation ul li.current {
    color: #004411;
    border-bottom: 1px solid #004411;
}

.artikel-teaser .categorie-date .news-list-date, .artikel-teaser .list-view-headline, .artikel .categorie-date .news-list-date, .artikel .list-view-headline {color: #000;}
.artikel-teaser .more, .artikel .more {color: #1f5321; font-size: 1.2rem; padding-top: 1rem; display: block;}

.artikel {border-bottom: 3px dotted #1f5321;}
.artikel:first-of-type {border-top: 3px dotted #1f5321;}

.artikel .news-list-date, .beitrag-header .news-list-date {
    font-family: 'Lato-Regular' !important;
    color: #c6c6c6 !important;
    font-size: 16px;
    padding: 1rem 0 1rem 1.8rem;
    background-size: 20px !important;
}

.beitrag-headline h1, .news-inhalt-detail h1 {
    color: #215629;
    font-size: 38px !important;
    font-family: 'Lato-Bold' !important;
}

.no-frame-padding {padding: 0 !important;}

.block-back-link {margin-bottom: -56px;}

.beitrag-headline .news-footer {padding-bottom: 0;}
.beitrag-headline .news-footer p {margin-bottom: 10px;}

.beitragsbild img {height: 425px;}

.beitrag-header.block-back-link {margin-bottom: -96px;}
.beitrag-header, .news-list-all-bund, .news-single {margin-top: -56px;}
.beitrag-detail {padding-bottom: 5rem !important;}

.news-teaser-overlay .teaser-text p {color: #fff;}

/*############################
---MODUL: SUCHE---
############################*/

.tx-indexedsearch-res img {display: none;}
.grey-background {background-color: #c6c6c6;}

.tx-indexedsearch-searchbox-sword {
    width: 100%;
    padding: 1rem;
    border: 1px solid #3c3c3b;
    border-radius: none;
}

.tx-indexedsearch-searchbox-button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #004411;
    color: #004411;
    padding: 1rem;
}

.tx-indexedsearch-searchbox-button:hover {
    background-color: #004411;
    border: 1px solid #004411;
    color: #fff;
}

.tx-indexedsearch-info-sword {padding-top: 3rem;}

.tx-indexedsearch-browsebox li {display: inline-block; margin-left: 0; margin-right: 25px;}

/*############################
---MODUL: REGISTRIERUNG---
############################*/
#ummeldungFormular-1112 h2 {margin-top: 1rem;}
.form-control {color: #212529;}
.reg_auswahl {border-bottom: 1px solid #c6c6c6; border-top: 1px solid #c6c6c6;}

.reg_mitglieder, .reg_anbieter {padding: 10rem; cursor: pointer;}
#page .reg_mitglieder h2, .reg_mitglieder p, .reg_mitglieder ul li, #page .reg_anbieter h2, .reg_anbieter p, .reg_anbieter ul li {
    color: #c6c6c6 !important;
}
#page .reg_mitglieder.active h2, .reg_mitglieder.active p, .reg_mitglieder.active ul li, #page .reg_anbieter.active h2, .reg_anbieter.active p, .reg_anbieter.active ul li {
    color: #fff !important;
}

.reg_mitglieder ul li, .reg_anbieter ul li {
    background-image: url(../images/Icons/icon_check_grau.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 1rem;
    background-size: 23px;
    padding-left: 34px;
    list-style-type: none;
    margin-left: 0;
}

.reg_mitglieder.active ul li, .reg_anbieter.active ul li {
    background-image: url(../images/Icons/icon_check_weiss.png);
}

.reg_mitglieder:hover ul li, .reg_anbieter:hover ul li {
    background-image: url(../images/Icons/icon_check_weiss.png);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.reg_mitglieder.active , .reg_anbieter.active {
    background-color: #084411;
}

.reg_mitglieder:hover, .reg_anbieter:hover {
    background-color: #084411;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

#page .reg_mitglieder:hover h2, .reg_mitglieder:hover p, .reg_mitglieder:hover ul li, #page .reg_anbieter:hover h2, .reg_anbieter:hover p, .reg_anbieter:hover ul li {
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}




/*############################
---CSS TYPO3---
############################*/

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: inherit;
}

.ce-uploads img {width: auto !important;}

.ce-right, .ce-left {clear: both !important;}
.ce-uploads {clear: both !important;}

.textmedia-item, .textpic-item {
    padding-left: 0;
    padding-right: 0;
}

.volle_breite_unten .textpic-right .textpic-text, .volle_breite_oben .textpic-right .textpic-text {padding: 5rem 5rem 5rem 15rem;}
.volle_breite_unten .textpic-left .textpic-text, .volle_breite_oben .textpic-left .textpic-text {padding: 5rem 15rem 5rem 5rem;}
.news-detail-frame .textpic-right .textpic-text, .news-detail-frame .textpic-left .textpic-text {padding: 0rem 1rem;}
.news-detail-frame .textpic-left .textpic-text

.standard-template .textpic-right .textpic-text {padding: 0rem 5rem 0rem 0rem !important;}

.volle_breite_oben .frame {padding: 0 !important;}

.faq .frame {
    padding-top: 1.5rem;
    padding-bottom: 0;
}


.bootstrappackageicon-file:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1c1";
}

.bootstrappackageicon.bootstrappackageicon-file-image:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1c5";
}

.uploads-fileicon {
    margin-right: 0.6rem;
}

ul li.media {margin-left: 0;}



/*############################
---MEDIA QUERRIES---
############################*/


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1270px !important;}
}

@media (max-width: 1200px) {
    .teaser-inhalt-links, .teaser-inhalt-rechts, .news-inhalt-detail, .textpic-right .textpic-text, .textpic-left .textpic-text {padding: 5rem;}
    .list-view-headline p {font-size: 1.1rem;}
  	ul.main-site li a {font-size: 1.1rem;}
  .navi-content {padding: 7em 1rem 2rem 1rem;}
}

@media (max-width: 991.98px) { 
    .footer img {width: 40%; margin-bottom: 3rem;}
    .footer-nav {margin: 2rem 0;}
    .footer img.facebook {width: 40%;}
    img.logo {width: 157px;}
    .navi-content {padding: 8em 1rem 1rem 1rem; z-index: 999;}
    .carousel-caption {bottom: 2rem;}
    .carousel-item img {height: 41vh;}
    .mobile-second-text {order: 1;}
    .mobile-first-pic {order: 2;}
    .werbung-schlagwort ul {margin-left: 0;}
    .werbung-schlagwort {border-right: 0;}
    .row {padding: 0 !important;}
    .news {margin-top: 40px;}
    .beitragsbild.cstm-mobile-img-obj img {object-fit: contain; height: auto !important;}
}

@media (max-width: 768px) { 
    .zahlen-black h2, .zahlen-green h2 {font-size: 4rem;}
    .menue {top: 89px; overflow-y: scroll; height: 650px;}
    .navi-content {padding: 0;}
    .nav-link {padding: 0 10px 0 0;}
    .carousel-header {margin-top: 0 !important;}
    .home #navigation {position: fixed !important;
                top: 0;
                width: 100%;
                background: linear-gradient(to bottom, rgba(8,68,17,1) 0%, rgba(242,245,243,0) 100%, rgba(255,255,255,41%) 71%);
                transition: all 0.5s ease;
                z-index: 5;
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;}
    .sticky .menue {top: 81px !important;}
    .navbar {padding: 0.5rem 0;}
    .hamburger {padding: 15px 0 !important;}
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 30px !important;}
    .pb-5, .py-5 {padding-bottom: 1rem !important;}
    .pt-5, .py-5 {padding-top: 1rem !important;}
    .categorie-date p {margin-bottom: 0;}
    .artikel-teaser .more, .artikel .more {padding-top: 0;}
    .article h2 {margin-bottom: 0;}
    .beitrag-header.block-back-link {margin-bottom: -80px;}
    h1, #page h1, #page h1 span, h1.carousel-header {font-size: 3rem;}
    h2.carousel-subheader {font-size: 23px !important;}
    .news-list-all-bund {padding: 0;}
    a.btn-green, a.btn-light-green, .btn-light-green a {margin: 0 0 1rem 0; width: 100%; text-align: center;}
    .news-list-all-bund, .news-single {margin-top: 0;}
    .news-backlink-wrap.btn-light-green {margin: 1rem 0;}
    .block-back-link {margin-top: 2rem;}
  .footer {padding-top: 3rem !important;}
}

@media (max-width: 575.98px) { 
    .footer img {width: 60%;}
    .footer img.facebook {width: 60%;}
    .dropdown-menu {left: 0;}
    .sticky {padding-top: 0.3rem;}
    .sticky .hamburger-inner, .sticky  .hamburger-inner::before, .sticky  .hamburger-inner::after {width: 30px;}
    img.logo, .sticky img.logo {width: 126px;}
    .header h2 {width: 100%;}
    h1 {font-size: 2rem;}
    .carousel-caption {bottom: 0rem;}
    .zahlen-black h2, .zahlen-green h2 {font-size: 3rem;}
    #fakten {padding: 2rem 0;}
    .teaser-inhalt-links, .teaser-inhalt-rechts, .news-inhalt-detail {padding: 2rem 1.5rem;}
    .brands_slider_container {padding-left: 35px; padding-right: 35px;}
    .brands_next {right: 1px;}
    .brands_prev {left: 1px;}
    .brands_nav {top: 75%;}
    .zahlen-black h2, .zahlen-green h2 {font-size: 3rem !important;}
}

@media (max-width: 396.98px) { 
    .footer img {width: 100%;}
    .footer img.facebook {width: 100%;}
}




