/*Sprachtest Styles*/

.form-background-even {
  background-color: #fafafa;

  padding: 10px 15px;
  margin-bottom: 1px;
}

.form-background-uneven {
  background-color: #eff2f5;
  /*background-color: #fff;*/
  padding: 10px 15px;
  margin-bottom: 1px;
}

.sprachtest .form-group {
  margin-bottom: 0;
}

.sprachtest .control-label {
}

.sprachtest p.questions {
  font-weight: 300;
}

.sprachtest .radio {
  padding-top: 0;
}

.sprachtest .radio label {
  font-weight: 300;
}

.sprachtest p.qnb {
  font-weight: 300;
  padding: 10px 0;
  color: #0047a3;
  font-size: 20px;
}

a.btn-default-zuruck,
.btn-default-zuruck {
  color: #1d1d1b;
  background-color: #eff2f5;
  border: 1px solid #eff2f5;
  font-size: 18px;
  font-weight: 100;
}

.btn-default-zuruck:hover,
.btn-default-zuruck:focus,
.btn-default-zuruck:active {
  border: 1px solid #ccc;
  background-color: #fff;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }

  .btn-default-zuruck {
    font-size: 22px;
  }
}

/* GENERAL STYLES */

body {
  font-family: "overpass", Helvetica, Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d1d1b;
  background: #f5f5f5;
  font-weight: 100;
  /*	background: #333;*/
  word-break: break-word;
}

#body-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  position: relative;
}

#body-wrapper #contact-wrap {
  width: 100%;
  max-width: 1600px;
  height: 0;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 1000;
}

#body-wrapper .right-contact {
  position: absolute;
  z-index: 1000;
  right: 0;
  color: #fff;
  background-color: #0047a3;
  border: 1px solid #0047a3;
  font-size: 22px;
  font-weight: 100;
  width: 65px;
  text-align: left;
  padding: 8px 16px 6px 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#body-wrapper .right-contact:hover {
  color: #fff;
  background-color: #0047a3;
  border: 1px solid #0047a3;
  font-size: 22px;
  font-weight: 100;
  width: 75px;
  text-align: left;
}

h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.3;
}
.text-container h1,
.contact-container h1 {
  color: #1d1d1b;
}

h2 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 2px;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

p {
  font-size: 18px;
  margin: 0 0 10px;
}

.hint-contact {
  font-size: 16px;
  margin-bottom: 20px;
}

b,
strong {
  font-weight: 500;
}
.tcenter {
  text-align: center;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 100;
}

.error {
  color: #0047a3;
}
.has-error .form-control,
.form-control.has-error button.btn-default {
  border: 1px solid #0047a3;
}
.has-error .form-control:focus {
  border: 1px solid #0047a3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0047a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0047a3;
}

.marginBottom30 {
  margin-bottom: 30px;
}
.spacer90 {
  width: 100%;
  height: 90px;
  display: block;
}

/*---- COLORS, lists & links (all containers)----*/

/* Navbar & Header */

#main-header {
  background: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #0047a3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
}
a:hover,
a:active,
a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: #0047a3;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.current {
  border-bottom: 2px solid #0047a3;
  transition: all 1s ease;
}

.navbar-default {
  background-color: transparent;
  border: 0 none;
}

.navbar-default .navbar-toggle {
  border-color: #0047a3;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0047a3;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0047a3;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #0047a3;
  background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #0047a3;
  border-bottom: 2px solid #fff;
  font-weight: 100;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a.current {
  color: #0047a3;
  border-bottom: 2px solid #0047a3;
  background: none;
  transition: all 1s ease;
}
.navbar-default .navbar-nav .caret {
  margin-left: 10px;
}

/* Buttons & Links */

a {
  color: #1d1d1b;
  position: relative;
  outline: 0;
}

a:focus,
.btn:focus {
  outline: 0;
}

.text-container a::after,
.contact-container a::after {
  border-bottom: 1px solid #1d1d1b;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 1px;
}
.text-container a:hover,
.text-container a:focus,
.contact-container a:hover,
.contact-container a:focus {
  color: #0047a3;
  text-decoration: none;
}
.text-container a:hover::after,
.text-container a:focus::after,
.contact-container a:hover::after,
.contact-container a:focus::after {
  border-bottom: 1px solid #0047a3;
}

.contact-container #kontaktsite-form a::after,
.contact-container #kontaktsite-form a:hover::after,
.contact-container #kontaktsite-form a:focus::after {
  border-bottom: 0 none;
  bottom: 0;
}

