@import url(fonts.css);

html,
body {
	margin-top:0;
	padding:0;
	height:100%;
	font-family: 'Roboto', sans-serif;
	color: #000!important;
}

p{
	font-size: 16px;
	line-height: 28px;
}


.abs{
	
	margin: 50px 0;
}

.abs2{
	
	margin: 50px 0 0 0;
}

.abs3{
	
	margin-bottom: 150px;
}

.logo{
	/* margin-bottom: 100px; */
}

.link1{
	color: #000;
}

.link1:hover{
	color: #000;
}

.imp{
float:right;
z-index: 99999999999999999999;
margin-top: 25px;
}

/*allgemein*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	margin-top: 50px;
}

h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

h3 {
	color: #727272;
	font-size: 16px;
	margin-bottom: 25px;
}

li{
	margin-bottom: 10px;
}



.backgroundimage {
    display: table;
    width: 100%;
    height: 600px;
    color: #FFF;
    background: transparent url("../img/Baby2.gif") no-repeat fixed center center / cover;
}

.shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}




.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.img {
	width: 100%;
}

/*Website idividuell*/






/*media queries*/

@media screen and (max-width: 1024px)  { 
	

	
	
}

