

.pictures {
	padding:10px;
	width:350px;
	background:#9bbbbfa6;
	position:absolute;
	bottom:10px;

}

.lipi {
	background:;
	margin:5px 0px;
	border:1px solid #dedede;
	list-style-type:none;
}

.lipi a:hover{

	margin:5px 0px;
	border:2px solid #dedede;
	list-style-type:none;
}


.lipi img {
	max-width:200px;
	max-height:150px;
}


a[href$=".pdf"]::before {
    content: url(../img/pdf.png);
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 22px;
	max-height:20px !important;
}

.feature-box-info p {
	margin:0 0 7px 0;
}

.feature-box.feature-box-style-2 h4 {
    padding: 20px 0 5px 0;
	margin: 10px 0px 7px 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #a7ccd0;
}


    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }
	
    @media (max-width: 760px) {
		.fh {
			margin:30px 0 5px 0 !important;
		}
    }
	
	
	
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #2223;
}

.bildbox ::hover {
  opacity: .8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}


.bildbox {
	max-height:320px;
	min-height:320px;
	overflow:hidden;
	display:block;
	margin:10px auto;
}
	
	    @media (min-width: 768px) {
.bildbox {
	max-height:220px;
	min-height:220px;
	overflow:hidden;
	display:block;
	margin:10px auto;
}
    } 

	@media (min-width: 992px) {
.bildbox {
	max-height:290px;
	min-height:290px;
	overflow:hidden;
	display:block;
	margin:10px auto;
}
    }
	
.tipps h1{
	font-weight: 600 !important;
	font-size: 2.2em;
line-height: 42px;
margin: 35px 0 8px 0;
}

.tipps h2{
font-size: 1.8em !important;
line-height: 42px;
margin: 15px 0 10px 0;
	font-weight: 600 !important;
}