.yellowBG {
  background-color: #ccdb00;
  padding: 1px 0px;
}

.blueBG {
  background-color: #0047a3;
  background-color: rgba(0, 71, 163, 1);
  color: #fff;
  padding: 1px 0px;
}
.blueBG p,
.blueBG li,
.blueBG a {
  font-weight: 300;
}
.blueBG .text-container a {
  color: #fff;
}
.blueBG .text-container a::after {
  border-color: #fff;
}
.blueBG .text-container a:hover,
.blueBG .text-container a:focus {
  color: #cecece;
}

.text-container a.img-link::after,
.contact-container a.img-link::after {
  border-bottom: 0 none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.text-container a.img-link:hover > img,
.text-container a.img-link:focus,
.contact-container a.img-link:hover > img,
.contact-container a.img-link:focus {
  text-decoration: none;
}
.text-container a.img-link:hover::after,
.text-container a.img-link:focus::after,
.contact-container a.img-link:hover::after,
.contact-container a.img-link:focus::after {
  border-bottom: 0 none;
}

.text-container .manyInlineImg {
  margin: 0 20px 20px 0;
  display: inline-block;
}

.txtBlue {
  color: #0047a3;
}

.transBlue {
  background: #0047a3;
  color: #fff;
  font-weight: 300;
}

.transBlue p {
  font-size: 16px;
}

.transBlue a {
  color: #ccdb00;
}
.transBlue a::after {
  border-color: #ccdb00;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 8px 16px 6px 16px;
}

a.btn-default,
.btn-default,
.blueBG .text-container a.btn-default {
  color: #1d1d1b;
  background-color: #ccdb00;
  border: 1px solid #ccdb00;
  font-size: 18px;
  font-weight: 100;
  white-space: normal;
}
a.btn-default::after,
a.btn-default:hover::after,
a.btn-default:focus::after,
a.btn-default:active::after {
  border: 0;
}

a.btn-default.blueBtn,
.btn-default.blueBtn {
  color: #fff;
  background-color: #0047a3;
  border: 1px solid #0047a3;
}

a.btn-default:hover,
			a.btn-default:focus,
			a.btn-default:active,
			.btn-default:hover,
			.btn-default:focus,
			.btn-default:active,
			.btn-default.active.focus,
			.btn-default.active:focus,
			.btn-default.active:hover,
			.btn-default:active.focus,
			.btn-default:active:focus,
			.btn-default:active:hover,
			.open>.dropdown-toggle.btn-default.focus,
			.open>.dropdown-toggle.btn-default:focus,
			.open>.dropdown-toggle.btn-default:hover,
			.blueBG .text-container a.btn-default:hover,
			.blueBG .text-container a.btn-default:focus,
			.blueBG .text-container a.btn-default:active
			/* avoid bootstrap styling */ {
  background-color: #fff;
  border: 1px solid #0047a3;
  color: #0047a3;
}

.slideCaption.blueBGdesktop a.btn-default:hover,
.slideCaption.blueBGdesktop a.btn-default:focus,
.slideCaption.blueBGdesktop a.btn-default:active,
.slideCaption.blueBGdesktop .btn-default:hover,
.slideCaption.blueBGdesktop .btn-default:focus,
.slideCaption.blueBGdesktop .btn-default:active {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.bootstrap-select .dropdown-toggle.btn-default,
.bootstrap-select .dropdown-toggle.btn-default:hover,
.bootstrap-select .dropdown-toggle.btn-default:focus,
.bootstrap-select .dropdown-toggle.btn-default:active {
  height: 34px;
}

.modal .form-control:focus,
.modal .bootstrap-select .dropdown-toggle.btn-default,
.modal .bootstrap-select .dropdown-toggle.btn-default:hover,
.modal .bootstrap-select .dropdown-toggle.btn-default:focus,
.modal .bootstrap-select .dropdown-toggle.btn-default:active,
#kontaktsite-form .form-control:focus,
#kontaktsite-form .bootstrap-select .dropdown-toggle.btn-default,
#kontaktsite-form .bootstrap-select .dropdown-toggle.btn-default:hover,
#kontaktsite-form .bootstrap-select .dropdown-toggle.btn-default:focus,
#kontaktsite-form .bootstrap-select .dropdown-toggle.btn-default:active {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu > li > a {
  font-weight: 100;
}

.modal .has-error .dropdown-toggle.btn-default,
#kontaktsite-form .has-error .dropdown-toggle.btn-default {
  border: 1px solid #0047a3 !important;
}

