/* CSS Document */
/*  colors:
	orange cc7b16 = 204,123,22
	blau 192354 = 25,35,83
	rot 890016 = 137,0,22
*/

/* titillium-web-300 - latin */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
  /* titillium-web-regular - latin */
  @font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
  /* titillium-web-700 - latin */
  @font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }

body {
	background-color: #fafafa;
	color: #333;
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
}

::selection { background: rgba(204,123,22,0.5); }
::-moz-selection { background: rgba(204,123,22,0.5); }

.box-orange *::selection { background: rgba(0,0,0,0.3); }
.box-orange *::-moz-selection { background: rgba(0,0,0,0.3); }

.box-red *::selection { background: rgba(0,0,0,0.3); }
.box-red *::-moz-selection { background: rgba(0,0,0,0.3); }

/*	fixed header	*/
.header {
	position: relative;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.97);
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
/*.page { padding-top: 20px; }*/
.header.scrolled { padding-top: 12px; }
.header.scrolled ul.mainnav { margin-bottom: 12px; }
.header.scrolled ul.mainnav li a {
	font-size: 100%;
	padding: 4px 12px;
}
/*					*/
img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.fullscreen-image { 
	height: 500px;
	width: 100%;
	background-image: url(../img/header.jpg);
	background-size: cover;
}
.relative { position: relative; }
p { margin-bottom: 2em; }
.red { color: #890016; }
.orange { color: #cc7b16; }
.blue { color: #192354; }
.btn {
	border-radius: 0;
	font-weight: 300;
	transition: all 0.2s ease;
    border: 0px none;
}
.btn .fa-angle-right { padding-left: 6px; }
.btn.btn-lightgrey { color: #333; background: #ddd; }
.btn.btn-lightgrey:hover { color: #333; background: #ccc; }
.btn-red { background-color: rgba(137,0,22,0.8); }
.btn-red:hover { background: rgba(137,0,22,0.7); }
.btn-orange { background-color: rgba(204,123,22,0.8); }
.btn-orange:hover { background: rgba(204,123,22,0.7); }
.btn-blue { background-color: rgba(25,35,83,0.8); }
.btn-blue:hover { background: rgba(25,35,83,0.7); }
.btn-red, .btn-red:hover, .btn-red:active,
.btn-blue, .btn-blue:hover, .btn-blue:active,
.btn-orange, .btn-orange:hover, .btn-orange:active { color: #FFF; }
.btn-grey {
	background-color: #333;
	color: #fff;
}
.btn-grey:hover {
	background: rgba(51,51,51,0.8);
	color: #fff;
}
.box {
	color: #FFF;
	padding-top: 48px;
	padding-bottom: 40px;
}
.box.box-top { min-height:  auto; }
.box.box-orange { background-color: rgba(204,123,22,0.9); }
.box.box-brightblue { background-color: #234f77;}
.box.box-red { background-color: rgba(137,0,22,0.9); }
.box.box-grey { background-color: #333; }
.box.box-lightgrey { background-color: #eee; color: #333; }
.box.box-grey a { color: #FFF; }
.box.box-blue { background-color: #00004d;}
.box.box-grey .form-control {
	color: #333;
	background: #ddd;
	border-radius: 0;
	border-color: #ddd;
}
.box-bg { background: url(../img/test1.jpg); background-size: cover; }
.box-bg2 { background: url(../img/header.jpg); }
.box.box-overlay {
	background: rgba(255,255,255,0.8);
	color: #333;
}
.box.box-white { color: #333; }
.box-title {
	font-size: 350%;
	font-weight: 100;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 14px;
    text-shadow: 0 1px 0 rgba(100,100,100,0.25);
}
h1.overlay {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	padding: 12px 8% 12px 0;
	background: rgba(255,255,255,0.5);
	text-align: right;
}
.box h1.overlay { background: none; position: static; top 0; text-shadow: 0 1px 0 rgba(0,0,0,0.5);}
h1 {
	font-size: 300%;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(200,200,200,0.6);
	letter-spacing: 1px;
}
h2 {
	font-size: 220%;
	font-weight: 100;
	font-family: 'Titillium Web', sans-serif;
    text-shadow: 0 1px 0 rgba(100,100,100,0.25);
}
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0; }
.mt-lg { margin-top: 48px; }
.mb-lg { margin-bottom: 48px; }
.align-justify { text-align: justify; }
.align-right { text-align: right; }
.header { padding-top: 24px; }
img.logo { max-height: 55px; margin-bottom: 10px;}
ul.mainnav {
	text-align: right;
	margin-bottom: 24px;
}
ul.mainnav li,
ul.mainnav li a { display: inline-block; }
ul.mainnav li a {
	padding: 4px 16px;
	font-size: 130%;
	color: #444;
	font-weight: 300;
	transition: color 0.4s ease;
    font-family: 'Titillium Web', sans-serif;
}
ul.mainnav li:last-child a { padding-right: 0px; }
ul.mainnav li.act a { color: #cc7b16; }
ul.mainnav li a:hover {
	color: #cc7b16;
	text-decoration: none;
    text-shadow: 0 1px 0 rgba(100,100,100,0.25);
}

ul.footer-nav { list-style:  none outside; }
ul.footer-nav a {display:  block; margin-bottom: 8px; }
.box-footer a {  text-decoration: none; color: #fff;}
.box-footer a:hover { color: #ddd; }
.box-footer .container .row div {
	text-align: center;
}

.form-control { border-radius: 0; }

/*Custom CSS*/

#dasinternet {
	margin-right: 5em;
}

#unternehmenserfolg {
	margin-right: 5em;
}

#anmeldung {
	font-size: 2em;
	margin: 0;
	line-height: 1em;
	margin-bottom: 0.5em;
}

i {
	padding-right: 10px;
}

/*Social Sidebar*/

.sidebar {
	margin: -25.25% 0 0 94.6%;
	position: fixed;
	background-color: #e6e2df;
	height: 160px;
	display: block;
}

#facebook_icon {
	margin: 0 28%;
	color: #00004d;
}

#googleplus_icon {
	margin: 0 28%;
	color: #890016;
}

#email_icon {
	margin: 0 25%;
	color: #cc7b16;
}

#trafficnight {
	display: none;
}

input {
	display: none;
}

@media screen and (max-width: 500px) {
	.sidebar {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.box-footer .container .row div {
		text-align: left;
	}
	.box-footer .container .row div:last-child {
		text-align: right;
	}
}
