@charset "utf-8";
@import url("webfonts/Satoshi_Black/stylesheet.css");
@import url("webfonts/Satoshi_BlackItalic/stylesheet.css");
@import url("webfonts/Satoshi_Bold/stylesheet.css");
@import url("webfonts/Satoshi_Italic/stylesheet.css");
@import url("webfonts/Satoshi_Light/stylesheet.css");
@import url("webfonts/Satoshi_Regular/stylesheet.css");

/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Satoshi, "Satoshi Black", "Satoshi Black Italic", "Satoshi Light", "Satoshi Light Italic", "Satoshi Medium", "Satoshi Medium Italic";

	
}

header {
	padding: 32px 0px 15px 0px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
footer {
	padding: 60px 0px 50px 0px;
	text-align: center;
	line-height: 30px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
	font-family: 'Satoshi Black';
	font-size: 27px;
	letter-spacing: -1.8px;
	text-align: center;
	margin-top: -1px;

}

.style-nav ul {
	list-style-type: none;
	margin-top: 20px;
	text-align: center;
}

.style-nav ul li {
	display: inline-block;
	text-align: center;
}

.style-nav ul li a {
    text-decoration: none;
    color: #000000;
    text-align: center;
    display: block;
    padding: 5px;
    font-family: "Satoshi Bold";
}

a:hover {
	color: #7E7E7E;
}

ul li a:hover {
	color: #585858;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


.banner {
	background-image: url("bilder/muenchen_abstrakt_11_zuschnitt.jpg");
	background-size: cover;
	padding: 200px 20px 20px 20px;
	color: #FFFFFF;
	text-align: center;
		
}

h1 {
	font-size: 20px;
	margin-bottom: 170px;
	
}

.footer-text {
	font-family: "Satoshi Regular";
	font-size: 12px;
}

.footer-text_2 {
	font-size: 15px;
	margin-top: 100px;
	
}

.footer-text_3 {
	font-size: 15px;
	
}

	
.bild1 {
	background-image: url()
}

.col {
	width: 100%;
}

.col{
	padding: 0px 7px 7px;
}


.titel-mc-queen-flow {
	padding: 20px 20px 30px 20px;
	text-align: center;
	letter-spacing: -1.4px;
	line-height: 40px;
}

.startseitenverweise {
	margin-top: -10px;
	padding: 20px 20px 25px 20px;
	text-align: center;
	letter-spacing: -1.4px;
	line-height: 30px;
	font-family: 'Satoshi Bold';
	font-size: 18px;
}

.fotoseite-titel {
	padding: 20px 20px 30px 20px;
	text-align: center;
	letter-spacing: -1.4px;
}

.kontakt {
	padding: 100px 20px 30px 20px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;	
}

a {
	text-decoration: none;
	color: #000000;
	letter-spacing: 0px;
	font-family: "Satoshi Regular";
}

a.bold {
	font-family: "Satoshi Bold";
}

p {
	font-size: 15px;
	font-family: "Satoshi Regular";
}


.titel-dis-moi-pas {
	padding: 100px 20px 30px 20px;
	text-align: center;
	letter-spacing: -1.4px;
	line-height: 40px;
}

.titel-down-mit-den-jungs {
	padding: 100px 20px 30px 20px;
	text-align: center;
	letter-spacing: -1.4px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
	font-family: "Satoshi Bold";
}

h4 {
	font-size: 20px;
	font-family: "Satoshi Bold";
}

h6 {
	font-size: 20px;
	font-family: "Satoshi Regular";
	letter-spacing: -0.1px;
}







/*Tablet View*/

@media (min-width: 768px){

	.style-nav ul li {
    display: inline-block;
    font-family: "Satoshi Black";
	padding: 8px;
	}
	
	.style-logo {
		font-size: 40px;
	
	}
	
	.banner {
		padding: 220px 20px 20px 20px;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 195px;
	}
	
	.style-nav ul {
    text-align: center;
	margin-top: 0px;
	}
	
	footer {
	padding: 70px 0px 50px 0px;
	}
	
	.footer-text {
		font-size: 15px;
	}
	
	.footer-text_2 {
		font-size: 18px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
	.titel-mc-queen-flow {
	padding: 10px 20px 30px 20px;
	}
	
	.fotoseite-titel {
		padding: 25px 20px 30px 20px;
	}
	
	p {
		font-size: 17px;
		font-family: "Satoshi Regular";
	}
	.startseitenverweise {
		font-size: 15px;
		line-height: 30px;
		margin-top: -30px;
	}
}


/*Desktop View*/

@media (min-width: 1024px){
	
	.style-logo {
		float: right;
		letter-spacing: -1.1px;
		padding: 0px 20px;
	}
	
	h1 {
		font-size: 50px;
		margin-bottom: 300px;
	}
	
	.banner {
		padding: 300px 20px 20px 20px;
	}
	
	.style-logo{
		font-size: 40px;
	}
	
	.style-nav ul {
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
}

	.style-nav {
		float: left;
	}
	
	.footer-text {
		font-size: 18px;
	}
	
	.footer-text_2 {
		font-size: 20px;
	}
	
	
	footer {
		padding: 100px 0px 100px 0px;
	}
	
	header {
	padding: 32px 0px 15px 30px;
}
	
	.col {
		padding: 0px 7px 12px;
	}
	
	.col-lg-one-third {
		width: 33.333333333333%;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-lg-one-fifth {
		width: 20%;
	}
	
	.titel-mc-queen-flow {
		padding: 20px 20px 50px 20px;
		text-align: center;
	}
	
	.fotoseite-titel {
		padding: 25px 20px 30px 20px;
	}
	
	p {
		font-size: 20px;
	}
	
	.startseitenverweise {
		font-size: 20px;
		line-height: 40px;
		margin-top: -30px;
		padding-bottom: 100px;
	}

	
}
