@charset "UTF-8";
/*!
Theme Name: Daber und Kriege
Theme URI: http://www.daberkriege.de
Author: Niklas Funke EDV
Author URI: http://niklasfunke.de/
Description: Daber und Kriege ist ein Landschaftsgestaltungsbüro.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: dk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 400;
}

html, body {
    height: 100%;
}

body {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
}

h1, h2, .h1, .h2 {
    font-weight: 300;
}

article h2, article .h2 {
    font-size: 2em !important;
}

/* responsive images */

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

/* NAVIGATION */

article[role=main] h1 {
    font-size: 32px;
}

article[role=main] p {
    font-size: 13px;
}

article[role=main] a {
    color: #7db17d;
    text-decoration: none;
}

article[role=main] a:hover {
    color: #7db17d;
    text-decoration: underline;
}

.my-navbar {
    margin: -15px auto;
    padding: 0;
}

.navbar-toggler {
    border-radius: 0px;
}

.custom-toggler.navbar-toggler {
    border-color: rgba(125, 177, 125, 1);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(125, 177, 125, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a.navbar-brand {
    display: flex;
}

a.navbar-brand div {
    margin-left: 10px;
}

.navbar-brand div h1 {
    font-size: 30px;
    margin: 0 0 2px;
    font-weight: 500
}

.navbar-brand div h2 {
    font-size: 16px;
    margin: 0;
    color: #666;
    font-weight: 300;
    padding-left: 1px
}

.navbar-brand {
    color: #666;
}

.navbar-brand:hover {
    text-decoration: none;
    color: #666;
}

.navbar-nav>li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 15px !important;
    line-height: 25px;
}

.navbar-nav>li>a {
    padding: 44px 10px;
    color: #666;
    font-size: 15px !important;
    border-bottom: 8px solid transparent;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out
}

.navbar-nav>li:hover>a {
    color: #000;
    background-color: transparent !important;
    border-bottom-color: #cde1cd !important
}

.navbar-nav .active>.nav-link {
    color: #000;
    margin-bottom: -5px;
    background-color: transparent !important;
    line-height: normal;
    border-bottom: 5px solid rgb(125, 177, 125);
    transition: all 500ms ease-out;
    padding-bottom: 37px;
}

.navbar-nav>li.current-menu-item:hover>a, .navbar-nav>li.current-menu-parent:hover>a, .navbar-nav>li.current-page-ancestor:hover>a, .navbar-nav>li.current_page-ancestor:hover>a, .navbar-nav>li.current-menu-ancestor:hover>a, .navbar-nav>li.current-post-ancestor:hover>a {
    color: #000;
    background-color: transparent !important;
    /* padding-bottom: -15px; */
    border-bottom: 5px solid rgb(125, 177, 125);
    transition: all 500ms ease-out;
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block
}

.navbar-nav .dropdown-menu {
    margin-top: -21px;
    border: none;
    border-bottom: 3px solid rgb(125, 177, 125);
    border-top: 6px solid rgb(125, 177, 125);
    border-radius: 0;
    transition: all 500ms ease-out;
}

.navbar-nav .dropdown-menu :before {
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 15px;
    content: ""
}

.navbar-nav .dropdown-menu a {
    color: #666;
    font-size: 15px;
    line-height: 30px
}

.navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:active {
    color: #333
}

.navbar-nav .dropdown-menu .current-menu-ancestor a, .navbar-nav .dropdown-menu .current-menu-parent a, .navbar-nav .dropdown-menu .current_page_parent a, .navbar-nav .dropdown-menu .current_page_ancestor a, .navbar-nav .dropdown-menu .current-menu-item a, .navbar-nav .dropdown-menu .current_page_item {
    font-weight: bold;
    color: #333
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: #7db17d;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

/* CAROUSEL */

#myCarousel {
    height: 450px;
    margin-top: -8px;
    margin-bottom: 30px;
}

#myCarousel .carousel-item {
    height: 450px;
    background-color: #777
}

#myCarousel .carousel-inner>.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 450px;
    display: block;
    background-position: center center;
    background-size: cover
}

#myCarousel .carousel-item:after {
    display: block;
    content: "";
    height: 450px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

