/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v18-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    /*margin: 0;*/
    color: #505050;
}

h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
}

p {
    /*margin: 0;*/
}

ul {
    /*margin: 0;*/
    padding: 0;
    /*list-style-position: inside;*/
    margin-left: 16px;
}

hr {
    height: 15px;
    color: #dc353f;
    border-top-color: #505050;
    width: 50%;
}

form hr {
    margin-bottom: 0;
}

a {
    color: #dc353f;
}

a:hover,
a:focus {
    color: #dc353f;
    /*opacity: 0.85;*/
}

a i.fa {
    color: #000;

    transition: 0.5s all;
    -webkit-transition: 0.5s opacity;
    -moz-transition: 0.5s opacity;
    -o-transition: 0.5s opacity;
    -ms-transition: 0.5s opacity;
}

a i.fa:hover,
a i.fa:active,
a i.fa:focus
{
    opacity: 0.85;
}

/* ----------------------------------
   header
------------------------------------- */

.bg-header {
    /*background: #000 url("../img/bg-header.jpg") no-repeat 50% top;*/
    background: #fafafa;
    display: block;
    width: 100%;
}

.header {
    /*border-bottom: 1px solid #000000;*/
}

/* ----------------------------------
   nav
------------------------------------- */

.navbar-nav li a {
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-nav > li > a {
    color: #000;

    padding-top: 0;
    padding-bottom: 0;

    margin: 15px 0;

    text-decoration: none;
    text-transform: uppercase;
}

.navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #dc353f;
}

.navbar {
    top: inherit;
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 0;
    border: 0;
    border-bottom: 1px solid #dc353f;
}

.navbar-default .navbar-nav .open .dropdown-menu > li.arrow-down {
    display: none;
}

.navbar-brand {
    width: 260px;
    height: auto;
    padding: 0;
    /*background-color: #dc353f;*/
    /*padding: 30px;*/
}

.nav > li {
    display: block;
}

.navbar-collapse {
    max-height: inherit;
    background: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-decoration: none;
    text-transform: uppercase;
    /*color: #fff;*/
    color: #000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #dc353f;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #dc353f;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #dc353f;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /*color: #dc353f;*/
    background-color: transparent;
    color: #505050;
    font-weight: bold;
}

.navbar-toggle {
    border-radius: 0;
}

.arrow-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    height: 0;
    left: 38%;
    position: absolute;
    top: 0;
    width: 0;
}

/* ----------------------------------
   booking-button / news-button
------------------------------------- */
.booking-button {
    position: relative;
    display: none;
}

.booking-button.no {
    display: none;
}

.booking-button a {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 20;
}
.booking-button a img {
    width: 160px;
    height: auto;
}

.news-button {
    position: relative;
    display: none;
}

.news-button.no {
    display: none;
}

/* ----------------------------------
   social & social-footer
------------------------------------- */
.menu-meta ul {
    list-style: none;
    margin-right: 8px;
}

.menu-meta ul li {
    display: inline-block;
}

.menu-meta ul li a {
    color: #000;
    text-transform: uppercase;
    margin: 5px 4px;
    font-size: 11px;
}

/* ----------------------------------
   social & social-footer
------------------------------------- */

.language-social {
    border: none;
    position: absolute;
    right: 0;
    z-index: 1;

    /*top: 48px;*/
}

.social {
    /*border: none;
    position: absolute;
    right: 0;
    z-index: 1;*/

    top: 32px;
}

.social ul {
    display: inline-flex;
    float: right;
    margin: 10px 10px 0 0;
    list-style: none;
}


.social-footer {
    height: 45px;
    margin-top: 12px;
    width: 100%;
}

.social i {
    font-size: 1.5em;
    height: auto;
    margin: 0 7px;
    width: auto;
}


.social-footer i {
    font-size: 1.5em;
    height: auto;
    margin: 0 7px;
    width: auto;
}




.language-select {
    /*border: none;
    position: absolute;
    right: 0;
    z-index: 1;*/
}

.language-select ul {
    display: inline-flex;
    /*float: right;*/
    /*margin: 0;*/
    margin: 13px 15px 0 0;
    list-style: none;
    color: #fff;
}

.language-select a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 7px;
}

.language-select a.active {
    color: #dc353f;
}

.language-select a:hover,
.language-select a:focus,
.language-select a:active
{
    color: #dc353f;
}


