
/**** SCHRIFTEN ****/
  
/* noto-sans-regular - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  
/* noto-sans-700 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-sans-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  
/* noto-sans-italic - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('../fonts/noto-sans-v27-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-sans-v27-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* noto-sans-700italic - latin */
  @font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    src: local(''),
         url('../fonts/noto-sans-v27-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-sans-v27-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  

/* noto-serif-regular - latin */
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/noto-serif-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-serif-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* noto-serif-italic - latin */
  @font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('../fonts/noto-serif-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-serif-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* noto-serif-700 - latin */
  @font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/noto-serif-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-serif-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* noto-serif-700italic - latin */
  @font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 700;
    src: local(''),
         url('../fonts/noto-serif-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-serif-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
/* yantramanav-300 - latin */
@font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/yantramanav-v11-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/yantramanav-v11-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* yantramanav-500 - latin */
  @font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/yantramanav-v11-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/yantramanav-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* yantramanav-100 - latin */
  @font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 100;
    src: local(''),
         url('../fonts/yantramanav-v11-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/yantramanav-v11-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
  padding: 0;
}
main ul {
  margin: 3rem 0;
  padding: 0;
}
main ul li {
  margin: 1.2rem 1.875rem;
  font-weight: 400;
  list-style-type: disc;
}
.unterseite main section p a {
  color: #007198;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #393a3e;
}
.green-txt a {
  text-decoration: none;
  color: #4dab63;
} 

.green-txt a:hover {
  color: #393a3e;
} 

strong, b {
  font-weight: 700;
}
.free {
  margin: 0 !important;
  padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin:0 0 1.5rem 0;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* Reset css STOP*/



/* ------------- ABSTAENDE TYPO 3 ----------------*/
/* Extraklein davor */
.frame-space-before-extra-small, .space-extra-small {
  margin-top: 0.75rem;
}
/* Klein davor */
.frame-space-before-small {
  margin-top: 1rem;
}
/* Mittel davor */
.frame-space-before-medium {
  margin-top: 1.5rem;
}
/* Gross davor */
.frame-space-before-large {
  margin-top: 2.5rem;
}
/* Extragross davor */
.frame-space-before-extra-large {
  margin-top: 4rem;
}
/* Extraklein danach */
.frame-space-after-extra-small {
  margin-bottom: 0.75rem;
}
/* Klein danach */
.frame-space-after-small {
  margin-bottom: 1rem;
}
/* Mittel danach */
.frame-space-after-medium {
  margin-bottom: 1.5rem;
}
/* Gross danach */
.frame-space-after-large {
  margin-bottom: 2.5rem;
}
/* Extragross danach */
.frame-space-after-extra-large {
  margin-bottom: 4rem;
}
.space-extra-small {
  height: 0.75rem;
}
.space-small {
  height: 1rem;
}
.space-medium {
  height: 1.5rem;
}
.space-large {
  height: 2.5rem;
}
.space-extra-large {
  height: 4rem;
}
.gridWrap.default.frame-layout-2 {
  width: 100%;
}
/* ------------- END ABSTAENDE TYPO 3----------------*/
/* BOOTSTRAP_ERWEITERUNG */
.pb-6, .py-6 {
  padding-bottom: 5rem !important;
}
.pt-6, .py-6 {
  padding-top: 5rem !important;
}
.pl-6, .px-6 {
  padding-bottom: 5rem !important;
}
.pr-6, .px-6 {
  padding-top: 5rem !important;
}
.mb-6, .my-6 {
  padding-bottom: 5rem !important;
}
.mt-6, .my-6 {
  padding-top: 5rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 8rem !important;
}
.pt-7, .py-7 {
  padding-top: 8rem !important;
}
.pl-7, .px-7 {
  padding-bottom: 8rem !important;
}
.pr-7, .px-7 {
  padding-top: 8rem !important;
}
.mb-7, .my-7 {
  padding-bottom: 8rem !important;
}
.mt-7, .my-7 {
  margin-top: 8rem !important;
}
/* END BOOTSTRAP_ERWEITERUNG */

/*  -------------------- START GENERELLE STILE --------------------*/
body, p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color:#384040;
  box-sizing: border-box;
}


ul li.no-style-type {
  list-style-type: none !important;
}
.btn {
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  -moz-border-radius: 0.5em;  
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border:0px;
}
.start .btn{
    width:100%;
    padding: 1.4rem 2rem;
}
.btn.bg-blue {
  background-color: #007198;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #384040;
  cursor: pointer;
}
.btn:hover{
   opacity: 0.8;   
}
/* SCHRIFTGROESSEN MOBIL */

h1,h2,h3,h4{
    font-family: 'Noto Serif', serif;
    font-weight:700;
}
h1, h2.bigger{
    font-size:2.2rem;
    line-height:2.7rem;
    hyphens: none;
    font-weight:700;
}

.startseite h1{
    font-family: 'Yantramanav', sans-serif;   
    font-weight:300;
    text-transform:uppercase;
}
.startseite h2{
    font-size:3rem;
    font-weight:700;
}
    h2{
        font-size:1.5rem;
        line-height:1.8rem;
           font-weight:700;
    }   
h2.headline-karte {
    margin-bottom: 40px;
}

    h3, .hint h2, .footer h2, #carouselHalf h3{
        font-size:1.3rem;
        line-height: 1.5rem;
    }
    .plakat h3, .carousel-item h3{
        font-size:1.2rem;
        line-height:1.4rem;
    }
    
p.subtext, .hint-box p{
    font-size:1.25rem;
    line-height:1.5rem;
}
.breadcrumb{
    font-size:1rem;
}
.image-banner figcaption{
    font-size:1.6rem;
    line-height:2rem;
    font-family: 'Noto Serif', serif;
    font-weight:700;
    float:left;
    width:80%;
  	max-width: -webkit-fit-content;
  	max-width: -moz-fit-content;
  bottom: 50px;
}
    .linkbox p{
       /* color:#fff;*/
        font-size:1.3rem;
        line-height:1.7rem;
    } 

.linkbox.text-white p
{
	color:#fff;
}
footer ul {
  padding: 0;
}

footer ul li, footer .links h3{
    font-size:1rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight:100;
    line-height:2rem;
}
footer .main-navi a{
    font-size:1.25rem;
    line-height:3.5rem;
    font-family: 'Noto Serif', serif;
    font-weight:700;
    color:#4dab63;
}
footer .downloads li a{
    font-size:1.2rem;
    line-height:2.5rem;
} 
footer .downloads li a{
    font-size:1.25rem;
    line-height:3.5rem;   
}
/* END SCHRIFTGROESSEN MOBIL */

/* FARBEN */
.green{
    background-color:#4dab63;
    color:#fff;
}
.green-txt{
    color:#4dab63;
}
.blue{
    background-color:#2b80ab;
        color:#fff;
}
.blue-txt{
  color:#2b80ab;  
}
.white{
  background-color:#fff;  
}
.grey, .grey a, .grey p, .grey h3{
    background-color:#384040;
    color:#fff;
}

.text-grey
{
	color: #393a3e !important;
}

.blue {
  background-color: #2b80ab;
}

.white-txt{
  color: #fff;
}

/* END FARBEN */

.yt_box{
  position: relative;
  max-width: 1000px; /* wie breit soll das Video maximal sein */
  margin: auto;
}
.yt_box:before{
  content: "";
  display: block;
  padding-top: 56%; /* 16:9 Format */
}
.yt_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;;
  left: 0;
  right: 0;
  bottom: 0;
}

.yt_box .cookieconsent-optout-marketing {
  width: 100%;
  height: 100%;
  background: #f6f6f9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #000;
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
}

.yt_box .cookieconsent-optout-marketing a{
  color: #4dab63;
}


.intro-fading{
    display:none;
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color: rgba(255,255,255,1);
    z-index:10000;
}



/* START Panorama Section*/
.container-fluid.panorama .wrapper{
     position:relative;
     height:1092px;
     width:100%;
}

.container-fluid.panorama{
     margin-top:-5rem;
     background-attachment:fixed;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     min-height:1092px;
     z-index: -1;
    background-position:center;
}

.container-fluid.panorama .panoramacontent{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END Panorama Section*/

/*Linkliste START*/

.linklist li{
  list-style: none;
  margin: 0 0 .5rem 0;
}

.linklist li div.subtitle{
  font-family: 'Yantramanav', sans-serif;
  font-weight: 500;
}

/*Linkliste END*/

/* Suche Fullsite*/

#searchcontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,26,33,.8);
    z-index: 99999;
    display: none;
}

#searchcontainer .close {
    float: right;
    padding: 20px 30px;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}
