/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
/*    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; */
/*    font-family: 'Special Elite', cursive; */
    font-family: 'Raleway', sans-serif;
}

/* Riser added */

a {
/* color: #337ab7; */
color: orange;
text-decoration: none;
}

a:hover {
/* color: #337ab7; */
color: #999999;
text-decoration: none;
}

a:active {
/* color: #337ab7; */
color: #999999;
text-decoration: none;
}

a.icons {
/* color: #337ab7; */
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
}

.bg-primary {
color: #fff;
/* background-color: #337ab7; */
background-color: #333333;
}

.text-primary {
/* background-color: #337ab7; */
color: #fff;
background-color: #333333;
}

.logo {
width:260px;height:116px;margin-left: -1em;
}

.logo-small {
width:200px;height:auto;margin-left: -1em;
}

.logo-lang {
width:50%;height:auto;
}

.title-rattlesnake {
	width:260px;height:175px;
}

.text-vertical-left {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: top;
    padding-top: 2em;
    padding-left: 4em;
    color:#ffffff;
    text-shadow: 3px 3px 0px #000000;
}

.text-vertical-left-logo {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: top;
    padding-top: 2em;
    padding-left: 4em;
    color:#ffffff;
    text-shadow: 3px 3px 0px #000000;
}

.text-vertical-left h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.text-vertical-center-bottom {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    color:#ffffff;
    padding: 0 0 4em 0;
    }

.text-vertical-center-bottom h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.text-vertical-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding-top: 2em;
    padding-right: 2em;
    color:#ffffff;
}

.text-vertical-right h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* ./Riser added */

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

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* customized from bootstrap.css */

.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
/*    width: 250px;
    margin-right: -250px;*/
    margin-right: 100%;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size:16px; /* added by riser */
}

.sidebar-nav {
    position: absolute;
    top: 0;
/*    width: 250px; */
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
/*    line-height: 2.5em;*/
    text-align:center;
    font-size: 1.5em;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
/*    right: 250px;
    width: 250px;*/
    right: 0;
    width: 100%;
    margin-right:0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size:16px; /* added by riser */
}

