

body {
    background-color: white;
    font-family: 'PT Sans', sans;
    font-weight: 300;
    font-size: 16px;
    background-attachment: fixed;
    margin-top: 50px;
    color: #333;
}

strong, b {
  font-weight: 600;
}

.bg-gradark {
  background: linear-gradient(#E4E4E4,white,white,white);
}

a {
  color: #2F91BF !important;
}


.sub_pages {
    font-size: 1.1em;
    font-weight: 500;
    list-style-type: none;
    margin: 15px 0;
    padding: 2px;
    background: #3CA6D7;
}

.sub_pages li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 0 2px 0;
    background: white;
    color: #0F7BAC;
}

.sub_pages a {
    color: inherit !important;
}

h4 {
  color: #234E8C;
  margin: 30px 0;
  font-weight: 300;
}

.text-small {
  font-size: 0.9em;
}

a, a:visited, a:link, a:active {
  color: #307ED5;
}

.dropdown-menu { right: 0; left: auto; }

.card-header {
  font-size: 1.1em;
}

.card-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  color: #c0c0c0;
  padding: 5px;
}

.w100 {
  width: 100%;
}

.bg-grad {
  background: linear-gradient(#98dafb, #b7a0eb);
}

.bg-trans {
  background: rgba(255,255,255,0.8);
}

.news-box {
  background-image: url('../img/bg.jpg');
}



textarea, input[type=text] {
  background: #FFFAD0 !important;
}

.btn {
  background: #2F91BF;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
}


.roses {
  background-color: #350709;
  background-image: url('../img/bg-rose.jpg');
}

.gallery img {
    opacity: 0.8;
    transition: ease 0.3s;
}

.gallery img:hover {
    opacity: 1;
}

textarea {
  height: 150px;
}

hr {
    border-top: 1px dotted #A77906;
    height: 1px; }

.bg-darken {
  background-color: rgba(204,153,102,0.8);
}

.text-primary {
  color: #2F91BF !important;
}

.gallery {
	margin: 30px 0;
}

.gallery img {
	margin: 10px 0;
}

.navbar-brand img {
  height: 50px;
}

.wp-caption {
  font-size: 0.8em;
  text-align: center;
}

.main-box {
  box-shadow: 0px 0px 100px 20px rgba(0,0,0,0.75);
}

.navbar {
  box-shadow: 0px 3px 45px 0px rgba(0,0,0,0.2);
  border-bottom: 1px solid #ddd;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 1em;
}

.navbar-light .navbar-nav .nav-link {
  color: #1c729a;
  letter-spacing: 1px;
}

.aktual {
  font-size: 0.8em;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.text-orange {
  color: #ec3213 !important;
}

.aktual a {
  font-size: 1.1em;
}


header {
  padding: 30px 0 0 0;
}

.kafel {
  height: 180px;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 50% !important;
}

.kafel:hover {
  transform: rotate(3deg) scale(1.05);
  box-shadow: 0px 10px 34px -13px rgba(0,0,0,0.75);
}

.kafel-title {
  position: absolute;
  top:50%;
  background: rgba(47,145,191,0.9);
  width: 100%;
  color: white;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 5px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.kafel:hover .kafel-title {
 opacity: 1;
}

.box-shadow {
  box-shadow: 0px 10px 34px -13px rgba(0,0,0,0.75);
}

.category {
  color: #c0c0c0 !important;
}


#slider .carousel-item {
  width: 100%;
  height: 400px;
  background: no-repeat center center scroll;
  background-size: cover;
  text-transform: none;
}

.carousel-caption {
  top: 70%;
  text-align: left;
  transform: translateY(-20%);
  bottom: initial;
}

.carousel-caption a {
    color: white !important;
}

#slider h1 {
  all: unset;
  font-size: 2em;
  background: rgba(213,171,3,0.8);
  padding: 5px 20px;
  color: white;
}

#slider p {
  background: rgba(46,52,54,0.9);
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
}

h1 {
  color: #fff;
  text-align: center;
  background: linear-gradient(#52c4f8,#3ca6d7);
  font-size: 1.4em;
  padding: 15px 40px;
  margin: 0 0 2em 0;
  font-weight: 500;
  text-transform: uppercase;
}

h1 a {
  color: inherit;
}

h1 a.right {
  float: right;
  font-size: 0.9em;
  text-transform: none;
  color: inherit;
}

section h2 {
  margin: 30px auto;
  padding: 10px 0 10px 0;
  font-size: 1.4em;
  text-align: center;
  color: #0F7BAC !important;
  border-bottom: 1px dotted #2F91BF;
}

section h3 {
  margin: 10px;
}

.tile {
  text-align: justify;
  padding: 0 30px;
  line-height: 1.2em;
  letter-spacing: 0;
}

.pointer { cursor: pointer; }

.tile-title {
  font-weight: 400;
  font-size: 1em;
  color: #307ED5;
  background: none;
  border: none;
  padding: 0;
}

.tile-date {
  float: right;
  color: #888;
  font-size: 0.8em;
}

section iframe {
  width: 100%;
  height: 500px;
  margin: 30px 0;
}




a.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #D8B014;
  padding: 2px 20px;
  border-radius: 20px;
  color: white !important;
  font-size: 2em;
  opacity: 0.8;
  z-index: 2000;
}

#kontakt a {
  font-weight: 400;
}

table, td, tr, th {
  border: 0;
}

th, td {
  min-width: 100px;
  vertical-align: top;
  font-weight: 300;
}

th {
  font-weight: 400;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.thumb {
  max-width: 350px;
  height: auto;
}

.dropdown-item {
  text-transform: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.mh-50 {
  max-height: 50px;
}

.foto {
  height: 400px;
}

section {
    padding: 0 0 20px 0;
    text-align: justify;
    background: white;
    overflow: auto;
  }

.overflow-hidden {
  overflow: hidden !important;
}

section img {
      max-width: 100%;
      height: auto;
  }

@media (max-width: 767px) {
    section img, .wp-caption {
      display: block;
      text-align: center;
      margin: 10px auto;
      width: 100% !important;
    }
    #slider h1 {
      font-size: 1.6em;
      text-align: center;
      padding: 5px;
    }
    #slider p {
      font-size: 0.9em;
      margin: 10px 0;
    }
    .kafel-title {
      opacity: 1;
      top: auto;
      bottom: 0;
      transform: none;
    }
  }

@media (max-width: 575px) {
  .kafel {
    height: 400px;
  }

}

.aligncenter {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.alignright {
    float: right;
}

.w-100 {
    width: 100%;
}

@media (max-width: 992px) {
    .movie { height: 400px; }
}


.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:link, .btn-primary:active, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
 {

}

ul li, ol li {
  margin: 10px 0;
}

.row { margin: 0 !important; }

.bg-black {
  background: linear-gradient(black,#2E3436,#555753);
}

.bg-mb {
  background-image: url('../img/mb.jpg');
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}

.social ul {
    flex-direction: row !important;
}

.social .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }

.bg-secondary {
    background-color: #2F91BF !important;
}

.bg-primary {
  background-color: #4DBDF0 !important;
}

.bg-primary a, .bg-primary {
  color: white;
}

.ico {
    height: 25px;
}

.text-light {
  color: #ccc;
}

footer {
    background-color: #2F91BF;
    padding: 25px;
    text-align: center;
    letter-spacing: 5px;
}

footer a {
    color: inherit;
}

.radius {
    border-radius: 10px;
}

.radius-top {
    border-radius: 20px 20px 0 0;
}

.text-default {
    font-size: initial;
}

@media (min-width: 992px) {

}
