@charset "utf-8";
/* CSS Document */

/* Copyright von Granito GRAphix */

/* ======== Fontstile ======== */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,600,500italic,600italic,700,700italic,800,800italic,900,900italic);
/* font-family: 'Raleway', sans-serif; */



/* ======== Grundeinstellungen ======== */


body {
    margin:auto;
    background-image:url(../bilder/graphix-tempimg-imac-003.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-position:bottom center;
    background-repeat:no-repeat;
    margin-top: 60px;
    text-align: center;
    width:40%;
}

h1, h2, h3, p {
	color:#fff; 
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-size:20px;
	font-weight: 500;
	margin-bottom: 10px;
/*	text-transform: uppercase; */

}

h2 {
	font-size:24px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;

}

p {
	font-size:16px;
	margin-top:5px;
}

#logo {
	padding:20px 0 10px 0 ;	
}

.abstand {
	padding-top:80px;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	color:#00b4cc;
}

@media screen and (max-width:768px) {
body {
    margin-top:30px;
    width: 80%;	
}
}

@media screen and (max-width:1390px) {
body {
    width: 60%;	
}
}

/*
@media screen and (max-width:1000px) {
.abstand {
	padding-top:10px;
}
}

@media screen and (min-width:768px) {
body {
    margin-top:20px;	
}
}

@media screen and (min-width:1920px) {
body {
    margin-top:130px;	
}
.abstand {
	padding-top:50px;
}
}
*/