@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
}

html, body {
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left; 
  background-color: #ffffff;
}


footer {
  margin-top: 24px;
  padding-top: 32px 0;
  background-color: #c2ada4;
  color: inherit;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.6) inset;

}

h1 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 3em;
  color: #ffffff;
  line-height: 80px;
  background-color: #382b26;
}

h2 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    color: #ffffff;
    line-height: 54px;
    background-color: #9a0606;
}

h3 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  color: #000000;
  line-height: 40px;
}

h4 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 30px;
  color: #000000;
}

h5 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.07em;
}

h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 300;
  letter-spacing: 0.07em;
}

p {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 16px;
}

body {
  background-image: url("../img/bg_ziegelsteine_12.jpg"); 
  background-repeat: repeat-x repeat-y;
}

/* Nav */

.navbar {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.6);
  padding: 0.2rem 1rem;
}

.navbar-brand {
  font-size: 3rem;
  margin-right: 3rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #ff9c00;
}

.dropdown-menu {
  margin: 0.5rem 0 0;
  background-color: #5b646a;
  padding: 0;
  border-left: 2px solid #ff3300;
}

.dropdown-item {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 300;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #382b26;
}

.navbar-footer {
  padding: 0.2rem 1rem;
  border-bottom: solid 1px #ff3300;
}


.container {
    max-width: 1260px;
  }


.headline {
  display: block;
  padding: 15px 15px 0 15px;
  text-align: center;
}

.headline-3 {
  display: block;
  padding: 15px 15px 0 15px;
  text-align: center;
  border-bottom: 3px solid #ff3300;
}

.subtitle {
  display: block;
  text-align: center;
  margin-top: 70px;
}

.article {
  font-size: 1.2em;
  line-height: 30px;
  margin-bottom: 60px;
}

.promo {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #444444;
  letter-spacing: 0.02em;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  color: #005aa9;
  line-height: 36px;
}

img.f {
  margin: 12px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

hr {
  margin: 40px 0px 40px;
  border-top: 2px solid #c1001f;
  clear:both;
}

.list {
  margin: 6px 0px 0px;
  border-top: 1px solid #ae0029;
  border-bottom: 1px solid #ae0029;
  clear:both;
}

.muted {
    color: #888888;
}

.row {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.padding-bottom_80{
   padding-bottom: 80px;
}

.margin_top_80{
    margin-top: 80px;
}

.margin_top_60{
    margin-top: 60px;
}

.margin_bottom_60{
    margin-bottom: 60px;
}

.margin_bottom_40{
    margin-bottom: 40px;
}

.margin_bottom_20{
    margin-bottom: 20px;
}

/* Button */

.btn-info-f:hover {
    color: #fff;
    background-color: #848d93;
    border-color: #848d93;
}

.btn-info-f {
    color: #fff;
    background-color: #d3d6d9;
    border-color: #d3d6d9;
}


ul {
    margin-bottom: 24px;
}

ul.f {
  padding: 0;
  margin: 0 0 10px 40px;
  font-size: 21px;
  font-weight: 200;
  line-height: 100px;
}

.liste {
  line-height: 40px;
  color: #000000;
  background-color: #c2ada4;
  padding-left: 24px;
}

a {
    color: #ea2f00;
    text-decoration: none;
}


a:hover {
    color: #ea2f00;
    text-decoration: none;
}


td, th {
  font-size: 1.1em;
  padding: 4px;
}

.background_grey {
	background-color:#eeeeee;
}

.background_red {
	background-color:#f6afba;
	border-bottom: 2px #c1001f;
}

.f_red {
  color: #c1001f;
}

.f_grey {
  color: #eeeeee;
}

.f_red_bg {
  background-color: #000000;
}

.f_grey_bg {
  background-color: #b4c9e7;
}

.logo_text {
  font-family: "Open Sans", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 4.2em;
  color: #000000;
  line-height: 72px;
  margin-top: 10px;
  margin-right: 16px;
  margin-bottom: 10px;
}

.smiley {
  font-size: 10em;
  color: #382b26;
  line-height: 80px;
  padding-bottom: 20px;
}

.smiley_mittel {
    font-size: 4em;
    color: #382b26;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bild_text {
    font-size: 36px;
    color: #95c000;
    text-align: center;
    padding: 12px;
}

.bild_text_klein {
    font-size: 20px;
    color: #95c000;
    line-height: 28px;
}

.wmc_button {
  font-family: "Open Sans", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  color: #62a7ff;
  background-color: #343434;
  line-height: 30px;
}

.wmc_image {
	border-style: solid;
	border-width: 1px;
	border-color: #343434;
}


.area
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 300px;
	height: 100px;
}

iframe {
  max-width: 100%;
}


#bild_unten{
    left: 0px;
    top: 0px;
    z-index: 0;
}

#bild_oben{
    position: absolute;
    z-index: 1;
    line-height: 0;
/*    border: 8px solid rgba(255, 255, 255, 0.8);*/
}


#bild_unten2{
    left: 0px;
    top: 0px;
    z-index: 0;
}

#bild_oben2{
    position: absolute;
    z-index: 1;
    line-height: 0;
/*    border: 8px solid rgba(255, 255, 255, 0.8);*/
}


.f_color_white{
    color: #ffffff;
}

.f_color_red{
    color: #d9534f;
}

