body
{
font-size: 13px;
    background: #F7F7F7;
    font-family: 'Raleway',Verdana,sans-serif;
    color: #797171;
}

h1
{
    font-family: 'Raleway',Verdana,sans-serif;
    color: #b5121b; 
    font-size:30px;
    padding-bottom:22px;
    padding-top:34px;
}

   @media(max-width: 600px) {
   h1 {
    padding-top:0px;
      }
   }


.navigation
{
	width:280px;
      margin-top:20px;
      box-sizing: border-box;
      background-color: #fff;    
      border-radius: 6px;border: 
      1px solid #E0E0E0;
}

.navigationMobil
{
	width:92%;
      margin:15px;
      box-sizing: border-box;
      background-color: #fff;    
      border-radius: 6px;border: 
      1px solid #E0E0E0;
}

.navlabel
	{
	width:115px;
	float:left;
	height:22px;
	}

.navlabel2
	{
	width:135px;
	float:left;
	height:22px;
	}

.navinput
	{
	width:120px;
	font-familiy:'Raleway',Verdana;
      color:#797171;
	height:20px;
      padding-top: 2px;
      padding-left: 10;
	}

.navtop
	{
	width:280px;
	margin-top:20px;
	box-sizing: border-box;
	background-color: #fff;    
	border-radius: 6px;border: 1px solid #E0E0E0;"
	}

.nav
	{
	height:22px;
	}

hr
	{
	height:1px;
	border:none;
	background-color:#E0E0E0;"
	}

ul
{
	list-style-type:none;
      margin-left:-10px;
}

li
{
      font-family: 'Raleway',Verdana,sans-serif;
      font-size:14px;
      line-height:22px;
      color:#797171;
}

li a {
	text-decoration:none;
      color:#797171;
	}

li a:visited {
	text-decoration:none;
      color:#797171;
	}

.libold 
	{
      font-weight:600;
      text-decoration:underline;
      line-height:30px;
	}

#toTopForm {
    display: block;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 10%;
    outline: none;
    overflow: visible;
    width:  58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    cursor: pointer;
}

#toTopForm:hover {
    outline: none;
    background-position: right 0;
}

#toTopFormMobil {
    display: block;
    text-decoration: none;
    position: fixed;   
    bottom: 4px;
    right: 40%;
    left: 44%;
    outline: none;
    overflow: visible;
    width:  58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    cursor: pointer;
}

#toTopFormMobil:hover {
    outline: none;
    background-position: right 0;
}



.myButton {
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #b5121b 100%);
	background-color:#b5121b;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Raleway',Verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
      margin-top:10px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	background-color:#c62d1f;
}
.myButton:active {
	position:relative;
	top:1px;
}

.box 
{	box-shadow: 0 2px 4px 0 rgba(33,33,33,0.14), 0 3px 5px 0 rgba(33,33,33,0.06), 0 1px 20px 0 rgba(33,33,33,0.1);
    	height: 200px;
    	max-height: 200px;
    	border: 0;
      margin-left: 310px;
	width: 1000px;
}
.boxMobil 
{	box-shadow: 0 2px 4px 0 rgba(33,33,33,0.14), 0 3px 5px 0 rgba(33,33,33,0.06), 0 1px 20px 0 rgba(33,33,33,0.1);
    	height: 130px;
    	max-height: 130px;
    	border: 0;
	width: 100%;
      text-align:left;
}



.gallery {
    -webkit-box-flex: 1;
    flex: 1 0 30%;
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 300px;
    max-width: 300px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    display : inline-flex;

}

.galleryMobil {
    -webkit-box-flex: 1;
    flex: 1 0 30%;
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 150px;
    max-width: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    display : inline-flex;

}


.description
{
width:530px;
position:absolute;
padding: 10px;
}

.descriptionMobil
{
position:absolute;
padding: 10px;
display: inline-grid;
}

.headline 
{
font-family: 'Raleway',Verdana,sans-serif;
font-size: 16px;
font-weight: 700;
width:530px;
}

.headlineMobil 
{
font-family: 'Raleway',Verdana,sans-serif;
font-size: 12px;
font-weight: 700;
}



.subheadline 
{
font-family: 'Raleway',Verdana,sans-serif;
font-size: 14px;
font-weight: 300;
width:530px;
line-height:25px;
}

.subheadlineMobil 
{
font-family: 'Raleway',Verdana,sans-serif;
font-size: 10px;
font-weight: 300;
}


.housetext
{
position:absolute;
margin-top:50px;
overflow: hidden;
height:100px;
font-family: 'Raleway',Verdana,sans-serif;
font-size: 13px;
font-style: italic;
width:530px;
}

.housetextMobil
{
position:absolute;
margin-top:50px;
overflow: hidden;
height:100px;
font-family: 'Raleway',Verdana,sans-serif;
font-size: 13px;
font-style: italic;

}


.price
{
   width:150px;
   background-color:#efefef;
   height:200px;
   position:absolute;
   margin-left:550px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;


}

.priceMobil
{

float:right;
margin-right: 5px;
margin-top: 72px;
text-align: right;


}

.priceeur
{
font-family: 'Raleway',Verdana,sans-serif;
font-size: 20px;
font-weight: 700;
margin-top:100px; 
text-align:right;
width:135px;
}

.button
{
margin-top:140px; 
height:30px;
}

.logo
{
margin-left:40px;
margin-top:10px;
}


.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #b5121b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b5121b;
	box-shadow:inset 0px 1px 0px 0px #b5121b;
	background-color:#b5121b;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	width:250px;
}.classname:hover {
	background-color:#378de5;
}.classname:active {
	position:relative;
	top:1px;
}

.topnav {
  overflow: hidden;
  background-image: linear-gradient(to bottom, #d0d0d0, #F7F7F7);
  position: relative;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky; 
  top: 0;
  z-index:100;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-family: Raleway;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height:60px;
}

.topnav a:hover {
  font-weight:bold;
  }

.bureau
{
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 25px;
    font-weight: bold;
}
.bureauMobil
{
    position: absolute;
    bottom: -3px;
    right: 0;
    font-weight: bold;
}

.box2 
{	box-shadow: 0 2px 4px 0 rgba(33,33,33,0.14), 0 3px 5px 0 rgba(33,33,33,0.06), 0 1px 20px 0 rgba(33,33,33,0.1);
    	border: 0;
      width: 970px;
	padding: 10px;
      font-size: 14px;
}

.foto	{
	width: 375px;
	background-color: #fff; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	box-shadow: 0 0 6px #bbb; 
	padding: 10px; 
	background-position: 0%;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	}

.center14
	{
	text-align:center;
	font-size:14px;
	}
.blogColumn
	{
	width:300px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right:20px;
	}

.blogPost
	{
	background:white;
	padding:20 20 20 20;
	}
