/*------------------------------------------------ Mobil --------------------------------------------------------------*/
header
{
	margin-bottom:25px;  
}

h1
{
 font-size:25px;
  text-transform: uppercase;
  margin-bottom:5px;
}

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-bottom:5px;
}

main a
{
  text-decoration: none;
    color: #444;
    font-weight: bold;
}

main img
{
  width:100%;
  height:auto;
}



/*---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;
}
/*------------------------------------------------ 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%;
}
 
}