#myCarousel .carousel-item .container {
    position: relative;
    height: 450px
}

#myCarousel .carousel-control {
    background-image: none !important;
    filter: none
}

#myCarousel .carousel-caption {
    position: absolute;
    left: 15px;
    right: 40%;
    bottom: 25%;
    z-index: 10;
    color: #fff !important;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9)
}

#myCarousel .h1, #myCarousel .h2 {
    font-weight: 300;
    margin: 0;
    padding: 0
}

#myCarousel .h1 {
    font-size: 40px;
    line-height: 1.2
}

#myCarousel .h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2
}

#myCarousel .text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 18px
}

#myCarousel .h1 a, #myCarousel .h2 a, #myCarousel .text a {
    color: #eee;
}

#myCarousel .h1 a:hover, #myCarousel .h2 a:hover, #myCarousel .text a:hover {
    color: #eee;
    text-decoration: none
}

#myCarousel .carousel-indicators {
    bottom: 15px;
    margin-bottom: 0
}

#myCarousel .carousel-indicators li {
    margin: 1px 3px;
    /*box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);*/
    position: relative
}

#myCarousel .carousel-indicators li:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8) inset
}

#myCarousel .carousel-indicators .active:after {
    display: none
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#myCarousel .arr-left, #myCarousel .arr-right {
    background: url(images/arr-left.png) 0 0 no-repeat;
    display: inline-block;
    width: 14px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-left: -7px;
    margin-top: -27px;
    z-index: 5;
    left: 50%
}

#myCarousel .arr-right {
    background: url(images/arr-right.png) 0 0 no-repeat;
    left: auto;
    margin-left: auto;
    margin-right: -7px;
    right: 50%
}

#myCarousel .carousel-control {
    position: absolute;
    min-width: 30px;
    width: 1%
}

#myCarousel .carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.4)
}

/* END CAROUSEL */

/* FRONT BRANCHES */

.widget {
    margin-bottom: 30px
}

.widget .h3 {
    font-weight: 300;
    font-size: 20px;
    margin: 0
}

.widget-media {
    margin: 0 -10px -20px
}

.widget-media:before, .widget-media:after {
    content: " ";
    display: table
}

.widget-media:after {
    clear: both
}

.widget-media .widget-media-item {
    width: 50%;
    padding: 0 10px 20px 10px;
    float: left
}

.widget-media a {
    display: block;
    width: 100%;
    height: 125px;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.widget-media a:hover {
    border-color: #7db17d;
    color: #7db17d
}

.widget-media a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px
}

.widget-media .widget-pdf {
    background: url(images/icon-pdf.png) center 20px no-repeat #f3f3f3
}

.widget-media .widget-pdf:hover {
    background-image: url(images/icon-pdf-hover.png)
}

.widget-media img {
    width: 100%;
    height: 125px
}

.widget-standorte {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-standorte li {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 15px
}

.widget-standorte li:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    content: "";
    background-image: -webkit-linear-gradient(bottom, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=2);
    z-index: 30
}

.widget-standorte img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 29;
    border: 1px solid #ccc
}

.widget-standorte .h2 {
    position: absolute;
    z-index: 31;
    bottom: 10px;
    left: 15px;
    right: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    font-weight: 300;
    font-size: 30px;
    line-height: 36px
}

.widget-standorte .h2 a {
    color: #fff
}

.widget-standorte .h2 a:hover {
    text-decoration: none;
    color: #eee
}

.widget-archive {
    margin: 0 0 20px;
    padding: 0
}

.widget-archive li {
    list-style: none;
    margin-left: 20px
}

.widget-archive .h2 {
    margin-left: 0;
    margin-top: 15px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100
}

.widget-archive a, .widget-archive a:visited {
    color: #333
}

.widget-archive a:hover {
    color: #7db17d
}

/* END FRONT BRANCHES */

.call {
    background: #f3f3f3;
    border-bottom: 1px solid #e0eded
}

.call .container {
    position: relative;
    background: url(images/call-bg.png) 0 center no-repeat;
    padding: 30px 0 0;
    height: auto
}