#searchcontainer form{
    text-align: center;
  margin-top: 20%;
}


#searchcontainer #ke_search_searchfield_sword{
  background: transparent;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 50%;
  padding: 10px;
}

#searchcontainer #ke_search_searchfield_submit{
    width: 45px;
  position: absolute;
  margin-left: -50px;
  height: 45px;
  margin-top: 0px;
  border: none;
  background: url(/fileadmin/images/lupe.svg);
  cursor: pointer;
}

#slideINMenu .searchcontainermobile{
  padding: 20px 10px;
}

#slideINMenu .searchcontainermobile #ke_search_searchfield_sword{
  	color: #fff;
  	background: transparent;
  	border: none;
  	border-bottom: 1px solid #fff
}

#slideINMenu .searchcontainermobile #ke_search_searchfield_submit{
  background: transparent;
  border: none;
  color: #fff;
} 


/* MENU HEADERBEREICH */
.navbar-expand-xl.bg-light{
    background-color:#fff !important;
    z-index:1001;
     transition: .5s ease-in-out;
}
.navbar-expand-xl .nav-item{
    text-transform:uppercase;
}
.navbar-expand-xl .dropdown-toggle::after {
    border:0px;
}
.navbar-expand-xl .navbar-brand{
    background-color:#fff;
    max-width:80%;
}

.navbar-expand-xl .navbar-brand img{
    max-width:200px;
    transition: .3s ease-in-out;
}
.navbar-light .navbar-toggler{
    margin-left:auto;
}
.navbar-expand-xl .navbar-nav .nav-link{
    padding-left:0.8rem;
    padding-right:0.8rem;
    color:#384040;
}
.navbar-expand-xl .navbar-nav .dropdown-menu{
    /*width:auto !important;*/
    border:0px;
    border-radius:0px;
    background-color:#d4e5ed;
    top:98%;
    min-width:200px;
}

.dropdown-menu .dropdown-item.menu-ebene

{
  width:15% !important;
  clear: inherit !important;
}


.dropdown-item:focus, .dropdown-item:hover{
    background-color:unset;
}
.navbar-expand-xl .nav-item.active{
    background-color:#4dab63;
}
.navbar-expand-xl .nav-item.active a.nav-link{
      color:#fff;  
}
/* ON SCROLL MENÜ */
.navbar-expand-xl.bg-light.scrolled{
    position:fixed;
    top:0;
    width:100%;
    background-color:#f5f5f5 !important;
}
.navbar-expand-xl.bg-light.scrolled .navbar-brand{
    background:transparent;
}
.navbar-expand-xl.bg-light.scrolled li.nav-item:nth-of-type(7), .navbar-expand-xl.bg-light.scrolled li.nav-item:nth-of-type(8), .navbar-expand-xl.bg-light.scrolled li.nav-item:nth-of-type(9){
    display:none;
}
.scrolled .dropdown{
    position:unset !important;
}
.navbar-expand-xl.scrolled .navbar-nav .dropdown-menu{
width: 100% !important;
border-radius: 0;
margin-left: auto;
right: 0px;
padding: 2rem 5%;
position: absolute;
min-width: unset;
max-width: unset;
margin-top: unset;
border: 0px;
min-width:unset;
} 
.scrolled .dropdown .dropdown-item{
    clear:unset;
}
.navbar-expand-xl.scrolled .nav-item{
    height:80px;
}
.navbar-expand-xl.scrolled .nav-item{
    padding-top:23px;
}
   
#navbarNavDropdown li.nav-item a{
  font-family: 'Yantramanav', sans-serif;
  font-weight: 500;
}

#navbarNavDropdown .dropdown-item{
  text-align: center;
}

/* END ON SCROLL MENÜ */


/* Mobile Menü Start */

#slideINMenu{
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  max-width: 375px;
  background: #384040;
  z-index: 99999;
  display: none;
  overflow-y: scroll;	
  overflow-x: hidden;
}

#slideINMenu .dropdown-toggle::after{
  display: none;
}

#slideINMenu a{
  color: #fff;
}

#slideINMenu .closemenu{
  padding: 20px;
}

#slideINMenu .menu ul.navbar-nav{
  position: relative;
}

#slideINMenu .container{
  border-bottom: 1px solid #424a4a;
}

#slideINMenu, #slideINMenu .dropdown-menu.mobile {
  font-size: 1.15rem;
}

#slideINMenu #navbarDropdown{
  text-align: left;
  padding: 15px 0px;
  border: none;
  font-weight:600;    
}

#slideINMenu .navbar-nav a.open{
  display: block;
  padding: 15px 0;
}

#slideINMenu .dropdown-menu.mobile{
  transform: translateX(100%);
  position: absolute;
  top: -1px;
  left: -1px;
right:-1px;    
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0s, visibility ease 0s 0.5s, transform ease 0.5s 0s;
  display: block;
  background: #fff;
  padding-top: 0;
}

#slideINMenu .dropdown-menu.mobile ul.mobile{
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0s, visibility ease 0s 0.5s, transform ease 0.5s 0s;
  display: block;
  background: #fff;
  padding-top: 0;  
}

#slideINMenu .dropdown-menu.mobile.open, #slideINMenu .dropdown-menu.mobile ul.mobile.open{
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: translateX(0);
  padding: 0;
	height: 100vh;
	z-index: 999;
	background: #384040;
    margin:0;
}

#slideINMenu .dropdown-menu li.tri{
  text-align: left;
  border-bottom: 1px solid #424a4a;
  background:#384040;
  padding: 0 10px;
}

#slideINMenu .dropdown-menu li.tri:first-of-type{
    background-color: #2b80ab;
    font-family: 'Patua One', cursive;
}
#slideINMenu .dropdown-menu li.tri:first-of-type a{
    padding:3px !important;
    font-weight:600;
}
#slideINMenu ul li i{
    font-size:1rem !important;
}
#slideINMenu .nav-item.dropdown.position-static.active, #slideINMenu .nav-item:hover{
    border:0 !important;
    background-color: rgba(56, 64, 64, .8) !important;
}


#slideINMenu .dropdown-menu li.tri a{
  color: #fff;
}

#slideINMenu .dropdown-menu li.tri .dropdown-item.category{
  padding: 15px 0px !important;
  font-family: 'PT Sans', sans-serif;
}

#slideINMenu .dropdown-item{
  color: #003d55;
}

#slideINMenu .col-2{
  background-color: #2b80ab;
}

#slideINMenu ul li ul li .container{
  border: none;
  padding: 0;
}

#slideINMenu li a{
  font-family: 'Yantramanav', sans-serif!important;
  font-weight: 500!important;
text-transform:uppercase;
}
.col-12 a.nav-link.dropdown-toggle.navbarDropdown {
  padding: 15px 0;
  text-align: left;
}
.col-10 a.nav-link.dropdown-toggle.navbarDropdown {
  text-align: left;
  padding: 15px 0;
}
/* Mobile Menü Stop */

/* END MENU HEADERBEREICH */


/* STICKY NAVI */
.sticky{
  position:absolute;
  right:0;
  top:100px;
  z-index:999; 
}
.sticky li{
    float: right;
    clear: right;
    width: 65px;
    height: 65px;
    -moz-border-radius: 35px;  
    -webkit-border-radius: 35px;
     border-radius: 35px;
    font-size:2rem;
  
    margin:0.8rem;
    text-align: center;
}
.sticky li a{
    color:#fff;
    display:block;
      width: 65px;
    height: 65px;
      padding:0.8rem;
}
.sticky li.green:hover{
    background-color:#a8d3b1;
}
.sticky li.green a:hover{
    color:#4dab63;
}
.sticky li.blue:hover{
    background-color:#96c0d4;
}
.sticky li.blue a:hover{
    color:#2b80ab;
}


/* END STICKY NAVI */


/* TOOLTIPPS */
.tooltip > .tooltip-inner {
  border-radius: 20px;
  background: #4dab63;
  font-size:1.125rem;
  padding:0.1rem 0.8rem;
  color:#fff;
  max-width:unset;
}

