@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/gotham/GothamPro-Black.eot');
    src: local('Gotham Pro Black'), local('GothamPro-Black'),
    url('fonts/gotham/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/GothamPro-Black.woff2') format('woff2'),
    url('fonts/gotham/GothamPro-Black.woff') format('woff'),
    url('fonts/gotham/GothamPro-Black.ttf') format('truetype'),
    url('fonts/gotham/GothamPro-Black.svg#GothamPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/gotham/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
    url('fonts/gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/GothamPro.woff2') format('woff2'),
    url('fonts/gotham/GothamPro.woff') format('woff'),
    url('fonts/gotham/GothamPro.ttf') format('truetype'),
    url('fonts/gotham/GothamPro.svg#GothamPro') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/gotham/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
    url('fonts/gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/GothamPro-Medium.woff2') format('woff2'),
    url('fonts/gotham/GothamPro-Medium.woff') format('woff'),
    url('fonts/gotham/GothamPro-Medium.ttf') format('truetype'),
    url('fonts/gotham/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/gotham/GothamPro-Bold.eot');
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
    url('fonts/gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/GothamPro-Bold.woff2') format('woff2'),
    url('fonts/gotham/GothamPro-Bold.woff') format('woff'),
    url('fonts/gotham/GothamPro-Bold.ttf') format('truetype'),
    url('fonts/gotham/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/gotham/GothamPro-Light.eot');
    src: local('Gotham Pro Light'), local('GothamPro-Light'),
    url('fonts/gotham/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/GothamPro-Light.woff2') format('woff2'),
    url('fonts/gotham/GothamPro-Light.woff') format('woff'),
    url('fonts/gotham/GothamPro-Light.ttf') format('truetype'),
    url('fonts/gotham/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

::selection {
    background: #003946;
    color: #ffffff;
}

::-moz-selection {
    background: #003946;
    color: #ffffff;
}


/*
* 
* =====================
* GENERAL
* =====================
*
*/
@media (max-width: 991.98px) {
    h1 {
        font-size: 1.75rem !important;
    }
}

.intro-right {
    min-height: 500px;
    background: url("../img/cafe-genuss-westerstede-bad-zwischenahn-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

b, strong {
    font-weight: 500 !important;
    color: #003946;
}

p {
    margin-bottom: 20px;
}

.modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal-title {
    color: #003946;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.modal-body p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.modal-body p strong {
    font-weight: 500 !important;
    color: #003946;
}

.modal-body p + ul {
    margin-top: -20px;
    margin-bottom: 25px;
}

/*.intro-right::before {
  content: '';
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
  background: #000;
}*/

.credit {
    margin-top: 3rem;
    font-size: 14px;
    color: #ad9f93;
}

/*

=====================
SOCIAL LINKS
=====================

*/
.social {
    text-align: left;
    margin-top: 30px;
}

.social a {
    margin: 0 10px 0 0;
    color: #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    transition: all 0.2s ease-out;
    border: solid 1px #333;
    margin-bottom: 20px;

}

.social a i {
    vertical-align: bottom;
    line-height: 40px;
}

.social a:hover {
    background: transparent;
    text-decoration: none;
}

.social a:hover.facebook {
    color: #4460ae;
    border-color: #4460ae;
}

.social a:hover.maps {
    color: #a01717;
    border-color: #a01717;
}

.social a:hover.youtube {
    color: #c21f25;
    border-color: #c21f25;
}

.social a:hover.linkedIn {
    color: #0A66C2;
    border-color: #0A66C2;
}

.social a:hover.instagram {
    color: #cd4378;
    border-color: #cd4378;
}

.social a:hover.email {
    color: #4a7f45;
    border-color: #4a7f45;
}

.social a:hover.link {
    color: #871AFF;
    border-color: #871AFF;
}

.social a:hover.xing {
    color: #0698A0;
    border-color: #0698A0;
}


.text-small {
    font-size: 0.9rem !important;
}

.text-uppercase {
    letter-spacing: 0.2em !important;
}

.headings-font-family {
    font-family: inherit !important;
}

.font-family-base {
    font-family: "Gotham Pro", sans-serif;
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
    position: fixed;
    top: 120px;
    left: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    left: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4 {
    color: #495057;
}

/* =========================================

      THEMING OF THE BOOTSTRAP COMPONENTS

   =========================================

    3 - TYPE

*/
/*
 * 3. TYPE
 */
body {
    font-family: "Gotham Pro", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #241d25;
    background-color: #fff;
}

a {
    color: #003946;
    text-decoration: none;
}

a:hover, a:focus {
    color: #003946;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.companyName {
    color: #191523;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 450px;
    line-height: 1.35;
}

.modalLinks {
    margin-top: 30px;
}

.modalLinks > a {
    font-size: 13px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: #003946;

}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.logo {
    margin-bottom: 25px;
}

.logo svg {
    height: 240px;
    width: 231px;
}

.logo svg path {
    fill: #003946;
}


small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #2b90d9;
}

.blockquote-footer {
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #2b90d9 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #191523 !important;
}

@media (max-width: 767px) {
    .intro-right {
        display: none;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
    .lead {
        font-size: 18px;
        line-height: 1.3;
    }
    .logo svg {
        width: 180px;
        height: 173px;
    }
    .main-content {
        padding: 40px 30px !important;
    }
    .min-vh-100 {
        min-height: 1px !important;
    }
}