﻿/*!
 * Anpassung v1 (http://www.gtp.de/)
 * Copyright 2018 Godwin T. Petermann
 */

.tc-container{
  1width: 1920px;
  height: 768px;
} 

.tc-container img{
  width: 100%;
  height: auto;
}

.top-img{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all 1.0s ease-in-out;
}

.top-img:hover{
  opacity: 1;
}

.top-img1{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: auto;
  transition: all 1.7s ease-in-out;
}

/*
.btn-floating{
	display:inline-block;
	color:#fff;
	position:relative;
	overflow:hidden;
	z-index:1;
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
	background-color:#26a69a;
	border-radius:50%;
	-webkit-transition:background-color .3s;
	transition:background-color .3s;
	cursor:pointer;
	vertical-align:middle
}

.btn-large{
	height:54px;
	line-height:54px;
	font-size:15px;
	padding:0 28px
}

.red{
	background-color:#F44336 !important
}

.material-icons{
	text-rendering:optimizeLegibility;
	-webkit-font-feature-settings:'liga';
	-moz-font-feature-settings:'liga';
	font-feature-settings:'liga'
}

i.large{
	font-size:6rem
}
*/

#myBtn {
  /* display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  width: 50px;
  height: 50px;
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 12px; /* Increase font size */
  font-weight: 600;
}

#myBtn:hover {
  background-color: #17b90b; /* Add a dark-grey background on hover */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}


/* Bootstrap Columns Start */

.text-xs-center .handzeiger{
  position: relative;
  width: 96px;
  height: auto;
  margin: 0 15px 0 0;
}

#header2-1 .mbr-section-title {
    font-size: 70px;
    1font-family: 'Bitter', serif;
    1font-family: 'Fredericka the Great', cursive;
    1font-family: 'Jacques Francois Shadow', cursive;
    font-family: 'UnifrakturCook', cursive;
    1font-family: 'Cherry Swash', cursive;
    /* text-shadow: 2px 4px 3px rgba(0,0,0,0.5); */
    text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;
    /* text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15); */
}

#header2-1{
	background-color:linear-gradient(to bottom, rgba(0,0,0,.5),rgba(0,0,0,.975));
}

#header2-1{
  background-attachment: fixed;
}

#header2-1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:rgba(0,0,0,0);
    box-shadow: inset 30px 40px 400px #000000, inset -30px -40px 400px #000000;
}

.mbr-section {
  position: relative;
  padding-top: 125px;
  padding-bottom: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cid-rkU3ozShZo .image-block {
  margin: auto;
  margin-top: 0px;
  margin-bottom:0px;
  width: 100% !important;
}
.cid-rkU3ozShZo figcaption {
  position: relative;
}
.cid-rkU3ozShZo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rkU3ozShZo .image-block {
    width: 100% !important;
  }
}

@media (min-width: 768px){
  .mbr-section {
    position: relative;
    padding-top: 300px;
  }  
}

.cid-rkU3ozShZ .image-block {
  margin: auto;
  margin-top:0px;
  margin-bottom:0px;
  width: 100% !important;
}

.card-columns {

/*  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  } */
}

.card-img-top {
	top:-20px;
}

.card-circle-top {
	margin:4px;
	float:left;
}

.badge {
	font-size:small;
}

.btn-nachruf {
  background-color:#333333;
  border-color: #f28281;
  color:#FFFFFF;
}

.btn-nachruf:hover,
.btn-nachruf:focus,
.btn-nachruf.focus,
.btn-nachruf:active,
.btn-nachruf.active {
  color: #ffffff;
  background-color:#666666;
  border-color: #eb3d3c;
}

.card-columns {
    /* column-count: 4; */
    column-gap: 1.25rem;
}

.container {
    max-width: 1440px;
}

.card-block {
	padding:12px;
}

.card, .card-title {
	margin-top:0.6rem;
    margin-bottom: 0.6rem;
}

.card:hover .card-title{
	font-weight:bold;
}

.card, .card-title {
	font-weight:normal;
}

.card {
    border: 0px solid #e5e5e5;
}

.card-block:hover {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-box-shadow: 0px 0px 14px #575757;
	-webkit-box-shadow: 0px 0px 14px #575757;
	box-shadow: 0px 0px 14px #575757;
	background-color:#FFFFCC;
}

.card-title {
	font-weight:400;
}

/* Bootstrap Columns Ende */

.btn {
  color:black;
  border-radius: 12px;

}

.btn + .btn {
    margin-left: 0rem;
}
 
.mbr-cards .card-text + .card-btn {
    padding-top: 0.8rem;
}
 
.mbr-cards .card-img + .card-block {
    padding-top: 1.25rem;
} 
 
.mbr-section-nopadding {
    padding-top: 60px;
    padding-bottom: 0;
}
.mbr-cards-col {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
    padding-bottom: 120px;
    border:none 0px #000000;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px; 
}

.mbr-cards-col {
    padding-left: 0px;
    padding-right: 0px;
}

.mbr-cards .card-text {
   line-height: 20px;
}

.mbr-cards .card-block {
  padding: 10px;  
  background: white;
  border:solid 0px #595859;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright:0px;
  -moz-border-radius-bottomleft:8px;
  -moz-border-radius-bottomright:8px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-bottom-left-radius:8px;
  -webkit-border-bottom-right-radius:8px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;  
  /* -moz-box-shadow: 6px 10px 10px #5c5c5c;
  -webkit-box-shadow: 6px 10px 10px #5c5c5c;
  box-shadow: 6px 10px 10px #5c5c5c; */
  -moz-box-shadow: 0px 0px 8px  #575757;
  -webkit-box-shadow: 0px 0px 8px  #575757;
  box-shadow: 0px 0px 8px  #575757;

}