.tooltip .arrow::before {
  display: none;
}
/* END TOOLTIPPS */



/* BREADCRUMBS */
nav.breadcrumb {
  padding: 2.8em 1em 0;
    background:transparent;
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
  border-bottom:2px solid #4dab63;
    padding:0.5rem 0.25rem;
  line-height: 3rem;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  height: 0.8em;
  content: '>';
}

nav.breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}


/* END BREADCRUMBS */

/* OUTDOORACTIVE */

#tourList .title{
    margin:2rem 0 1rem 0;
    color:#003d55;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    min-height:100px;
}
#tourList .rate{
    font-weight:700;
}
#tourList .col-6{
    background-color:#e4eca7;
    padding:0.5rem;
    font-size:1rem;
}
.infocontainer .row{
    margin:0;
}
.infocontainer{
    margin:3rem 0;
}
#tourList .author{
    font-size:1rem;
}
#tourList .btn.btn-primary.btn-lg{
    width:100%;
}
.infocontainer i{
    margin: 0 0.5rem;
}
#tourMap .container{
    padding:0;
    overflow:hidden;
    margin-top:5rem;
}


.infocontainer .image{
    width: 100%;
    overflow: hidden;
    height: 250px;
}
.infocontainer img {
    height: 100%;
    width: auto;
}
.oax-back-native {
    display: none;
}


/* END OUTDOORACTIVE */




/* STARTSEITE ---------------------------------------------------------------*/
.startseite{
    background-image:url(../media/startseite-backgrounds/bg-startseite-harzgerode.jpg);
    background-size:cover;
    background-repeat: no-repeat;
}
.startseite header{
    height:150px;
}
.startseite a.teaserlink:hover{
    color:#384040;
    opacity:1;
}
.startseite a h2:hover{
    opacity:1;
}

.kreisteaser figure{
    position:relative;
    background:#fff;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 2.5rem;
}
.kreisteaser figure img.impression, .kreisteaser figure{
    -moz-border-radius:120px;  
    -webkit-border-radius: 120px;
    border-radius: 120px;
    height:250px;
    width:250px; 
    transition: .3s ease-in-out;
}
.kreisteaser .teaserlink:hover figure img.impression{
    opacity:0.5;
}
.kreisteaser figure .overlay{
    opacity:0;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding-top:29%;
    transition: .3s ease-in-out;
}
.kreisteaser .subtext{
     transition: .3s ease-in-out;
}
.kreisteaser .teaserlink:hover figure .overlay{
    opacity:1;
}
.teaserlink:hover p.subtext{
    opacity:1;
}
.teaserlink{
    display:block;
}
  .startseite a.karte{
    background-image:url(../images/harzgerode-outline.svg);
    background-size: contain;
    width:100%;
    height:auto;
    min-height:286px;
    background-repeat: no-repeat;
    display:block;
}
  .startseite a.karte:hover{
    background-image:url(../images/harzgerode-outline-hover.svg);
    cursor:pointer;
}

.socialmedia {
    margin-top: 212px;
    float: right;
}

.socialmedia i {
    font-size: 2.7rem;
}

.subline{
  height: 180px;
}
footer .subline {
    padding: 0.5rem;
    background-color: rgba(255,255,255,0.9);
}

.subline a {
    /*color: #fff;*/
    text-transform: uppercase;
    border-right: 0px;
    padding: 1rem;
    width: 100%;
    float: left;
    font-family: 'Yantramanav', sans-serif;  
    font-weight: 500;
}
.unterseite .subline a {
   color: #fff;
}
.subline a:last-of-type {
    border: 0px;
}

/* END STARTSEITE ---------------------------------------------------------------*/


/* UNTERSEITE ---------------------------------------------------------------*/
.image-banner{
    height:auto;
    width:100%;
    overflow:hidden;
}
.image-banner figure{
 position:relative;
     height:400px;
}
.image-banner figcaption{
   position:absolute; 
    bottom:50px;
    left:3%;
    background:rgba(255,255,255,0.8);
    padding:0.75rem;
}
.image-banner img{
    object-fit: cover;
    object-position: center center;
    min-width: 100%;
     height:400px;
}
.nav-link{
    padding-top:0px;
}

/* END UNTERSEITE ---------------------------------------------------------------*/

/* GALLERY */

.gallery a{
    overflow:hidden;
    width:100%;
    height:auto;    
}

.gallery img{
    object-fit: cover;
    width:100%;
    min-height:100%;
}
.gallery .first {
    height:320px;
    overflow: hidden;
}
.gallery .second {
    height:223px;
    overflow: hidden;
      margin-top:100px;
}
.gallery .third {
    height:171px;
    overflow: hidden;
}
.gallery .fourth {
    height:320px;
    overflow: hidden;
}
.gallery a{
    color:#2b80ab;
}
.gallery a.icon img{
    width:auto;
    height:auto;
    min-height:unset;
    margin-bottom: 0.4rem;
}

/* END GALLERY */


/* HINT BOX */
.hint-box{
-moz-border-radius: 20px;  
 -webkit-border-radius: 20px;
    border-radius: 20px;
    /*background-color:#4dab63;*/
    width:100%;
    height:auto;
    color:#fff;
    padding:1.5rem;
    font-style: italic;
    margin:100px 0;
}
.hint-box .inner{
-moz-border-radius: 20px;  
 -webkit-border-radius: 20px;
    border-radius: 20px;
    border:2px solid #fff;
    padding:1rem;
}
.hint-box h2{
    font-weight:700;
}
.hint-box p{
    color:#fff;
}

.hint-box p a{
  color: #fff!important;
}

/* END HINT BOX */


/* PHOTO-BG */
.photo-bg{
    background-image:url(../media/neudorf/blurred-bg.jpg);
    background-size:cover;
    background-attachment: fixed;
    padding-top:250px;
    padding-bottom: 200px;
}
/* END PHOTO-BG */


/* DREIER SLIDER */
.dreier-slider, .plakatwand{
    padding-top:150px;
    padding-bottom: 200px;
}
/* END DREIER SLIDER */
.deko-bg{
    background-image: url(../media/deko-backgrounds/blaetterregen.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
    min-height: 800px;
}

.newsbg{
    background-image: url(../media/deko-backgrounds/background-news.svg);
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
    min-height: 800px;
}

/* PLAKATWAND */
.plakat{
    padding:15% 10%;
    margin:1rem 0;
    position:relative;
   height:200px;
}
.plakat .overlay{
   position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
   background-color:#384040;
    color:#fff;
    transition: .5s ease-in-out;
    text-align:left;
    padding:1rem;
    height:200px;
    overflow-y:scroll;
}
.plakat .overlay:hover{
    opacity:1; 
}
.plakat .overlay p{
    color:#fff;
}
.plakat .overlay a, .plakat .overlay a:hover{
    color:#4dab63;
    hyphens:auto;
}

.plakatwrapper .hoverbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #384040;
    color: #fff;
    transition: .5s ease-in-out;
    text-align: left;
    padding: 1rem;
}
	
.plakatwrapper .hoverbox p{
	color: #fff;
  padding-top: 1rem;
}
	
.plakatwrapper:hover .hoverbox{
	opacity: .7;
}

/* END PLAKATWAND */

/* LINKBOXEN */
.related-content{
    padding-bottom: 100px;  
}
.linkbox{
   /* background-image:url(../media/deko-backgrounds/guten-appetit-harzgerode.jpg); */
    background-size:cover;
    color:#fff;
    padding:15% 10% 0 10%;
    height:400px;
    position:relative;
    margin-bottom: 1rem;
}
.linkbox .btn{
    position:absolute;
    bottom:10%;
    right:10%;
}
.linkbox.text-left .btn{
    position:absolute;
    bottom:10%;
    left:10%;
    right: unset !important;
}

.related-content .container-fluid{
    overflow: hidden;
}

/* END LINKBOXEN */

/* LINKBOX MIT HOVER */

.linkboxhover {
    background-size: cover;
    color: #fff;
    padding: 15% 10% 0 10%;
    height: 400px;
    margin-bottom: 1rem;
}
	
.linkboxhover .header{
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px;
	background: rgba(43, 128, 171, .7);
    padding: 15px 35px;
}

.linkboxhover .hoverbox{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(50, 129, 170, .9);
	color: #fff;
	padding: 100px 35px;
	display: none;
  	overflow-y: auto;
}
	
