/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
       font-display: swap;
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
       font-display: swap;
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
       font-display: swap;
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
       font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #32344c;
  line-height: 1.45em;
}


.primary {
	color: #3b4186;
}

.primary-color {
	background-color: #3b4186;
	color: white;
}

.secondary {
	color: #e37014;
}

.secondary-color {
	background-color: #e37014;
	color: white;
}

.third-color {
	background-color: #ca3102;
	color: white;
}

.img-circle {
	border: 9px solid white;
	background-color: white;
}

.text-circle {
	border-radius: 50%;
	border: 9px solid white;
	background-color: transparent;
	color: white;
	text-align: center;
	height: 272px;
	width: 272px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.45em;
	padding-right: 4px;
	padding-left: 4px;
}

strong, b {
	font-weight: 400;
}

em, i {
	font-style: italic;
}

a {
	color: #32344c;
  text-decoration: none;
}
a:hover,
a:focus {
color: #e37014;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #e37014;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	font-weight: 500;
	font-style: normal;
}

/* Head */


.navbar {
  height: 100px;
  margin-bottom: 0px;
  background-color: white;
  padding-top: 0px; /*wg. Script*/
  width: 100%;
}

.navbar .container {
	padding-top: 20px;
	background-color: white;
	padding-left: 0;
}

.navbar-brand {
  padding: 15px 15px;
  height: 52px;
  background: url(../img/Messer_Logo.gif) no-repeat left center;
  text-indent: -999em;
  overflow: hidden;
  width: 115px;
}

.navbar-collapse.in {
   border-top: 1px solid transparent;
   border-bottom: 1px solid #e4e4e5;

}

.navbar-default .navbar-nav > li > a {
  color: #929292;
 letter-spacing: 0.1em;
}