.call .contact {
    border-top: solid 1px rgb(221, 221, 221);
    border-bottom: solid 1px rgb(221, 221, 221);
}

.call .container p {
    margin-left: 180px;
}

.call .container .btn, .call .container .wpcf7-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -24px;
    border-radius: 0;
    line-height: 26px
}

.call .container .btn {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
}

.call .container .btn .mail-icon, .call .container .wpcf7-submit .mail-icon {
    display: inline-block;
    height: 26px;
    width: 34px;
    vertical-align: middle;
    background: url(images/mail-icon.png) 0 0 no-repeat;
    margin-right: 3px;
    margin-top: -3px
}

.div-right, .div-left {
    /* min-height: 731px; */
    background: url(images/div-right.png) right 0 no-repeat
}

.div-left {
    background-image: url(images/div-left.png);
    background-position: 0 0;
    padding-left: 45px
}

/* TITELBILD */

.titelbild {
    height: 350px;
    margin-bottom: 30px;
    position: relative
}

.titelbild .titelbild-caption {
    z-index: 10;
    position: absolute;
    left: 15px;
    right: 40%;
    bottom: 25%;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9)
}

.titelbild .item {
    height: 350px;
    background-color: #777;
    color: #fff;
}

.titelbild .item:after {
    display: block;
    content: "";
    height: 350px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.titelbild .item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
    display: block;
    background-position: center center;
    background-size: cover
}

.titelbild .item .map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
    display: block
}

.titelbild .item a.map-canvas {
    z-index: 100
}

.titelbild .item .h1, .titelbild .item .h2 {
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #fff;
}

.titelbild .item .h1 {
    font-size: 40px;
    line-height: 1.2
}

.titelbild .item .h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2
}

.titelbild .item .text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 18px
}

.titelbild .row.item .h1 a, .titelbild .item .h2 a, .titelbild .item .text a {
    color: #fff;
}

.titelbild .item .h1 a:hover, .titelbild .item .h2 a:hover, .titelbild .item .text a:hover {
    color: #eee;
    text-decoration: none
}

.titelbild .container {
    position: relative;
    height: 350px
}

div.titelbild-caption p.h2 a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #fff;
}

div.titelbild-caption p.h1 a {
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
}

/* END TITLEBILD */

#content-sidebar h4 {
    font-size: 32px;
}

#content-sidebar div.h2 {
    font-size: 30px;
}

/* STANDORTE */

.content-standorte {
    list-style: none
}

.content-standorte .standort {
    position: relative;
    margin-bottom: 30px
}

.content-standorte .standort:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    content: "";
    background-image: -webkit-linear-gradient(bottom, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=2);
    z-index: 30
}

.content-standorte img {
    width: 100%;
    position: relative;
    z-index: 29;
    border: 1px solid #ccc
}

.content-standorte .h2 {
    position: absolute;
    z-index: 31;
    bottom: 10px;
    left: 15px;
    right: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    font-weight: 300;
    font-size: 30px;
    line-height: 36px
}

.content-standorte .h2 a {
    color: #fff
}

.content-standorte .h2 a:hover {
    text-decoration: none;
    color: #eee
}

.text-uebersicht article a {
    font-weight: 700;
}

.text-uebersicht h4 {
    font-weight: 300;
}

.text-uebersicht article div>h1 {
    line-height: 40px;
    margin-top: -5px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
}

.text-uebersicht article h1 a {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
}

.text-uebersicht article h1.entry-title a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.text-uebersicht article h1 a:hover {
    text-decoration: none;
    color: #7db17d;
    text-decoration: none;
}

.text-uebersicht p {
    margin-bottom: 8px
}

.text-uebersicht .link-to-article {
    margin-bottom: 0
}

.text-uebersicht .datum {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    margin: 0 0 -3px;
    padding: 0;
    color: #666
}

.text-uebersicht .article-thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc
}

.text-uebersicht .article-thumbnail a:hover img {
    border-color: #7db17d
}

.lead {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px
}

div .ol {
    padding-left: 25px
}

.ol li {
    position: relative;
    list-style: none;
    padding-left: 22px;
    margin-bottom: 4px
}

.ol li:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(images/icons-ol.png) 0 0 no-repeat
}