.linkboxhover .hoverbox p{
	color: #fff;
}

.linkboxhover:hover .hoverbox{
	display: block;
}

.linkboxhover .btn{
    position:absolute;
    bottom:10%;
    right:10%;
}
.linkboxhover.text-left .btn{
    position:absolute;
    bottom:10%;
    left:35px;
  	right: unset !important;
}
.unterseite main section .linkboxhover p a{
    color:#fff;
}

/* END LINKBOX MIT HOVER*/





/* DREIER Slider und Teaser-Area */

#carouselDreier figure{
   width:100%;
   /*height: 250px;*/
}

#carouselDreier figure figcaption {
   position: absolute;
   bottom: unset;
   color: #fff;
   padding: 0.5rem;
   width: 90%;
   z-index: 30;
   height: 100%;
   overflow:hidden;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
}
#carouselDreier figure figcaption h3{
   	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
    background:rgba(62,72,74,0.9);
	padding: 0.75rem 1rem;
}

.teaser-area figure figcaption{
   background:transparent;
   height:100%;
   color:#fff;
   margin: 0 10px;
   width:auto;
}
.teaser-area figure figcaption h2{
   top:1rem;
   position:absolute;
}
.teaser-area figure figcaption .info{
   bottom:8%;
   position:absolute;
}
	
.startseite .teaser-area .topnews figure figcaption .info{
   bottom:4%;
    max-width:95%;
}
	


#carouselDreier {
    height: auto;
    padding-bottom:1rem;
}
#carouselDreier .carousel-item {
    height: auto;
}
#carouselDreier .carousel-item img {
    width:100%;
    min-height: 350px;
    margin:0 auto;
    object-fit: cover;
    object-position: top;
}


#carouselDreier figure .teaser_hover, .teaser-area figure .teaser_hover{
    padding:1rem;
}
.teaser_hover p, .teaser_hover a{
   font-weight:300;
}
.teaser_hover p, #carouselDreier figure .teaser_hover{
	color: #fff;
}
#carouselDreier .teaser_hover .info h4{
    margin-bottom:0px;
}	
	
#carouselDreier figure .teaser_hover .info a.btn{
	/*position: absolute;*/
	margin-bottom: 1rem;
	margin-left: 1rem;
}		

.teaser_hover a:hover{
   color:#fff;
}
.unterseite main section .teaser_hover a{
      color:#fff; 
}
.teaser_hover .info{
   position:unset;
}
.teaser_hover .info p.label{
   position:unset;
   background:transparent;
   float:none;
   margin-top:0;
   margin-bottom:0.5rem;
   padding:0;
}
.teaser_hover .info p.label.text-yellow{
   margin-bottom:1rem;
}
#carouselDreier figure .teaser_hover, .teaser-area figure .teaser_hover{
    overflow-y: scroll;
}


#carouselDreier .slidertitle, .container .slidertitle{
    font-size:1rem;
    font-weight:500;
    margin:1rem 0 .2rem 0;
}

#carouselDreier .carousel-control-prev-icon, #carouselDreier .carousel-control-next-icon,  #carouselHalf .carousel-control-prev-icon, #carouselHalf .carousel-control-next-icon, #teaserslider_unterseite .carousel-control-prev-icon, #teaserslider_unterseite .carousel-control-next-icon{
    background-image: url(../images/previous.svg);
    width: 48px;
    height: 48px;
}
#carouselDreier .carousel-control-next-icon, #carouselHalf .carousel-control-next-icon, #teaserslider_unterseite .carousel-control-next-icon{
    background-image: url(../images/next.svg);
}
#carouselDreier .carousel-control-next, #carouselDreier .carousel-control-prev, #carouselHalf .carousel-control-next, #carouselHalf .carousel-control-prev{
    bottom: 0%;
    width: 5%;
}
#carouselDreier .carousel-control-next {
    right:1%;
}
#carouselHalf .carousel-control-next{
     right:-5%;
}
#carouselDreier .carousel-control-prev{
    left:1%;
}
#carouselHalf .carousel-control-prev{
    left:-5%; 
}
#carouselDreier .carousel-indicators {
    bottom: -20px;
}

#carouselHalf .carousel-indicators{
  	bottom: -50px;
}

#carouselDreier .carousel-indicators li, #carouselHalf .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #9ca0a1;
    margin-right: 6px;
    margin-left: 6px;
   -moz-border-radius: 2em;  
     -webkit-border-radius: 2em;
    border-radius: 2em;
}
#carouselDreier .carousel-indicators li:hover, #carouselHalf .carousel-indicators li:hover{
    cursor:pointer;
}
#carouselDreier .carousel-indicators li.active, #carouselHalf .carousel-indicators li.active{
    background-color:#373e41;
}
#carouselDreier figure, .teaser-area figure{
    position:relative;
    height:150px;
    width:150px;
    margin:0;
    z-index:100;
   	box-sizing: border-box;
   	overflow:hidden;
}
#carouselDreier figure{
   width:100%;
   height:150px;
}
.startseite .gridWrap.teaser-area.frame-layout-2 .teaser-area figure,
.startseite .gridWrap.teaser-area.frame-layout-2 .teaser-area .topnews figure{
   height:230px;
   width:100%;
}


#carouselDreier figure .teaser_hover, .teaser-area figure .teaser_hover{
    background-color: rgba(50, 129, 170, .8);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    color:#fff;
    opacity:0;
    z-index:50;
    padding:.75rem 1rem;
}

#carouselDreier figure .teaser_hover:hover, .teaser-area figure .teaser_hover:hover{
    opacity:1;
    transition: 0.9s 0s;
    -webkit-transition: 0.9s 0s;
}
#carouselDreier .btn{
    color:#003d55;
	font-size: 1rem;
}
#carouselHalf .img-fluid{
    height:245px;
    object-fit:cover;
    max-width:unset;
}

/* END DREIER Slider und Teaser-Area*/	
	
	






	.carousel-item{
		margin-right: inherit!important
	}	
	


/* DREIER SLIDER*/


/* Bilder im Content */
.ce-gallery img {
    width: 100%;
    height: auto;
}
/* End Bilder im Content */



/* SLIDER HEADER UNTERSEITEN */
#teaserslider_unterseite .carousel-item{
		width: auto;
        min-width:100%;
        height:380px;
		background-size: cover;
        animation:fadein 1s;-moz-animation:fadein 2.0s;-webkit-animation:fadein 1s; 
}
#teaserslider_unterseite .carousel-inner{
   animation:fadein 1s;-moz-animation:fadein 2.0s;-webkit-animation:fadein 1s; 
}
@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}   


#teaserslider_unterseite .carousel-indicators{
   
    
    bottom:0px;
    padding:2rem;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    background-color:#fff;
    width:100%;
}
#teaserslider_unterseite .carousel-indicators li{
    -moz-border-radius: 2em;  
     -webkit-border-radius: 2em;
    border-radius: 2em;
    width: 15px;
    height: 15px;
    background-color: #9ca0a1;
    margin-right: 6px;
    margin-left: 6px; 
}
#teaserslider_unterseite .carousel-indicators .active{
     background-color: #373e41;
}
.image-banner #teaserslider_unterseite figcaption{
    bottom:150px;
}
#teaserslider_unterseite .carousel-control-next, #teaserslider_unterseite .carousel-control-prev{
  top:unset;
    height:auto;
    z-index:1000;
    padding:1rem;
}



/* END SLIDER HEADER UNTERSEITEN */



/* FOOTER */
footer .subline{
    text-align:center;
    width:100%;
    padding:0.5rem;
    background-color:rgba(255,255,255,0.8);
}
footer .subline a{
    padding:0.25rem 1rem;
    text-transform:uppercase;
  	font-size: 1rem;
}

.unterseite footer .grey{
    padding:100px 0;
} 
footer h3{
    margin-bottom: 0px;

}
footer ul{
       margin-top:3rem; 
}
    footer .main-navi{
        padding-top:1rem;
        padding-bottom:2rem;
    }
footer ul.downloads li{
    margin:2rem 0;
}

footer h3.green-txt{
  	color: #4dab63;
}
    
/* END FOOTER */


/* EXT: POWERMAIL START*/