.navbar-default .navbar-nav > li > a::before {
	font-family: Glyphicons;
	content:"\e074";
	font-size: 0.9em;
	color: #ebecf3;
	margin-right: 7px;
	position: relative;
	top: 2px;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > .active > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .active > a:focus::before {
	color: #9da0c2;
}

.cover {
	min-height: 485px;
	padding: 0;
	background: url(../img/hero.jpg) no-repeat center bottom;
	background-size: cover, cover;
}

.fourth.cover {
	background: url(../img/hero.jpg) no-repeat fixed center top;
	background-size: 100% 100% 
}

.bubble {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	max-width: 60%;
	min-height: 240px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 8em;
	color: #3b4186;
	background: transparent url(../img/bubble.svg) no-repeat;
	background-size: 100% 100%;
	padding: 40px 80px 80px 100px;
}

.fourth .bubble {
	background: transparent url(../img/bubble2.svg) no-repeat;
	background-size: 100% 100%;
	padding: 80px 80px 30px 50px;
}

.bubble h1,
.fourth .bubble h1 {
	font-weight: 400;
	font-size: 2.2em;
	margin-top: 0;
	margin-bottom: 0;
}


.fourth .bubble h1 {
	font-size: 1.6em;
}

section,
footer {
	padding-top: 85px;
	padding-bottom: 85px;
	line-height: 1.45em;
}

/* First Panel */

section.primary {
	background-color: #3b4186;
	color: white;
	padding-top: 170px;
}

section.primary a {
	color: white;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

section.primary a:hover {
	color: white;
	border-bottom: 1px solid rgba(255,255,255,1);
}

h2.text-circle  {
	background: url(../img/panel1_notsituationen.jpg) no-repeat center center;
}

h2.text-circle.health  {
	background: url(../img/panel1_healthcare.jpg) no-repeat center center;
}

h2.text-circle.outdated  {
	background: url(../img/panel1_alte_Hardware.jpg) no-repeat center center;
}
h2.text-circle.iac  {
	background: url(../img/panel1_IAC2.jpg) no-repeat center center;
}

h2.text-circle span::before {
	content:"\f0a2"; /*Alarm-Bell*/
	
	font: 105px Fontawesome;
}

.col-md-4:nth-child(2) h2.text-circle span::before {
	content:"\f109  \f10b"; /*Laptop & Phone*/
	font: 105px Fontawesome;
}

.col-md-4:last-child h2.text-circle span::before {
	content:"\f084"; /*Key*/
	/*content:"\f0ad"; = wrench*/
	font: 105px Fontawesome;
}

.col-md-4  h3 {
	font-weight: 300;
	font-size: 1.4em;
}

.col-md-4  h4 {
	font-size: 1.05em;
}

/* Second Panel */

section.secondary {
	color: white;
	background-color: #353a78;
	padding-top: 0;
	padding-bottom: 0.5em;
}

section.secondary h2,
section.third-color h2,
section.light h2{
	font-weight: 300;
	text-align: center;
	margin-top: 0.4em;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}

/* Third Panel */

section.third {
	background-color: #f5f5f9;
	color: #353a78;
	font-size: 1.35em;
}

section.third h1 {
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

section.third h5 {
	font-size: 0.8em;
	font-weight: 300;
	color: #999bac;
}

section.third .col-md-8 {
	margin-bottom: 2em;
}

section.third .col-md-4 a,
section.third .col-md-6 a {
	font-weight: 700;
	font-size: 1.3em;
}


section.third .col-md-6 {
	padding-left: 0;
	padding-top: 1em;
}
section.third .col-md-4 a::before,
section.third .col-md-6 a::before {
	font: 50px Fontawesome;
	content:"\f10b";
	margin-right: 10px;
	position: relative;
	line-height: 20px;
	top: 0.15em;
}

section.third .col-md-6:last-child a::before {
	font: 35px Fontawesome;
	content:"\f0e0";
	margin-right: 10px;
	position: relative;
	top: 0;
}

section.third .col-md-4 small,
section.third .col-md-4.extra {
	font-size: 0.8em;
}

section.third .col-md-4 .img-circle {
	margin-left: auto;
}

section.third .col-md-4 small{
	display: block;
	width: 80%;
	line-height: 1.2em;
	margin: 1.5em auto;
}

section.third .col-md-4.extra a {
	display: block;
	width: 80%;
	margin: .5em auto;
}

section.third .col-md-4.extra a::before {
	font: 30px Fontawesome;
	content:"\f044";
}

section.third .col-md-4.extra a:last-child::before {
	content:"\f029";
}

/* Fifth Panel */

section.fifth {
	font-size: 1.4em;
}

section.fifth .row {
	margin-bottom: 4em;
}

section.fifth h4 {
	font-weight: 300;
	margin-top: 0;
}
#jump-ueber p a.scroll,
section.fifth a {
	font-weight: 400;
	font-size: 0.8em;
}

h4.text-right {
	margin-top: 75%;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 2em;
}

section.light {
	background-color: #f6f6f6;
}

section.third-color,
section.light {
	padding-top: 0.5em;
	padding-bottom: 0.55em;
}

section.secondary-color .col-md-4 .wrapped {
	min-height: 450px;
}

section.secondary-color .col-md-4 h3 {
	margin-top: 0;
	margin-bottom: 1em;
	min-height: 3em;
}

section.secondary-color .col-md-4 a {
	color: white;
	border-bottom: 1px solid #ca3102;
}

section.secondary-color .col-md-4 a:hover {
	color: rgba(255,255,255,0.8);
}

section.secondary-color h2.text-circle {
	background-image: none;
}


section.sixth .row {
	border-bottom: 1px solid #eae8e8;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

section.primary-color a {
	color: white;
}

section.primary-color h2{
	font-weight: 300;
	font-size: 1.4em;
}

section.primary-color h2 span{
	display: block;
	margin-bottom: 1em;
}

section.primary-color div h2 span::before{
	font: 65px Fontawesome;
	content:"\f095  \f10b  \f109  \f0f0";
}

section.primary-color div.col-md-6:last-child h2 span::before{
	font: 55px Fontawesome;
	content:"\f0a2  \f0f9  \f0c0";
}


section.primary-color div.col-md-6 p span.move{
	max-height: 2em;
	 height: 2em;
	 overflow: hidden;
	-webkit-transition: max-height 2s ease .5s;
	-moz-transition: max-height 2s ease .5s;
	-ms-transition: max-height 2s ease .5s;
	-o-transition: max-height 2s ease .5s;
	transition: max-height 2s ease .5s;
	display: block;
}

section.primary-color div.col-md-6 p span.move span {
	font-size: 2em;
	display: block;
	padding-right: 5px;
	cursor: pointer;
	height: 1em;
	width: 100%;
}

section.primary-color div.col-md-6 p span.move:hover {
	max-height: 99em;
	height: auto;
}

/* Eight Panel */

section.eight h3 {
	font-weight: 300;
	margin-bottom: 1em;
}

section.eight p {
	margin-bottom: 4em;
}

footer {
	background-color: #434343;
	color: #cccccc;
	padding-top: 2em;
}

footer h3,
footer label {
	font-weight: 300;
	text-transform: uppercase;
}

footer p {
	margin-bottom: 2em;
}

footer .col-sm-6 {
	padding-top: 2cm;
	font-size: 1.1em;
	line-height: 1.7em;
	padding-right: 4em;
}

section.small-footer.text-center {
	padding-top: 1em;
	padding-bottom: 1.5em;
	background-color: #3c3c3c;
}
footer a.xing {
	width: 112px;
	height: 21px;
	background: url(../img/xing-button.png) no-repeat left center;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px  5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px  5px rgba(0, 0, 0, 0.6);
}

footer a.xing:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px  5px rgba(0, 0, 0, 0);
    box-shadow: 0 2px  5px rgba(0, 0, 0, 0);
}
/*--- Kontakt Form ------*/
.quform-outer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Clearfix*/
.quform-cf:before,
.quform-cf:after,
.quform-elements:before,
.quform-elements:after,
.quform-element:before,
.quform-element:after,
.quform-options:before,
.quform-options:after,
.quform-captcha:before,
.quform-captcha:after,
.quform-submit:before,
.quform-submit:after,
.quform-group-wrap:before,
.quform-group-wrap:after,
.quform-group-row:before,
.quform-group-row:after,
.quform-group-title-description-wrap:before,
.quform-group-title-description-wrap:after,
.quform-error-wrap:before,
.quform-error-wrap:after,
.quform-select-replaced .quform-input:before,
.quform-select-replaced .quform-input:after {
    content: " ";
    display: table;
}
.quform-cf:after,
.quform-elements:after,
.quform-element:after,
.quform-options:after,
.quform-captcha:after,
.quform-submit:after,
.quform-group-wrap:after,
.quform-group-row:after,
.quform-group-title-description-wrap:after,
.quform-error-wrap:after,
.quform-select-replaced .quform-input:after {
    clear: both;
}
.quform-cf,
.quform-elements,
.quform-element,
.quform-options,
.quform-captcha,
.quform-submit,
.quform-group-wrap,
.quform-group-row,
.quform-group-title-description-wrap,
.quform-error-wrap,
.quform-select-replaced .quform-input {
    zoom: 1;
}
div.quform-element,
div.quform-element-captcha div.quform-input {
	width: 45%;
	float: left;
	margin-right: 10%;
}

div.quform-element:last-child {
	margin-right: 0;
}

div.quform-element-captcha {
	width: 100%;
	float: none;
	margin-right: 0;
	clear: both;
}

div.quform-element-captcha .quform-input {
	width: 50%;
	float: left;
}

div.quform-element.quform-element-textarea {
	width: 100%;

}
 /* IE < 8 */
.quform-inner textarea { overflow: auto; vertical-align:top; } /* IE7 + Chrome spacing fix */


.quform-inner input[type="file"] {max-width: 100%;}
.quform-element > .quform-spacer > label, .quform-option label {
    vertical-align: middle;
	display: block;
	min-height: 20px;
}
.quform-hidden {
	display: none
}

.quform-elements .quform-element-text input:hover,
.quform-elements .quform-element-captcha input:hover,
.quform-elements .quform-element textarea:hover,
.quform-elements .quform-element-text input:active,
.quform-elements .quform-element textarea:active,
.quform-elements .quform-element-text input:focus,
.quform-elements .quform-element-captcha input:focus,
.quform-elements .quform-element textarea:focus {color: #000;}


.quform-captcha-inner img {
	max-width: 100%;
	display: inline-block;
	float: left;
	margin-left: 1.2em;
	margin-top: 5px;
	border: 1px solid gray;
}


footer label {
	font-size: 0.8em;
}


footer .quform-inner button {
	float: right;
	background-color: #626262;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.05em;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: #cccccc;
	border-style: none;
	cursor: pointer;
	width: 250px;
	height: 50px;
	clear: both;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}

footer .quform-inner button:hover {
	background-color: #e37014;
	color: white;
}
.quform-inner button::-moz-focus-inner {border: 0;}
.quform-elements .quform-element-captcha input,
.quform-inner button, .quform-inner input#name,
.quform-inner button, .quform-inner input#email { /* IE7 extra spacing fix */
    width: 100%;
    	padding: 3px;
}

.quform-inner button, .quform-input textarea#message {
    width: 100%;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	height: 130px;
	line-height: 1.2em;

}

.quform-inner button, .quform-input button{
	margin-top: 2em;
	margin-bottom: 0;
}

.quform-errors {
    display: none;
}
.quform-errors {
	margin: 0;
	padding: 3px 0 6px 0;
}
.quform-errors > .quform-error, .quform-outer-no-js .quform-error {
	padding: 3px 10px 5px;
	margin: 0;
	line-height: 16px;
	font-size: 12px;
	display: inline-block;
	float: left;
	background-color: #e37014;
	color: white;
}
.quform-labels-left > .quform-spacer > .quform-errors-wrap {margin-left: 150px;}
.quform-labels-left > .quform-spacer > .quform-errors-wrap .quform-errors > .quform-error {margin-left: 10px !important;}
.quform-labels-above > .quform-spacer > .quform-errors-wrap .quform-errors .quform-error {margin-left: 0 !important;}


.quform-loading-wrap {
    display: none;
	float: left;
	height: 10px;
	line-height: 10px;
	text-align: center;
	margin-top: 12px;
 	margin-left: 5px;

}
.quform-loading-wrap .quform-loading {
	display: block;
	width: 30px;
	height: 10px;
	text-indent: -9999px;
	background: transparent url('img/default-loading.gif') no-repeat center center;
}

.quform-success-message, .quform-outer-no-js .quform-success-message {
    background: #cef4a9 url('img/success.png') no-repeat 14px center;
    padding: 8px 20px 8px 45px;
	line-height: 18px;
	margin: 10px 0;
	color: #000;
}
.quform-error-title {
    font-size: 13px;
    font-weight: 400;
	color: #CC0000;
    margin-bottom: 8px;
}
.quform-error-message {
    margin-bottom: 10px;
    background: #F3CAC7;
	border: 1px solid #fa8b83;
    color: #111;
    padding: 8px;
}
.quform-error-message pre {
    margin: 3px 0 0 3px;
	overflow: auto;
}

/*Hide FOUC*/
.quform-js .quform-element-file .quform-input {
    display: none;
}

/* Footer-Navi */


ul.nav.nav-justified {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #a4a4a4;
  background-color: transparent;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.nav-pills > li > a {
  color: #a4a4a4;
  background-color: transparent;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}


.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #e0dfe0;
   background-color: transparent;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {

}

/* Extras Impressum / scroll-to-Top */


#nav.affix-top {
	position: absolute;
	z-index:10;
	background-color: white;
	border:0;
	transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;

}
        
#nav.affix {
	position: fixed;
    top: 0;
    z-index:10;
	transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
	background-color: white;
}
        
.scroll-top {
	position:fixed;
    bottom:0;
    right:4%;
    z-index:100;
    background: rgba(233,233,233, 0.5);
    font-size:24px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	color: #626262;
}



.glyphicon-chevron-up::before {
	font-family: Glyphicons;
	content: "\e113";
	color: #626262;
}

/* Lightbox */ 
#newlightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#newlightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}

.newlightbox { display: none; }

.featherlight {
	display: none;
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	min-width:  30%;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal;
}

.featherlight .featherlight-inner {
	display: block;
	text-align: center;
}

.featherlight #fl2.featherlight-inner {
	text-align: left;
}

