/*
 * Moon by GetTemplates.co
 * URL: https://gettemplates.co
 
@import url("https://use.typekit.net/hum8ywh.css");
@import url('https://use.fontawesome.com/releases/v6.4.0/css/all.css');

* Nunito Regular 
* Nunito Italic 
* Nunito Medium 
* Nunito MediumItalic 
* Nunito SemiBold 
* Nunito SemiBoldItalic 
* Nunito Bold 
* Nunito BoldItalic 
* Nunito ExtraBold 
* Nunito ExtraBoldItalic 
* Nunito Black 
* Nunito BlackItalic 
* Nunito Variable (Variable font)
* Nunito VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'Nunito-Variable';
   font-display: swap;
  src: url('../fonts/Nunito/Nunito-Variable.woff2') format('woff2'),
       url('../fonts/Nunito/Nunito-Variable.woff') format('woff'),
       url('../fonts/Nunito/Nunito-Variable.ttf') format('truetype');
  font-weight: 200 1000;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'dinroundpro';
   font-display: swap;
  src: url('../fonts/DINRoundPro/DINRoundPro.woff2') format('woff2'),
       url('../fonts/DINRoundPro/DINRoundPro.woff') format('woff'),
       url('../fonts/DINRoundPro/DINRoundPro.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'dinroundpro-medium';
   font-display: swap;
  src: url('../fonts/DINRoundPro/DINRoundPro-Medi.woff2') format('woff2'),
       url('../fonts/DINRoundPro/DINRoundPro-Medi.woff') format('woff'),
       url('../fonts/DINRoundPro/DINRoundPro-Medi.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}@font-face {
  font-family: 'dinroundpro-bold';
   font-display: swap;
  src: url('../fonts/DINRoundPro/DINRoundPro-Bold.woff2') format('woff2'),
       url('../fonts/DINRoundPro/DINRoundPro-Bold.woff') format('woff'),
       url('../fonts/DINRoundPro/DINRoundPro-Bold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}
/* Burger sichtbar machen ohne navbar-light/dark */
#gtco-header-navbar .navbar-toggler {
  border: 0px solid rgba(0,0,0,.25);
  padding: .5rem .75rem;
}

#gtco-header-navbar .navbar-toggler-icon {
  width: 1.0em;
  height: 1.0em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.85)' stroke-width='1.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.navigation a {
color:#CC0000;
font-family: 'dinroundpro', sans-serif;
}
.brand {	
  color:#CC0000;
  font-family: 'dinroundpro-medium', sans-serif;
  font-weight: 400;
  font-size: 2.6rem; 
   margin-bottom:0px;
}
.claim {
  font-family: 'dinroundpro-medium', sans-serif;
  font-size: 1.95rem;
  font-weight: 300;
  line-height: 1.0rem;
  color: #000;
  padding:0px;
  margin-bottom:10px;
}
.legal {
	margin-top:-25px;
	font-size:1.4rem;
	text-align:right;
}
@media (max-width: 575px) {	
.legal {
	text-align:center;
}
}
.img-description {
  width:100px;
}

h1 {
  font-size: 4.0rem; }

h2 {
  font-size: 3.6rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 1.8rem; 
  }

h6 {
  font-size: 1.6rem; }

h1,
h2,
h3 {
  font-weight: 300;
  line-height: 1.2em; }

h4,
h5,
h6 {
  line-height: 1.5em;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'dinroundpro-medium', sans-serif;
  margin-top: 0; }

 h2 small, h2 .small {
 font-size: 2.0rem;
 color:#000;
}

.hero {
  font-size: 2em; 
  margin-top:80px;
}
.hero-left {
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .hero-left {
        min-height: 250px;
    }
}

.headline-wrap {
text-align:center;
padding-top:50px;
background-color:#FFF;
margin-bottom:-5px;
}
.title {
  font-size: 4.0rem;
  color:#CC0000;
  margin-bottom:0px;
}
.title-small {
  font-size: 4.0rem;
  color:#CC0000;
  margin-bottom:0px;
}
#mobile {
  margin-bottom:50px;
  } 