.tx-powermail .powermail_fieldwrap {
    margin-bottom: 1rem;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_textarea.powermail_fieldwrap_ihrenachricht {
  margin-bottom: 2.5rem;
} 

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_hinweis{
  font-size: 1rem;
  margin-bottom: 2rem;
} 

.tx-powermail .powermail_label{
  margin-bottom: 0!important;
}

.tx-powermail ul.parsley-errors-list{
  margin: 0!important;
}

.tx-powermail ul.parsley-errors-list li.parsley-custom-error-message, .tx-powermail ul.parsley-errors-list li.parsley-required{
  list-style: none;
  margin-left: 0!important;
  color: red;
}
.tx-powermail .container-fluid {
    padding: 0;
}

/* EXT: POWERMAIL END*/
    h3 {
        display: flex;
        column-gap: 10px;
        align-items: center;
    }

/* -------------------- START RESPONSIVE ---------------------------------------- */
/* Uebergreifend mobil*/
@media (max-width: 1199px) {
  .texttopleft.frame-space-before-large {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
  .col-12.col-xl-7 {
      order: 2;
        display: flex;
    flex-direction: column-reverse;
	}
  .plakat h3, .carousel-item h3 {
    margin: 0;
  }
  .info {
    margin-top: 2rem;
}
   .dreier-slider, .plakatwand {
    padding-top: 50px;
  }
  h4.text-center.headline + h1.text-center {
    margin-top: 1rem!important;
    margin-bottom:4rem;
}
  /* Vereinskacheln */ 
    .plakat h3, .carousel-item h3 {
    margin: 0;
    word-break: break-word;
    font-size: 1.1rem !important;
}
  .plakat .overlay h3 {
    padding: 0;
}
  .frame.frame-default.frame-type-text.frame-layout-0 p {
    text-align: left!important;
    margin-bottom: 2rem;
}
  /* Abstände */
    .frame-space-after-extra-large {
        margin-bottom: 0px!important;
    }
    .pb-7 {
      padding-bottom: 2rem!important;
    }
    .frame-space-before-medium {
        margin-top: 2.5rem;
    }
    .related-content {
        padding-bottom: 50px;
    }
    .col-6.col-lg-4.col-xxl-2.plakatwrapper {
        margin-bottom: 20px;
        margin-top: -40px;
    }
    .teaserlink h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .pt-6, .py-6 {
        padding-top: 0rem !important;
        }
    .pb-6 {
        padding-top: 1rem;
    }
    .pb-3, .py-3 {
        padding-bottom: 0rem!important;
        }
        .pt-5, .py-5 {
            padding-top: 2rem!important;
        }
    .dce_locationinfo {
        margin-bottom: 3rem;
    }
    .text-center .col-12 a.btn.bg-blue.text-white {
        text-align: right!important;
        margin: 0px 0 6px 0;
    }
    .pt-5 {
        padding-top: 0!important;
    }
    .col-6.col-lg-4.col-xxl-2.plakatwrapper .plakat {
        margin-bottom: 20px;
    }
    .col-12.mb-3.col-lg-6.col-xl-4.mb-xl-0.float-left {
        margin-bottom: 2rem!important;
    }
    /* Header auf Unterseiten */
  
    .sticky {
        top: 100px;
        right: 10px;
        }
    .sticky li {
        width: 55px;
        height: 55px;
        margin: 0.4rem;
        font-size: 1.75rem;
        display: grid;
        justify-content: center;
    }
    #teaserslider_unterseite .carousel-item {
        height: 390px;
    }
    #carouselDreier .carousel-control-prev-icon, #carouselDreier .carousel-control-next-icon, #carouselHalf .carousel-control-prev-icon, #carouselHalf .carousel-control-next-icon, #teaserslider_unterseite .carousel-control-prev-icon, #teaserslider_unterseite .carousel-control-next-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 7px;
    }
    #teaserslider_unterseite .carousel-indicators li {
        width: 12px;
        height: 12px;
    }
    .image-banner figcaption{
    font-size:1.7rem;
    line-height:2rem;
    bottom:50px;
    left:5%;
    padding:0.5rem;
    float:unset;
    max-width: -webkit-fit-content;
  	max-width: -moz-fit-content;
    width: 85%;
    display: flex;
    column-gap: 11px;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    align-items: center;
    }
    .image-banner #teaserslider_unterseite figcaption {
    bottom: 110px;
    }
    .image-banner img {
    height: 380px;
    }
    .image-banner figure {
    height: 380px
    }
    /* linksbuendige Headlines */
    h1 .blue-txt {
        text-align: left !important;
    }
    h3.text-center {
        text-align: left!important;
        font-size: 2rem;
    }

    h1.blue-txt.text-md-center {
        text-align: left!important;
    }
 
    h2.headline-karte {
    margin-bottom: 20px;
    }
    h2.ce-headline-center {
        text-align: left!important;
        margin-top: 0.5rem;
    }
    .related-content h2.ce-headline-center {
        text-align: left!important;
    }
    
    h2.text-center {
        text-align: left!important;
    }
    header h2.ce-headline-center {
        margin-bottom: 2rem;
    }
   
    h1.text-center {
        text-align: left!important;
    }
    h4.text-center.headline {
        text-align: left!important;
    }
      p.text-center.headline {
        text-align: left!important;
    }
    h1.blue-txt.text-md-center.headline {
        margin-top: 4rem;
    }
     /* Button in der Linkbox */
  .linkboxhover.text-left .btn {
    bottom: unset;
  }
  .linkboxhover .btn {
    bottom: unset;
  }
  .linkbox .btn {
    left: 10%;
    right: unset;
	}
  .linkboxhover {
    background-position: center;
    margin-bottom: 2rem;
    }    
  .linkbox.text-right.text-grey {
    margin-bottom: 2rem;
    text-align: left!important;
    }
    /* Footer */
    .socialmedia {
        margin-top: 80px;
    }
    /* Bildpositionen */
    #teaserslider_unterseite .carousel-item {
        background-position: 25%;
    }
    #teaserslider_unterseite .carousel-item:nth-child(3) {
        background-position: 45%!important;
    }
    #teaserslider_unterseite .carousel-item:nth-child(6) {
        background-position: 60%!important;
    }
    .image-banner img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }
    .first {
        margin-top: 0px!important;
    }
    .deko-bg {
        min-height: 300px;
        background-image: unset;
     }
     /* Text auf Bild/Parallax */
    .photo-bg {
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .photo-bg.close-up .col-12.col-xl-5 {
        padding: 10px 15px 40px 15px
    }
    .col-12.col-xl-6.mb-5.text-center {
        padding: 40px;
    }
    
    .photo-bg .container {
        max-width: 100vw;
        margin-top: 50px;
    }
    .photo-bg .row.justify-content-between {
        background-color: #ffffff77;
    }
	.linkboxhover.text-left .btn {
    bottom: unset;
    padding: 10px 20px;
    font-size: 1.15rem;
    margin-top: 0.75rem;
	}
  .pb-6, .py-6 {
        padding-bottom: 0rem !important;
    }
      .pt-7, .py-7 {
        padding-top: 0rem !important;
    }
    .panorama.pt-6, .panorama.py-6 {
        padding-top: 0rem !important;
    }

    .frame-space-before-extra-large {
        margin-top: 3em;
    }
     h2.w-100 {
        text-align: left!important;
          margin-top: -50px;
        width: 90%!important;
        hyphens: auto;
    }
     .space-extra-large {
        height: 2rem;
    }
   .frame.frame-default.frame-type-text.frame-layout-0 p:nth-child(5), .frame.frame-default.frame-type-text.frame-layout-0 p:nth-child(6), .frame.frame-default.frame-type-text.frame-layout-0 p:nth-child(7), .frame.frame-default.frame-type-text.frame-layout-0 p:nth-child(8) {
        display: none;
    }
   .pt-7 h2.ce-headline-center {
        padding-left: 15px;
        margin-top: 5rem;
    }
   p.text-center.headline {
        margin-bottom: -3rem;
    }
   .headline {
        margin-top: 4.25rem;
        margin-bottom: 1rem;
    }
  p.text-center.headline + h1.text-center {
    margin-top: -1rem;
    margin-bottom: 4rem;
}
   .newsbg h2 {
        margin-top: 4rem!important;
    }
  .newsbg header h2.ce-headline-center {
    margin-top: 3rem!important;
    margin-bottom: -2rem!important;
}
}
/* SMALL */
@media (max-width: 767px) {
	/* tabbar */
  	.tabbar__list {
      justify-content: center!important;
  	}
  .category-card__title {
    font-size: 12.5px;
	}
  .pb-7 h2.ce-headline-center {
    padding: 0!important;
	}
      #carouselDreier figure{
	   width:100%;
	   height:280px;
    }
	.teaser_hover p{
		display: block;
    }
 
	#carouselDreier figure .teaser_hover, #carouselDreier figure .teaser_hover p{
	   display:block;
	}
	#carouselDreier .btn{
		font-size: 1.25rem;
	}  
    /* Breadcrumbs*/
        nav.breadcrumb {
        padding: 0em 0em 0.75em 0;
        font-size: 0.8rem;
    }
    /* Headlines */
  	h1 {
    font-size: 2.05rem;
    line-height: 2.7rem;
      margin-top: -20px;
    } 
    h2 {
      hyphens: none;
      font-size: 2rem;
      line-height: 2.4rem;
    }
      h2.text-center.bigger {
        text-align: left!important;
            margin-top: -1rem!important;
    		margin-bottom: 2rem;
    }
    /* In der mobilen Version sind alle Ueberschriften linksbündig! */
    .headline-besonderheiten {
      margin: -50px 0 25px 0!important;
    }
    h1.text-center {
        margin-bottom: 1.5rem;
    }
   #highlights-br {
    margin: -10px 0 35px 0;
    }
    #highlights-dr {
        margin: 50px 0 30px 0;
        }
   
 
    h1.blue-txt.text-md-center, h1.text-center {
        margin-top: 4rem;
    }
    #highlights-koenigerode {
      margin: 0px 0 25px 0;
    }
    .pt-7 h2.ce-headline-center {
      padding-left: 15px;
      margin-bottom: 15px;
    }
   
    h3 .green-txt {
        font-size: 1.75rem;
    }
   
    .plakat h3, .carousel-item h3 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
   
  .hint-box {
    margin: 60px 0;
  }
   
    /* Footer */
    footer {
        margin-top: 60px;
    }
    footer ul {
        padding: 0;
    }
    footer h3.green-txt {
    font-size: 2rem;
    }
    footer .downloads li a {
        font-size: 1.1rem;
        line-height: 1.75rem;
    }
    footer ul.downloads li {
        display: flex;
        margin: 2rem 0;
    }
    footer .main-navi {
        margin-top: -20px;
    }
    footer h3.green-txt {
        margin-top: 30px;
    }
    .subline {
        height: 210px;
    }
    .unterseite footer .grey {
        padding: 40px 0;
    }
    /* Bildgalerie */
    .container.Dreier.py-sm-3.py-md-5 {
        padding: 0px!important;
    }  
    .row.gallery {
        padding: 0 5px;
    }
    
    .photo-bg .img-fluid {
        margin-top: 20px;
        }
    .dce_hintbox.hint-box.blue {
        margin: 50px 0 90px 0;
    }
    /* Panorama Hintergrund */ 
    .container-fluid.panorama,   .container-fluid.panorama .wrapper  {
        height: 780px;
        margin-top: 50px;
    }
    .container-fluid.panorama {
        min-height: 780px;
        margin-bottom: 50px!important;
    }
    
    .container-fluid.panorama .panoramacontent {
        display: flex;
        align-items: center;
    }
    .panoramacontent .hint-box {
        margin: unset;
    }
    .hint-box p:nth-child(3), .hint-box p:nth-child(4), .hint-box p:nth-child(5), .hint-box p:nth-child(6) {
        display: none; 
    }
    /* News */
   
    .col-12.col-lg-6.col-xl-3.py-3.article.articletype-0.tileview {
        margin-bottom: 20px;
    }
    a.btn.blue.text-white.float-right.mt-5.d-block.d-xl-none {
        margin-top: 30px!important;
        margin-bottom: 10px;
      float: left!important;
    }  
    .dreier-slider, .plakatwand {
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .article.listview .articleteaser, .article.tileview .articleteaser, .article.tileview-topnews .articleteaser {
        min-height: unset!important;
    }
    .linkboxhover:nth-child(3) {
        background-position: 10%;
    }
    .linkboxhover .header {
    display: flex; 
    align-items: center;
    column-gap: 10px;
    padding: 15px;
    }
	    .hoverbox p {
        margin-top: -20px;
    }
    /* Startseite */
    .startseite h1 {
        font-size: 2.5rem;
        padding: 40px 0 10px 15px;
        color: #212529;
    }
    span.umbruch-mobil::after {
        content: "\A";
        white-space: pre;
    }
    .startseite .subline.row.m-0 {
        height: 210px;
    }
    .col-1.col-lg-2.col-xl-3.pr-5.pt-xl-3 {
        margin-top: -300px; }
        #carouselDreier, .container-fluid, .carousel-item.row.active, .col-12.mb-3.col-lg-6.col-xl-4.mb-xl-0.float-left {
        margin: 0;
        padding: 0;
    }
    section.content {
        overflow: hidden;
    }
    /* Overflow auf der Startseite vermeiden */
        .startseite .row {
        margin-right: 1px!important;
    }
    .startseite .container {
        padding-right: 0!important;
    }
    .container-fluid.panorama {
        min-height: 650px;
    }
    /* Linkliste */
    .linklist li {
        margin: 0 0 1.5rem 0;
        width: 95%;
        hyphens: auto;
    }
    .linklist {
        margin-top: -15px;
        margin-bottom: 90px;
        word-wrap: break-word;
    }
    main ul {
        margin: 1rem 0;
    }
 
    .dreier-slider, .plakatwand {
        padding-bottom: 0px;
    }
 
    .frame-space-before-extra-large {
        margin-top: 3em;
    }
    .plakat, .plakat .overlay {
        height: 150px;
        background-position: center;
    }
    .plakat {
        margin-bottom: -15px;
        margin-top: 1rem;
      padding:0;
    }

   img[src*="/fileadmin/harzgerode/media/deko-backgrounds/blaetterregen.png"] {
        display: none!important;
    }
    /* Unterkunft Platzhalterbilder ausblenden */
    img[src*="/fileadmin/user_upload/Platzhalter-Bild.jpg"] {
        display: none!important;
    }
    img[src*="/fileadmin/harzgerode/media/Platzhalter/Platzhalter-Bild.jpg"] {
        display: none!important;
    }
    .ce-gallery img {
        width: 100%;
        height: auto;
    }
    /* festgelegte Abstände */
    .ce-headline-center .space-medium {
        height: 0rem;
    }
  
    /* News Unterseite */
    .news.news-single {
        margin-top: 4.5rem;
    }
    /* News zurück Button */
    a.news-backlink-wrap.btn.float-right.my-5 {
        margin-top: 20px!important;
        margin-bottom: -19px!important;
    }
    /* Karte Unterkunft buchen */
    .category-card__title.f-bold {
        font-size: 13px;
    }
    }
