/******************************************************************
Theme Name: DG Starter Theme
Theme URI: https://www.danielgoehr.de
Description: Development Starter Theme by Daniel Goehr
Author: Daniel Goehr
Author URI: https://www.danielgoehr.de
Version: 2019-06-21

License: Commercial

This Starter Theme inherits the awesome Bones Theme by Eddie Machado(http://themble.com/bones/)

*/


html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff;
    width: 100%;
    height: 100%;
    color: white;
    padding: 0;
    position: relative;

}

img {
    image-rendering: -webkit-optimize-contrast;
}

p {
    color: black;
    line-height: 1.4;
    font-size: 20px
}

h1, h2, h3, h4, h5, p, ul {
    color: #333;
}


h1, .h1 {

    font-size: 90px;
    text-transform:uppercase;
}

h2, .h2 {
    font-size: 56px;
    text-transform:uppercase;
}

h3, .h3 {
    font-size: 48px;
    text-transform:uppercase;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

.page h1
{
    font-size:56px;
    color:#000;
}

ul { 
    padding-left: 1em;
}

.navbar
{
    background-color: #eaeaea;
}


.navbar-nav>li>a {
    border-top: 2px solid transparent;
    transition: all 0.3s !important;
    transition-delay: 3s;
}


.navbar-custom .container {
    max-width: 1180px;
}
.navbar-nav>li>a {
    font-size: 22px;
    text-decoration: none;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;

}

.navbar-brand {
    width: 191px;
    margin: 20px 0px -12px;
    background-size: 191px 62px;
}
p {
    font-size: 20px;
}


.logo {
    margin-bottom: 75px !important;
}


#main {
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 170px;
    margin-bottom: 50px;
}

section {
    color: #000;
}




.navbar-custom .navbar-toggle {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}


section.container,
article.container
{
    padding:0;
}


.content-section {
    padding-top: 100px;
}



ul.banner-social-buttons {
    margin-top: 0;
}





::-moz-selection,
::selection {
    background: #ccc none repeat scroll 0 0;
}

img::selection,
img::-moz-selection {
    background: transparent;
}



.clear {
    clear: both;
}





section.page {
    margin-top: 0;
}

.page .page-title {
    color: #000;
}


.footer nav li a
{
    text-decoration:none !important;

    text-align: center;

    color: black;
}

.footer {
    z-index: 3;
}



/* Contact Form 7 */

.wpcf7-form {
    text-align: left;
    color: #fff;

    margin: 30px auto;
    font-size: 18px;
}

.wpcf7-form p,
.wpcf7-form label {
    color: black;
    font-size: 18px;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid rgb(29, 113, 184);
    padding: 5px;
    width: 100%;
    color: #000;
}

.wpcf7-form textarea {
    height: 100px;
}

.wpcf7-form .cf7_column {
    float: left;
    padding: 2%;
    width: 48%;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    text-align: center;
}

.wpcf7-submit {
    color: white;
    background-color: rgb(29, 113, 184);
    border: rgb(29, 113, 184);
    padding: 5px 15px;
    font-family: museo-slab, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;

}


.wpcf7-form .ajax-loader {
    display: none;
}

.wpcf7-form label {
    font-weight: 100;
}

.wpcf7-list-item {
    margin-left: 0 !important;	
}


@media screen and (max-width: 1024px) {
    .wpcf7-form input {
        max-width: 100%;
    }
    .wpcf7-form textarea {
        max-width: 100%;
    }
    .wpcf7-form {
        text-align: left;
        color: #fff;
        width: 100%;
    }
    .wpcf7-form .cf7_column {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 90%;
        text-align: center;
    }
}


/* Contact Form 7 ENDE */



/* Media Queries */




@media (max-width: 1450px) {
    .page main {
        margin: 160px 0px;
    }
    .navbar-header {
        padding-left: 10px;
    }
    .navbar-custom .container {
        max-width: 900px;
        font-size: 16px;
    }

    .navbar-brand {
        width: 143px;
        margin: 20px 0px -12px;
        background-size: 143px 46px;
    }
    .navbar-nav>li>a {
        font-size: 22px;
        text-decoration: none;
        padding: 15px;
    }

    .homespace {
        height: 116px !important;
    }

    h1, .h1 {
        font-size: 68px;
        margin-bottom: 18px;
    }
    h2, .h2 {
        font-size: 44px;
        margin-bottom: 32px;
    }
    h3, .h3 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 16px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 28px;
    }

    .container {
        max-width: 1230px;
    }
    #content {
        width: 100%;
    }

    p {
        font-size: 18px;
    }
    .text_klein {
        font-size: 16px;
        margin-bottom: 5px !important;
        line-height: 1.4em;
    }
    .kontakt {
        font-size: 13px;
    }

}