/* List Styles */

.text-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-container ul li {
  padding-left: 30px;
}

.text-container ul li:before {
  content: "• ";
  font-size: 46px;
  font-weight: 300;
  line-height: 0;
  margin-top: 14px;
  left: 12px;
  position: absolute;
}
.yellowBG .text-container ul li:before {
  color: #0047a3;
}
.blueBG .text-container ul li:before {
  color: #fff;
}

/* Slider Typography */

.hero-caption {
  position: relative;
}

.hero-caption .blueBGmobile {
  background: #0047a3;
  text-align: left;
  color: #fff;
}

/* Hero Typography */

.rsABlock {
  position: relative;
}

.rsCaption.blueBGmobile {
  background: #0047a3;
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 15px;
}

/* #main-content */

/* #main-footer */

#main-footer {
  background-color: #e3e6e9;
}

#main-footer a.footlink {
  color: #000;
}

.social-icon {
  background-color: #0047a3;
  color: #fff;
}

/* Modals & Forms*/

.modal-dialog {
  background: #fff;
  color: #1d1d1b;
  border-radius: 8px;
}
.modal-header {
  border-bottom: 0 none;
}
.modal-footer {
  border-top: 0 none;
}

.modal-dialog .modalPhone {
  font-size: 22px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.modal-dialog .modalHead {
  font-size: 26px;
}

.modal-dialog textarea {
  height: 7em;
}

#filmModal .modal-dialog {
  width: 80%;
}

.thankyouBox {
  padding: 15px;
  border-radius: 8px;
  display: none;
}

#thankyou-modal .modal-dialog {
  background: #0047a3;
  color: #fff;
}
#thankyou-modal .modal-dialog .glyphicon {
  color: #ccdb00;
  font-size: 44px;
}
#thankyou-modal .modal-dialog .close {
  color: #fff;
  opacity: 0.6;
}
#thankyou-modal .modal-dialog h2 {
  font-size: 31px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.modal.fade .modal-dialog {
  transform: none;
}

.modal.in .modal-dialog {
  transform: none;
}
/* ---- Positions & Behavior ----*/

/* GLOBAL */

.whiteline {
  background: #fff;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}

/* HEADER */

#main-header {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: "overpasslight", Helvetica, Arial, sans-serif;
  /*	font-weight: bold;*/
}

#main-header .logo {
  background: url("../img/planeo_logo.png") no-repeat right top;
  background: url("../img/planeo_logo.svg") no-repeat right top;
  background-size: contain;
  width: 100%;
  min-height: 50px;
  text-indent: -10000px;
  display: block;
}
#main-header .logo h2 {
  margin: 0;
  padding: 0;
  line-height: 38px;
}

/* NAVIGATION */

.navtoggle-top {
  position: absolute;
  top: -46px;
  left: 0;
}

/*    .navtoggle::after {
        content: 'Menü';
        display: inline-block;
        margin-top: 11px;
        }*/