/* MEDIUM */
@media (min-width: 768px) {
    .sticky{
        top:150px;
    }
    
     h1{
    font-size:2.5rem;
    line-height:2.8rem;    
  }
.subline{
  height: auto;
}
  
  .subline a {
      border-right: 1px solid #384040;
      padding: 0 1rem;
      width: auto;
      float: unset;
  }
    .subline a:last-of-type, .unterseite .subline a:last-of-type{
        border:0px;
    }     
.unterseite .subline a {
      border-right: 1px solid #fff;    
    
}
.image-banner figcaption{
    font-size:2rem;
    line-height:2rem;
    }   
#carouselHalf .img-fluid{
    height:445px;
}    
    #teaserslider_unterseite .carousel-item{
    height:510px;
    }     
}
@media (min-width: 768px) and (max-width: 1199px){
    /* Startseite */

    /* Footer */
    .subline.row.m-0 {
        display: flex;
        flex-direction: row-reverse;
    }
    footer .col-10.col-lg-8.col-xl-6.pt-xl-4.text-center {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer h3.green-txt {
        font-size: 2.5rem;
    }

    .col-12.col-md-12.col-xxl-5 h3.green-txt {
        margin-top: 2rem;
    }
 	#highlights-koenigerode {
      margin-top: -50px;
    }
  .col-12.mb-3.col-lg-6.col-xl-4.mb-xl-0.float-left {
    padding: 0;
}
    h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    h2.bigger {
        line-height: 3.25rem;
    }
    h2.ce-headline-center {
        max-width: 960px;
        margin: 0 auto;
    }
    /* Abstände */
    .frame-space-after-extra-large {
        margin-bottom: 0rem;
    }
    .frame-space-before-extra-large {
        margin-top: 2rem;
    }
    .frame-space-after-medium {
        margin-bottom: 2.5rem;
    }
    h1.blue-txt.text-md-center, h1.text-center {
        margin-top: 4rem;
    }
  .hint-box {
    margin: 40px 0 50px 0;
  }
    .related-content {
        padding-bottom: 90px;
    }
    /* Panorama Hintergrund */ 
    .container-fluid.panorama,   .container-fluid.panorama .wrapper  {
        height: 700px;
        margin-top: 50px;
    }
    .container-fluid.panorama {
        min-height: 700px;
        margin-bottom: 100px!important;
    }
        .container-fluid.panorama .panoramacontent {
        display: flex;
        align-items: center;
    }
    .panoramacontent .hint-box {
        margin: unset;
    }
    .hint-box p:nth-child(3), .hint-box p:nth-child(4), .hint-box p:nth-child(5), .hint-box p:nth-child(6) {
        display: none; 
    }
    .panorama.pt-6, .panorama.py-6 {
        padding-top: 0rem !important;
    }
    .startseite .subline.row.m-0 {
        height: 60px;
        }
            .col-1.col-lg-2.col-xl-3.pr-5.pt-xl-3 {
        margin-top: -150px;
        }
        nav.breadcrumb {
            padding: 0em 0em 1.25em 0;
        }
        /* Abstände */
        .frame-space-after-medium {
            margin-bottom: 2.5rem;
        }
    
          .related-content {
            padding-bottom: 90px;
        }
        .linklist {
            margin-bottom: 90px;
        }
        h2 {
            font-size: 2rem;
            line-height: 2rem;
        }
             .row .col-12.col-md-6.col-xl-4:nth-child(3) {
            margin-top: 2rem;
        }
        .dreier-slider, .plakatwand {
            padding-bottom: 50px;
        }
        .frame.frame-default.frame-type-text.frame-layout-0 p {
            text-align: left!important;
            margin-bottom: 2rem;
        }
       
       
        #carouselDreier {
            padding: 0;
        }
        #carouselDreier figure {
            width: 100%;
            height: 330px;
        }
        .newsbg h2 {
            margin-bottom: -30px!important;
            margin-top: -8rem!important;
        }
        .related-content h2.ce-headline-center {
            margin-top: 5rem;
        }
        a.btn.blue.text-white.float-right.mt-5.d-block.d-xl-none {
            float: left!important;
        }
            #highlights-dr {
            margin-top: -7rem;
            margin-bottom: -1rem;
        }
        h1.blue-txt.text-md-center.headline {
            margin-top: 4rem;
        }
        h3 .green-txt {
            font-size: 1.5rem;
        }
        .page {
            min-height: unset;
        }
        h4.text-center.headline +h1.text-center {
            margin-top: 1rem;
        }
        .article.listview .articleteaser, .article.tileview .articleteaser, .article.tileview-topnews .articleteaser {
            min-height: 175px;
        }
        h2.text-center.bigger {
            text-align: left!important;
            margin-top: 2rem!important;
        }
        .headline-besonderheiten {
            margin-top: -70px;
            margin-bottom: 20px;
        }
    
       
  footer {
    margin-top: 80px;
  }
   
}
/* LARGE ---------------------------------------- */
@media (min-width: 992px) {
  .startseite a.karte{
    margin-top:-210px;
}
  .plakat, .plakat .overlay {
    height: 220px;
    background-position: center;
}
.kreisteaser .subtext{
    opacity:0;
    } 
      .image-banner figcaption{
     right:10%;
     left:unset;
          
    }  
    .plakat, .plakat .overlay{
        height:300px;
    }    
  #carouselDreier .carousel-item img{
       min-height:300px;
   }
     #carouselDreier figure, .teaser-area figure{
       height:300px;
         width:424px;
   }  
    #carouselDreier .carousel-control-next, #carouselDreier .carousel-control-prev{
        width:3%;
    }
    #carouselDreier .carousel-control-prev{
        left:-2%;
        width:
    } 
    #carouselDreier .carousel-control-next{
        right:-2%;
    } 