@media (max-width: 1280px) {


    .navbar-brand {
        width: 143px;
        margin: 20px 0px -12px;
        background-size: 143px 46px;
    }
    .navbar-nav>li>a {
        font-size: 22px;
        text-decoration: none;
        padding: 15px;

    }


    h1, .h1 {
        font-size: 68px;
        margin-bottom: 18px !important;
    }
    h2, .h2 {
        font-size: 34px;
        margin-bottom: 32px !important;
    }
    h3, .h3 {
        font-size: 25px;
        margin-top: 10px !important;
        margin-bottom: 16px !important;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 28px;
    }

    .container {
        max-width: 974px;
    }
    #content {
        width: 100%;
    }

    p {
        font-size: 14px;
        line-height: 1.2;
    }

    .kontakt {
        font-size: 13px;
    }

    .logo {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1025px) {
    .navbar .lang-item a,
    .navbar .lang-item a:hover
    {
        padding: 1px 9px 3px 9px;
        margin-left:20px;
    }
    .navbar-nav > li.lang-item
    {
        margin: 0px;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }

    .rainbow_divider {
        margin-top: 28px;

    }


    .navbar-custom.top-nav-collapse .navbar-brand img
    {
        margin-top:4px;
    }


}


@media (max-width: 1024px) {
    .navbar-header {
        padding-left: 0px;
    }
    .navbar-nav {
        margin-bottom: 35px;
    }
    .navbar-nav.social-nav {
        margin-left: 0px;
        margin-bottom: 25px;
    }
    .navbar-nav.social-nav>li>a {
        padding: 0;
        margin: 9px 9px 9px 0;
    }
    .navbar-nav>li {
        text-align: center;
    }
    .navbar-right {
        width: 100%;
    }
    nav .container {
        width: 100%;
        padding: 0;
    }
    .container>.navbar-header {
        width: 96%;
        margin: 0 auto;
        padding: 0px 6px 16px;
    }

    .nav>li>a {
        margin: 0 6px;
    }
    .navbar-nav>li>a {
        font-size: 14px;
    }


    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 13px;
    }

    .text_klein {
        font-size: 16px;
    }
    .kontakt {
        font-size: 13px;
    }

    .circle_icon img {
        width: 130px;
        height: 130px;
    }
    .lang-item {
        width: 50px !important;
        margin: 10px auto;
    }

    .lang-item > a {
        padding-top: 2px !important;
        padding-bottom: 4px !important;
    }
}

@media (max-width: 1024px) {

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 36px;
    }



    h5 {
        font-size: 24px;
    }

    .text_gross {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .content-section {
        padding-top: 150px;
    }


}




@media (max-width: 767px) {
    .page main {
        margin: 0px 0px;
    }
    
        .container {
    width: auto;
    max-width:750px;
}


    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    h1 {
        font-size: 45px;
    }

    h3 {
        text-align: center;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 18px;
    }

    .kontakt {
        text-align: center;
    }


    .navbar-nav a {
        font-size: 10px;
    }

    .navbar-collapse {
        width: 80%;
    }

}


@media screen and (max-width: 550px) {


    h1 {
        font-size: 30px;
    }

    h5 {
        font-size: 14px;
    }

    .text_gross {
        font-size: 18px;
    }


}

@media screen and (max-width: 400px) {

    h4 {
        font-size: 14px;
    }

}

@media screen and (max-width: 320px) {
    .navbar-brand {
        width: 127px;
        background-size: 127px 41px;
    }
    h4 {
        font-size: 12px;
    }
}	
/* Media Queries ENDE */




.text_block {
    margin: 0;
    padding: 45px 50px;
    text-align: justify;
    hyphens: auto;
}

.text_block_fullwidth {
    background-position: center center;
    background-size: cover;
}

.content-section {
    padding-top: 0;
}





.navbar-toggle img {
    width: 25px;
}


nav .container {
    width: 95%;
}

.navbar-brand {
    padding: 0;
    transition: padding 0.7s ease;
}