.navbar {
  min-height: auto;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0 none;
  background: none;
}
.navbar-nav > li > a {
  padding: 0 0 4px 0;
  margin-bottom: 15px;
  display: inline-block;
}
.navbar-nav > li:first-child > a {
  margin-top: 15px;
}
.navbar-nav > li:last-child > a {
  margin-bottom: 0;
}

.navbar-default .navbar-nav > li > ul,
.navbar-default .navbar-nav > li.open > ul {
  left: -10px;
  width: auto;
  padding-right: 30px;
}

.navbar-nav .dropdown-menu,
.navbar-nav .open .dropdown-menu {
  position: relative;
  float: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-header,
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 0 0 4px 0;
  display: inline-block;
}

/* CONTENT PARTS */

.hero-wrapper {
  position: relative;
}

.hero.content1 {
  width: 100%;
  max-width: 1600px;
  height: 300px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  /*	background-image: url(../img/slider-img/stock-photo-young-creative-business-people-at-office-294787721.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;*/
  position: relative;
}

.hero-img {
  height: 300px;
}

.text-container,
.contact-container {
  margin-top: 90px;
  margin-bottom: 90px;
}
.downloads-text-container {
  margin: 0;
}

.offer-container {
  padding-bottom: 60px;
}

.offer-container .offer {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

.offer-container .offer .offer-image {
  z-index: 1;
}

.offer-container .offer .offer-text.transBlue {
  background: #0047a3;
  background: rgba(0, 71, 163, 0.7);
  bottom: 0;
  width: 100%;
  z-index: 50;
  text-align: center;
  position: absolute;
  text-align: center;
  height: 38px;
  overflow: hidden;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-container .offer:hover .offer-text.transBlue {
  height: 85%;
}

.map-container {
  padding-top: 90px;
  padding-bottom: 60px;
}

/*.map-container .mapContent {
	position:  relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.map-container .mapContent .map-image {
	z-index:1;
}

.map-container .mapContent .map-text.transBlue  {
	background: #0047a3;
	background: rgba(0,71,163,0.7);
	bottom: 0;
	width: 100%;
	z-index:50;
	text-align:center;
	position: absolute;
	text-align:center;
	height: 38px;
	overflow: hidden;
	padding: 0 15px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

	.map-container .mapContent:hover .map-text.transBlue {
		height: 85%;
	}*/

iframe.gmap {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.gmapBottomMargin {
  margin-bottom: 30px;
}

.download-container {
  margin-top: 90px;
  margin-bottom: 90px;
}

.download-container .downloadBtn {
  width: 100%;
  text-align: left;
  position: relative;
  display: table;
  margin-bottom: 30px;
  white-space: normal;
  font-size: 17px;
}

.download-container .table {
  display: table;
}
.download-container .tCell1 {
  display: table-cell;
  vertical-align: top;
}
.download-container .tCell2 {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.download-container .wsName {
  display: inline-block;
  padding-right: 10px;
  font-weight: 500;
}
.download-container .wsLevel {
  display: inline-block;
  padding-right: 10px;
}

.einstufungsHelplink {
  font-size: 0.8em;
  text-align: center;
}

.einstufungsHelplink a {
  margin-top: 20px;
  display: inline-block;
}

/* FOOTER */

#main-footer {
  padding-top: 40px;
}

#main-footer .footerCol {
  margin-bottom: 40px;
}

#main-footer ul {
  margin-top: 0;
  padding: 0;
}

#main-footer li {
  list-style: none;
  line-height: 1.4em;
}

#main-footer .footer-contact {
  font-weight: 500;
  font-size: 18px;
}

#main-footer .imprint,
#main-footer .imprint p {
  font-weight: 300;
  font-size: 11px;
  margin: 0 0 20px 0;
}

#main-footer h3 {
  font-weight: 100;
  margin-top: 55px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

#main-footer a.footlink {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  border: 0 none;
}
#main-footer a.footlink.current {
  text-decoration: underline;
}

