#portraitmini, #kindmini, #hochzeitmini {
	cursor: pointer;
}

body {
	font-family: 'Raleway', sans-serif;	
}

h1 {
    text-transform: uppercase;
	font-size: 36px;
	text-align: center;
}

h2 {
    text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}

h3 {
    text-transform: uppercase;
	font-size: 30px;
	text-align: left;
}


p {
	font-size: 24px;
	white-space:pre;
}

input, a, textarea {
	font-size: 24px;
	white-space:normal;
}

a:hover {
    color: #808080;	
} 

p.bottom, a.bottom {
	font-size: 18px;
	white-space:normal;
}

.address-list > li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
	font-size: 18px;
	
}
.address-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.address-list i {
    border: 0px solid;
    display: inline-block;
    height: 30px;
    line-height: 24px;
    text-align: center;
    width: 30px;
}

a.navbar-brand img {
	position: fixed;  
	left: 50%; 
	margin-left: -100px; 
	width: 200px;
}

@media screen and (max-width:320px) {}
@media screen and (min-width:321px) and (max-width:639px) {
	h1 {
    	text-transform: uppercase;
		font-size: 16px;
		text-align: center;
	}

	h2 {
   		text-transform: uppercase;
		font-size: 12px;
		text-align: center;
	}

	h3 {
    	text-transform: uppercase;
		font-size: 10px;
		text-align: left;
	}


p {
	font-size: 12px;
	white-space:normal;
	width: 100%;
}

input, a, textarea {
	font-size: 12px;
	white-space:normal;
}

	
p.bottom, a.bottom {
	font-size: 12px;
	white-space:normal;
}
	
	a.navbar-brand img {
		position: relative;  
		margin-left: -50px;
		width: 200px;
	}
	
	.address-list > li {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
	font-size: 12px;
	
}
.address-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.address-list i {
    border: 0px solid;
    display: inline-block;
    height: 18px;
    line-height: 14px;
    text-align: center;
    width: 30px;
}
}
@media screen and (min-width:640px) and (max-width:959px) {
	h1 {
    	text-transform: uppercase;
		font-size: 20px;
		text-align: center;
	}

	h2 {
   		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
	}

	h3 {
    	text-transform: uppercase;
		font-size: 14px;
		text-align: left;
	}


p {
	font-size: 16px;
	white-space:normal;
	width: 100%;
}

input, a, textarea {
	font-size: 16px;
	white-space:normal;
}

	
	p.bottom, a.bottom {
		font-size: 14px;
		white-space:normal;
	}

	a.navbar-brand img {
		position: relative;  
		margin-left: -50px;
		width: 200px;
	}
	
		.address-list > li {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
	font-size: 12px;
	
}
.address-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.address-list i {
    border: 0px solid;
    display: inline-block;
    height: 18px;
    line-height: 14px;
    text-align: center;
    width: 30px;
}
	
}

@media screen and (min-width:960px) and (max-width:1279px) {}
@media screen and (min-width:1280px) and (max-width:1599px) {}
@media screen and (min-width:1600px) {}
@media screen and (min-width:1920px) {}