.ol li:nth-child(1):before {
    background-position: 0 0
}

.ol li:nth-child(2):before {
    background-position: -20px 0
}

.ol li:nth-child(3):before {
    background-position: -40px 0
}

.ol li:nth-child(4):before {
    background-position: 0 -20px
}

.ol li:nth-child(5):before {
    background-position: -20px -20px
}

.ol li:nth-child(6):before {
    background-position: -40px -20px
}

.ol li:nth-child(7):before {
    background-position: 0 -40px
}

.ol li:nth-child(8):before {
    background-position: -20px -40px
}

.ol li:nth-child(9):before {
    background-position: -40px -40px
}

.nf-pagination {
    text-align: center
}

.nf-pagination .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: 100;
    font-family: "open sans", sans-serif;
    border: 1px solid #ccc;
    color: #999;
    text-decoration: none;
    margin: 0 4px
}

.nf-pagination .page-numbers.current {
    background: #ccc;
    color: #fff
}

.nf-pagination a.page-numbers:hover {
    border-color: #999;
    color: #333;
    text-decoration: none
}

.fachplanungen .fachplanung {
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-left: -10px
}

.fachplanungen .fachplanung a img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc
}

.fachplanungen .fachplanung a img:hover {
    border-color: #7db17d
}

.fachplanungen .fachplanung h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 7px;
    right: 7px;
    z-index: 31;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 100;
    font-family: "open sans", sans-serif;
    color: #fff
}

.fachplanungen .fachplanung h3 a {
    color: #fff
}

.fachplanungen .fachplanung h3 a:hover {
    color: #eee;
    text-shadow: #111 1px 1px 1px;
    text-decoration: none
}

.fachplanungen .fachplanung:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    content: "";
    background-image: -webkit-linear-gradient(bottom, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=2);
    z-index: 30
}

/* SIDEBAR LEFT */

content-left-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.content-left-sidebar li {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    list-style: none;
}

.content-left-sidebar li a {
    display: block;
    color: #333;
    padding: 19px 0px;
    hyphens: auto;
}
.content-left-sidebar ul{
    padding-inline-start: 0;
}


.content-left-sidebar li a:hover {
    font-weight: bold !important;
    color: #333;
    text-decoration: none
}

.content-left-sidebar li.current-menu-item a {
    background-color: #f2f7f2;
    font-weight: bold !important;
    color: #333;
}

.zwischenueberschrift {
    margin-top: 35px;
    margin-bottom: 15px;
    color: #666
}

.category-list-projects .postlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.category-list-projects .postlist h4, .category-list-projects .postlist h1 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 1.4em;
}

.category-list-projects .postlist h1 {
    line-height: normal;
}

.category-list-projects .postlist div {
    margin: 0
}

.category-list-projects .postlist li article h1.entity-title {
    padding: 0;
    font-size: 12px;
}

/* END SIDEBAR LEFT */

.footer-menu {
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    justify-items: flex-end;
    width: auto;
}

.footer-menu span a {
    color: #333;
    padding: 5px;
    margin-bottom: 10px;
}

.copyright {
    margin-top: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

#content .page-header {
    margin-top: 30px;
}

#content .article-thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc
}

#content .article-thumbnail a:hover img {
    border-color: #7db17d
}

#content h1 a {
    color: #333;
    text-decoration: none;
    font-size: 28px;
}

#content h1 a:hover {
    color: #7db17d;
    text-decoration: underline;
    font-size: 28px;
}

#content .link-to-article a {
    color: #7db17d;
    text-decoration: none;
    font-size: 14px;
}

#content .link-to-article a:hover {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
}

article[class="row"] div.article-thumbnail {
    margin-bottom: 50px;
}

.contact .container p {
    margin-left: 290px;
}