.featherlight .featherlight-inner img {
	margin-bottom: 2em;
}

.featherlight #fl2.featherlight-inner img {
	margin-bottom: 0;
	margin-left: 10px;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	color: #e37014;
	font-weight: bold;
}

.featherlight .featherlight-image {
	width: 100%;
}

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
}

.featherlight iframe {
	border: none;
}

@media (max-width: 1024px) {
	.bubble {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	min-height: 150px;
	}
	ul.nav.nav-justified {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	font-size: 1em;
	}
	ul.nav.nav-justified li {
	width: 45%;
	float: left;
	display: inline-block;
	}
	ul.nav.nav-justified li a {
	text-align: left;
	display: block;
	}
	.nav.navbar-nav > li > a {
	padding-left: 5px;
	padding-right: 10px;
	}
	
	footer .col-sm-6 {
	padding-right: 2em;
	}
	
	.featherlight .featherlight-content {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

@media (max-width: 960px) {

	section.secondary-color .col-md-4 .wrapped {
	min-height: 100px;
	}
	h4.text-right {
	margin-top: 15%;
	}

	#jump-top div.col-md-6 {
		margin-top: 2em;
	}
	section.third .col-md-4 .img-circle {
	margin-right: auto;
	}

	#jump-top footer div.container {
	width: 95%;
	padding-left: 0;
	padding-right: 0;
	}

	#jump-ueber div.col-md-8 div.col-md-6 p a {
	margin-left: auto;
	display: block;
	width: 80%;
	}
	
}

