@charset "UTF-8";
/* CSS Document */
body {
  background: #e5eff9 url('../images/background_main.jpg') center top no-repeat;
  padding-bottom: 30px;
}
.container {
  width: auto;
  max-width: 1170px;
}
a, a:hover, a:active, a:focus {
  outline: none;
}
.morelink {
  color: #063b7e;
}
.morelink:hover {
  color: #063b7e;
}
.morelink:before {
  font-family: 'FontAwesome';
  content: '\f105';
  padding-right: 4px;
  padding-left: 5px;
}
a.morelink:before:hover {
  text-decoration: none !important;
}

ex-morelink {
  color: #063b7e;
}
.ex-morelink:hover {
  color: #063b7e;
}
.ex-morelink:before {
  font-family: 'FontAwesome';
  content: '\f08e';
  padding-right: 4px;
  padding-left: 5px;
}
a.ex-morelink:before:hover {
  text-decoration: none !important;
}

.btn-primary {
  font-weight: 300;
  line-height: 40px;
  padding: 0 16px;
  text-align: left;
  border: none;
}
.btn-primary:hover {
  background: #A3BEE6;
  border: solid 1px #A3BEE6;
  border: none;
}
.btn-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.btn-icon span {
  font-size: 18px;
}
textarea, input[type="text"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=text] {   
    /* Remove First */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.logo {
  margin: 20px 0 19px;
}
@media (max-width: 991px) {
  body {
    background: #deeaf6 url('../images/background_main_sm.jpg') center top no-repeat;
    background-size: 100% auto;
  }
  .logo {
    margin: 15px 0;
  }
}
@media (max-width: 419px) {
  .logo {
    width: 130px;
    height: auto;
    margin: 15px 0;
  }
}
/* MINI-SEARCH */
.mini_search {
  margin-top: 30px;
  margin-right: 10px;
  float: right;
}
.mini_search input[type="text"]{
  border: none;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  color: #063b7e;
  width: 200px;
  padding: 0 10px;
  float: left;
}
.mini_search button {
  background: none;
  border: none;
  color: #DDBB0A;
  margin: 4px 0 0 -30px;
  float: left;
}
/* LANGUAGE SELECT */
.language_select {
  margin-top: 30px;
  float: right;
}
.language_select .dropdown-toggle {
  border: none;
  font-size: 13px;
  color: #063b7e;
  height: 30px;
  padding-right: 35px;
}
.language_select .dropdown-toggle span {
  font-size: 19px;
  color: #DDBB0A;
  padding: 0 0 0 20px;
  line-height: 0;
  position: absolute;
  right: 8px;
  top: 15px;
}
.language_select .open .dropdown-toggle, .language_select .dropdown-toggle:hover {
  background: #FFF !important;
  box-shadow: none;
}
.language_select .dropdown-menu {
  font-size: 13px;
  min-width: 102%;
}
.language_select .dropdown-menu > li > a {
  padding: 5px 10px;
}
.language_select .dropdown-menu > li > a:hover {
  color: #063b7e;
}
/* MAIN NAVIGATION */
.navbar-collapse {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.navbar-collapse .nav {
  width: 100%;
}
.navbar-collapse .nav li {
  width: 16.6%;
  text-align: center;
}
.navbar-collapse .nav li a {
  padding: 18px 0 30px;
}
.navbar-toggle {
  background: #063b7e;
  height: 40px;
  width: 40px;
  padding: 9px 8px;
}
.navbar-toggle:hover {
  background: #A3BEE6 !important;
}
.navbar-toggle[aria-expanded="true"] {
  background: #fd0 !important;
}
.navbar-header .btn {
  margin: 8px 12px 0 0;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 42px;
}
.navbar-header .btn .fa {
  font-size: 20px;
}
.nav_mask {
  position: relative;
  pointer-events: none;
  background: url('../images/background_cover.jpg') center top no-repeat;
  margin-top: -61px;
  padding-top: 90px;
  z-index: 1000;
}
.content .nav_mask {
  padding-top: 60px;
}
@media (min-width: 991px) {
  #nav_smale {
    display: none
  }
  #nav_large {
    display: block
  }
}
/* CHANGE NAV BREAKPOINT TO MD */
@media (max-width: 991px) {
  #nav_smale {
    display: block
  }
  #nav_large {
    display: none
  }
  .navbar.navbar-default {
    margin-top: -64px;
    margin-bottom: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    background: #063b7e;
    margin-bottom: 30px;
  }
  .navbar-default .navbar-nav>li {
    float: none;
    text-align: left !important;
    width: 100% !important;
    border-top: solid 1px #fff;
  }
  .navbar-default .navbar-nav>li:first-child {
    border-top: none;
  }
  .navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    padding: 15px 20px !important;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  .nav_mask {
    display: none;
  }
  /* mobile 2nd */
  #nav_smale li.active a {
    color: #063b7e;
  }
  #nav_smale .dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    background: #FFF;
    padding: 0;
    box-shadow: none;
    margin-bottom: 15px
  }
  #nav_smale .dropdown-menu li {
    text-align: left;
    width: 100%;
  }
  #nav_smale .dropdown-menu li a {
    color: #063b7e;
    padding: 10px 20px;
  }
}
/* SIDEBAR NAVIGATION */
.nav-side-menu {
  background: rgba(255,255,255,0.8);
  color: #063b7e;
  padding: 15px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul, .nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.nav-side-menu ul li:first-child {
  border-top: 1px solid #c9d8ee;
}
.nav-side-menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  color: #063b7e;
  border-bottom: 1px solid #c9d8ee;
  padding: 0 8px;
}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 18px;
  display: inline-block;
  padding: 0 4px 0 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active a {
  background-color: #A3BEE6;
}
.nav-side-menu li a:hover {
  background-color: #A3BEE6;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu ul .sub-menu li:first-child {
  border-top: none;
}
.nav-side-menu ul .sub-menu a {
  text-transform: none;
  padding-left: 20px;
  border-bottom: none;
  font-size: 15px;
  line-height: 36px;
}
.nav-side-menu ul .sub-menu li:last-child a {
  border-bottom: solid 1px #c9d8ee;
}
.nav-side-menu ul .sub-menu li.active a {
  background: none;
  color: #DDBB0A;
}
.nav-side-menu ul .sub-menu a:hover {
  background: none;
  color: #DDBB0A;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
/* BREADCRUMB */
.breadcrumb {
  background: none;
  padding: 0;
  font-size: 13px;
}
.breadcrumb li a {
  color: #FFF;
}
.breadcrumb li a:hover {
  color: #063b7e;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  color: #FFF;
  font-family: 'FontAwesome';
  content: '\f105';
  padding: 0 3px;
}
.breadcrumb li:last-child a {
  color: #063b7e;
}
@media (max-width: 991px) {
  .breadcrumb li {
    display: none;
  }
  .breadcrumb li:nth-child(2) {
    display: block;
    background: #fd0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 22px;
  }
  .breadcrumb li:nth-child(2) a {
    line-height: 49px;
  }
  .breadcrumb li:nth-child(2):before {
    content: '';
    padding: 0;
  }
}
/* TYPOGRAPHIE */
h1, h2, h3 {
  color: #063b7e;
}
/* CAROUSEL HOME */
#carousel-home .carousel-inner {
  position: relative;
}
#carousel-home .item .carousel_text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 450px;
  background: rgba(255,255,255,0.9);
  padding: 13px 17px;
}
#carousel-home .item .carousel_text h1 {
  margin: 0 0 15px;
}
#carousel-home .item .carousel_text p {
  margin: 0;
}
#carousel-home .item .carousel_text h1 {
  margin: 0 0 15px;
}
#carousel-home .carousel-indicators {
  bottom: 1px;
  left: auto;
  right: 20px;
  margin-left: 0;
  text-align: center;
  width: auto;
}
#carousel-home .carousel-indicators li {
  height: 15px;
  width: 15px;
}
#carousel-home .carousel-control {
  background: none;
}
@media (max-width: 991px) {
  #carousel-home {
    margin-bottom: 35px;
  }
  #carousel-home .item .carousel_text {
    bottom: 0;
    left: 0;
    width: 400px;
    padding: 10px 15px;
  }
  #carousel-home .carousel-indicators {
    bottom: -50px;
    right: auto;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    text-align: center;
  }
  #carousel-home .carousel-indicators li {
    border: solid 1px #063b7e;
  }
  #carousel-home .carousel-indicators li.active {
    background: #063b7e;
    margin-top: -1px;
  }
  #carousel-home .carousel-control {
    top: auto;
    bottom: -45px;
    color: #063b7e;
    opacity: 1;
    text-shadow: none;
    left: 30%;
    z-index: 50;
  }
  #carousel-home .carousel-control.right {
    left: auto;
    right: 30%;
  }
  #carousel-home .carousel-control span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #carousel-home .item .carousel_text {
    position: relative;
    height: 160px;
    width: 100%;
    background: #FFF;
  }
}
/* CAROUSEL NEWS */
#carousel-news {
  margin-top: 30px;
}
#carousel-news .imagewrapper {
  width: 47.5%;
  height: 190px;
  overflow: hidden;
  float: left;
}
#carousel-news .imagewrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#carousel-news .carousel_text {
  width: 52.5%;
  height: 190px;
  overflow: hidden;
  float: left;
  background: #FFF;
  padding: 11px 22px 15px;
}
#carousel-news .carousel_text p {
  font-size: 15px;
}
#carousel-news .carousel_text p.date {
  font-size: 14px;
  color: #063b7e;
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 5px;
  margin-bottom: 11px;
}
#carousel-news .carousel-control {
  background: #063b7e;
  height: 40px;
  width: 40px;
  line-height: 36px;
  opacity: 1;
  top: auto;
  bottom: 5px;
  right: 5px;
}
#carousel-news .carousel-control.left {
  left: auto;
  right: 50px;
}
#carousel-news .carousel-control:hover {
  background: #A3BEE6;
}
@media (max-width: 1199px) {
  #carousel-news .imagewrapper {
    height: 163px;
  }
  #carousel-news .carousel_text {
    height: 163px;
  }
}
@media (max-width: 499px) {
  #carousel-news .imagewrapper {
    float: none;
    width: 100%;
    height: auto;
  }
  #carousel-news .carousel_text {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
}
/* CAROUSEL COVERFLOW */
#Coverflow_slick button.slick-arrow {
  display: none !important;
}
#Coverflow_slick div img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#Coverflow_slick div .textbox {
  padding-top: 150px;
}
#Coverflow-Nav {  
  top: -340px;
  margin: 0 40px;
}
#Coverflow-Nav .slick-list {
  padding: 9px 0 !important;
}
#Coverflow-Nav .slick-slide {
  border: solid 1px #dae5f5;
  text-align: center;
  margin: 0 8px;
}
#Coverflow-Nav .slick-slide.slick-current {
  box-shadow: 0 0 8px #dae5f5;
}
#Coverflow-Nav .slick-slide img {
  width: 100%;
  height: auto;
}
#Coverflow-Nav .slick-prev {
  position: absolute;
  cursor: pointer;
  top: 24px;
  left: -40px;
}
#Coverflow-Nav .slick-next {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: -40px;
}
#Coverflow-Nav .fa {
  color: #efefef;
  font-size: 40px;
}
#Coverflow-Nav .fa:hover {
  color: #ddd;
}
@media (max-width: 767px) {
  #Coverflow_slick div .textbox {
    padding-top: 90px;
  }
  #Coverflow-Nav {  
    top: -300px;
  }
  #Coverflow-Nav .slick-slide {
    border: none;
    font-weight: bold;
    color: #063b7e;
  }
   #Coverflow-Nav .slick-slide span {
    display: none;
  }
  #Coverflow-Nav .slick-slide.slick-current {
    box-shadow: none;
  }
  #Coverflow-Nav .slick-slide.slick-current span {
    display: block;
    margin-left: -30px;
  }
  #Coverflow-Nav .slick-slide.slick-current span:after {
    content: ' von x';
  }
  #Coverflow-Nav .slick-prev {
    top: 5px;
  }
  #Coverflow-Nav .slick-next {
    top: 5px;
  }
  #Coverflow-Nav .fa {
    font-size: 32px;
  }
}
@media (max-width: 519px) {
  #Coverflow-Nav {  
    top: -350px;
  }
  #Coverflow-Nav .slick-slide.slick-current {
    width: 60px !important;
  }
  #Coverflow-Nav .slick-slide.slick-current span {
    margin-left: -50px;
  }
}
@media (max-width: 399px) {
  #Coverflow-Nav {  
    top: -400px;
  }
}
/* TEASER */
.teaser.image {
  margin-top: 30px;
  height: 190px;
  overflow: hidden;
}
.teaser.image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.teaser.image-text {
  position: relative;
  margin-top: 30px;
  height: 190px;
  overflow: hidden;
}
.teaser.image-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.teaser.image-text .textbox {
  position: absolute;
  bottom: 5px;
  left: 3%;
  width: 94%;
  background: #063b7e;
  color: #FFF;
  line-height: 45px;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
}
.teaser.image-text .textbox:hover {
  background: #A3BEE6;
  color: #063b7e;
}
.teaser.image-text .textbox:hover a {
  color: #063b7e;
}
.teaser.image-text .textbox a {
  color: #FFF;
}
.teaser.image-text .textbox a:hover {
  text-decoration: none;
   color: #063b7e;
}
.content.white .teaser.image-text {
  height: auto;
}
@media (max-width: 1199px) {
  .teaser.image {
    height: 163px;
  }
  .teaser.image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .teaser.image-text {
    height: 163px;
  }
}
@media (min-width: 500px) AND (max-width: 767px) {
  .teaserrow .col-sm-4 {
    float: left;
    width: 50%;
  }
}
/* FOOTER */
.footer {
  background: #063b7e;
  color: #FFF;
  padding: 0 22px;
  margin-top: 30px;
}
.footer a {
  color: #FFF;
  line-height: 40px;
}
.footer a#show_sitemap {
  cursor: pointer;
}
.footer a#show_sitemap:hover {
  text-decoration: none;
}
.footer a#show_sitemap:after {
  font-family: 'FontAwesome';
  content: '\f107';
  padding-left: 4px;
  font-size: 11px;
  font-weight: 300;
}
.footer a#show_sitemap.open:after {
  content: '\f106';
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  padding-left: 15px;
}
.footer ul li:first-child {
  padding-left: 0;
}
.footer .center {
  text-align: center;
}
.footer .center ul {
  display: inline-block;
  margin-bottom: -7px;
}
.footer .center ul li {
  padding-top: 3px;
  padding-left: 0;
}
.footer .right ul {
  float: right
}
.footer ul li {
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.footer ul li .fa {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #FFF;
  color: #073b7f;
  line-height: 30px;
  font-size: 19px;
  margin-left: 10px;
}
.footer ul li:first-child .fa {
  margin-left: 0;
}
@media (max-width: 767px) {
  .footer .col-sm-4, .footer .col-sm-5 {
    text-align: center;
   }
   .footer .col-sm-4 ul, .footer .col-sm-5 ul {
    display: inline-block;
   }
   .footer .col-sm-4 ul li, .footer .col-sm-5 ul li {
    float: none;
    margin: 0;
   }
   .footer .col-sm-3 {
    padding-top: 15px;
    padding-bottom: 15px;
   }
   .footer .col-sm-4 ul li a, .footer .col-sm-5 ul li a{
    font-size: 15px;
   }
   .footer .right ul {
    float: none;
    }
}
/* SITEMAP */
.sitemap_wrapper {
  background: #063b7e;
  color: #FFF;
  padding: 20px 25px;
  display: none;
}
.sitemap_wrapper a {
  color: #FFF;
}
.sitemap_wrapper .sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap_wrapper .sitemap > li{
  font-size: 12px;
  float: left;
  margin-right: 50px;
  text-transform: uppercase;
}
.sitemap_wrapper .sitemap > li > a{
  line-height: 40px;
}
.sitemap_wrapper .sitemap > li > a span{
  padding-right: 4px;
  font-size: 14px;
}
.sitemap_wrapper .sitemap li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap_wrapper .sitemap li ul li {
  text-transform: none;
  line-height: 25px;
}
.sitemap_wrapper .sitemap li ul li ul {
  margin-left: 15px;
}
/* CONTENT - ABSATZVORLAGEN */
.content.white {
  position: relative;
  background: #FFF;
  padding: 30px 30px 30px;
}
.content.white hr {
  border-color: #dae5f5;
  margin: 30px 0;
}
.content.white .headerimg {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.content.white H1 {
  color: #063b7e;
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 20px;
}
.content.white H2 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 20px;
}
.content.white H3 {
  color: #DDBB0A;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
}
.content.white p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px;
}
.content.white ul {
  list-style: inside;
  padding-left: 0;
}
.content.white .margin-right-30 {
  margin-right: 30px;
}
.content.white img.pull-left {
  margin-bottom: 20px;
}
.content.white .sidebar_left {
  background: url('../images/line_sidebar.png') 64.72% top repeat-y;
}
.content.white .sidebar_left .col-md-8 {
  padding-right: 45px;
}
.content.white .sidebar_left .sidebar img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.content.white .sidebar_left .sidebar h1 {
  margin: 25px 0 0;
}
.content.white .sidebar_left .sidebar .btn-primary {
  display: block;
}
.content.white .sidebar_left .sidebar .people .fa {
  color: #DDBB0A;
  display: inline-block;
  width: 23px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .content .headerimg {
    margin-bottom: 30px;
  }
  .content .sidebar_left {
    background: none;
  }
  .content .sidebar {
    border-top: solid 1px #dae5f5;
    padding-top: 30px;
    margin-top: 30px;
  }
  .content .sidebar_left .sidebar h1 {
    margin: 0;
  }
  .content .sidebar_left .sidebar img {
    max-width: 33.3333%;
    width: 33.3333%;
    float: left;
    margin-right: 30px;
  }
  .content .sidebar_left .sidebar .btn-primary {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .content.white {
    padding: 20px 15px 20px;
  }
  .content .headerimg {
    margin-bottom: 25px;
  }
  .content .sidebar_left .sidebar img {
    max-width: 50%;
    width: 50%;
    float: left;
  }
}
@media (max-width: 499px) {
  .content img.pull-left {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .content .sidebar_left {
    background: none;
  }
  .content .sidebar_left .col-sm-8 {
    padding-right: 15px;
  }
  .content .sidebar_left .sidebar img {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* GALLERY SIMPLE */
.gallery_simple img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery_simple .btn {
  position: absolute;
  bottom: 5px;
  right: 20px;
}
@media (min-width: 500px) AND (max-width: 767px) {
  .gallery_simple .col-sm-4 {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery_simple .col-sm-4 {
    padding-bottom: 20px;
  }
  .gallery_simple .col-sm-4:last-child {
    padding-bottom: 0;
  }
  .gallery_simple .btn {
    bottom: 25px;
  }
  .gallery_simple .col-sm-4:last-child .btn {
    bottom: 5px;
  }
}
/* People */
.people {
  margin-bottom: 0;
}
.people img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.people .col-sm-4 {
  padding-top: 20px;
}
.people h3 {
  margin: 10px 0 5px !important;
}
@media (min-width: 500px) AND (max-width: 767px) {
  .people .col-sm-4 {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .people .col-sm-4 {
    padding-bottom: 20px;
  }
  .people .col-sm-4:last-child {
    padding-bottom: 0;
  }
  .people h3 {
    margin: 10px 0 0;
  }
}
/* DOWNLOADS */
.downloads .col-sm-4 {
  padding-bottom: 20px;
}
.downloads .imgwrapper {
  position: relative;
  border: solid 1px #dae5f5;
  width: 100%;
  max-width: 100%;
  height: 175px;
  text-align: center;
  overflow: hidden;
}
.downloads .imgwrapper img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-height: 100%;
  width: auto;
}
.downloads .imgwrapper .btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.downloads .btn-primary {
  display: block;
}
.downloads h3 {
  margin-top: 13px !important;
}
@media (min-width: 500px) AND (max-width: 767px) {
  .downloads .col-sm-4 {
    float: left;
    width: 50%;
  }
}
@media (max-width: 499px) {
  .downloads .col-sm-4 {
    padding-top: 45px;
  }
  .downloads .col-sm-4:first-child {
    padding-top: 15px;
  }
  .downloads .imgwrapper {
    height: auto;
  }
  .downloads .imgwrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .downloads .btn {
    bottom: 25px;
  }
  .downloads .col-sm-4:last-child .btn {
    bottom: 5px;
  }
}
/* PRESSE PREVIEW */
.presse_preview {
  position: relative;
  border: solid 1px #dae5f5;
  margin-bottom: 30px;
}
.presse_preview .imagewrapper {
  float: left;
  width: 40%;
}
.presse_preview .imagewrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.presse_preview .textbox {
  float: right;
  width: 60%;
  padding: 20px 30px;
}
.presse_preview .btn-primary {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 499px) {
  .presse_preview {
    padding-bottom: 40px;
  }
  .presse_preview .imagewrapper {
    float: none;
    width: 100%;
  }
  .presse_preview .textbox {
    float: none;
    width: 100%;
    padding: 20px 15px;
  }
}
/* FORM */
form .form-group label {
  float: left;
  width: 20%;
  font-weight: 400;
}
form .form-group .form-control, form .form-group .checkbox, form .form-group .radio {
  float: right;
  width: 80%;
  font-weight: 400;
  box-shadow: none;
}
form .form-group.full label {
  float: none;
  width: 100%;
}
form .form-group.full .form-control, form .form-group.full .checkbox, form .form-group.full .radio {
  float: none;
  width: 100%;
}
form .form-group .form-control:focus {
  border-color: #A3BEE6;
  background: #f8fafd;
}
form .form-group .checkbox, form .form-group .radio {
  margin: 0;
}
form .form-group .checkbox label, form .form-group .radio label {
  width: auto;
  padding-right: 35px;
  padding-left: 0 !important;
}
form .form-group .checkbox label img, form .form-group .radio label img {
  display: inline-block;
  margin: -5px 5px 0 0;
}
form .btn-primary {
  float: right;
}
@media (max-width: 991px) {
  form .form-group label {
    width: 23%;
  }
  form .form-group .form-control, form .form-group .checkbox, form .form-group .radio {
    width: 77%;
  }
}
@media (max-width: 499px) {
  form .form-group label {
    float: none;
    width: 100%;
  }
  form .form-group .form-control, form .form-group .checkbox, form .form-group .radio {
    float: none;
    width: 100%;
  }
  form .form-group .checkbox label, form .form-group .radio label {
    padding-right: 20px;
  }
}
/* FORM INLINE */
form.form-inline .form-group {
  width: 100%;
}
form.form-inline .form-group .form-control {
  float: left;
  height: 40px;
  width: 81%;
}
@media (max-width: 499px) {
  form.form-inline .form-group .form-control {
    float: none;
    width: 100%;
  }
  form.form-inline .btn-primary {
    margin-top: 20px;
  }
}
/* VIDEO */
.video {
  max-width: 100%;
  height: auto;
}
/* MODAL IMAGES */
#imageModal .modal-dialog {
  width: 94%;
  max-width: 1024px;
}
#imageModal .modal-dialog img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}