.image-banner figcaption{
    font-size:2.5rem;
    line-height:3rem;
    }     
    
}

@media (max-width: 575px) {
  .plakatwand, h2.ce-headline-center {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}
  .plakatwand h2.ce-headline-center {
    padding: 0!important;
}
	.plakatwand .container {
    padding: 0!important;
}
  .linkboxhover {
    margin-left: 15px;
    margin-right: 15px;
}
  .locationName.ng-binding {
    text-align: left!important;
    padding: 0;
    margin: 0;
}
    .locationName {
    text-align: left!important;
}
}

@media (max-width: 635px) {
  #weatherWidgetInner {
    margin-right: 4rem!important;
}
}

@media (min-width: 576px) and (max-width: 767px) {
  h2.ce-headline-center {
        max-width: 540px;
        margin: 0 auto;
       }
    .col-12.col-xl-6.mb-5.text-center, .photo-bg.close-up .col-12.col-xl-5, h2.text-center.bigger, .dreier-slider, .plakatwand {
        max-width: 540px;
        margin: 0 auto;
    }
  .container-fluid.text-center {
    padding: 15px;
}
}
   	/* Weather */
@media (min-width: 374px) and (max-width: 767px) {
  .col-12.col-xl-6.weather {
    max-width: 96%;
    margin-left: -1.7rem;
  }
}
@media (min-width: 364px) and (max-width: 373px) {
.col-12.col-xl-6.weather {
    max-width: 95%;
    margin-left: -1.7rem;
}
}
@media (min-width: 360px) and (max-width: 363px) {
  .col-12.col-xl-6.weather {
    max-width: 96%;
    margin-left: -1.7rem;
}
}
@media (max-width: 359px) {
  .col-12.col-xl-6.weather {
    max-width: 84%;
  }
}




@media (min-width: 768px) and (max-width: 990px){
    h2.ce-headline-center {
        max-width: 720px;
        margin: 0 auto;
        margin-top: -2rem;
    }
    .col-12.col-xl-6.mb-5.text-center, .photo-bg.close-up .col-12.col-xl-5, h2.text-center.bigger, .dreier-slider, .plakatwand {
        max-width: 720px;
        margin: 0 auto;
    }

}
@media (min-width: 991px) and (max-width: 1199px){
    h2.ce-headline-center {
        max-width: 920px;
        margin: 0 auto;
        margin-top: -2rem;
    }
    .col-12.col-xl-6.mb-5.text-center, .photo-bg.close-up .col-12.col-xl-5, h2.text-center.bigger, .dreier-slider, .plakatwand {
        max-width: 920px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1199px) {
  .col-1.col-lg-2.col-xl-3.pr-5.pt-xl-3 {
  padding: 0!important;
}
img.img-fluid.float-right.d-none.d-xl-block.mr-5 {
  display: block!important;
  margin-right: 10px!important;
}

.col-10.col-lg-8.col-xl-6.pt-xl-4.text-center a {
  padding: 10px;
}

  footer .subline {
   align-items: center;
  }  
  
footer .img-fluid {
  height: unset;
  max-width: 80px;
}
.startseite footer {
  margin-top: 80px;
}
 .img-fluid {
    max-width: 100%;
    height: 100%!important;
}
.first, .second, .third, .fourth {
  height: 100%!important;
}
.gallery .second {
  margin-top: 0px;
}
.col-6 {
  padding: 15px!important;
}
.row.gallery.mb-4 {
  margin-bottom: 0!important;
}
}

/* EXTRA LARGE ---------------------------------------- */
@media (min-width: 1200px) {
    .navbar-expand-xl .nav-item{
    height:108px;
    padding-top:35px; 
}
  span.umbruch-desktop::after {
        content: "\A";
        white-space: pre;
    }
.startseite .navbar-expand-xl .nav-item{
    height: 150px;
    padding-top: 60px;        
}  
  .linkboxhover .hoverbox p{
  	margin: revert!important;
}
  /* Umbruch in Header-Überschrift bündig */
  .image-banner figcaption {
    display: flex;
    column-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    align-items: center;
  }
  
figcaption > i {
margin-right: 15px;
}
  
#carouselDreier figure {
	   position: relative;
	   max-height: 500px;
	   margin: 0;
	   z-index: 100;
	   max-width:100%;
	}
	
	#carouselDreier {
   		padding-bottom:5rem;
	}

	#carouselDreier .carousel-indicators li, #teaserslider_unterseite .carousel-indicators li {
   		width: 25px;
    	height: 25px;	
	}    
    .deko-bg{
        min-height:1200px;
    }    