@media (max-width: 768px) {
	.navbar-brand {
	margin-left: 25px;
	}
	
	.navbar-collapse,
	.navbar-collapse.in li {
	float: left;
	box-shadow: none;}

	.navbar-collapse.in li {
	width: 50%;
	}
	.cover {
	min-height: 200px;
	padding: 0;
	}
	
	.bubble {
	max-width: 80%;
	margin: 2em auto 1em;
	padding: 20px 20px 50px 30px;
	}


	.fourth .bubble {
	max-width: 90%;
	margin-bottom: 3em;
	padding: 60px 50px 20px 10px;
	}

	.fourth .bubble h1,
	.bubble h1 {
	font-size: 1.5em;
	font-weight: 400;
	}

	.fourth .bubble h1 {
	font-size: 1.1em;
	line-height: 1.2em;
	}


	.text-circle {
	margin-top: 70px;
	}
	section.third h1 {
	margin-top: 0;
	}
	#jump-ueber div.col-md-8 div.col-md-6 p a {
	margin-left: auto;
	display: block;
	width: 100%;
	}
	
	section.fifth h4 {
	font-weight: 500;
	}

	section.fifth a {
	display: inline-block;
	min-width: 50%;
	}
	section.secondary-color h2.text-circle {
	margin-top: 0;
	margin-bottom: 2em;
	}
	h4.text-right {
	margin-top: 5%;
	
	}
	footer .col-sm-6 {
	padding-top: 4em;
	clear: both;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}
	footer {
	padding-bottom: 1em;
	}
	ul.nav.nav-justified {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
	ul.nav.nav-justified li {
	width: 45%;
	float: left;
	}
	ul.nav.nav-justified li a {
	text-align: left;
	}
	
}
@media (max-width: 480px) {
	.navbar .container {
	padding-left: 10px;
}
	.navbar-brand {
	margin-left: 15px;
	}
}
