/*
Theme Name: Dialog im Dunkeln
Author: Christoph Roschger
Description: Theme fuer Dialog im Dunkeln
Theme URI: https://imdunkeln.at
Version: 0.1
*/


body {
    font-family: "Didact Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color:#191919;
  }
  
  body, #all {
    margin: 0  !important;
    padding: 0 !important;
  }
  
  .nav-item {
    padding: 0px 25px;
    position:relative;
    display:inline-block;
  }
  
  .nav-link:hover, .nav-item.current-menu-item .nav-link {
    color:#94bc72 !important;
  }
  
  nav.sticky {
    border: 2px solid red;
  }
  
  .nav-item.current-menu-item .nav-link:after,
  .nav-link:hover:after {
    content: '';
    color:#94bc72 !important;
    width:5px;
    height:5px;
    border-radius:50%;
    position:absolute;
    left:50%;
    margin-left:-2px;
    bottom: -3px;
    border: solid;
  }
  
  .navbar-brand img {
    width:200px;
    transition: all 0.5s linear;
  }
  
  .navbar {
  background-color: white;  
  margin-top:15px;
  margin-bottom:15px;
  padding-left:30px;
  padding-right:30px;
  }
  
  
  header.is-sticky .navbar {
  margin-top:0px;
  margin-bottom:0px;
  }
  
  header.is-sticky {
   box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%)
  }
  
  header.is-sticky .navbar-brand img {
    width: 150px;
  }
  
  header .navbar{
    transition: margin 1s ease;
  }
  
  .intro {
    margin-top:120px;
    background-image: url(img/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 95px 65px 95px 65px;
  }
  
  
  .intro a img {
    width: 62px;
    float:left;
    margin:20px;
    position:relative;
    top: -25px;
  }
  
  .intro ul {
     list-style-type: none;
  }
  
  .intro li {
    margin-bottom:20px;
    clear:both;
  }
  
  
  h2 {
    font-size: 42px;
    font-weight: 400;
  }
  
  
  h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  .intro a {
    font-size:28px;
    color: #000;
  }
  
  #slogan {
    font-size:100px;
    line-height: 100px;
  }
  
  .content {
    margin-top:100px;
  }
  
  .content h3 {
    clear:both
  }
  
  .content a img {
    width: 100px;
    float:left;
    margin:20px;
    position:relative;
    top: -25px;
  }
  
  .mycard {
    background-color: #f9f9f9;
    padding:30px;
    box-shadow: 0px 10px 51px 0px rgb(23 31 44 / 15%);
    transition: all 0.5s ease;
  }
  
  
  .mycard:hover {
    box-shadow: 0px 10px 51px 0px rgb(23 31 44 / 30%);
    transform: scale(1.1);
  }
      
  .green-container {
    margin-top:50px;
    padding-top:40px;
    padding-bottom:40px;
    position:relative;
    background-color: transparent;
    background-image: radial-gradient(at center center, #94bc72 59%, #898989 89%);
  }
  
  
  .green-container h2 {
    font-size: 42px;
    font-weight: 400;
    
  }
  
  
  .green-container h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 1em;
  }
  
  .green-container .row {
    padding-top:80px;
    padding-bottom: 80px;
  }
  
  .top-shape, .bottom-shape {
    line-height: 0;
    overflow:hidden;
    position:absolute;
    height: 84px;
    width:100%;
    left:0px;
  }
  
  
  .top-shape  {
    top:-1px;
  }
  
  
   .bottom-shape {
    bottom:-1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  
  .top-shape svg, .bottom-shape svg {
    height: 84px;
    width:100%;
  }
  
  .shape-fill {
      fill: #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
  }
  
  
  .container a:hover img {
      
      animation: pulse 1s linear infinite;
  }
  
  @-webkit-keyframes pulse {
  0% {
     -webkit-transform: scale(1);
     transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
     -webkit-transform: scale(1);
    transform: scale(1);
  }
  }
  
  .webshop img {
    width:150px !important;
  
  }
  
  .container a:hover {
    color: #94bc72;
  }
  
  .map img {
    width: 100px;
    float:left;
    position:relative;
    top:-20px;
  }
  
  .map iframe {
    width: 100%;
    height:100%;
    min-height: 300px;
  }
  
  footer {
    margin-top:150px;
    padding-top:100px;
    border-top: 1px solid #ccc;
  }
  
  footer span {
    color: #888;
  }
  
  footer img.social {
    height: 50px;
  }

  .banner {
    margin-top: 100px;
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .banner img {
    height: 200px;
  }

  .banner .container {
    margin-top:0px;

  }

.underline {
  text-decoration: underline;
}

  @media only screen and (max-width: 992px) {
    #slogan {
     font-size:40px;
     line-height: 40px;
  }
  }

figure.termine {
	text-align: center;
	width: 30%;

}

figure.termine table {
}

figure.termine table td {
	border: none;
}

.dinner-card {
  padding: 30px;
  background-color: white;
  box-shadow: 0px 10px 51px 0px rgb(23 31 44 / 15%);
  transition: all 0.5s ease;
  min-height: 250px;
}

.dinner-card img {
    height: 60px;
    padding:10p;
    padding-bottom:20px;
}

.dinner-card:hover {
    box-shadow: 0px 10px 51px 0px rgb(23 31 44 / 30%);
    transform: scale(1.1);
}

div.announcement {
  margin-top: 20px;
  padding: 20px;
  border: 6px dotted black;
}

div.divider {
 border-top: 3px solid #94bc72;
 margin-top: 20px;
 margin-bottom: 40px;
 width:25%;
}

div.circle {
  border:30px solid #94bc72;
  border-radius:30px;
  margin:20px;
  width:0px;
  height:0px;
}

img.small {
  max-height: 100px;
}


.carousel-item img {
    height:70px;
    width:auto;
    margin:auto;
}

.carousel-item {
    height:200px;
}

.green {
  color: #94bc72 !important
}

#firmen-mass li {
  margin-top: 1em;
}

a.underline {
  text-decoration: underline;
}

#firmen-ueberblick a img, #schulen-ueberblick a img {
  float:none;
  height:75px;
  margin-bottom:-10px
}