﻿*{
	/*default Einstellungen verändern*/
	margin: 0px;
	padding: 0px;
	box-sizing: border-box; /*padding and border are included in the width and height*/
}


/*--------------------------------------------------------------------------*/
/*----Styling: Backhaus, Brunnen, Museum, Scheune und Schmiede--------------*/

.containerscheune {
    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{
    width: 100%;
    margin-top: 1%;
}

.rechteseite img{
    width: 100%;
    margin-top: 1%;
}

.clear{
	clear: both; /*Box kommt immer nach unten*/
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Tablet gestylt----------------*/

@media only screen and (min-width:700px){  /*---Grenze anpassen ????---*/

 
/*--------------------------------------------------------------------------*/
/*----Styling: Backhaus, Brunnen, Museum, Scheune und Schmiede--------------*/





/*----------------------------------------------------------*/
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Computer gestylt--------------*/

@media only screen and (min-width:1100px){  /*---Grenze anpassen ????---*/


  
/*--------------------------------------------------------------------------*/
/*----Styling: Backhaus, Brunnen, Museum, Scheune und Schmiede--------------*/

.linkeseite{
  float: left;
  width: 40%;
  margin: 0 5%;
}

.rechteseite{
  float: right;
  width: 40%;
  margin: 0 5%;
}

/*-----------------------------------------------*/
}