/*basic elements*/

html body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll; /* FF Scroll-leiste */ 
	overflow-x: hidden; /* FF Scroll-leiste */ }
	
body {
	min-height: 100%;
	background-color: #F2F2F2;
/*
	background-image: url(bewerbung/img/concrete_seamless.png);
	background-repeat: repeat;
*/
	font-family: 'Fira Sans', 'bebas-neue', sans-serif; 
}

@font-face {
    font-family: 'bebasregular';
    src: url('..\BEBAS___-webfont.eot');
    src: url('..\BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('..\BEBAS___-webfont.woff') format('woff'),
         url('..\BEBAS___-webfont.ttf') format('truetype'),
         url('..\BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('..\font\bebasneue-webfont.eot') format('eot');
    src: url('..\font\bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('..\font\bebasneue-webfont.woff2') format('woff2'),
         url('..\font\bebasneue-webfont.woff') format('woff'),
         url('..\font\bebasneue-webfont.ttf') format('truetype'),
         url('..\font\bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;}

/*text elements*/

p {
	font-size: 0.9em;
	font-weight: 300;
	color: #350000;
}

a {
	text-decoration: none;
	font-family: 'Fira Sans';
	color: #e70186;}

h0 {
	font-size: 3em;
	font-family: 'Bebas Neue', 'bebas-neue';
	font-weight: 300;
	margin-bottom: 0.75em;
	line-height: 1em;}

h1 {
	font-size: 1.2em;
	font-family: 'Fira Sans';
	font-weight: 300;
	margin-bottom: 0.75em;
	line-height: 1.3em;}


h2 {
	font-size: 1.25em;
	font-family: 'Fira Sans';
	font-weight: 500;
	margin: 0; 
	}
	
	
h3 {
	font-size: 1em;
	font-family: 'Fira Sans';
	font-weight: 300;
	margin: 0; 
	}

h4 {
	font-size: 1.05em;
	font-family: 'Fira Sans';
	font-weight: 400;
	font-style: italic;
	margin: 0; 
	color: #e70186;	
	line-height: 0.75em;
	}
	
h7 {
	font-size: 1.15em;
	color: #e70186;
	}


/*inhalte */

#container {
	max-width: 1000px; 
	margin: auto; 
	margin-top: 15%;
	position: relative;
	/* background-color: #fff */;
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	}
	

#logo {
	width: 40%;
	min-width: 300px;
	height: 250px;
	background-image: url(logo.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	margin: 1px;
	position: relative;
	}
	

#box1 {
	min-width: 300px;
	width: 40%;
	height: 250px;
	background-color: #350000;
	padding-left: 1px;
	color: #fff;
	margin: 1px;
	display:table;
}

#box2 a {
	color: #fff;
}


#box2 a:hover {
	color: #e70186;
}


#text1 {
	padding: 20px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}

#box2 {
	min-width: 300px;
	width: 40%;
	height: 250px;
	background-color: #350000;
	color: #fff;
	margin: 1px;
	display:table;
}

#text2 {
	padding: 20px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    line-height: 0em;
    padding-bottom: 30px;
}



#box3 {
	width: 40%;
	min-width: 300px;
	height: 250px;
	background-image: url(c_seite23_blur.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	margin: 1px;
	display:table;
}

#box3a {
	opacity: 0.8;
	display: table-cell;
    vertical-align: middle;
    padding: 20px; 
}


#text3 {
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}

#text3 h2 {
    color: #e70186;
}


.button {
	width: 100px;
	height: 50px;
	background-color: white;
	opacity: 0.9;
	border-radius: 5px;
	padding: 7px 10px 6px 10px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#box3 a:hover {
	color: #350000;
}


/*footer elements*/

#footer {
	width: 80%;
	min-width: 300px;
	height: 250px;	
	position: relative;
	background-repeat: repeat; }

#footerkontakt {
	min-height: 200px;
	font-weight: 300;  	
	font-size: 0.95em;
	position: relative;
	text-align: right;
	margin-top: 5px;
}	





@media only screen and (max-width: 673px) {
#container {
	margin: auto; 
	margin-top: 0px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	}

#logo {
	width: 100%;
	height: 200px;
	background-image: url(logo.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	margin: 1px;
	position: relative;
	}
	

#box1 {
	width: 100%;
	height: 200px;
	background-color: #350000;
	padding-left: 1px;
	color: #fff;
	margin: 1px;
	display:table;
}

#box2 a {
	color: #fff;
}


#box2 a:hover {
	color: #e70186;
}

#box2 a:visited {
	color: #fff;
}

#text1 {
	padding: 20px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}

#box2 {
	width: 100%;
	height: 200px;
	background-color: #CC006C;
	padding-left: 1px;
	color: #fff;
	margin: 1px;
	display:table;
}

#text2 {
	padding: 20px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    line-height: 0em;
     padding-bottom: 30px;

}



#box3 {
	width: 100%;
	height: 200px;
	background-image: url(c_seite23_blur.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	margin: 1px;
	display:table;
}

#box31 {
	opacity: 0.8;
	display: table-cell;
    vertical-align: middle;
    padding: 20px; 
}


#text3 {
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}

#text3 h2 {
    color: #e70186;
}


.button {
	width: 100px;
	height: 50px;
	background-color: white;
	opacity: 0.9;
	border-radius: 5px;
	padding: 7px 10px 6px 10px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#box3 a:hover {
	color: #350000;
}


#footer {
	width: 100%;
	height: 100px;	
	position: relative;
	background-color: #350000;
	margin: 1px;
	display: table;
	}

#footerkontakt {
	display: table-cell;
    vertical-align: middle;
	width: 80%;
	position: relative;
	text-align: center;
	color: white;
	margin: auto;
}	

#footerkontakt p {
	color: white;
}


}