.f_color_green{
    color: #72c02c;
}

.f_color_blue{
    color: #3498db;
}

.f_color_orange{
    color: #e67e22;
}

.f_color_cyan{
    color: #5bc0de;
}

.f_color_purple{
    color: #9b6bcc;
}

.f_color_yellow{
    color: #f1c40f;
}

.f_color_.grey{
    color: #666666;
}

.text-f-grau {
  color: #382b26 !important;
}

a.text-f-grau:hover, a.text-f-grau:focus {
  color: #112a3c !important;
}

.text-f-rot {
  color: #d0021b !important;
}

a.text-f-rot:hover, a.text-f-rot:focus {
  color: #980012 !important;
}

.bg-f-3333 {
  background-color: #333333;
}

.bg-f-grau-transp {
  background-color: rgba(54, 68, 78, 0.6);
}

.bg-f-grau {
  background-color: #382b26;
}

.bg-f-weiss-transp {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}

.bg-f-rot-transp {
  background-color: rgba(200, 100, 100, 0.5);
}

.bg-f-rot {
  background-color: #9a0606;
}

.bg-f-gruen-transp {
  background-color: rgba(130, 180, 90, 0.5);
}

.bg-f-gruen {
  background-color: #669900;
}

.bg-f-blau-transp {
  background-color: rgba(100, 150, 255, 0.5);
}

.bg-f-blau {
  background-color: #418cc8;
}

.underline-rot {
  border-bottom: solid 5px #d0021b;
}

.underline-blau {
  border-bottom: solid 5px #0066ff;
}

.alert {
  border-radius: 0;
}

.alert-info-f {
  color: #ffffff;
  background-color: #a4c200;
  border-color: #a4c200;
}

.well-f {
  background-color: #ffd800;
  border-color: #ffd800;
}

.card-header:first-child {
    border-radius: 0;
}

.card {
  border-radius: 0;
}

.card-header-f {
  background-color: #382b26;
  border-color: #d3d6d9;
  border-radius: 0;
  font-size: 1.3em;
}


/* Hero */

.hero-image {
  background-image: url("../img/headerbild_kreuzkirche.jpg");
  margin-top: 50px;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0px -16px 16px rgba(0, 0, 0, 0.75) inset;
}

.hero-image-orgel {
  margin-top: 50px;
  background-image: url("../img/headerbild_orgel.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  position: absolute;
  left: 5%;
  top: 30%;
  background-color: #01366a;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding:  0 12px; 
  text-align: center;
}

.hero-subtext {
  position: absolute;
  left: 10%;
  top: 45%;
  text-align: center;
}

.hero-subtext2 {
  position: absolute;
  left: 11%;
  top: 55%;
  text-align: center;
}

a.hero-subtext:hover {
    color: #ffffff;
    text-decoration: none;
}


.hero-text-footer {
  left: 0;
  top: 0%;
  width: 100%;
  background-color: #382b26;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.03em;
  color: #ffffff;
	padding:  16px 0; 
  text-align: center;
  border-bottom: solid 8px #ff9c00;
}

a.hero-text-footer, a.hero-text-footer:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}



/* Tabs */

.nav-item .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #ff9c00;
}

@media (max-width: 992px) {
  .col-md-3, .col-md-4, .col-md-6 {
    margin-bottom: 30px;
  }

  .hero-text {
    font-size: 2.4em;
    line-height: 40px;
    padding: 12px 6px; 
  }

  .hero-subtext {
    font-size: 1.5em;
    line-height: 30px;
    padding: 8px 4px;  
  }
}


/* Overlay-Image */

.overlay-container {
  position: relative;
  width: 100%;
}

.overlay-image {
  display: block;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-container:hover .overlay {
  opacity: 1;
}

.overlay-icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-icon-sm {
  color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

* {box-sizing: border-box;}

.big-border-left {
  border-left: 24px solid #9a0606;
  padding-left: 10px;
}





/* Compare-Image */

.img-comp-container {
  position: relative;
  height: 1080px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  border-right: 2px solid #ffffff;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  border-left: 2px solid #ffffff;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  opacity: 0.8;
  border-radius: 50%;
}

.geoinfo {
  font-weight: 600;
}

.img-container {
  position: relative;
  margin: 0 auto; /* Center it */
}

.img-container .img-content {
  position: absolute; /* Position the background text */
  top: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 4px 12px; /* Some padding */
}

.img-header{
  font-size: 2em;
  color: #ffffff;
  line-height: 1.4em;
}

.img-text{
  font-size: 1em;
  color: #ffffff;
  line-height: 1.4em;
}

.img-link-container {
  position: relative;
}

.img-link-text-block {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(240, 43, 0, 0.75);
    font-size: 2em;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.03em;
    color: #ffffff;
    padding: 0 24px;
}

.horizontal-center {
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}



/* Zoom-Container */
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #ffffff;
  /*set the size of the lens:*/
  width: 400px;
  height: 150px;
}

.img-zoom-result {
  border: 8px solid #36444e;
  /*set the size of the result div:*/
  width: 1200px;
  height: 450px;
}


/* Slideshow-Gallery */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.slideshow-gallery-container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #c3b9b5;
  padding: 12px 12px 1px 12px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.audioframe {
  width: 200px;
  height: 200px;
}