#mobile h2{
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2em; 
  color:#CC0000;
  text-align:left;
  }   
#mobile p {
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align:left;
}
#mobile .title-wrap {
   margin-top:0px;
}
#mobile a {
  font-size: 2.0rem;
}

@media (max-width: 575px) {
  .hero {
  font-size: 1.3em; 
  margin-top:40px;
  }
  #mobile h2, .cta-button {
  text-align:center;
  }  
  }  

p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5em; }

strong, b {
    font-weight: 600;
    font-variation-settings: "wght" 600;
}
    
.red {
  color:#CC0000;	
}


.datenschutz li::marker {
  color:#CC0000;
}

.datenschutz h5 {
  font-size: 1.6rem; 
  font-weight:400;
  color:#CC0000;
  }

.section-title,
.section-sub-title {
  margin-bottom: 30px; }

.btn {
  font-size: 1.6rem;
  padding: .7rem 1rem; }

img {
  max-width: 100%; }

a:focus,
button:focus {
  outline: none; }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #d05165; }

.btn-group-lg > .btn, .btn-lg {
  padding: 1rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .5rem; }

.section-content {
  padding-top: 30px;
  padding-bottom: 80px; }

.title-wrap,
.section-title {
  text-align: center; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f7f8f9; }

.bg-transparent {
  background: transparent; }