#teaserslider_unterseite .carousel-item{
    height:710px;
    } 
    #text-dankenrode {
        margin-bottom: 200px;
    }
/* SCHRIFTGROESSEN SCREEN */
    .teaser_hover p{
    font-size: 1rem;
    line-height: 1.5rem 
  }
  
   body, p {
  font-size: 1.125rem;
   line-height: 2.25rem;
    }
    .scrolled li a{
        font-size:1rem;
    }
   p.subtext, .hint-box p{
    font-size:1.563rem;
    line-height:1.875rem;
} 
    .hint-box p{
        line-height:2.5rem;
    }    
    h1,h2.bigger{
    font-size:4.063rem;
    line-height:4.9rem;
}
    h2{
        font-size:3.125rem;
        line-height:3.5rem;
    }   
    h2.bigger{
    font-size:3.75rem;
    line-height:4rem;
      max-width: 900px;
      margin: 0 auto;
}
    h3, .hint h2, .footer h2, #carouselHalf h3{
        font-size:2.5rem;
        line-height: 3rem;
    }
    .plakat h3, .carousel-item h3{
        font-size:1.8rem;
        line-height:2rem;
    }
        .plakat .overlay h3{
        font-size:1.6rem;
        line-height:2rem;
    }
    .plakat p{
        line-height:1.55rem;
    }    
    
.startseite h2{
    font-size:5rem;
}       

    .linkbox p{
        /*color:#fff;*/
        font-size:2.5rem;
        line-height:2.8rem;
    } 
  footer .main-navi a, footer .downloads li a{
    font-size:1.563rem;
    line-height:5.5rem;
}  
  
   
footer ul li, footer .links h3{
    font-size:1.25rem;
    line-height:2.5rem;
}
    .scrolled .dropdown-menu li{
        width:33%;
        float:left;
    }
    
/* END SCHRIFTGROESSEN SCREEN */
    
 .sticky{
  position:fixed;
  right:0;
  top:25%;
}
.sticky li{
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;  
    -webkit-border-radius: 40px;
     border-radius: 40px;
    font-size:3rem;
  margin:0.8rem;
}    
    .sticky li a{
     width: 80px;
    height: 80px;      
    }    
    
 .startseite header{
    height:400px;
    background-image:url(../images/header-shading.png);
    background-repeat:repeat-x;
}
/*.startseite .navbar-brand, .unterseite .navbar-brand{
    position:absolute;
    top:150px;
    left:0;
    padding:2rem;
}*/ 
  
.unterseite .navbar-brand{
        padding:1rem;
  		
    } 
  .startseite .navbar-brand  {
    margin-left: 20px;
  }
  
  
  
.startseite .scrolled .navbar-brand , .unterseite .scrolled .navbar-brand {
    position:unset;
    padding:0px;
    background:transparent;
}      
.navbar-expand-xl .navbar-brand img{
    max-width:unset;
}    
.navbar-expand-xl.scrolled .navbar-brand img, .unterseite .navbar-expand-xl.scrolled .navbar-brand img{
    max-width:200px;
}        
.unterseite .navbar-expand-xl .navbar-brand img{
   max-width:300px;
}    
.navbar-expand-xl.bg-light{
    /*background:transparent !important;*/
    padding-top:0px;
    padding-bottom:0px;
}    
.startseite{
   min-height:100vH;
}    
 footer .subline{
    background:transparent;
    margin:5% 0 0 0;
}   

    .image-banner figure, .image-banner img{
        height:620px;
    }    
.hint-box{
    padding:2.5rem;  
    margin:200px 0;
    -moz-border-radius: 30px;  
 -webkit-border-radius: 30px;
    border-radius: 30px;
}

.hint-box .inner{
    -moz-border-radius: 30px;  
     -webkit-border-radius: 30px;
    border-radius: 30px;
    padding:2rem;
}
.close-up{
    margin-top:-300px;
}
.linkbox, .linkboxhover{
    height:644px;    
}
footer .main-navi{
  padding-top:2rem;

    }
        
    #carouselDreier .carousel-control-next, #carouselDreier .carousel-control-prev{
        width:4%;
    }
    #carouselDreier .carousel-control-prev{
        left:-4%;
    } 
    #carouselDreier .carousel-control-next{
        right:-4%;
    }  
.image-banner figcaption{
    font-size:4.375rem;
    line-height:4.375rem;
    padding:1.2rem;
    }       
    
    
    /* ------------- ABSTAENDE TYPO 3 ----------------*/
/* Extraklein davor */
.frame-space-before-extra-small, .space-extra-small {
  margin-top: 1.25rem;
}
/* Klein davor */
.frame-space-before-small {
  margin-top: 2rem;
}
/* Mittel davor */
.frame-space-before-medium {
  margin-top: 3rem;
}
/* Gross davor */
.frame-space-before-large {
  margin-top: 5rem;
}
/* Extragross davor */
.frame-space-before-extra-large {
  margin-top: 8rem;
}
/* Extraklein danach */
.frame-space-after-extra-small {
  margin-bottom: 1.25rem;
}
/* Klein danach */
.frame-space-after-small {
  margin-bottom: 2rem;
}
/* Mittel danach */
.frame-space-after-medium {
  margin-bottom: 3rem;
}
/* Gross danach */
.frame-space-after-large {
  margin-bottom: 5rem;
}
/* Extragross danach */
.frame-space-after-extra-large {
  margin-bottom: 6rem;
}
.space-extra-small {
  height: 1.25rem;
}
.space-small {
  height: 2rem;
}
.space-medium {
  height: 3rem;
}
.space-large {
  height: 5rem;
}
.space-extra-large {
  height: 8rem;
}
.gridWrap.default.frame-layout-2 {
  width: 100%;
}
/* ------------- END ABSTAENDE TYPO 3----------------*/
    
@media (min-width: 1200px) and (max-width: 1463px) {
 /* Footer */
 .subline.row.m-0 {
    display: flex;
    flex-direction: row-reverse;
}
footer .col-10.col-lg-8.col-xl-6.pt-xl-4.text-center {
    flex: 0 0 100%;
    max-width: 100%;
}
}   
    
    
    
    
}
/* EXTRA EXTRA LARGE ---------------------------------------- */
@media (min-width: 1440px) {
    .container{
        max-width:1400px;
    }
    .container.kreisteaser{
        max-width:1200px;
    }    
.scrolled li a {
  font-size: 1.125rem;
    }
}
@media (min-width: 1600px) {
        .unterseite .navbar-brand{
        position:unset;
    }
    
    #carouselDreier .carousel-control-next, #carouselDreier .carousel-control-prev{
        width:4%;
    }
    #carouselDreier .carousel-control-prev{
        left:-5%;
        width:
    } 
    #carouselDreier .carousel-control-next{
        right:-5%;
    }   
.image-banner figcaption{
    font-size:5.375rem;
    line-height:5.4rem;
    }       
    
}
/* EXTRA EXTRA EXTRA LARGE ---------------------------------------- */
@media (min-width: 2000px) {
  .navbar-expand-xl .navbar-nav .nav-link{
    padding-left:1.2rem;
    padding-right:1.2rem;
}
    .container{
        max-width:1600px;
    }    
    .scrolled .dropdown-menu li{
        width:19%;
        float:left;
    }
#carouselDreier .carousel-control-next {
		right:-10%;
	}
	#carouselDreier .carousel-control-prev{
		left:-10%;
	}
	
	#carouselDreier figure{
	   width:100%;
	   height:350px;
   }    
    #carouselDreier .carousel-item img{
        height:350px;
    }  
.image-banner figcaption{
    font-size:5.375rem;
    line-height:6rem;
    }    
    #teaserslider_unterseite .carousel-item{
    height:910px;
    }    
}
    
 @media (min-width: 2200px) {   
    .navbar-expand-xl .nav-item{
        padding-left:1.5rem;
        padding-right:1.5rem; 
    }    
    .image-banner figcaption{
    font-size:6.375rem;
    line-height:7rem;
    }    
    }