.navbar-brand img {
    height: 36px;
    transition: all 0.7s ease;
    margin-top: 12px;
}

.navbar-custom .navbar-toggle {
    font-size: 21px;
}

.navbar-toggle {
    border-radius: 0;
}


.top-nav-collapse .navbar-brand img {
    height: 30px;
}

.top-nav-collapse .navbar-brand {
    padding: 10px !important;
}

.footer-widget ul {
    list-style-type: none;
}


footer {
    padding: 20px 0;
}

footer p {
    margin: 0;
}

.footer nav ul {
    text-align: center;
}

.footer nav {
    margin: 0 auto;
}

.footer nav li {
    display: inline-block;
}

.footer nav li a {
    opacity: 0.5;

    font-size: 14px;
}

p a {
    text-decoration: underline !important;
}


.navbar-nav.social-nav {
    margin-left: 30px;
}

.navbar-nav.social-nav>li>a {
    padding: 0;
    margin: 9px;
}

.navbar-nav.social-nav>li>a>img {
    height: 30px;
}

.navbar-right {
    width: 100%;
    text-align: center !important;

}




/* divider Shortcode */

.divider {
    margin-top: 27px;
    margin-bottom: 28px;
    width: 90px;
    border-bottom: 2px solid #343e48;
}

/* divider Shortcode ENDE */



/* grid */

.grid {
    width: 100%;
    margin: 0 auto;
}

.grid-item {
    float: left;
    width: 250px;
    height: 250px;
    margin: 20px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.40);
    transition: box-shadow 0.3s ease 0s;
    position: relative;
}

.grid-item img {
    /*max-width:80%;*/
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.portfolio_title_holder {
    background-color: #fff;
    bottom: 10%;
    left: -8%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    z-index: 10;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.04);
}

.portfolio_title {
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
    max-width: 220px;
}

.grid-item:hover .portfolio_title_holder {
    opacity: 1;
    left: -4%;
}

.grid-item:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.80);
}

@media screen and (max-width: 1024px) {
    .grid-item {
        height: 150px;
        width: 150px;
    }
}

@media screen and (max-width: 550px) {
    .grid-item {
        height: 100px;
        width: 100px;
        margin: 5px;
    }
}


/* grid ENDE */


/* Page Layout */

#page_header img {
    width: 100%;
    min-width: 500px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15)
}



article section {
    margin-bottom: 100px;
}

.page .page-title,
.error404 .page-title {
    padding-bottom: 28px;
    margin-bottom: 32px !important;
}

.page h4{
    font-weight:700;
    margin: 35px 0 20px 0;
}

.page section,
.error404 section {
    color: #555;
}



@media (max-width: 1140px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }
}


@media (min-width: 1141px)
{


    .navbar-nav {
        width: 100%;
    }

}


/* Cloakmail Funktion */

span[class*="ncl-sc-"] {
    display: none;
}


/* Mobile Menu Breakpoint aendern */

@media screen and (max-width: 1024px) {
    .navbar-brand img {
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        width: 100%;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse:not(.in) {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


blockquote {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 48px;
    border-left: none;
}
blockquote p{
    font-size: 33px;
}


/* Parallax */
.parallax-image
{
    position:relative;
}

/* Parallax Mobil deaktiveren */

@media (max-width: 1024px) {

    .parallax-image
    {
        transform: translateY(0) !important;
    }
}


.mobile-only,
.mobile-only-768
{
    display:none;
}

@media (max-width: 1024px) {
    .mobile-only 
    {
        display:block;
    }

    .desktop-only
    {
        display:none;
    }
}

@media (max-width: 767px) {
    .mobile-only-768
    {
        display:block;
    }

    .desktop-only-768
    {
        display:none;
    }
}



@media screen and (max-width: 550px) {

    blockquote p{
        font-size: 24px;
    }
}


/* Polylang Language Switcher Styling */
.navbar .lang-item a,
.navbar .lang-item a:hover
{
    border: 1px solid #2d2e83 !important;
    border-radius: 8px;
    text-transform:lowercase;
    /*color: #fff;*/
}



html[lang="en-GB"] .lang-item a[lang="en-GB"]
{
    display:none;
}


html[lang="de-DE"] .lang-item a[lang="de-DE"]
{
    display:none;
}


/* Polylang Language Switcher Styling ENDE */