#main-footer .footer-contact a.footlink {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.social-icon {
  display: inline-block;
  margin: 0 3px;
  margin-top: 10px;
  padding-top: 4px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  border-radius: 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 440px) {
  #body-wrapper #contact-wrap {
    top: 110px;
  }

  .offer-container .offer:hover .offer-text.transBlue {
    height: 50%;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 2px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .btn-default {
    font-size: 22px;
  }

  /* HEADER */
  .head-row {
    height: 80px;
  }
  .head-row .nav-col {
    height: 100%;
  }

  #body-wrapper #contact-wrap {
    top: 115px;
  }

  .modal-dialog .modalPhone {
    font-size: 28px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .modal-dialog .modalHead {
    font-size: 38px;
  }

  #main-header {
    padding-bottom: 0;
    font-size: 13px;
    font-weight: bold;
  }

  #main-header .logo {
    width: 100%;
    min-height: 80px;
  }

  .navbar {
    top: 47px;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-default .navbar-nav > li > a {
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .navbar-default .navbar-nav > li .dropdown-menu {
    font-size: 13px;
    width: auto;
    background-color: #fff;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .dropdown-menu,
  .navbar-nav .open .dropdown-menu {
    position: absolute;
  }

  .navbar-default .navbar-nav > li > ul,
  .navbar-default .navbar-nav > li.open > ul {
    padding-top: 30px;
  }

  /* CONTENT PARTS */

  .offer-container .offer:hover .offer-text.transBlue {
    height: 80%;
  }

  iframe.gmap {
    height: 194px;
  }

  .gmapBottomMargin {
    margin-bottom: 30px;
  }

  .einstufungsHelplink {
    text-align: right;
  }

  /* FOOTER */

  #main-footer .footerCol {
    margin-bottom: 0;
  }

  #main-footer li {
    list-style: none;
    line-height: 0.9em;
  }
}

@media (min-width: 992px) {
  /* HEADER */
  .head-row {
    height: 100px;
  }

  .navbar {
    top: 57px;
  }

  #main-header {
    padding-top: 30px;
    font-size: 16px;
    font-weight: normal;
  }
  .navbar-default .navbar-nav > li .dropdown-menu {
    font-size: 14px;
    font-weight: normal;
  }

  #body-wrapper #contact-wrap {
    top: 165px;
  }

  /* CONTENT PARTS */

  /* Slider Typography */
  .rsGCaption {
    position: absolute;
    bottom: 30px;
  }

  .rsCaption.blueBGmobile {
    background: none;
    padding: 0;
  }

  .slideCaption.blueBGdesktop {
    background: #0047a3;
    background: rgba(0, 71, 163, 0.7);
    border-radius: 8px;
    padding: 15px;
    /*margin: 0 -15px;*/
    margin: 0 5%;
    display: inline-block;
    width: auto;
  }
  .slideCaption.blueBGdesktop h1 {
    margin: 0;
  }
  .slideCaption.blueBGdesktop h2 {
    margin: 0;
  }

  .offer-container .offer:hover .offer-text.transBlue {
    height: 60%;
  }

  iframe.gmap {
    height: 255px;
  }
}

@media (min-width: 1200px) {
  /* HEADER */

  #main-header {
    padding-top: 35px;
  }

  .head-row {
    height: 110px;
  }

  .navbar {
    top: 57px;
  }

  #body-wrapper #contact-wrap {
    top: 165px;
  }

  /* CONTENT PARTS */

  /* Slider Typography */

  .slideCaption.blueBGdesktop {
    background: #0047a3;
    background: rgba(0, 71, 163, 0.7);
    border-radius: 8px;
    padding: 15px;
    margin: 0 -15px;
    display: inline-block;
    width: auto;
  }

  iframe.gmap {
    height: 311px;
  }
}

/* USEFULL */

.fright {
  float: right;
  padding-left: 15px;
}

.clear {
  clear: both;
}

/* Responsive image on startpage */
.text-container img {
  width: 100%;
}