.toggle {
/*    margin: 5px 5px 0 0; */
    margin: 15px 15px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
/*    height: 100%; */
    height: 100%;
    background: url(../img/Honeycreek-Pressefoto-2019_02-1920x1440.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fullscreen {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
/*    background: url(../img/20230624-Honeycreek-Gouvy_0657_quer-WEB.jpg) no-repeat center center scroll; */
    background: url(../img/20250413-Honeycreek-Synop_8543_WEB.jpg) no-repeat center center scroll;
/*    
    background: url(../img/Honey-Creek-Start-2021_1920x1280.jpg) no-repeat center center scroll;
background: url(../img/website_booklet-style_4_2048x1280-72dpi_2-mobile2.jpg) no-repeat center center scroll; */
/*    website_booklet-style_4_2048x1080-72dpi_2-mobile.jpg */
/*    background: url(../img/Honeycreek-Pressefoto-2019_01-1920x1280.jpg) no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fullscreen2 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
/*    background: url(../img/website_booklet-style_4_2048x1080-72dpi_2-mobile.jpg) no-repeat center center scroll; */
    background: url(../img/Honeycreek-Pressefoto-2019_01-1920x1280.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

.bandmember-item {
    margin-bottom: 30px;
}

.bandmember-item img {
    border-radius: 50%;
    width:100%;
    height:auto;
    padding-bottom:1em;
}

.album-cover {
	width:50%;
	height:auto;
	float:left;
	margin:0 1em 1em 0;
}

.dvd-cover {
	width:25%;
	height:auto;
	float:left;
	margin:0 1em 1em 0;
}

/*
.bandmembers {
    margin-bottom: 2em;
}
.bandmember-item {
    width:25%;
    float:left;
    text-align:center;
}

.bandmember-item img{
    width:100%;
    height:auto;
    padding:1em;
}
*/

/* callout */

.callout {
    display: table;
    width: 100%;
    height: 600px;
    color: #fff;
/*    background: url(../img/page-images/Honeycreek-Pressefoto-2019_01-1920x1280.jpg) no-repeat center center scroll;
    background: url(../img/page-images/20200225-HoneyCreek-Joanne_1026-1920x1080.jpg) no-repeat center bottom scroll;
    background: url(../img/page-images/20231117-Honeycreek-Filmdreh-Gouvy_1787_WEB.jpg) no-repeat center bottom scroll; */
    background: url(../img/page-images/20250413-Honeycreek-Synop_8426_1280x846.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
/*    background-color: rgb(0,0,0,0.5); */
}

.page-image-bandinfo {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
/*    background: url(../img/page-images/Honeycreek-Pressefoto-2019_01-1920x1280.jpg) no-repeat center center scroll;
    background: url(../img/page-images/20200225-HoneyCreek-Joanne_1026-1920x1080.jpg) no-repeat center bottom scroll;
    background: url(../img/page-images/20230624-Honeycreek-Gouvy_0657_1920x1080.jpg) no-repeat center bottom scroll; */
    background: url(../img/page-images/20250413-Honeycreek-Synop_8426_1280x846.jpg) no-repeat center center scroll;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
/*    background-color: rgb(0,0,0,0.5); */
}

.page-image-photos {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/page-images/20190302-Honeycreek-Fenetrange_5120.jpg) no-repeat center center scroll; 
/*    background: url(../img/page-images/20200225-HoneyCreek-Joanne_1104-1920x1080.jpg) no-repeat center center scroll;
    background: url(../img/page-images/20200225-HoneyCreek-Joanne_1084-sw-1920x1080.jpg) no-repeat center center scroll;*/
    background: url(../img/20250413-Honeycreek-Synop_8543_WEB.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
/*    background-color: rgb(0,0,0,0.5); */
}

.page-image-musik {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
/*    background: url(../img/page-images/20190302-Honeycreek-Fenetrange-6D_6767-1920x1080.jpg) no-repeat center center scroll; */
    background: url(../img/page-images/20200225-HoneyCreek-Joanne_1084-sw-1920x1080.jpg) no-repeat center bottom scroll;
    /* 20191025-Honeycreek-CD-Release_8877.jpg */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top;
/*    background-color: rgb(0,0,0,0.5); */
}

.page-image-video {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/page-images/20190719-Honeycreek-Wheels-and-Stones_0095-1920x1080.jpg) no-repeat center center scroll;
    /* 20191025-Honeycreek-CD-Release_8518-1920x1080.jpg
    20191025-Honeycreek-CD-Release_8665.jpg */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: middle;
/*    background-color: rgb(0,0,0,0.5); */
}

.page-image-contact {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
/*    background: url(../img/page-images/20190302-Honeycreek-Fenetrange-6D_6455.jpg) no-repeat center center scroll; */
    background: url(../img/page-images/20200225-HoneyCreek-Joanne_1021-1920x1280.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: middle;
/*    background-color: rgb(0,0,0,0.5); */
}

.page-image-imprint {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/page-images/20190302-Honeycreek-Fenetrange-6D_6851-1920x1080.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: middle;
/*    background-color: rgb(0,0,0,0.5); */
}


.presse {
/*  width: 100% !important;
  padding:0; */
  float:left;
}
.logos {
/*  width: 100% !important;
  padding:0; */
  float:left;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

/* iFrame */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.iframe-video {
width:100%;
height:auto;
} */

/** Masonry **/

/* Within style tags in your html file */
* { box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}
@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

/* To change the amount of columns on larger devices, uncomment the code below */

/* @media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
} */

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
  padding:4px; /* riser added as gutter */
}

/** /Masonry **/

/*********************************************************************/
/**** Fancybox ****/

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

.fancybox-title {
	font-size: 16px;
	font-family: 'Raleway', Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-overlay {
	background-color: #000000 !important;
	opacity: 1;
}

/*********************************************************************/
/**** Fancybox 3 ****/

.fancybox-bg {
    background: #000000;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1.0;
/*    opacity: .87; */
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption {
  line-height: 18px;
  font-size: 18px;
  padding: 18px 0;
  text-align: center;
  border-top: none;
/*  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: 'Raleway', sans-serif;
  color: #fff;
  -webkit-text-size-adjust: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
    background: rgba(0,0,0,.6);
  pointer-events: none; }

.fancybox-infobar__body {
    font-size: 30px;
    width: 120px;
    line-height: 60px;
    margin-left: 10px;
}
.fancybox-button {
    width: 54px;
    height: 54px;
    line-height: 60px;
	color: #ddd;
}
.fancybox-button--close::before, .fancybox-button--close::after {
    height: 5px;
    width: 30px;
    left: calc(50% - 15px);
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30,30,30,.6);
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 30px;
  height: 20px;
  left: calc(50% - 15px);
  top: calc(50% - 10px);
  border: 4px solid;
  background: none; }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(img/arrow-right.png);
/*
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* ////////// */
 .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    transform: scale(2); }
    
input {
/* font-family: Arial,Helvetica,sans-serif; */
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
/* box-shadow: 1px 1px 2px #DDDDDD; */
box-shadow: none;
/* font-size: 11px;
font-weight: normal; */
margin-top: 2px;
padding-left: 2px;
padding-right: 2px;
}

/* .submit {
color: #dcdcdc;
background-color: #333333;
} */

.textfield {
display: inline-block;
color: #666;
background-color: #F6F6F6;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 0px solid transparent;
}

/* not in use */
.col-md-2-riser {
  width: 20%;
}
/* /not in use */

.amazon-logo {
	width:100px; height:auto; margin:0 5px;
}

.jpc-logo {
	width:100px; height:auto; margin:0 5px;
}

.itunes-logo {
	width:100px; height:auto; margin:0 5px;
}

/** LOAD DIFFERENT START IMAGE IN PORTRAIT MODE **/

/* https://docs.themeisle.com/article/344-modify-theme-in-different-screen-sizes-media-queries */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 414px) {

.fullscreen {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
/*    background: url(../img/Honey-Creek-Start-2021_853x1280.jpg) no-repeat center center scroll; */
/*    background: url(../img/20230624-Honeycreek-Gouvy_0657_quer-WEB.jpg) no-repeat center center scroll; */
    background: url(../img/20250413-Honeycreek-Synop_8543_WEB-hoch.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center-bottom {
    padding: 0 0 1em 0!important;
    }

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.fullscreen {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
/*    background: url(../img/Honey-Creek-Start-2021_853x1280.jpg) no-repeat center center scroll; */
    background: url(../img/20250413-Honeycreek-Synop_8543_WEB.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

}
/** **/

@media (max-width: 480px) {
.presse {
  width: 100% !important;
  padding:0;
  float:none;
}
.logos {
  width: 100% !important;
  padding:0;
  float:none;
}
.text-vertical-center-bottom h1 {
    margin: 0;
    padding: 0!important;
    font-size: 2em;
    font-weight: 700;
}
}

@media(max-width:767px) {

.text-vertical-center-bottom h1 {
    margin: 0;
    padding: 0.5em;
    font-size: 2.5em;
    font-weight: 700;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

.icon-riser {
  width: 50% !important;
  float:left;
}
 
.presse {
  width: 50% !important;
  padding:0;
  float:left;
}
 
.logos {
  width: 50% !important;
  padding:0;
  float:left;
}

.download-logos {
	clear:both;
}

.bandmember-item img {
    border-radius: 50%;
    width:100%;
    height:auto;
    padding:2em;
}

.page-image-bandinfo {
    width: 100%;
    height: 300px;
}
.page-image-photos {
    width: 100%;
    height: 300px;
}
.page-image-musik {
    width: 100%;
    height: 300px;
}
.page-image-video {
    width: 100%;
    height: 300px;
}
.page-image-contact {
    width: 100%;
    height: 300px;
}
.page-image-imprint {
    width: 100%;
    height: 300px;
}

.logo-small {
width:150px;height:auto;margin-left:0;
}

.album-cover {
	width:100%;
	height:auto;
	float:left;
	margin:0 1em 1em 0;
}

/*

.bandmembers {
    margin-bottom: 2em;
}
.bandmember-item {
    width:50%;
    float:left;
    text-align:center;
}

.bandmember-item img{
    width:100%;
    height:auto;
    padding:1em;
}

*/

.fa-2x {font-size: 1em;}
h2 {font-size:24px;} /* 30 */
h3 {font-size:18px;} /* 24 */
h4 {font-size:16px;} /* 18 */

.title-rattlesnake {
	width:160px;height:auto;
/*    padding: 12em 1em 0 0; */
    padding: 0 1em 0 0;
}

.text-vertical-left {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 2em;
    padding-left: 2em;
    color:#ffffff;
    text-shadow: 3px 3px 0px #000000;
}

.text-vertical-left-logo {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: top;
    padding-top: 2em;
    padding-left: 2em;
    color:#ffffff;
    text-shadow: 3px 3px 0px #000000;
}

.text-vertical-left h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.logo {
width:200px;height:auto;margin-left: -1em;
}

.logo-lang {
width:80%;height:auto;
}

.text-vertical-right {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    padding: 0;
    color:#ffffff;
}

.text-vertical-right h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/*
.text-vertical-right {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    padding-bottom: 2em;
    padding-right: 2em;
    color:#ffffff;
} */
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
/* @media (min-width: 768px) { */
.presse {
  width: 50%;
  padding:0;
  float:left;
}
.logos {
  width: 50%;
  padding:0;
  float:left;
}

}