@charset "utf-8";

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant-VariableFont_wght.ttf");
}


html::before {
  content: ' ';
  display: block;
  background-image: url('../img/rohrwiesensee.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
  /* This is pretty important.*/
}

/* This is just the stuff to make the pen look pretty.*/
html {
  font-family: sans-serif;
  font-weight: 400;
  color: #fdfdfd;
}

.imgAbstand{
	padding-top: 80px;
	padding-bottom: 80px;
}

.oben{
  margin-top: 100px;	
}

.absatz {
	color: deepskyblue !important;
	margin-left: 15px;
}

.deepskyblueTextOverride {
  color: deepskyblue!important;
}

.royalblueTextOverride {
  color: royalblue !important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Cormorant;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.ueberschrift{
  font-style: italic;
}

p{
	font-family: "Cormorant Garamond", "Cormorant Garamond Medium", "Cormorant Garamond SemiBold";
	font-size: 1.1em;
}

a {
  text-decoration: none;
  color: white;
  transition: color 200ms ease-in-out;

}

.vorschau{
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover,
a:focus {
  color: #FFC74E;
}

.link{
	text-decoration: underline;
}

.post {
  font-size: 1.125rem;
  color: white;
}

.content {
  max-width: 60rem;
  margin: 0 auto;
}

.post-header-inner {
  display: flex;
  flex-flow: column nowrap;
  min-height: 25rem;
  margin-top: 60px;
  padding: 0.5rem 1.5rem;
  /* text-shadow: 1px 1.5px 4px rgba(167, 221, 255, 0.8);*/
  text-shadow: 0.5px 2px 2px rgba(1, 1, 1, 0.4);

}

.post-header-inner-nach {
  display: flex;
  flex-flow: column nowrap;
  min-height: 15rem;
  margin-top: 60px;
  padding: 0.5rem 1.5rem;
  /* text-shadow: 1px 1.5px 4px rgba(167, 221, 255, 0.8);*/
  text-shadow: 0.5px 2px 2px rgba(1, 1, 1, 0.4);

}

.post-header-inner h1 {
  font-size: 225%;
  font-weight: bolder;
  text-align: center;
}

.post-header-inner img {
  margin-top: 130px;
  margin-left: 50px;
  width: 80%;
}

.post-date {
  color: #B28B36;
}

.post-meta {
  width: 100%;
  margin-top: auto;
  color: #FFF;
  text-shadow: 1px 1.5px 4px rgba(1, 1, 1, 0.8);
}

.author-name {
  font-size: 1.3rem;
  font-weight: 400;
}

.post-content {
  font-family: Cormorant;
  background: rgba(9, 69, 141, 0.7);
  backdrop-filter: blur(18px);
  padding: 1rem 1.5rem;
}

.post-content-weiss {
  font-family: Cormorant;
  background: white;
  backdrop-filter: blur(18px);
  padding: 1rem 1.5rem;
  color: black;

}

.note {
  color: #D3D3D3;
  border: 3px solid red;
  padding: 0.625rem;
}

span {
  font-weight: bold;
  color: white;
}

footer {
  color: white;
  padding: 1rem 1.5rem;
  background-color: royalblue;
  padding-bottom: 4rem;
}

.bildrechts {
  width: auto;
  height: auto;

  padding: 1em 1em 1em 1em;
  border: 1px solid silver;
  margin: 0 2em 2em 2em;
  box-shadow: 10px 0px 25px #555;
  transform: rotate(1deg);

  float: right;
  clear: right;
}

.bildlinks {
  width: auto;
  height: auto;

  padding: 1em 1em 1em 1em;
  border: 1px solid silver;
  margin: 0 2em 2em 2em;
  box-shadow: 10px 0px 25px #555;
  transform: rotate(1deg);

  float: left;
  clear: left;
}
.bildNews{
    background-color: transparent;
    color: white;
}

figure {
  background-color: white;
}

figcaption {
  color: royalblue;
}

.marquee {
  max-width: 100vw;
  /* iOS braucht das */
  white-space: nowrap;
  overflow: hidden;
  font: Arial;
  font-size: 24px;
  color: red;

  /* hier evtl. noch font-size, color usw. */
}

.marquee span {
  display: inline-block;
  padding-left: 105%;
  /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
  animation: marquee 30s linear infinite;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

#footer {
  width: 100%;
  height: 70px;
  padding-top: 10px;
  background-color: royalblue;
  text-align: center;
  color: white
}

.imglinks {
  float: left;
  clear: left;
}

.button-karte {
  margin-top: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: royalblue;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  border-radius: 10000px;
}

.button-karte:hover {
  color: white;
  text-decoration: none;
  background-image: radial-gradient(circle at 50% 50%, cornflowerblue 1%, royalblue 1%);
  background-size: 10000% 10000%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: background-size linear 0.2s;
}

.button-karte:hover:active {
  transition-duration: 0s;
  background-size: 100% 100%;
}

video {
  width: 100%;
}

.fixed-action-btn {
  background-color: royalblue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 22px;
  cursor: pointer;
  left: 90%;
  position: fixed;
  top: 50%;
  border-radius: 50%
}

.fixed-action-btn:hover {
  background-color: cornflowerblue;
  color: white;
}

ul.a{
	list-style-type: none;
	margin-left: -30px;
}

.blau_hr{
	border: 0;
	width: 0%;
	background-color: royalblue;
} 

#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 5px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: royalblue;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: cornflowerblue;
}

.cards{
	display: inline-block;
	padding: 20px 30px;
	border-radius: 20px;
	border: 1px rgba(211, 211, 211, 0.486) solid;
	margin: 10px;
	transition: 0.6s;
}

.cards:hovem{
	transition: 0.6s;
	box-shadow: 5px 5px 20px lightgray;
}

.cards img{
	transition: 0.2s;
	width: 120px;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 2px;
}

.cards:hover img{
	transition: 0.2s;
	outline: 4px solid grey;
}

.main-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.cardscaption{
	color: royalblue;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-body{
    color:black;
}

.center-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

 .left-align {
        text-align: left;
    }
.line{
        display: none;
}

@media (max-width: 798px) {
  .post-header-inner {
  display: flex;
  flex-flow: column nowrap;
  min-height: 15rem;
  margin-top: 60px;
  padding: 0.5rem 1.5rem;
  /* text-shadow: 1px 1.5px 4px rgba(167, 221, 255, 0.8);*/
  text-shadow: 0.5px 2px 2px rgba(1, 1, 1, 0.4);

}
  .post-header-inner h1 {
    font-size: 150%;
    font-weight: bolder;
    text-align: center;
  }

  .post-header-inner img {
    margin-top: 80px;
  }

  h3 {
    font-size: 1em;
  }

  figcaption {
    color: royalblue;
    font-size: 0.75em;
  }
	
  
 .row {
	font-size: 0.75em;	
  }
    
.center-text {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
.line {
    display: block;
	border: 0;
	width: 25%;
	height: 2px;
	background-color: deepskyblue;
	}

.fixed-action-btn {
  	background-color: royalblue;
  	border: none;
  	color: white;
  	padding: 12px 16px;
  	font-size: 22px;
  	cursor: pointer;
  	left: 80%;
  	position: fixed;
  	top: 50%;
  	border-radius: 50%
	}

.fixed-action-btn:hover {
  	background-color: cornflowerblue;
  	color: white;
	}

#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 5px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: royalblue;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: cornflowerblue;
}
	
.cards{
	display: inline-block;
	padding: 20px 30px;
	border-radius: 20px;
	border: 1px rgba(211, 211, 211, 0.486) solid;
	margin: 10px;
	transition: 0.6s;
}

.cards:hovem{
	transition: 0.6s;
	box-shadow: 5px 5px 20px lightgray;
}

.cards img{
	transition: 0.2s;
	width: 120px;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 2px;
}

.cards:hover img{
	transition: 0.2s;
	outline: 4px solid grey;
}

.main-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.cardscaption{
	color: royalblue;
}
}