/* ----------------------------------
   slider
------------------------------------- */
.vertical-slider .slider-info {
    z-index: 1;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slider-info {
    /*margin-top: 320px;*/
}

.slider-info img {
    /*margin: 320px auto 0;*/
    margin: 68px auto 0;
    width: 100%;
    /*max-width: 500px;*/
    max-width: 640px;
    height: auto;

    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}


/* ----------------------------------
   banner
------------------------------------- */

.banner {
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;

    background-repeat: no-repeat;

    background-position: 50% 0;

    /*min-height: 500px;*/
    height: 320px;
    position: relative;
}

.index .banner {
    height: 320px;
}

.banner-info {
    margin-top: 320px;

    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.banner-info h1 {
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    background: #dc353f;
    width: 60%;
    padding: 33px 0;
    text-align: center;
}

.banner-info p {
    margin: 8px auto 57px auto;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    background: #242a2c;
    width: 50%;
    padding: 33px 0;
    text-align: center;
}

.banner-info img {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: auto;
}

.banner-info p span {
    display: block;
}

.banner-info a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    background: rgba(37, 44, 46, 0.2) none repeat scroll 0 0;
}

.banner-info a:hover {
    background: rgba(148, 193, 31, 0.25);
}

/* ----------------------------------
   uparrow
------------------------------------- */
.uparrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.uparrow img {
    width: auto;
}

/* ----------------------------------
   statement
------------------------------------- */
.statement h2 {
    font-size: 18px;
}

.statement .btn {
    background-color: #dc353f;
    border-color: #dc353f;
}

/* ----------------------------------
   teaser
------------------------------------- */
.teaser {
    padding: 50px 0 50px 0;
}

.teaser-grid {
    border: 5px solid transparent;
    margin-bottom: 24px;

    position: relative;
}

.teaser-grid img {
    width: 100%;
    height: auto;
}

.teaser-grid .bottom-overlay {
    position: absolute;
    background: url('../img/teaser-grid-overlay.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
    width: 100%;
    height: 100%;
}


.teaser-info {
    padding: 0 0 10px 20px;
    margin: -52px 0 0;
    position: absolute;
    z-index: 2;
}

.teaser-info h3 {
    color: #dc353f;
    font-size: 20px;
    font-weight: 600;
    /*margin: 0;*/
    padding: 10px 0 0;
    margin: 0;
}

.teaser-info p {
    color: #000;
    font-size: 12px;
    line-height: 10px;
    margin: 0;
}

.teaser-grid:hover div.teaser-info {
    border-left: 1px solid transparent;
}

.teaser-grid:hover div.teaser-info p {
    color: #dc353f;
}

.teaser-grid:hover div.teaser-info h3 {
    color: #dc353f;
}

.teaser-grid:hover {
    border: 9px solid #dc353f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* ----------------------------------
   header
------------------------------------- */
.header {
    /*background: #fff url("../img/header-bg-2018.png") no-repeat scroll 100%;*/
    border-bottom: 1px dotted #dc353f;
    padding: 35px 0 15px;
    width: 100%;
    min-height: 76px;
    background-size: 200px 76px;
}

@media all and (-webkit-min-device-pixel-ratio : 1.5),
all and (-o-min-device-pixel-ratio: 3/2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .header {
        /*background-image:url(../img/header-bg-2018@2.png);*/
        background-size: 200px 76px;
    }
}
/*@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
    .header {
        background-image:url(../img/header-bg-2018@2.png);
        background-size: 200px 76px;
    }
}*/

.header h1,
.header h2,
.header h3 {
    margin: 0;
    color: #dc353f;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.header h1 span,
.header h2 span,
.header h3 span {
    color: #737c85;
}

/* ----------------------------------
       jumbotron
    ------------------------------------- */
.jumbotron {
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    margin-bottom: 10px;
}

.jumbotron p {
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #505050;
}

/* ----------------------------------
   content
------------------------------------- */
.content {
    margin-bottom: 60px;
}

.content-start {
    margin-top: 30px;
}

.content-element {
    /*margin-top: 30px;
    margin-bottom: 30px;*/
}

.content-element .row-red {
    background: #dc353f;
}

.content-element .container-dark {
    background: #b4b4b4;
    color: #fff;
}

.content-element .row-dark {
    background: #b4b4b4;

    padding-top: 30px;
    padding-bottom: 30px;

    color: #fff;
}

.content-element .row-dark hr {
    border-top-color: #fff;
    width: 50%;
}

p.h1 {
    font-size: 36px;
    color: #dc353f;
}

.content-element.separator {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container-separator {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-separator p {
    font-size: 16px;
    font-weight: 600;
}

.video-container-wrapper {
max-width: 100%;
width: 1200px;
left: 0;
right:0;
margin:auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------
   project-overview / event-overview
------------------------------------- */
.project-overview .caption,
.event-overview .caption{
    margin-top: -72px;
    z-index: 10;
    position: relative;
    padding: 0;
    height: 72px;
    display: table;
    width: 100%;
}

.project-overview h3,
.event-overview h3 {
    background: rgba(255, 255, 255, 0.8);
    color: #505050;
    font-size: 15px;
    line-height: 26px;
    padding: 0 12px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.event-overview h3 {
    background: rgba(220, 53, 63, 0.8);
    color: #fff;
}

/* ----------------------------------
   news-year
------------------------------------- */

.news-year {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0
}

.news-year ul {
    list-style: none;
    margin-left: 0;
    /*border: 2px solid #fff;
    border-left: 0;
    border-right: 0;*/
    background-color: #b4b4b4;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.news-year ul li {
    display: inline-block;
}

.news-year ul li a {
    padding: 16px 24px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.news-year ul li a {
    border-right: 1px solid #fff;
}

.news-year ul li:last-child a {
    border-right: 0;
}

.news-year ul li a:hover,
.news-year ul li a:active,
.news-year ul li a:focus {
    color: #eee;
    text-decoration: none;
}


/* ----------------------------------
   equipment
------------------------------------- */
.equipment-header {
    margin: 0 0 2%;
    padding: 0 0 10px;
}

.equipment-header p {
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.equipment-header h2 {
    color: #dc353f;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.equipment-header h2 span {
    color: #737c85;
}

.equipment-header h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #737c85;
}

/* ----------------------------------
   athletes
------------------------------------- */
.athletes .container-fluid {
    padding-left: 2px;
    padding-right: 2px;
}

.row-athletes {
    margin: 0;
    /*background: #000 url("../img/athletes-bg.png") repeat scroll 100% center;*/
}

.col-md-3.athlete {
    background: #242a2c none repeat scroll 0 0;
    border: medium none;
    padding: 1px;
    position: relative;
}

.athlete .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.65;
    z-index: 1;
    background-size: 10%;
    background-position: 100% 0;
}

.athlete .overlay.overlay-ar {
    background-image: url('../img/overlay-ar.png');
}
.athlete .overlay.overlay-de {
    background-image: url('../img/overlay-de.png');
}
.athlete .overlay.overlay-nl {
    background-image: url('../img/overlay-nl.png');
}
.athlete .overlay.overlay-fr {
    background-image: url('../img/overlay-fr.png');
}
.athlete .overlay.overlay-es {
    background-image: url('../img/overlay-es.png');
}

.athlete:hover > a > .overlay {
    opacity: 0.8;
}

.athlete img {
    width: 100%;
    opacity: 0.85;
}

.athlete a {
    display: block;
    position: relative;
}

.athlete:hover div.athlete-info {
    display: block;
}

.athlete:hover > a > img {
    opacity: 1;
}

.athlete-info p {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
}

.athlete-info {
    /*background: #000 url("../img/athletes-bg.png") repeat scroll 100% center;*/
    position: absolute;
    bottom: 0;
    display: none;
    padding: 15px 20px;
    width: 100%;
    z-index: 2;
}

.athlete-info p:nth-child(2) {
    font-size: 12px;
    color: #dc353f;
    margin: 0 0 0 0;
}

.athlete-info p a.plus {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../img/plus.png) no-repeat 0 0;
    margin-left: 16px;
}

.athlete-info h1,
.athlete-info h2,
.athlete-info h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
}

img.right {
    left: 93% !important;
    top: 54% !important;
}


/* ----------------------------------
   donation
------------------------------------- */
.donation .row-red {
    background: #dc353f;
}

.donation .row-dark {
    background: #b4b4b4;
}

.donation .row-dark hr {
    border-top-color: #fff;
    width: 50%;
}

.donation-title {
    height: 76px;
}

.donation-title h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 76px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.donation-title a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-top: 18px;
    padding: 0;
    text-align: center;
}

.donation-title a:hover,
.donation-title a:focus,
.donation-title a:active
{
    color: #eee;
    text-transform: uppercase;
    text-decoration: none;
}

.donation-bank {
    height: 76px;
    display: table;
}

.donation-bank p {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* ----------------------------------
   newsletter
------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #dc353f;
    border-color: #dc353f;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #dc353f;
    border-color: #dc353f;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
}


/* ----------------------------------
   footer
------------------------------------- */
.footer {
    /*border-top: 5px solid #dc353f;*/
    /*background: #000 url("../img/bg-footer.jpg") repeat scroll 100% center;*/
    background: #f5f5f5;
    padding: 40px 0 40px 0;
    color: #dc353f;
}

.footer-logo {
    margin: 30px auto;
    width: 125px;

}

.row-footer {
    font-size: 13px;
}

.row-footer ul {
    margin: 0;
    padding: 0;
}

.row-footer ul li {
    list-style-type: none;
    display: inline-block;
}

.row-footer ul li a {
    /*color: white;*/
}

.row-footer ul li a:hover {
    color: #dc353f;
}

.row-footer p {
    /*color: #fff;*/
    font-size: 13px;
    line-height: 1.5em;
    margin: 0;
}

.row-footer h1,
.row-footer h2,
.row-footer h3
{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #dc353f;
    font-size: 18px;
}

.row-footer h1 span,
.row-footer h2 span,
.row-footer h3 span{
    /*color: #fff;*/
}



/* ----------------------------------
   input etc.
------------------------------------- */
label {
    color: #505050;
}

input, textarea {
    outline: none !important;
    padding: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.donation input {
    margin: 2px 0;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #dc353f;
}

.text-warning {
    color: #dc353f;
}

/* ----------------------------------
   news
------------------------------------- */
h2 {
    font-weight: normal;
}

/* ----------------------------------
   contact
------------------------------------- */
.contact {
    padding: 100px 0;
    /*background: #000 url("../img/general-bg.png") repeat scroll 100% center;*/
}

.contact-info {
    margin-bottom: 50px;
}

.contact-left {
    width: 30%;
    float: left;
}

.contact-right {
    width: 68%;
    float: right;
}

.contact-left input[type="text"] {
    width: 100%;
    color: #dc353f;
    margin: 0 0 23px 0;
    font-size: 14px;
    padding: 12px 10px;
    outline: none;
    border: 1px solid #e8e8e8;
}

.contact-right textarea {
    width: 100%;
    color: #dc353f;
    font-size: 14px;
    resize: none;
    height: 185px;
    padding: 12px;
    outline: none;
    border: 1px solid #e8e8e8;
}

.contact-form input[type=submit] {
    color: #ffffff;
    padding: 13px 43px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    border: none;
    background: #dc353f;
}

.contact-form input[type=submit]:hover {
    background: #eee;
    color: #dc353f;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.contact-info h3 {
    color: #737c85;
    font-size: 24px;
    font-weight: bold;
}

.contact-info h3 span {
    color: #dc353f;
}

.contact-map {
    width: 100%;
    height: 330px;
    margin-bottom: 50px;
}

.contact-map iframe {
    width: 100%;
    height: 330px;
}

/* ----------------------------------
   newsletter
------------------------------------- */
.newsletter-info {
    margin-bottom: 10px;
}

.newsletter-left {
    width: 59%;
    float: left;
}

.newsletter-right {
    width: 25%;
    float: right;
}

.newsletter-left input[type="text"] {
    width: 100%;
    color: #dc353f;
    margin: 0 0 23px 0;
    font-size: 14px;
    padding: 5px 10px;
    outline: none;
}

.newsletter-form input[type=submit] {
    background: #dc353f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 5px;
    padding: 0.5em 1.8em 0.5em 1.9em;
}

.newsletter-form input[type=submit]:hover {
    background: #455357;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.newsletter-info h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.newsletter-info h3 span {
    color: #dc353f;
}

/* ----------------------------------
   error
------------------------------------- */
.error-info h3 {
    /*margin: 0;*/
    font-size: 12em;
    font-weight: 700;
    text-align: center;
    color: #dc353f;
}

.error-page {
    /*background: rgba(0, 0, 0, 0) url("../img/general-bg.png") repeat scroll 0 0;*/
    padding: 160px 0 0 0;
    min-height: 738px;
}

.error-info h3 span {
    color: #737c85;
}

.error-info p:nth-child(2) {
    color: #dc353f;
}

.error-info p:nth-child(3) {
    color: #737c85;
}

.error-info p {
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
}

/* ----------------------------------
   general
------------------------------------- */
.general {
    /*background: rgba(0, 0, 0, 0) url("../img/general-bg.png") repeat scroll 0 0;*/
    padding: 3% 0 4%;
}

.general-info h3 {
    /*margin: 0;*/
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.general-info h3 span {
    color: #dc353f;
}

.general-info p {
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #737d84;
}

.general-grids {
    margin-top: 80px;
}

.general-left {
    float: left;
    width: 15%;

}

.general-right {
    float: right;
    width: 80%;
}

.general-left p {
    background: #dc353f;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    margin: 0;
    font-weight: 300;
    border-radius: 4%;
}

.general-left p:hover {
    border-radius: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.general-right h3 {
    font-size: 20px;
    color: #dc353f;
    font-weight: 800;
}

.general-right p {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.8em;
}

.general-list {
    padding: 100px 0;
    background: #f8f8f8;
}

/* ----------------------------------
   news
------------------------------------- */
.news {
    /*background: rgba(0, 0, 0, 0) url("../img/general-bg.png") repeat scroll 0 0;*/
    padding: 3% 0 4%;
}

.news-info h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.news-info h3 span {
    color: #dc353f;
}

.news-info p {
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #737d84;
}

.row-news {
    margin-bottom: 40px;
}

.news-left {

}

.news-right {
}

.news-left h2 {
    background: #dc353f;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    font-weight: 300;
    border-radius: 4%;
}

.news-left h2:hover {
    border-radius: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.news-right h3 {
    font-size: 20px;
    color: #dc353f;
    font-weight: 800;
}

.news-right p {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.8em;
}

.gallery {
    margin-top: 15px;
}

.gallery-image {
    margin-bottom: 8px;
    display: block;
}

.gallery.gallery-news {
    padding: 8px 4px 0 4px;
    background-color: #fff;
}

.gallery.gallery-news div[class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}

.news-right .thumbnail {
    padding: 0;
    border: 0;
}

.news-right a.thumbnail:hover,
.news-right a.thumbnail:focus,
.news-right a.thumbnail.active {
    border-color: #dc353f;
}

.news-right a.thumbnail:focus {
    outline-color: #dc353f;
}

/* ----------------------------------
   equipment
------------------------------------- */
.equipment {
    /*background: rgba(0, 0, 0, 0) url("../img/general-bg.png") repeat scroll 0 0;*/
    padding: 3% 0 4%;
}

.equipment-grid img {
    width: 100%;
}

.equipment h2 {
}

.equipment-grid h3 {
    position: relative;
}

.equipment-grids {
}

.equipment-grid p {
    background: #ffffff;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 1.8em;
    padding: 16px;
}

.equipment-grid {
    position: relative;
    padding-bottom: 25px;
}

.busi-pos {
    box-shadow: 7px 5px 10px #666;
}

.busi-pos h3 {
    color: #000;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
    padding: 10px 16px;
    text-transform: uppercase;
    height: 44px;
}



/* ----------------------------------
   stores
------------------------------------- */
.stores {
    /*background: rgba(0, 0, 0, 0) url("../img/general-bg.png") repeat scroll 0 0;*/
    padding: 3% 0 4%;
}

.stores img {
    width: 100%;
    height: auto;
}

.stores p {
    margin: 0 0 20px;
}

.stores h3 {
    color: #dc353f;
    font-size: 22px;
}

.stores .panel-body {
    max-height: 600px;
    overflow: auto;
}

a.pickerl.collapsed div {
    /*background-color: #dc353f;*/
    background-image: url('../img/marker.png');
    background-repeat: no-repeat;
    /*background-size: 75%;*/

    opacity: 0.65;

    z-index: 5;

    transition: all 0.5s ease;
}
a.pickerl div {
    position: absolute;

    width: 22px;
    height: 41px;

    margin-top: -41px;
    margin-left: -11px;

    /*background-color: #ec6608;*/

    background-image: url('../img/marker.png');
    background-repeat: no-repeat;
    /*background-size: 75%;*/

    opacity: 1;
    z-index: 10;
}



/* ----------------------------------
   blog-page
------------------------------------- */

.blog-page {
    padding: 3% 0 4%;
    /*background: rgba(0, 0, 0, 0) url("../img/general-bg.png") repeat scroll 0 0;*/
}

.blog-sidebar h4 {
    font-size: 20px;
    text-align: left;
    padding: 15px 0;
    text-transform: uppercase;
    color: #dc353f;
    margin: 0;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.blog-sidebar ul.category {
    margin-left: 0;
}

.blog-post a img {
    display: block;
}

ul.category {
    padding: 0;
}

ul.category li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 solid #dc353f;
    display: block;
    padding: 8px;
}

ul.category li a {
    font-size: 14px;
    text-transform: none;
    color: #000000;
    display: block;
    cursor: default;
}

ul.category li:hover {
    background: #dc353f;
    color: #ffffff;

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.category li a:hover {
    color: #ffffff;
    text-decoration: none;

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.blog-content {
}

.blog-post {
}

.blog-post h2,
.blog-post h3 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-post img {
    width: 100%;
}

.blog-post p {
    color: #000;
    font-size: 14px;
    line-height: 1.6em;
    margin: 15px 0 0;
}


/* ----------------------------------
   to top
------------------------------------- */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../img/arrowup.png") no-repeat 0 0;
    outline: none;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.copy-right p {
    margin: 40px 0 10px;
    color: #ccc;
    font-size: 14px;
    text-align: center;
}

.copy-right p a {
    color: #dc353f;
}

.copy-right p a:hover {
    color: #fff;
}

/* ----------------------------------
-------------------------------------
   @media (max-width)
-------------------------------------
------------------------------------- */
@media (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #dc353f;
    }
}

/* ----------------------------------
-------------------------------------
   @media (min-width)
-------------------------------------
------------------------------------- */
@media (min-width: 320px) {
    .row.teaser-grids .col-xs-6 {
        width: 100%;
    }

    .panel-body .col-xs-6 {
        width: 100%;
    }
    
    /* ----------------------------------
        donation
    ------------------------------------- */

    .donation-title {
        height: 50px;
    }

    .donation-title h2 {
        color: #fff;
        text-transform: uppercase;
        line-height: 76px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .donation-title a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        margin-top: 18px;
        padding: 0;
        text-align: center;
        font-size: 25px;
    }

    .donation-title a:hover,
    .donation-title a:focus,
    .donation-title a:active
    {
        color: #eee;
        text-transform: uppercase;
        text-decoration: none;
    }

    .donation-bank {
        height: 90px;
        display: table;
    }

    .donation-bank p {
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    /* ----------------------------------
        news-year
    ------------------------------------- */

    .news-year {
        margin-top: 48px;
        margin-bottom: 48px;
        padding-left: 0;
        padding-right: 0
    }

    .news-year ul {
        list-style: none;
        margin-left: 0;
        background-color: #b4b4b4;
        height: 64px;
        line-height: 64px;
        text-align: center;
    }

    .news-year ul li {
        display: inline-block;
    }

    .news-year ul li a {
        padding: 0px 4px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
    }

    .news-year ul li a {
        border-right: 1px solid #fff;
    }

    .news-year ul li:last-child a {
        border-right: 0;
    }

    .news-year ul li a:hover,
    .news-year ul li a:active,
    .news-year ul li a:focus {
        color: #eee;
        text-decoration: none;
    }

}

@media (min-width: 480px) {
    .row.teaser-grids .col-xs-6 {
        width: 50%;
    }

    .panel-body .col-xs-6 {
        width: 50%;
    }

    .teaser-info h3 {
        /*padding: 15px 0 0;*/
        padding: 15px 0 0;
        font-size: 18px;
    }
    
    /* ----------------------------------
        donation
    ------------------------------------- */

    .donation-title {
        height: 50px;
    }

    .donation-title h2 {
        color: #fff;
        text-transform: uppercase;
        line-height: 76px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .donation-title a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        margin-top: 18px;
        padding: 0;
        text-align: center;
        font-size: 25px;
    }

    .donation-title a:hover,
    .donation-title a:focus,
    .donation-title a:active
    {
        color: #eee;
        text-transform: uppercase;
        text-decoration: none;
    }

    .donation-bank {
        height: 90px;
        display: table;
    }

    .donation-bank p {
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    /* ----------------------------------
        news-year
    ------------------------------------- */

    .news-year {
        margin-top: 48px;
        margin-bottom: 48px;
        padding-left: 0;
        padding-right: 0
    }

    .news-year ul {
        list-style: none;
        margin-left: 0;
        background-color: #b4b4b4;
        height: 64px;
        line-height: 64px;
        text-align: center;
    }

    .news-year ul li {
        display: inline-block;
    }

    .news-year ul li a {
        padding: 0px 10px;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
    }

    .news-year ul li a {
        border-right: 1px solid #fff;
    }

    .news-year ul li:last-child a {
        border-right: 0;
    }
    
    .news-year ul li a:hover,
    .news-year ul li a:active,
    .news-year ul li a:focus {
        color: #eee;
        text-decoration: none;
    }

}

@media (min-width: 768px) {

    .language-social {
        top: 0;
    }

    .social {
        /*float: right;*/
    }

    .language-select {
        float: right;
    }

    /* ----------------------------------
       nav
    ------------------------------------- */

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li.arrow-down {
        /*display: block;*/
    }

    .navbar-nav {
        margin-left: 50px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 27px;
        padding-top: 15px;
        /*border-bottom: 1px dotted #dc353f;*/
        border-radius: 0;
        min-width: 100%;
    }

    .navbar-nav .dropdown:nth-of-type(1) .dropdown-menu {
        margin-left: -36px;
    }

    .dropdown-menu {
        background-color: #dc353f;
    }

    .navbar-nav > li > a {
        margin: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 54px;
    }

    .nav > li {
        display: inline-block;
        border-right: 1px solid #505050;
        /*background: url("../img/bg-menue.png") no-repeat 100% center;*/
    }

    .nav > li:last-child {
        border-right: none;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .booking-button {
        display: inherit;
    }
    
    /* ----------------------------------
        donation
    ------------------------------------- */
   
    .donation-title {
        height: 50px;
    }

    .donation-title h2 {
        color: #fff;
        text-transform: uppercase;
        line-height: 76px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .donation-title a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        margin-top: 18px;
        padding: 0;
        text-align: center;
    }

    .donation-title a:hover,
    .donation-title a:focus,
    .donation-title a:active
    {
        color: #eee;
        text-transform: uppercase;
        text-decoration: none;
    }

    .donation-bank {
        height: 76px;
        display: table;
    }

    .donation-bank p {
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    /* ----------------------------------
        news-year
    ------------------------------------- */

    .news-year {
        margin-top: 48px;
        margin-bottom: 48px;
        padding-left: 0;
        padding-right: 0
    }

    .news-year ul {
        list-style: none;
        margin-left: 0;
        background-color: #b4b4b4;
        height: 64px;
        line-height: 64px;
        text-align: center;
    }

    .news-year ul li {
        display: inline-block;
    }

    .news-year ul li a {
        padding: 16px 24px;
        font-size: 24px;
        color: #fff;
        text-decoration: none;
    }

    .news-year ul li a {
        border-right: 1px solid #fff;
    }

    .news-year ul li:last-child a {
        border-right: 0;
    }

    .news-year ul li a:hover,
    .news-year ul li a:active,
    .news-year ul li a:focus {
        color: #eee;
        text-decoration: none;
    }


    /* ----------------------------------
       banner
    ------------------------------------- */

    .teaser {
        /*background: #000 url("../img/athletes-bg.png") repeat scroll 100% center;*/
    }

    .banner {
        height: auto;
        min-height: calc(438px * 0.80);
    }

    .index .banner {
        min-height: 438px;
    }

    .banner-info h1 {
        font-size: 20px;
        width: 62%;
    }

    .banner-info p {
        width: 54%;
    }

    .banner-info {
        margin-top: 100px;
    }

    .banner-info a {
        padding: 30px 20px;
    }

    /*.slider-info {
        margin-top: 100px;
    }*/

    .slider-info img {
        margin-top: 100px;
    }

    .row.teaser-grids .col-sm-3 {
        width: 25%;
    }

    .panel-body .col-sm-4 {
        width: 33.33333333%;
    }

    .teaser-info p {
        height: 71px;
        font-size: 10px;
    }

    .teaser-info h3 {
        /*padding: 15px 0 0;*/
        padding: 26px 0 0;
        font-size: 13px;
    }

    .athlete-info p:nth-child(1) {
        overflow: hidden;
        height: 35px;
    }

    .athlete-info {
        padding: 10px 10px;
    }

    .athlete-info p a.plus {
        margin-left: 35px;
    }

    .athlete-info p a.plus {
        background: url(../img/plus.png) no-repeat 0 2px;
    }

    .col-md-4.general-grid {
        float: left;
        margin-top: 30px;
        width: auto;
    }

    .general-left p {
        padding: 15px 0;
    }

    .general-info h3, .blog-post h4, .blog-sidebar h4, .contact-info h3 {
        font-size: 16px;
    }

    .general-right {
        width: 78%;
    }

    .contact-info, .contact-map {
        margin-bottom: 40px;
    }

    .equipment-grids {
        margin: 0;
    }

    .contact-map iframe {
        height: 262px;
    }

    .contact-map {
        height: 262px;
    }

    .blog-post h4 {
        overflow: hidden;
    }

    .content-element.separator {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-separator {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container-separator p {
        font-size: 18px;
        font-weight: 600;
    }

}

@media (min-width: 992px) {

    .general-info h3 {
        margin-left: 15px;
    }

    .panel-body .col-md-3 {
        width: 25%;
    }

    /* ----------------------------------
       nav
    ------------------------------------- */

    .navbar-brand {
        width: 300px;
    }

    .navbar-nav li a {
        font-size: 14px;
        margin: 0 10px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 42px;
    }

    /*.navbar-nav .dropdown:nth-of-type(1) .dropdown-menu {
        margin-left: -36px;
    }*/

    /* ----------------------------------
       banner
    ------------------------------------- */

    .banner {
        min-height: calc(510px * 0.8);
    }

    .index .banner {
        min-height: 510px;
    }

    .banner-info {
        margin-top: 125px;
    }

    .banner-info h1 {
        font-size: 24px;
        padding: 20px 0;
    }

    .banner-info p {
        padding: 20px 0;
    }

    .banner-info a {
        font-size: 14px;
    }
    
    
    /* ----------------------------------
        donation
    ------------------------------------- */
   
    .donation-title {
        height: 70px;
    }

    .donation-title h2 {
        color: #fff;
        text-transform: uppercase;
        line-height: 76px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .donation-title a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        margin-top: 18px;
        padding: 0;
        text-align: center;
    }

    .donation-title a:hover,
    .donation-title a:focus,
    .donation-title a:active
    {
        color: #eee;
        text-transform: uppercase;
        text-decoration: none;
    }

    .donation-bank {
        height: 76px;
        display: table;
    }

    .donation-bank p {
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    /* ----------------------------------
        news-year
    ------------------------------------- */

    .news-year {
        margin-top: 48px;
        margin-bottom: 48px;
        padding-left: 0;
        padding-right: 0
    }

    .news-year ul {
        list-style: none;
        margin-left: 0;
        background-color: #b4b4b4;
        height: 64px;
        line-height: 64px;
        text-align: center;
    }

    .news-year ul li {
        display: inline-block;
    }

    .news-year ul li a {
        padding: 16px 24px;
        font-size: 24px;
        color: #fff;
        text-decoration: none;
    }

    .news-year ul li a {
        border-right: 1px solid #fff;
    }

    .news-year ul li:last-child a {
        border-right: 0;
    }

    .news-year ul li a:hover,
    .news-year ul li a:active,
    .news-year ul li a:focus {
        color: #eee;
        text-decoration: none;
    }

    /* ----------------------------------
       slider
    ------------------------------------- */

    /*.slider-info {
        margin-top: 125px;
    }*/

    .slider-info img {
        margin-top: 125px;
    }

    .teaser-grid {
        /*margin: 0 4px;*/
    }

    .teaser-info h3 {
        font-size: 15px;
        padding: 20px 0 0;
    }

    .banner-info p {
        font-size: 13px;
    }

    .teaser-info p {
        font-size: 13px;
        margin: 0;
    }

    .col-md-2.athlete {
        width: 25%;
        float: left;
    }

    .athlete-info p a.plus {
        margin-left: 96px;
    }

    a.hvr-rectangle-out, a.hvr-rectangle-in {
        padding: 12px 30px;
        font-size: 15px;
    }

    .athlete-info p {
        font-size: 13px;
    }

    .copy-right p {
        font-size: 13px;
    }

    .general-right h3 {
        font-size: 15px;
    }

    .blog-sidebar {
        margin-top: 64px;
        border-left: 2px solid #dc353f;
    }

    .general-info h3, .blog-post h4, .blog-sidebar h4, .equipment-right h3, .contact-info h3 {
        font-size: 20px;
    }

    .general-grids {
        margin-top: 40px;
    }

    .general-right {
        width: 75%;
    }

    .general-left p {
        font-size: 15px;
    }

    .general-right p {
        font-size: 13px;
    }

    .general-left {
        width: 16%;
    }

    .contact-form input[type=submit] {
        font-size: 15px;
    }

    .busi-pos {
        box-shadow: 4px 4px 5px #b5b5b5;
    }

    .busi-pos h3 {
        font-size: 14px;
    }

    .equipment-grid p {
        font-size: 13px;
        padding: 10px;
    }

    .error-info p {
        font-size: 13px;
    }

    .error-page {
        min-height: 596px;
    }

    .error-page {
        padding: 60px 0 40px;
    }

    .contact-left input[type="text"] {
        font-size: 13px;
    }

    .contact-right textarea {
        font-size: 13px;
    }

    .contact-right textarea {
        height: 178px;
    }

    ul.category li a {
        font-size: 14px;
    }

    .content-element.separator {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-separator {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-separator p {
        font-size: 20px;
        font-weight: 600;
    }

    /* ----------------------------------
    statement
    ------------------------------------- */
    .statement h2 {
        font-size: 22px;
    }

}

@media (min-width: 1200px) {

    /* ----------------------------------
       nav
    ------------------------------------- */
    .navbar-brand {
        /*width: 480px;*/
        width: 440px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        /*margin-top: 96px;*/
        margin-top: 92px;
    }

    .navbar-nav li a {
        font-size: 18px;
    }

    .navbar-nav > li > .dropdown-menu {
        /*margin-top: 70px;*/
        margin-top: 58px;
    }

    /*.navbar-nav .dropdown:nth-of-type(1) .dropdown-menu {
        margin-left: -36px;
    }*/

    /* ----------------------------------
       menu-meta
    ------------------------------------- */
    .menu-meta ul li a {
        font-size: 12px;
    }

    /* ----------------------------------
       booking
    ------------------------------------- */
    .booking-button a {
        top: -18px;
    }
    .booking-button a img {
        width: 220px;
        height: auto;
    }

    /* ----------------------------------
       banner
    ------------------------------------- */

    .banner {
        min-height: calc(720px * 0.8);
    }

    .index .banner {
        min-height: 720px;
    }

    .banner-info {
        margin-top: 180px;
    }

    .banner-info h1 {
        font-size: 28px;
        width: 56%;
        padding: 24px 0;
    }

    .banner-info p {
        font-size: 14px;
        width: 47%;
        padding: 25px 0;
    }

    .banner-info a {
        font-size: 18px;
    }

    .slider-info img {
        margin-top: 180px;
    }

    .teaser-info h3 {
        font-size: 18px;
        padding: 15px 0 0;
    }

    .general-info h3, .blog-post h4, .blog-sidebar h4, .contact-info h3 {
        font-size: 22px;
    }

    .general-right h3 {
        font-size: 18px;
    }

    .contact-form input[type=submit] {
        font-size: 18px;
    }

    .error-info h3 {
        font-size: 11em;
    }

    .error-page {
        min-height: 695px;
    }

    /* ----------------------------------
       jumbotron
    ------------------------------------- */
    .jumbotron p {
        font-size: 26px;
    }

    .content-element.separator {
        margin-top: 60px;
        margin-bottom: 60px;
    }

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

    .container-separator p {
        font-size: 22px;
        font-weight: 600;
    }

    /* ----------------------------------
       content
    ------------------------------------- */
    p {
        font-size: 16px;
    }

    p.h1 {
        font-size: 48px;
    }

}

@media (min-width: 1600px) {

    /* ----------------------------------
       nav
    ------------------------------------- */
    .navbar-brand {
        /*width: 600px;*/
        width: 560px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        /*margin-top: 132px;*/
        margin-top: 114px;
    }

    .navbar-nav li a {
        font-size: 22px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 83px;
    }

    /*.navbar-nav .dropdown:nth-of-type(1) .dropdown-menu {
        margin-left: -36px;
    }*/

    /* ----------------------------------
       menu-meta
    ------------------------------------- */
    .menu-meta ul li a {
        font-size: 14px;
    }

    /* ----------------------------------
       booking
    ------------------------------------- */
    /*
    .booking-button a {
        top: -24px;
    }
    .booking-button a img {
        width: 283px;
        height: auto;
    }
    */

    /* ----------------------------------
       banner
    ------------------------------------- */
    .banner {
        min-height: calc(780px * 0.8);
    }

    .index .banner {
        min-height: 780px;
    }

    /* ----------------------------------
       jumbotron
    ------------------------------------- */
    .jumbotron p {
        font-size: 30px;
    }

    /* ----------------------------------
       content
    ------------------------------------- */
    p {
        font-size: 18px;
    }

    p.h1 {
        font-size: 64px;
    }
}