.btn-link {
  color: #f15e75; }
  .btn-link:hover {
    text-decoration: none; }

.color-primary {
  color: #f15e75; }

/* Colours */
.text-orange {
  color: #FDBA51; }

.text-cyan {
  color: #35B8AD; }

.text-red {
  color: #FC665F; }

a {
  color: #990000;
  font-family: 'dinroundpro-medium', sans-serif;
   }
  
footer a {
  color: #000000; }  

.lang-link {
  color: #CC0000; }  

.fs-40 {
  font-size: 40px; }

/* Custom default button */

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #333; }

.btn:not(.btn-link):hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.btn-orange {
  background-color: #FDBA51 !important;
  color: #fff !important;
  border: none !important; }

.btn-cyan {
  background-color: #35B8AD !important;
  color: #fff !important;
  border: none !important; }

.btn-red {
  background-color: #FC665F !important;
  color: #fff !important;
  border: none !important; }


.sprache {
  color: green;
  transition: .3s ease;
  } 

.jumbotron-small {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 200px;
  opacity:1;
  }

 .sprache {
  margin-left:50px; 
  }
@media (max-width: 575px) {
  .sprache {
  margin-top:30px; 
  margin-left:0px; 
  }
  }  

  .jumbotron-small .container {
    position: relative; }
  .jumbotron-small:before {
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
   /*  opacity: 0.8; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.window {
background-color: rgba(255, 255, 255, 0.5);
}
.window2 {
background-color: rgba(255, 255, 255, 0.8);
}
.guide_image {
height:300px;	
text-align:left;
}
.headline_guide {
color:#CC0000;
text-align: left;
}
.guide {
color:#000;	
text-align: left;
}
.tourguide{
padding-left:35px;
}
@media (max-width: 600px) {
.guide_image {
border-bottom: 1px solid #CC0000;	
}
.headline_guide {
text-align: center;
}
.guide {
/* text-align: center;	*/
}
}
 @media (max-width: 991px) {
.perspektivwechsel{
  display: none; 
  }
}

.filter-button-group {
  margin-bottom: 15px; }
  .filter-button-group a {
    margin: 5px;
    cursor: pointer; }

.grid-link a {
  margin: 5px;
  font-size: 20px;
  color: #000; }

.grid-portfolio {
  overflow: hidden; }

.gutter-sizer {
  width: 2%; }

.grid-sizer,
.grid-item {
  width: 32%; }

.grid-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden; }
  .grid-item:hover .grid-info {
    top: 50%;
    opacity: 1; }

.grid-item-wrapper:before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0; }

.grid-item-wrapper:hover:before {
  opacity: 1; }

.grid-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease; }

.lightcase-icon-close:before {
  content: '\e870';
  font-family: "Linearicons-Free"; }

.grid-title {
  text-align: center; }

.blog-item {
  transition: all 0.3s ease-in-out;
  background-color: #f7f8f9;
  border-radius: 3px;
  overflow: hidden; }
  .blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15); }

.bg-grey .blog-item {
  background-color: #fff; }

.blog-item-wrapper {
  margin-bottom: 30px; }

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

.blog-title h4 {
  color: #000; }

.blog-text {
  padding: 15px; }

.blog-tag {
  color: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.blog-meta {
  color: #939393; }
  .blog-meta p {
    display: inline-block;
    font-size: 14px; }
  .blog-meta a {
    color: #939393; }

.blog-author {
  display: inline-block;
  color: #939393; }
  .blog-author p {
    font-size: 14px;
    margin-bottom: 0; }

.blog-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0 -5px; }
  .blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer; }

#gtco-counter {
  position: relative; }

.counter-item {
  text-align: center;
  z-index: 1;
  color: #cc0000; 
  }
.counter-item > i {
    display: block;
    font-size: 40px; 
    }
.counter-item .number {
    font-size: 60px;
    font-weight: 400;
    display: block; 
    }
.counter-item .name {
    display: block;
    font-family: 'dinroundpro-medium', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.3em; 
	color:#000;
	}
	
.headline-04 {
    display: block;
    font-family: 'dinroundpro-medium', sans-serif;
    font-weight: 400;
    font-size: 2.4rem; 
	color:#CC0000;
	}
.headline-02 {
    display: block;
    padding-bottom:25px;
    font-family: 'dinroundpro-medium', sans-serif;
    font-weight: 400;
    font-size: 3.6rem; 
	color:#CC0000;
	}

@media (max-width: 575px) {	
.counter-item {
  text-align: center;
  z-index: 1;
  color: #cc0000;
  margin-top:-30px; 
  }
.counter-item > i {
    display: block;
    font-size: 20px; 
    }
.counter-item .number {
    font-size: 40px;
    font-weight: 400;
    display: block; 
    margin-bottom:-10px;
    }
.counter-item h4 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 24px; 
	color:#000;
	}
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.price-box {
  border: none; }
  .price-box .card-header {
    background-color: transparent; }
  .price-box small {
    font-size: 60%; }
  .price-box .price-box-list {
    min-height: 150px; }

footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; 
  }
.footercenter {
text-align:center;
}
.form-control {
  font-size: 1.6rem;
  margin-bottom: 15px;
  height: 38px;
  font-weight: 300; }
  .form-control:focus {
    border-color: #f15e75;
    box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); }

#gtco-contact-form form label.error {
  margin-bottom: 15px;
  color: #f15e75;
  font-size: 1.4rem; }

.form-control::-webkit-input-placeholder {
  opacity: .5; }

.form-control::-moz-placeholder {
  opacity: .5; }

.form-control:-ms-input-placeholder {
  opacity: .5; }

.form-control::-ms-input-placeholder {
  opacity: .5; }

.form-control::placeholder {
  opacity: .5; }

#form-message-warning, #form-message-success {
  display: none; }

.single-layout .jumbotron:before {
  background-color: rgba(255, 255, 255, 0.9); }

.blog-content img.float-left {
  margin: 15px 15px 15px 0; }

.blog-content .img.float-right {
  margin: 15px 0 15px 15px; }
  
 

@media (min-width: 768px) and (max-width: 1200px) {
  .boxed-page {
    margin-right: 30px;
    margin-left: 30px; }
  .not-on-top #gtco-header-navbar {
    margin-right: 30px;
    margin-left: 30px; } }

