﻿*{
	/*default Einstellungen verändern*/
	margin: 0px;
	padding: 0px;
	box-sizing: border-box; /*padding and border are included in the width and height*/
}


/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*-------------STYLING NATURSCHUTZ -------------------------*/

.containernatur {
  background-color:white;
  margin:0 auto; /*Bereich ist mittig*/
  width: 100%;
  list-style-position: inside;
  margin-bottom: 0vh; /*Abstand vom Bottom = Höhe vom Footer*/
  }
   
  .linkeseite img{
    float: left;
    width: 100%;
    margin: 1% 0 1% 0;
  }
  
  .rechteseite img{
    float: right;
    width: 100%;
    margin: 1% 0 1% 0;
  }

  .linkeseite p{
      font-weight: 800;
      margin: 0 0 0 0;
  }

  .rechteseite p{
    font-weight: 800;
    margin: 0 0 0 0;
}

.clear{
	clear: both; /*Box kommt immer nach unten*/
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Tablet gestylt----------------*/

@media only screen and (min-width:700px){  /*---Grenze anpassen ????---*/

/*----------------------------------------------------------*/
/*-------------STYLING NATURSCHUTZ -------------------------*/



/*----------------------------------------------------------*/
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*-------------Ab jetzt wird Computer gestylt---------------*/

@media only screen and (min-width:1100px){  /*---Grenze anpassen ????---*/


/*----------------------------------------------------------*/
/*-------------STYLING NATURSCHUTZ -------------------------*/
  .linkeseite{
    float: left;
    width: 45%;
    margin: 2%;
  }
  
  .rechteseite{
    float: right;
    width: 45%;
    margin: 2%;
  }


/*----------------------------------------------------------*/
}