﻿*{
	/*default Einstellungen verändern*/
	margin: 0px;
	padding: 0px;
	box-sizing: border-box; /*padding and border are included in the width and height*/
}


/*------------------------------------------------------------------*/
/*---------------------STYLING JUGEND-------------------------------*/

.containerjugend {
  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{
  width: 100%;
}

.rechteseite img{
  width: 100%;
  margin-top: 1%;
}

.rechteseite p{
  margin: 0;
  font-weight: 800;
}

.clear{
	clear: both; /*Box kommt immer nach unten*/
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Tablet gestylt----------------*/

@media only screen and (min-width:700px){  /*---Grenze anpassen ????---*/


  
/*------------------------------------------------------------------*/
/*---------------------STYLING JUGEND-------------------------------*/

  


/*----------------------------------------------------------*/
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Computer gestylt--------------*/

@media only screen and (min-width:1100px){  /*---Grenze anpassen ????---*/


/*------------------------------------------------------------------*/
/*---------------------STYLING JUGEND-------------------------------*/

.containerjugend {
  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{
  width: 45%;
  margin: 0% 4% 0% 1%;
  float: left;
}

.rechteseite img{
  width: 45%;
  margin: 0% 1% 0% 4%;
}

.rechteseite p{
  display: none;
}

/*-------------------------------------------------------------------*/
}