@media (max-width: 992px) {
  #navbar-nav-header .navbar-nav {
    margin-top: 15px; }
  #gtco-header-navbar {
    padding-left: 15px;
    background-color: #fff; } }

@media (max-width: 767px) {
  .boxed-page {
    margin: 4rem 15px; }
  .not-on-top #gtco-header-navbar {
    margin-right: 15px;
    margin-left: 15px; }
  .counter-item {
    margin-bottom: 40px; }
    .counter-item:last-child {
      margin-bottom: 0; }
  .section-title br,
  .section-sub-title br {
    display: none; }
  .grid-item {
    width: 100%; }
  .card-deck {
    flex-direction: column; }
   
     }

.btn-review-google {
  color: #fff;
  background-color: #3C4043;
  border: 2px solid #3C4043;
}
.btn-review-google:hover {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
}

.btn-review-google:focus, .btn-review-google.focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}

.btn-review-tripadvisor {
  color: #fff;
  background-color: #34E0A1;
  border: 2px solid #34E0A1;
}
.btn-review-tripadvisor:hover {
  color: #fff;
  background-color: #13b57a;
  border: 2px solid #13b57a;
}
.btn-review-tripadvisor:focus, .btn-review-tripadvisor.focus {
  color: #fff;
  background-color: #096A46;
  border-color: #096A46;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}
.btn-review-se {
  color: #fff;
  background-color: #99877e;
  border: 2px solid #99877e;
}
.btn-review-se:hover {
  color: #fff;
  background-color: #ad9f98;
  border: 2px solid #ad9f98;
}
.btn-review-se:focus, .btn-review-se.focus {
  color: #fff;
  background-color: #096A46;
  border-color: #096A46;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}
.btn-review-gyg {
  color: #fff;
  background-color: #FF5533;
  border-color: #FF5533;
  border: 3px solid #FF5533;
}

.btn-review-gyg:hover {
  color: #fff;
  background-color: #b22d12;
  border-color: #b22d12;
}

.btn-review-gyg:focus, .btn-review-gyg.focus {
  color: #fff;
  background-color: #34E0A1;
  border-color: #34E0A1;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}


     
.btn-erlebnis {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}

.btn-erlebnis:hover {
  color: #fff;
  background-color: #AA0000;
  border-color: #AA0000;
}

.btn-erlebnis:focus, .btn-erlebnis.focus {
  color: #fff;
  background-color: #AA0000;
  border-color: #AA0000;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}

.btn-erlebnis.disabled, .btn-erlebnis:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-erlebnis:not(:disabled):not(.disabled):active, .btn-erlebnis:not(:disabled):not(.disabled).active,
.show > .btn-erlebnis.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-erlebnis:not(:disabled):not(.disabled):active:focus, .btn-erlebnis:not(:disabled):not(.disabled).active:focus,
.show > .btn-erlebnis.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}

/* https://codepen.io/Washable/pen/Oxqjbq */

.review-overview{
  margin-top:-50px;
}
.iconbox{
	padding-bottom:15px;
	font-size:20px;
}

.carousel{
  padding:20px;
   }
.carousel-inner{
  height: 350px;
 }
 .carousel-box{
  padding-left:100px;
  padding-right:100px;
}

@media (max-width: 575px) {	
.review-overview{
  margin-top:-120px;
}
.carousel-inner{
  height: 700px;
}
.carousel-box{
  padding-left:20px;
  padding-right:20px;
}
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#carouselExampleControls .carousel-item {
  min-height: 350px; /* anpassen */
}
#carouselExampleControls .carousel-item .d-flex.h-100 {
  min-height: 350px; /* gleiche Zahl */
}

.rezension{
  margin-bottom:20px;
 }

hr.rezension {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  width:40%;
  margin: 1em auto;
}

.vereine {
  padding-left:10px;
 font-size:14px;
}
.vereine_logos {
  padding:0px;
  text-align:right;
}

.vereine a {
  color:#333;
}
.vereine a:hover {
  color:#CC0000;
}

.socialmedia a {
  color:#333;
  font-family: 'dinroundpro-medium', sans-serif;
  font-weight: 600;
  font-size: 2.5rem; 
}
.socialmedia a:hover {
  color:#CC0000;
}

.skyscraper-item {
  color:#666;
  font-size:13px;
  line-height:14px;
}
.skyscraper-item hr {
  border: 1px solid #666;
  margin-top:0px;
  margin-bottom:5px;
}
.skyscraper-img {
  margin-bottom:3px;
  padding-bottom:0px;
  height:100px;
  border-bottom:1px solid #222;
  
}

.ebbelwoi {
     width: 100%;
     padding-top: 50px;
     padding-bottom: 0px
 }

.ebbelwoi_slider_container {
   height: 200px;
   border: solid 0px #e8e8e8;
   padding-left: 77px;
   padding-right: 77px;
   padding-bottom: 5px;
    /* background: #fff; */
   margin-top:10px;

 }
.ebbelwoi_slider {
     height: 100%;
     margin-top: 0px;
	text-align:center;
 }
.ebbelwoi_item {
     height: 100%;
     font-size:11px;
     align-items: center;
	justify-content: center;
	width:200px;
 }
.ebbelwoi_item .jahr {
     font-size:11px;
     text-align:center;
     font-weight:bold;
     line-height:13px;

 }
.ebbelwoi_item img {
      max-height: 100%;
      margin-bottom:5px;
}
.ebbelwoi-img-wrapper {
	width:190px;
	height:190px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

.ebbelwoi_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

.ebbelwoi_nav i {
     color: #CC0000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .ebbelwoi_nav:hover i {
     color: #d05165
 }

 .ebbelwoi_prev {
     left: 40px
 }

 .ebbelwoi_next {
     right: 40px
 }
 
 
 .museen {
     width: 100%;
     padding-top: 50px;
     padding-bottom: 0px
 }

.museen_slider_container {
   height: 200px;
   border: solid 0px #e8e8e8;
   padding-left: 77px;
   padding-right: 77px;
   padding-bottom: 5px;
    /* background: #fff; */
   margin-top:10px;

 }
.museen_slider {
     height: 100%;
     margin-top: 0px;
	text-align:center;
 }
.museen_item {
     height: 100%;
     font-size:11px;
     align-items: center;
	justify-content: center;
	width:200px;
 }
.museen_item .jahr {
     font-size:11px;
     text-align:center;
     font-weight:bold;
     line-height:13px;

 }
.museen_item img {
      max-height: 100%;
      margin-bottom:5px;
}
.museen-img-wrapper {
	width:190px;
	height:100%;
	background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-position: center center;
  }

.museen_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

.museen_nav i {
     color: #CC0000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .museen_nav:hover i {
     color: #d05165
 }

 .museen_prev {
     left: 40px
 }

 .museen_next {
     right: 40px
 }
 
 
.skyline {
     width: 100%;
     padding-top: 50px;
     padding-bottom: 0px
 }

.skyline_slider_container {
   height: 200px;
   border: solid 0px #e8e8e8;
   padding-left: 97px;
   padding-right: 97px;
  background: #fff;
   margin-top:10px;

 }
.skyline_slider {
     height: 100%;
     margin-top: 0px;
	text-align:center;
 }
.skyline_item {
     height: 100%;
     font-size:11px;
     align-items: center;
	justify-content: center;
	width:100px;
 }
.skyline_item .jahr {
     font-size:11px;
     text-align:center;
     font-weight:bold;
     line-height:13px;

 }
.skyline_item img {
       max-height: 100%;
       	margin-bottom:5px;
       	border-bottom:1px solid black;
}
.skyline-img-wrapper {
	width:100px;
	padding-right:20px;
	padding-left:20px;
  }

.skyline_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

.skyline_nav i {
     color: #CC0000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .skyline_nav:hover i {
     color: #d05165
 }

 .skyline_prev {
     left: 40px
 }

 .skyline_next {
     right: 40px
 }
 

 .sehenswuerdigkeiten {
     width: 100%;
     padding-top: 50px;
     padding-bottom: 0px
 }

.sehenswuerdigkeiten_slider_container {
   height: 200px;
   border: solid 0px #e8e8e8;
   padding-left: 97px;
   padding-right: 97px;
   padding-bottom: 5px;
  /* background: #fff; */
   margin-top:10px;

 }
.sehenswuerdigkeiten_slider {
     height: 100%;
     margin-top: 0px;
	text-align:center;
 }
.sehenswuerdigkeiten_item {
     height: 100%;
     font-size:11px;
     align-items: center;
	justify-content: center;
	width:110px;
 }
.sehenswuerdigkeiten_item .jahr {
     font-size:11px;
     text-align:center;
     font-weight:bold;
     line-height:13px;

 }
.sehenswuerdigkeiten_item img {
       max-height: 100%;
       	margin-bottom:5px;
       	border-bottom:1px solid black;
}
.sehenswuerdigkeiten-img-wrapper {
	width:80px;
  }

.sehenswuerdigkeiten_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

.sehenswuerdigkeiten_nav i {
     color: #CC0000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .sehenswuerdigkeiten_nav:hover i {
     color: #d05165
 }

 .sehenswuerdigkeiten_prev {
     left: 40px
 }

 .sehenswuerdigkeiten_next {
     right: 40px
 }
 

 .trees {
     width: 100%;
     padding-top: 50px;
     padding-bottom: 0px
 }

 .trees_slider_container {
   height: 130px;
   border: solid 0px #e8e8e8;
  /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
   padding-left: 97px;
   padding-right: 97px;
   padding-bottom: 5px;
  /* background: #fff; */
   margin-top:10px;

 }

 .trees_slider {
     height: 100%;
     margin-top: 0px;
	text-align:center;
 }

 .trees_item {
     height: 100%;
     font-size:11px;
     align-items: center;
	justify-content: center;

 }
 .trees_item .jahr {
     font-size:11px;
     text-align:center;
     font-weight:bold;
     line-height:13px;

 }



/* Owl: sorgt dafür, dass alle Items gleiche Höhe bekommen */
.skyline_slider .owl-stage {
  display: flex;
}
.skyline_slider .owl-item {
  display: flex;
}
.skyline_slider .skyline_item {
  height: 100%;
  width: 100%;
}

/* .owl-carousel .owl-item img {   width:auto; } */

 .trees_item img {
       max-height: 100%;
       	padding-bottom:5px;
  }
  

.trees-img-wrapper {
	border:0px dotted red;
	width:60px;
  }

.trees_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

.trees_nav i {
     color: #CC0000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .trees_nav:hover i {
     color: #d05165
 }

 .trees_prev {
     left: 40px
 }

 .trees_next {
     right: 40px
 }


.tooltip{
   font-size: 1.2rem;
   margin-bottom:40px;
   max-width: 600px;
}


.popover {
overflow:visible;
font-size:14px;
}
.arrow {
color:#333;
}
h3.popover-title {
color:#333;
font-size:16px;
}
.popover-content {
color: #333;
}


.content-modal {
font-size: 2.0rem;
padding:50px;
padding-bottom:0px;
}
.button-modal {
text-align:center;
padding-top:50px;
}
.close-modal {
text-align:right;

}

.btn-xl {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 3px;
    width:50%;    //Specify your width here
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.weather-tooltip + .tooltip > .tooltip-inner {background-color: #333;}
.weather-tooltip + .tooltip .tooltip-arrow {border-top: 5px solid #333 !important;}

.weather-forecast {
height:50px;
margin-top:-10px;
margin-bottom:-5px;
padding:0px;
}
.weather-current {
height:50px;
margin-top:-10px;
margin-bottom:-5px;
padding:0px;
}



