/* lora-regular - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lora-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/lora-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lora-v17-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lora-v17-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lora-v17-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lora-v17-latin-regular.svg#Lora') format('svg');
    /* Legacy iOS */
}

/* lora-500 - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/lora-v17-latin-500.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/lora-v17-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lora-v17-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lora-v17-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lora-v17-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lora-v17-latin-500.svg#Lora') format('svg');
    /* Legacy iOS */
}

/* lora-600 - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lora-v17-latin-600.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/lora-v17-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lora-v17-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lora-v17-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lora-v17-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lora-v17-latin-600.svg#Lora') format('svg');
    /* Legacy iOS */
}

/* lora-700 - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lora-v17-latin-700.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/lora-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lora-v17-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lora-v17-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lora-v17-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lora-v17-latin-700.svg#Lora') format('svg');
    /* Legacy iOS */
}

/* ALLGEMEINE REGELN */

* {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

*:before {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #314584;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

a:focus {
    color: rgba(44, 44, 44, 0.8);
    text-decoration: none;
}

a:hover {
    color: rgba(44, 44, 44, 0.8);
    text-decoration: none;
}

img {
    height: 100%;
    width: 100%;
}

:active {
    outline: none !important;
}

:focus {
    outline: none !important;
}


footer {
    background: #45b5aa;
    color: #fff;
    font-family: 'Lora';
    margin-top: 110px;
    padding: 30px 0;
}

footer h4 {
    color: #fff;

}

.footer-rechts img {
    width: auto;
}

.nav-big-screen {
    margin-top: 50px;
}


.head-contact {
    background: #45b5aa;
}

.head-contact p {
    text-align: right;
    color: #fff;
    margin: 5px 0;
}

ul {
    list-style: none;
}

li.nav-item.left {
    float: right;
    margin: 0 10px;
}

li.nav-item.right {
    float: left;
    margin: 0 10px;
}

li.nav-item.active a {
    color: #45b5aa;
    font-weight: 600;
}

li.nav-item a {
    display: block;
    font-family: 'Lora';
    color: #333;
    text-decoration: none;
    font-weight: 100;
    font-size: 18px;
}

h1 {
    font-family: 'Lora';
    font-weight: 400;
    color: #45b5aa;
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 30px;
    padding: 0 15px;
}

h2 {
    font-family: 'Lora';
    font-weight: 400;
    color: #45b5aa;
    margin-bottom: 25px;
    font-size: 24px;
}

p {
    font-family: 'Lora';
}

.main-button {
    background: #45b5aa;
    padding: 15px 25px;
    color: #fff;
    transition: 0.5s ease-out;
    font-family: 'Lora';
    display: inline-block;
    width: 100%;
    text-align: center;
}

.main-button:hover {
    background: #1d6f67;
    transition: 0.5s ease-out;
}

.meta-menu {
    background: #1d6f67;
    color: #fff;
    font-family: 'Lora';
    font-size: 14px;
    padding: 5px 0;
}

.separator {
    margin: 50px 0;
}

.nav-big-screen {
    display: none;
}

.nav-small-screen {
    display: block;
}

.navbar-brand img {
    width: 150px;
}

.nav-small-screen button {
    float: right;
}

.gallery img {
    width: 100%;
    height: 100%;
}

.sl-wrapper .sl-image img {
    width: 100% !important;
    height: 100% !important;
}

.navbar {
    width: 100%;
}

ul.navbar-nav {
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #45b5aa;
    font-weight: 500;
}

#h2-1 {
    margin-top: 10px;
}

figure.effect-bubba h3 {
    /*padding: 20px 2.5em;*/
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    position: absolute;
    left: -50%;
    font-size: 40px;
    font-weight: 600;
    right: -50%;
    font-family: 'Lora';
    bottom: 50%;
}

.gallery {
    margin: 10px 0;
}

.meta-menu {
    text-align: center;
}

.meta-menu ul li a {
    color: #fff;
}

.footer-rechts {
    text-align: center;
    margin-top: 15px;
}

.footer-links {
    text-align: center;
}

.sub-h1 {
    position: relative;
    color: #45b5aa;
    background: transparent;
    transform: translateY(0);
    text-align: center;
    padding: 0;
    margin-bottom: 100px;
}

.sub-head-img {
    margin: 0;
}

.hinweis {
    display: flex;
    background: #45b5aa;
    flex-direction: row;
    padding: 20px 20px 10px 20px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.hinweis img {
    height: 100%;
    margin-right: 10px;
    display: none;
}

input {
    width: 100%;
    padding: 15px;
    border: solid 3px #45b5aa;
    margin: 5px 0;
}

.hero-btns input {
    background: #45b5aa;
    color: #fff;
    font-family: 'Lora';
    border: none;
    transition: 0.5s ease-out;
    margin-top: 30px;
    padding: 20px 15px;
}

.hero-btns input:hover {
    background: #1d6f67;
    transition: 0.5s ease-out;
}

textarea {
    width: 100%;
    padding: 15px;
    border: solid 3px #45b5aa;
    margin: 5px 0;
}

.hinweis-icon {
    width: 50%;
}

.main-button:hover {
    color: #fff;
}


@media (min-width: 576px) {
    .hinweis img {
        display: block;
    }


    h1 {
        text-align: center;
        font-size: 34px;
        width: 100%;
    }

    .sub-h1 {
        margin-bottom: 80px;
    }

    .navbar-light {
        margin: 15px 0;
    }

    figure.effect-bubba h3 {
        font-size: 25px;
    }
}

@media (min-width: 768px) {

    figure.effect-bubba h3 {
        font-size: 40px;
    }

    .sub-head-img {
        margin: 50px 0 30px 0;
    }

    .main-button {
        width: auto;
        text-align: left;
    }

    .separator {
        margin: 75px 0;
    }

    h2 {
        text-align: left;
        font-size: 32px;
    }

    .nav-small-screen {
        display: none;
    }

    .hinweis-icon {
        width: 25%;
    }

    .logo-central {
        padding: 0 50px;
        width: 35%;
        height: 100%;
    }

    .nav-big-screen {
        display: block;
    }

    ul.nav-item-list {
        margin-top: 40px;
    }

    .welcome-image {
        margin: 50px 0 30px 0;
        z-index: -1;
    }
    
    figure.effect-bubba:hover .hovbg {
        background: #187168;
        transition: 0.5s;
    }

    h1 {
        font-size: 30px;
        color: #fff;
        position: relative;
        background: #45b5aa90;
        padding: 20px 30px 20px 100px;
        transform: translateY(-195px);
        text-align: left;
        width: auto;
        margin-bottom: 0;
    }

    .footer-rechts {
        line-height: 40px;
        text-align: right;
    }

    .footer-links {
        text-align: left;
    }

    .footer-rechts p,
    .footer-rechts h4 {
        text-align: right;
    }

    .meta-menu ul {
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-left: 25%;
        margin-bottom: 0;
        float: right;
    }

    .meta-menu li a {
        margin: 0 10px;
        color: #fff;
        font-weight: 200;
    }

    .copyright {
        text-align: left;
    }

    .sub-h1 {
        font-size: 34px;
    }

}

@media (min-width: 992px) {
    .sub-h1 {
        font-size: 40px;
        margin-bottom: 100px;
    }

    .logo-central {
        padding: 0 50px;
        width: 27%;
        height: 100%;
    }

    li.nav-item a {
        font-size: 23px;
    }

    .separator {
        margin: 100px 0;
    }

}

@media (min-width: 1200px) {
    .hinweis-icon {
        width: 15%;
    }


    .meta-menu ul {
        float: none;
    }

    ul.nav-item-list {
        margin-top: 70px;
    }

    #h2-1 {
        margin-top: 30px;
    }

    .container {
        max-width: 1300px;
    }

    h1 {
        font-size: 40px;
        transform: translateY(-240px);
    }

    .main-button {
        margin-top: 30px;
    }

}

@media (min-width: 1400px) {
    h1 {
        font-size: 50px;
        transform: translateY(-280px);
    }
}








/* Card Elemente */
figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 20px;
}

figure.effect-bubba img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba p {
    position: absolute;
    left: -50%;
    right: -50%;
    font-family: 'Lora';
    bottom: 43%;
    font-size: 20px;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba h3,
figure.effect-bubba p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-bubba .hovbg {
    background: #45b5aa;
    transition: 0.5s; 
}