@media (max-width: 768px) {
    .my-navbar {
        margin: 0px auto;
        padding: 10px;
    }
    nav.container {
        margin: 0;
        max-width: 100%;
    }
    .custom-toggler.navbar-toggler {
        position: absolute;
        top: 23px;
        right: 10px;
    }
    #wrapper-menu {
        padding: 0px;
    }
    #wrapper-menu .navbar {
        padding: 0.5rem 0rem;
    }
    /* .navbar-brand {
        margin-left: 10px;    
    } */
    a.navbar-brand h1 {
        font-size: 28px;
        margin: 0 0 2px;
        font-weight: 500
    }
    a.navbar-brand h2 {
        font-size: 18px;
        margin: 0;
        color: #666;
        font-weight: 300;
        padding-left: 1px
    }
    #myCarousel {
        height: 280px;
    }
    #myCarousel .carousel-item {
        height: 280px;
    }
    #myCarousel .carousel-inner>.carousel-item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 280px;
        display: block;
        background-position: center center;
        background-size: cover
    }
    #myCarousel .carousel-item:after {
        display: block;
        content: "";
        height: 280px;
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }
    #myCarousel .carousel-item .container {
        position: relative;
        height: 280px;
    }
    #myCarousel .carousel-caption {
        position: absolute;
        top: 10%;
        left: 50px;
        color: #fff !important;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9)
    }
    #myCarousel .h1, #myCarousel .h2 {
        font-weight: 300;
        margin: 0;
        padding: 0
    }
    #myCarousel .h1 {
        font-size: 24px;
        line-height: 1.2
    }
    #myCarousel .h2 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2
    }
    #myCarousel .text {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 18px
    }
    #myCarousel .h1 a, #myCarousel .h2 a, #myCarousel .text a {
        color: #eee;
    }
    #myCarousel .h1 a:hover, #myCarousel .h2 a:hover, #myCarousel .text a:hover {
        color: #eee;
        text-decoration: none
    }
    h1, h1.h1, h4.h1, p.h2 {
        font-size: 26px;
    }
    .widget-area {
        margin-top: 50px
    }
    .call .container p {
        margin-left: 5px;
    }
    .call .container .btn {
        position: relative;
        margin-bottom: 75px;
        padding: 25px auto;
        border-radius: 0;
        left: 20px;
        background-color: rgba(255, 255, 255, 1);
    }
    .copyright {
        font-size: 12px;
        min-height: 45px;
        padding-top: 10px;
        width: 100%;
        text-align: center !important;
    }
    .footer-menu {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
        width: 100%;
    }
    .footer-menu span a {
        color: #333;
        padding: 5px;
        margin-bottom: 10px;
    }
    .center {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #dk-navigation {
        position: absolute;
        z-index: 100;
        background-color: rgba(125, 177, 125, 1);
        color: #fff;
        font-size: 15px;
        left: 0px;
        width: 100vw;
        top: 81px;
    }
    #dk-navigation .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
    }
    #dk-navigation .navbar-nav>li>a {
        padding: 10px;
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        margin-top: -2px;
        border: none;
        border-bottom: 2px solid #7db17d;
        border-top: 1px solid #e0eded;
        border-radius: 0;
        transition: all 500ms ease-out;
    }
    .navbar-nav .dropdown-menu :before {
        display: block;
        width: 0;
        height: 0;
        border: none;
        position: absolute;
        top: 0px;
        left: 15px;
        content: ""
    }
    .navbar-nav>li:hover>a {
        color: #000;
        background-color: transparent !important;
        border-bottom-color: #cde1cd !important
    }
    .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:active {
        color: #333
    }
    .navbar-nav .dropdown-menu .current-menu-ancestor a, .navbar-nav .dropdown-menu .current-menu-parent a, .navbar-nav .dropdown-menu .current_page_parent a, .navbar-nav .dropdown-menu .current_page_ancestor a, .navbar-nav .dropdown-menu .current-menu-item a, .navbar-nav .dropdown-menu .current_page_item {
        font-weight: bold;
        color: #333
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background-color: #eee;
        border-color: #7db17d;
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }
    .navbar-nav .active>.nav-link {
        color: #000 !important;
        background-color: #FFD706 !important;
        transition: all 500ms ease-out;
    }
    .navbar-nav>li.current-menu-item:hover>a, .navbar-nav>li.current-menu-parent:hover>a, .navbar-nav>li.current-page-ancestor:hover>a, .navbar-nav>li.current_page-ancestor:hover>a, .navbar-nav>li.current-menu-ancestor:hover>a, .navbar-nav>li.current-post-ancestor:hover>a {
        color: #000 !important;
        background-color: #FFD706 !important;
        transition: all 500ms ease-out;
    }
    article[role=main] h1 {
        font-size: 28px;
    }
    article[role=main] ul li {
        margin-left: 20px;
    }
    div .wpcf7 {
        margin-bottom: 100px;
    }
    .call {
        margin-top: 50px;
    }
    .div-left {
        padding-left: 15px;
    }
    ul {
        margin-left: 0px;
        /*padding-left: 0px;*/
    }
    div.titelbild-caption p.h2 a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        color: #fff;
    }
    div.titelbild-caption p.h1 a {
        font-weight: 300;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 32px;
        hyphens: auto;
    }
    #content .page-header {
        margin-top: 30px;
    }
    #content .article-thumbnail img {
        width: 100%;
        height: auto;
        border: 1px solid #ccc
    }
    #content .article-thumbnail a:hover img {
        border-color: #7db17d
    }
    #content h1 a {
        color: #333;
        text-decoration: none;
        font-size: 28px;
    }
    #content h1 a:hover {
        color: #7db17d;
        text-decoration: underline;
        font-size: 28px;
    }
    #content .link-to-article a {
        color: #7db17d;
        text-decoration: none;
        font-size: 14px;
    }
    #content .link-to-article a:hover {
        color: #333;
        text-decoration: underline;
        font-size: 14px;
    }
    article[class="row"] div.article-thumbnail {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    nav.container {
        margin: 0;
        max-width: 100%;
    }
    .custom-toggler.navbar-toggler {
        position: absolute;
        top: 23px;
        right: 10px;
    }
    .my-navbar {
        margin: 0px auto;
        padding: 10px;
    }
    #wrapper-menu {
        padding: 0px;
    }
    #wrapper-menu .navbar {
        padding: 0.5rem 0rem;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    a.navbar-brand h1 {
        font-size: 28px;
        margin: 0 0 2px;
        font-weight: 500
    }
    a.navbar-brand h2 {
        font-size: 18px;
        margin: 0;
        color: #666;
        font-weight: 300;
        padding-left: 1px
    }
    #myCarousel {
        height: 280px;
    }
    #myCarousel .carousel-item {
        height: 280px;
    }
    #myCarousel .carousel-inner>.carousel-item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 280px;
        display: block;
        background-position: center center;
        background-size: cover
    }
    #myCarousel .carousel-item:after {
        display: block;
        content: "";
        height: 280px;
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }
    #myCarousel .carousel-item .container {
        position: relative;
        height: 280px;
    }
    #myCarousel .carousel-caption {
        position: absolute;
        top: 10%;
        left: 50px;
        color: #fff !important;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9)
    }
    #myCarousel .h1, #myCarousel .h2 {
        font-weight: 300;
        margin: 0;
        padding: 0
    }
    #myCarousel .h1 {
        font-size: 24px;
        line-height: 1.2
    }
    #myCarousel .h2 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2
    }
    #myCarousel .text {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 18px
    }
    #myCarousel .h1 a, #myCarousel .h2 a, #myCarousel .text a {
        color: #eee;
    }
    #myCarousel .h1 a:hover, #myCarousel .h2 a:hover, #myCarousel .text a:hover {
        color: #eee;
        text-decoration: none
    }
    h1, h1.h1, h4.h1, p.h2 {
        font-size: 26px;
    }
    .widget-area {
        margin-top: 50px
    }
    .call .container p {
        margin-left: 5px;
    }
    .call .container .btn {
        position: relative;
        margin-bottom: 75px;
        padding: 25px auto;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 1);
    }
    .copyright {
        font-size: 12px;
        min-height: 45px;
        padding-top: 10px;
        width: 100%;
        text-align: center !important;
    }
    .footer-menu {
        margin-top: 15px;
        margin-bottom: 15px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
        width: 100%;
    }
    .footer-menu span a {
        color: #333;
        padding: 5px;
        margin-bottom: 10px;
    }
    .center {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #dk-navigation {
        position: absolute;
        z-index: 100;
        background-color: rgba(125, 177, 125, 1);
        color: #fff;
        font-size: 15px;
        left: 0px;
        height: 100vh;
        width: 100vw;
        top: 81px;
    }
    #dk-navigation .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
    }
    #dk-navigation .navbar-nav>li>a {
        padding: 10px;
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        margin-top: -2px;
        border: none;
        border-bottom: 2px solid #7db17d;
        border-top: 1px solid #e0eded;
        border-radius: 0;
        transition: all 500ms ease-out;
    }
    .navbar-nav .dropdown-menu :before {
        display: block;
        width: 0;
        height: 0;
        border: none;
        position: absolute;
        top: 0px;
        left: 15px;
        content: ""
    }
    .navbar-nav>li:hover>a {
        color: #000;
        background-color: transparent !important;
        border-bottom-color: #cde1cd !important
    }
    /* .navbar-nav>li.current-menu-item>a, .navbar-nav>li.current-menu-parent>a, .navbar-nav>li.current-page-ancestor>a, .navbar-nav>li.current_page-ancestor>a, .navbar-nav>li.current-menu-ancestor>a, .navbar-nav>li.current-post-ancestor>a {
        color: #000;
        border-bottom-color: #fff !important
    }
    .navbar-nav>li.current-menu-item:hover>a, .navbar-nav>li.current-menu-parent:hover>a, .navbar-nav>li.current-page-ancestor:hover>a, .navbar-nav>li.current_page-ancestor:hover>a, .navbar-nav>li.current-menu-ancestor:hover>a, .navbar-nav>li.current-post-ancestor:hover>a {
        color: #000;
        background-color: transparent !important;
        border-bottom-color: #fff !important
    } */
    .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:active {
        color: #333
    }
    .navbar-nav .dropdown-menu .current-menu-ancestor a, .navbar-nav .dropdown-menu .current-menu-parent a, .navbar-nav .dropdown-menu .current_page_parent a, .navbar-nav .dropdown-menu .current_page_ancestor a, .navbar-nav .dropdown-menu .current-menu-item a, .navbar-nav .dropdown-menu .current_page_item {
        font-weight: bold;
        color: #333
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background-color: #eee;
        border-color: #7db17d;
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }
    article[role=main] h1 {
        font-size: 28px;
    }
    article[role=main] ul li {
        margin-left: 20px;
    }
    div .wpcf7 {
        margin-bottom: 100px;
    }
    .call {
        margin-top: 50px;
    }
    .div-left {
        padding-left: 15px;
    }
    ul {
        margin-left: 0px;
        padding-left: 0px;
    }
    div.titelbild-caption p.h2 a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        color: #fff;
    }
    div.titelbild-caption p.h1 a {
        font-weight: 300;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 32px;
    }
    #content .page-header {
        margin-top: 30px;
    }
    #content .article-thumbnail img {
        width: 100%;
        height: auto;
        border: 1px solid #ccc
    }
    #content .article-thumbnail a:hover img {
        border-color: #7db17d
    }
    #content h1 a {
        color: #333;
        text-decoration: none;
        font-size: 28px;
    }
    #content h1 a:hover {
        color: #7db17d;
        text-decoration: underline;
        font-size: 28px;
    }
    #content .link-to-article a {
        color: #7db17d;
        text-decoration: none;
        font-size: 14px;
    }
    #content .link-to-article a:hover {
        color: #333;
        text-decoration: underline;
        font-size: 14px;
    }
    article[class="row"] div.article-thumbnail {
        margin-top: 50px;
    }
}

@media (min-width: 992.01px) and (max-width: 1200px) {
    a.navbar-brand img {
        height: 42px !important;
        width: auto !important;
    }
    a.navbar-brand h1 {
        font-size: 28px;
        margin: 0 0 2px;
        font-weight: 500
    }
    a.navbar-brand h2 {
        font-size: 18px;
        margin: 0;
        color: #666;
        font-weight: 300;
        padding-left: 1px
    }
    div.titelbild-caption p.h2 a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        color: #fff;
    }
    div.titelbild-caption p.h1 a {
        font-weight: 300;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 32px;
    }
}
