/*------------------------------------------------ Mobil --------------------------------------------------------------*/
header
{
	margin-bottom:25px;  
}

h1
{
 font-size:25px;
      line-height: 30px;
  text-transform: uppercase;
  margin-bottom:15px;
      color: #93b93a;
}

h2
{
	font-size:18px;
      font-style: italic;  
}

h3
{

font-size:16px;

   

}

main ul,
.ce-intext.ce-left ul,
.ce-intext.ce-right ul
{
    padding-left: 30px;
}

main li
{
  margin-top: 8px;
    margin-bottom: 8px;
}

main a
{
  text-decoration: none;
    color: #444;
      color: #93b93a;
}

main img
{
  width:100%;
  height:auto;
}


main .button
{
background: #93b93a;
    padding: 10px 15px;
    color: white;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
      display: inline-block;
    margin-bottom: 15px;
}

/*---Layout Content---*/
.frame-layout-1
{
  min-height:90vh;
          padding: 3% 5%;;
        align-content: center;
        margin-bottom: 0px;
}

/*---Inhaltselemente---*/

.ce-col-collapse
{
  margin-bottom: 50px;
}

.col-md-3
{
  
}

.col-md-9
{
  
}

/*---Gallerie---*/
  .c-gallery .row figure .c-gallery__figure
{
    display: inline-block;
    margin: 0px 2% 2% 0%;
}

.c-gallery__count,
.c-gallery__title
{
  display:none;
}

/*---Slider---*/
.slick-prev, .slick-next
{
  z-index:100;
}

/*------------------------------------------------ Browser (ab 650 PX) ------------------------------------------------------------*/

@media screen and (min-width:650px)
{

}

/*------------------------------------------------ Browser (ab 950 PX) ------------------------------------------------------------*/

@media screen and (min-width:950px)
{


/*---Inhaltselemente---*/
.ce-row-collapse
{
    display: flex;
}

.col-md-3
{
  width:30%;
}
  
.col-md-4
{
  width:40%;
}

.col-md-8
{
  width:60%;
}  

.col-md-9
{
  width:70%;
}
 
}

