/**
 * SFD 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage footer
 * @author     degener
 * @since      26.11.2015
 * @version    $Id: footer.css 1190 2016-08-16 08:24:53Z stief $
 **/
/*  =========================================================

1. basic settings
2. meta navi
3. teaser

========================================================== */
/*  =========================================================
    1. basic setting
========================================================== */
@media screen {
  footer .col {
    text-align: left;
    vertical-align: top;
    padding: 0 20px;
  }
  footer .grid-row .col:first-child {
    padding-left: 0;
  }
  footer .grid-row .col:last-child {
    padding-right: 0;
  }
  footer .col.center {
    text-align: center;
  }
  footer .col h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 12px;
  }
  footer .col h3 {
    font-family: 'Crimson-Italic', Times, serif;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.1rem;
    margin-bottom: 12px;
  }
  footer a#tirol {
    float: right;
    width: 129px;
    height: 49px;
  }
  footer a#tirol > img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
  }
  footer a#logo-host-innsbruck,
  footer a#logo-host-seefeld {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  footer a#logo-host-innsbruck > img,
  footer a#logo-host-seefeld > img {
    height: auto;
    float: left;
  }
  footer .host-regions > p {
    color: #fff;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .grid-row .col:first-child {
    padding-left: 20px;
  }
  footer .grid-row .col:last-child {
    padding-right: 20px;
  }
  footer .col h2 {
    font-size: 1.25rem;
    letter-spacing: 0.08rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  footer .grid-row .col {
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  footer .grid-row .col:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .grid-row .col:nth-child(3) {
    padding-top: 40px;
    border-style: none;
  }
}
@media only screen and (max-width: 400px) {
  footer a#tirol {
    width: auto;
    height: auto;
  }
  footer a#tirol > img,
  footer a#logo-host-innsbruck > img,
  footer a#logo-host-seefeld > img {
    height: 45px;
    width: auto;
  }
}
/*  =========================================================
    2. meta navi
========================================================== */
@media screen {
  footer ul.meta {
    display: inline-block;
    width: 100%;
  }
  footer ul.meta li {
    width: 100%;
    float: left;
    margin: 2px 0;
  }
  footer ul.meta li a,
  footer ul.meta li a:visited {
    float: left;
    font-size: 1rem;
    color: #787878;
    background-color: rgba(120, 120, 120, 0);
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: -5px;
  }
  footer ul.meta li a:hover,
  footer ul.meta li a:active,
  footer ul.meta li a:focus {
    color: #fff;
    background-color: #787878;
  }
  footer ul.metaBaseline {
    float: left;
    margin-top: 5px;
  }
  footer ul.metaBaseline li {
    float: left;
    font-size: 1rem;
    color: #fff;
    border-right: 1px solid #fff;
    margin-top: 10px;
    margin-left: 10px;
  }
  footer ul.metaBaseline li:first-child {
    width: 100%;
    border-style: none;
    margin-right: 0px;
  }
  footer ul.metaBaseline li:last-child {
    border-style: none;
  }
  footer ul.metaBaseline li a,
  footer ul.metaBaseline li a:visited {
    float: left;
    font-size: 1rem;
    color: #fff;
    padding-right: 10px;
  }
  footer ul.metaBaseline li a:hover,
  footer ul.metaBaseline li a:active,
  footer ul.metaBaseline li a:focus {
    text-decoration: underline;
  }
  footer ul.metaBaseline li:nth-of-type(2) a {
    padding-left: 0;
  }
  footer ul.socialMedia {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  footer ul.socialMedia li {
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
  }
  footer ul.socialMedia li:last-child {
    margin-right: 0;
  }
  footer ul.socialMedia li:first-child {
    margin-left: 0;
  }
  footer ul.socialMedia li a {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    color: #787878;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 48px;
    border-radius: 48px;
  }
  footer ul.socialMedia li a:hover::before,
  footer ul.socialMedia li a:active::before,
  footer ul.socialMedia li a:focus::before {
    color: #fff;
  }
  footer ul.socialMedia li a::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 48px;
  }
  footer ul.socialMedia li a.facebook::before {
    content: '\e905';
  }
  footer ul.socialMedia li a.facebook:hover,
  footer ul.socialMedia li a.facebook:active,
  footer ul.socialMedia li a.facebook:focus {
    background-color: #3b5998;
  }
  footer ul.socialMedia li a.google::before {
    content: '\e906';
  }
  footer ul.socialMedia li a.google:hover,
  footer ul.socialMedia li a.google:active,
  footer ul.socialMedia li a.google:focus {
    background-color: #dc4e41;
  }
  footer ul.socialMedia li a.twitter::before {
    content: '\e907';
  }
  footer ul.socialMedia li a.twitter:hover,
  footer ul.socialMedia li a.twitter:active,
  footer ul.socialMedia li a.twitter:focus {
    background-color: #55acee;
  }
  footer ul.socialMedia li a.flickr::before {
    content: '\e908';
  }
  footer ul.socialMedia li a.flickr:hover,
  footer ul.socialMedia li a.flickr:active,
  footer ul.socialMedia li a.flickr:focus {
    background-color: #ff0084;
  }
  footer ul.socialMedia li a.youtube::before {
    content: '\e909';
  }
  footer ul.socialMedia li a.youtube:hover,
  footer ul.socialMedia li a.youtube:active,
  footer ul.socialMedia li a.youtube:focus {
    background-color: #cd201f;
  }
  footer ul.socialMedia li a.linkedin::before {
    content: "\e98a";
    font-size: 34px;
    left: 7px;
    top: 6px;
  }
  footer ul.socialMedia li a.linkedin:hover,
  footer ul.socialMedia li a.linkedin:active,
  footer ul.socialMedia li a.linkedin:focus {
    color: #ffffff;
    background-color: #007eb5;
  }
  footer ul.socialMedia li a.instagram::before {
    content: '\e978';
    font-size: 32px;
    left: 8px;
    top: 8px;
  }
  footer ul.socialMedia li a.instagram:hover,
  footer ul.socialMedia li a.instagram:active,
  footer ul.socialMedia li a.instagram:focus {
    background-color: #E0233D;
  }
  footer ul.socialMedia li a.pinterest::before {
    content: '\e979';
  }
  footer ul.socialMedia li a.pinterest:hover,
  footer ul.socialMedia li a.pinterest:active,
  footer ul.socialMedia li a.pinterest:focus {
    background-color: #bd081c;
  }
  footer ul.socialMedia li a.vimeo::before {
    content: '\e97a';
  }
  footer ul.socialMedia li a.vimeo:hover,
  footer ul.socialMedia li a.vimeo:active,
  footer ul.socialMedia li a.vimeo:focus {
    background-color: #1ab7ea;
  }
  footer ul.socialMedia li a.blog::before {
    content: '\e97d';
    font-size: 32px;
    left: 8px;
    top: 8px;
  }
  footer ul.socialMedia li a.blog:hover,
  footer ul.socialMedia li a.blog:active,
  footer ul.socialMedia li a.blog:focus {
    background-color: #424242;
  }
  footer ul.socialMedia li a.whatsapp::before {
    content: '\e97e';
    font-size: 40px;
    left: 4px;
    top: 4px;
  }
  footer ul.socialMedia li a.whatsapp:hover,
  footer ul.socialMedia li a.whatsapp:active,
  footer ul.socialMedia li a.whatsapp:focus {
    background-color: #39BB4B;
  }
}
@media only screen and (max-width: 1400px) {
  footer ul.metaBaseline {
    float: left;
    margin-top: 5px;
  }
  footer ul.metaBaseline li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer ul.metaBaseline li:nth-child(2) a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  footer ul.meta {
    display: inline-block;
  }
  footer ul.meta li {
    width: auto;
    margin: 10px 20px 10px 0;
  }
  footer ul.meta li a,
  footer ul.meta li a:visited {
    float: left;
    font-size: 1rem;
    color: #fff;
    background-color: #787878;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0;
  }
  footer ul.meta li a:hover,
  footer ul.meta li a:active,
  footer ul.meta li a:focus {
    color: #787878;
    background-color: #ffffff;
  }
}
/*  =========================================================
    3. teaser
========================================================== */
@media screen {
  footer .col article .textBlock {
    padding-left: 120px;
    position: relative;
  }
  footer .col article .textBlock::before {
    content: '';
    width: 99px;
    height: 99px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(120, 120, 120, 0.5);
    -webkit-border-radius: 99px;
    border-radius: 99px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .col article .textBlock::after {
    display: inline-block;
    position: absolute;
    z-index: 20;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .col article .textBlock.card::after {
    content: '\e902';
    font-size: 73px;
    top: 16px;
    left: 16px;
  }
  footer .col article .textBlock.mice::after {
    content: '\e903';
    font-size: 59px;
    top: 19px;
    left: 20px;
  }
  footer .col article .textBlock.work::after {
    content: '\e989';
    font-size: 66px;
    top: 21px;
    left: 10px;
  }
  /* hover text block */
  footer .col article:hover .textBlock::before {
    background-color: #ffffff;
    border: 1px solid #787878;
  }
  footer .col article:hover .textBlock::after {
    opacity: 1;
  }
  footer .col article p {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 5px 0 14px 0;
  }
  footer .col article a.phone {
    display: inline-block;
    color: #787878;
    background-color: rgba(120, 120, 120, 0);
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0 5px -5px;
    cursor: default;
  }
  footer .col article a.phone strong {
    display: inline-block;
    font-family: 'Neutra Book';
    font-size: 1.875rem;
    color: #787878;
    margin-left: 10px;
  }
  footer .col article a.mail {
    display: inline-block;
    color: #787878;
    text-decoration: underline;
    background-color: rgba(120, 120, 120, 0);
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: -5px;
  }
  footer .col article a.mail:hover,
  footer .col article a.mail:active,
  footer .col article a.mail:focus {
    color: #fff;
    background-color: #787878;
    text-decoration: none;
  }
  input.footerNewsletterEmail {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  footer .col article .textBlock {
    padding-left: 0;
  }
  footer .col article .textBlock::before {
    display: none;
  }
  footer .col article .textBlock.card::after {
    display: none;
  }
  footer .col article .textBlock.mice::after {
    display: none;
  }
  footer .col article .textBlock.work::after {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  footer .col article .textBlock {
    padding-left: 120px;
  }
  footer .col article .textBlock::before {
    display: inline-block;
  }
  footer .col article .textBlock.card::after {
    display: inline-block;
  }
  footer .col article .textBlock.mice::after {
    display: inline-block;
  }
  footer .col article .textBlock.work::after {
    display: inline-block;
  }
  footer .col article a.phone {
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.375rem;
    color: #fff;
    background-color: #787878;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
  }
  footer .col article a.phone strong {
    font-size: 1.375rem;
    color: #fff;
  }
  footer .col article a.phone:hover,
  footer .col article a.phone:active,
  footer .col article a.phone:focus {
    color: #787878;
    background-color: #ffffff;
  }
  footer .col article a.phone:hover strong,
  footer .col article a.phone:active strong,
  footer .col article a.phone:focus strong {
    color: #787878;
  }
  footer .col article a.phone::before {
    content: '\e90b';
    font-size: 24px;
    margin-right: 10px;
  }
  footer .col article a.mail {
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.375rem;
    color: #fff;
    text-decoration: none;
    background-color: #787878;
    padding: 10px 20px;
    margin-left: 0;
  }
  footer .col article a.mail:hover,
  footer .col article a.mail:active,
  footer .col article a.mail:focus {
    color: #787878;
    background-color: #ffffff;
  }
  footer .col article a.mail::before {
    content: '\e904';
    font-size: 24px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  footer .col article .textBlock {
    padding-left: 0;
  }
  footer .col article .textBlock::before {
    display: none;
  }
  footer .col article .textBlock.card::after {
    display: none;
  }
  footer .col article .textBlock.mice::after {
    display: none;
  }
  footer .col article .textBlock.work::after {
    display: none;
  }
}
/*  =========================================================
    4. language menu
========================================================== */
@media screen {
  div.languagemenuwrapper {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  div.languagemenuwrapper > span {
    color: white;
    display: inline-block;
    float: none;
    position: relative;
    font-size: 1.375rem;
  }
  div.languagemenuwrapper {
    display: block;
    position: relative;
    float: left;
  }
  div.languagemenuwrapper::after {
    font-family: 'iconset';
    content: '\e901';
    color: white;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    left: -24px;
    pointer-events: none;
  }
  select.languagemenu {
    width: 60px;
    padding-left: 7px;
    background: none;
    color: white;
    border: none;
    box-shadow: none;
    font-weight: bold;
    float: none;
  }
}
