body {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-style: normal;
    height: 100vh;
    overflow-wrap: break-word;
    background-attachment: fixed;
    background-image: url("/typo3conf/ext/ifbg_template/Resources/Public/Images/ifbg-background-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #9f9f9f !important;
    background-position: center;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    overflow-x: hidden;
}
.home-background > .grid-margin-x {
    margin-left: 0;
    margin-right: 0;
}
#home {
    background-color: #12a19a;
    min-height: 650px;
}
.fancybox-slide #mitarbeiter3.team h2:first-of-type, .fancybox-slide #mitarbeiter3.team p:first-of-type {
    display: none;
}

.slider-home, .slider-section-1 {
    opacity: 0;
    transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
}

.slider-home.slick-initialized, .slider-section-1.slick-initialized {
    opacity: 1;
}

.widget-aktuelles h2, .widget-aktuelles p {
    animation:fadein 0.5s;
    -moz-animation:fadein 0.7s;
    -webkit-animation:fadein 0.5s;
}

a {
    color: #12a19a;
}

.section a, footer a, header a {
    color: #fff;
}

.section p a {
    text-decoration: underline;;
}

a:hover, a:focus {
    color: #a5ad79;
}

.content a {
    color: #12a19a;
    border-color: #12a19a;
    text-decoration: underline;
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
}

.content a:hover, .content a:focus {
    color: #a5ad79;
    border-color: #a5ad79
}

.content img {
    padding-bottom: 1em;
    padding-top: 1em;
}

h1, .h1 {
    color: white;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

#wrapper h1, #wrapper .h1 {
    color: #12a19a;
    padding-top: 4em;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

h2, .h2 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
    padding-top: 0.5em;
}

h3, .h3 {
    color: white;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.75em;
}

h4, .h4 {
    color: white;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.75em;
    text-transform: uppercase;
    opacity: .5;
}

h5, .h5 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.green {
    background-color: #12a19a;
}

.grey {
    background-color: #6f6f6f;
}

.ocker {
    background-color: #a5ad79;
}

.white {
    background-color: #fff;
}

.content {
    padding: 1em 1em 10em;
}

.content-border-darkblue {
    border-color: transparent #22303a transparent transparent;
    border-style: solid;
    border-width: 100px 100vw 0 0;
}

.content-border-green {
    border-color: transparent #12a19a transparent transparent;
    border-style: solid;
    border-width: 100px 100vw 0 0;
}

.content-border-grey {
    border-color: transparent #6f6f6f transparent transparent;
    border-style: solid;
    border-width: 100px 100vw 0 0;
}

.content-border-ocker {
    border-color: transparent #a5ad79 transparent transparent;
    border-style: solid;
    border-width: 100px 100vw 0 0;
}

.content-border-green-bottom {
    border-color: transparent transparent transparent #12a19a;
    border-style: solid;
    border-width: 0 100vw 100px;
}

.content-border-grey-bottom {
    border-color: transparent transparent transparent #6f6f6f;
    border-style: solid;
    border-width: 0 100vw 100px;
}

.content-border-ocker-bottom {
    border-color: transparent transparent transparent #a5ad79;
    border-style: solid;
    border-width: 0 100vw 100px;
}

#wrapper {
    min-height: calc(100vh - 444px);
    padding-top: 1.75rem;
}

footer {
    margin-top: -10em;
    overflow-x: hidden;
}

#footer-wrapper {
    background-color: #22303a;
    padding-bottom: 2em;
}

.nav-top {
    background: #22303a none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    width: 100%;
}

.nav-border {
    border-color: transparent transparent transparent #22303a;
    border-style: solid;
    border-width: 0 100vw 100px;
}

.top-bar, .top-bar ul {
    background-color: transparent;
}


.top-bar ul.is-dropdown-submenu {
    background-color: grey;
}

.top-bar {
    height: 6.5em;
}

.top-bar .top-bar-right {
}

.top-bar .top-bar-left img {
    position: absolute;
}

.top-bar-right .hover {
    height: 6px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    top: 0;
}

.top-bar-right a:hover .hover,  .top-bar-right a:focus .hover {
    height: 35px;
    transition: all 0.5s ease 0s;
}

.top-bar-right .menu-name {
    display: block;
    position: relative;
    z-index: 1000;
}

.dropdown.menu .is-active > a, .dropdown.menu .is-active > a:hover,  .dropdown-menu.menu .is-active > a:focus, .menu a:hover,  .menu a:focus {
    color: #fff;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}


.top-bar-right li {
    margin-right: 5px;
    position: relative;
}

.title-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.hide-on-load {
    display: none;
}

.slick-prev {
    z-index: 1;
}

.slick-prev::before {
    content: "\f053" !important;
    text-shadow: 0 0 4px #000 !important;
}

.slick-next::before {
    content: "\f054" !important;
    text-shadow: 0 0 4px #000 !important;
}

.slick-prev::before, .slick-next::before {
    font-family: fontawesome !important;
}

#wrapper .slick-dots li.slick-active button::before, #wrapper .slick-dots li button::before {
    color: white !important;
}

.slider-home  .slick-dots li.slick-active button::before, .slider-home .slick-dots li button::before {
    color: #fff !important;
}

.slider-home .slider-area {
    overflow-x: hidden;
    position: relative;
    top: 2em;
}

.slider-home .slick-dots {
    bottom: 1rem !important;
    z-index: 100 !important;
}

.slider-home .slick-list {
    height: 80vh !important;
    min-height: 650px;
}

.slider-home .slider-img {
    background-image: url("/typo3conf/ext/ifbg_template/Resources/Public/Images/482233-0-iStock000017603391XLargegespieg.jpg");
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.slider-img {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.widget-home-img {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 120px;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}

.widget-projekte .widget-home-img {
    height: auto;
}

.widget-projekte .widget-home-img:hover .projekt-overlay, .widget-projekte .widget-home-img:focus .projekt-overlay {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.projekt-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    padding: 1em;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.projekt-overlay a {
    border: 2px solid;
    border-radius: 50%;
    display: inline-table;
    font-size: 13px;
    height: 40px;
    opacity: 0.8;
    padding: 7px;
    transition: all 0.5s ease 0s;
    width: 40px;
}

.projekt-overlay p span{
    text-transform: uppercase;
    font-weight: 600;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}

.widget-projekte select {
    display: none;
    margin-bottom: 2em;
}

.slider-container {
    padding: .75em;
}

.slider-home .slick-slide {
    height: 80vh !important;
    min-height: 650px;
}

.slider-home .slider-text-container {
    height: 100%;
}

.slider-home .slick-prev {
    left: 25px;
}

.slider-home .slick-next {
    right: 25px;
}

.slider-home .align-middle {
    height: 100%;
}

.slider-home .slider-text-container h1 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.slider-home .slider-text {
    background-color: rgba(18, 161, 154, .85);
    color: white;
    padding: 1em;
}

.slider-home a {
    color: white;
}

.slider-home a:hover, .slider-home a:focus, .section .more:hover i,  .section .more:focus i, .section .more:hover p,  .section .more:focus p {
    color: #a5ad79;
}

.onehalf {
    float: left;
    padding: 1em 3em 1em 0;
    width: 50%;
}

.social {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style: outside none none;
    margin: 40px 0;
    padding: 0 0 40px;
    text-align: center;
}

.social li {
    display: inline;
}

.social li a {
    border: 2px solid;
    border-radius: 3em;
    color: #12a19a;
    border-color: #12a19a;
    display: inline-block;
    font-size: 1.5em;
    height: 3em;
    line-height: 46px;
    margin: 0 5px;
    padding: 10px;
    transition: all 0.5s ease 0s;
    width: 3em;
}

.social li a:hover, .social li a:focus {
    color: #a5ad79;
    border-color: #a5ad79;
}

footer p {
    color: white;
}

#footer-wrapper .cell:nth-child(2) img:hover, #footer-wrapper .cell:nth-child(4) img:hover {
    opacity: 1;
}

#footer-wrapper .cell:nth-child(2) img {
    height: auto;
    opacity: 0.25;
    padding-bottom: 2em;
    transition: all 0.5s ease 0s;
    width: 160px;
}

#footer-wrapper .cell:nth-child(4) img  {
    opacity: 0.25;
    width: 100px;
    height: auto;
    padding-top: 2.5em;
    transition: all 0.5s ease 0s;
}

.subtitle {
    color: #6f6f6f;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.single-date {
    float: left;
    font-size: 12px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #12a19a;
    margin-right: 10px;
}

.single-date .circ {
    border: 2px solid #12a19a;
    border-radius: 50%;
    color: #12a19a;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    height: 62px;
    line-height: 59px;
    margin-bottom: 10px;
    text-align: center;
    width: 62px;
}

.post-nav {
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
}
.post-nav li {
    display: inline-block;
    margin: 0;
}

.post-nav li a {
    border: 2px solid;
    border-radius: 50%;
    display: table;
    font-size: 13px;
    height: 40px;
    opacity: 0.8;
    padding: 7px;
    text-align: center;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 40px;
}

input[type="text"]:not(.skill-knob), input[type="email"], textarea, input[type="tel"] {
    background: #f3f3f3;
    border: 0 solid rgba(255, 255, 255, 0.3) !important;
    border-radius: .2em !important;
    color: #000;
    display: block;
    font-size: 12px !important;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 10px !important;
    width: 100%;
}

input[type="submit"], .gmap_zoom {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 1% 1% 0;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

label {
    color: #fff;
}

#searchsubmit {
    display: none;
    position: absolute;
    top: -9999px;
}

.post-nav .fa {
    vertical-align: middle;
}

.page-navigation p {
    display: none;
}

.page-navigation ul {
    margin-left: 0;
    text-align: center;
}

.page-navigation li {
    padding: 1em;
}

.page-navigation li:first-child {
    padding-left: 0;
}

.page-navigation:first-child {
    border-bottom: 1px solid #ccc;
}

.f3-widget-paginator li {
    display: inline-block;
}

#sidebar h4 {
    color: #000;
    opacity: 1;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

#sidebar #searchform {
    padding-bottom: 2em;
}

#sidebar ul {
    list-style: outside none none;
}

#sidebar ul li a::before {
    border: none;
    border-radius: 50%;
    content: "\f054";
    font-family: fontawesome;
    font-size: 9px;
    height: 20px;
    left: -31px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    top: 5px;
    color: #12a19a;
}

#sidebar ul li a {
    float: left;
    margin: 5px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    color: #6f6f6f;
    width: 100%;
}

#sidebar ul li a:hover {
    color: #a5ad79;
}

#sidebar .widget{
    margin-bottom: 20px;
    display: table;
}

.single-post {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-top: 2em;
}

.single-post:first-child {
    padding-top: 0;
}

.single-letter {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-top: 2em;
}

.content > .cell > .single-letter:nth-last-child(1) {
    border-bottom: none;
}

.single-letter-element {
    padding-bottom: 1em;
    padding-bottom: 1em;
}

.more i {
    float: left;
    font-size: 9px;
    padding-right: 10px;
    padding-top: 9px;
}

.more p {
    display: inline-block;
    text-transform: uppercase;
    font-size: smaller;
}

.content-box > .more:nth-last-child(1){
    position: relative;
    top: 2em;
}

.content-box > .more:nth-last-child(1) {
    display: table;
    margin-bottom: 2em;
}

.lexicon {
    text-align: center;
    opacity: 1;
}

.lexicon-img {
    width: 100%;
}

.description {
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
    padding-top: 2em;
}

.author {
    line-height: 1;
    font-size: 80%;
    font-style: oblique;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

#a {
    padding-top: 0;
}

input::placeholder, textarea::placeholder {
    color: #12a19a;
}

.section {
    margin-bottom: 130px;
    margin-top: -130px;
    position: relative;
    z-index: 10;
    overflow-x: hidden;
}

.section h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid;
    display: inline-block;
    border-color: rgba(225, 225, 225, 0.5);
}


audio {
    width: 100%;
}

.widget-home .subtitle {
    margin-bottom: 3em;
    display: block;
}

.themen {
    color: white;
    font-size: 5em;
    transition: all 0.5s ease 0s;
}

.themen a:hover, .themen p a:hover, .themen a:focus, .themen p a:focus {
    color: #a5ad79 !important;
}

.section .subtitle {
    color: rgba(225, 225, 225);
    text-transform: uppercase;
}

.section p {
    color: #fff;
}

.section h3 {
    color: #fff;
    font-size: 1.2em;
}

.section .date {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: smaller;
    margin-top: 1em;
    text-transform: uppercase;
    border-color: rgba(225, 225, 225, 0.5);
}

.section .more i {
    color: #fff;
    float: none;
}

.section .more {
    border-top: 1px solid;
    border-color: rgba(225, 225, 225, 0.5);
    padding-top: 1em;
    display: block;
}
.team .more {
    padding-top: 1rem;
    position: absolute;
    bottom: .75rem;
}
.team .more i {
}

.parallax {
    height: 20em;
}

.parallax h2 {
    font-size: 2em;
    border-color: transparent;
}

.parallax h2::before {
    content: "\201E";
}
.parallax h2::after {
    content: "\201C";
}

.parallax .align-middle, .parallax .grid-container {
    height: 100%;
}

.parallax p .subtitle {
    font-size: 1.25em;
}

.widget-projekte ul li, .widget-angebote ul li {
    padding: 0.15em 1em;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}

.widget-projekte ul li.selected, .widget-angebote ul li.selected {
    background-color: #12a19a;
}

.widget-projekte ul li:hover, .widget-projekte ul li:focus, .widget-angebote ul li:hover, .widget-angebote ul li:focus {
    background-color: #12a19a;
    color: #fff;
}

.widget-projekte ul {
    display: table;
    list-style-type: none;
    margin-bottom: 2em;
}

.widget-angebote ul, .widget-projekte ul  {
    display: block;
    list-style-type: none;
    margin-bottom: 2em;
}

.widget-projekte ul li, .widget-angebote ul li {
    display: inline-block;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 0.5em;
}

.section h3 {
    min-height:3em;
}
#team.section h3 {
    min-height: 1.2em;
}
.widget-aktuelles .news-preview-text {
    min-height: 10em;
    text-align: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.widget-aktuelles h3 {
    min-height: 5em;
    text-align: left;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.widget-aktuelles .slick-dots li {
    display: none;
}
.widget-aktuelles .slick-dots li:first-child,
.widget-aktuelles .slick-dots li:nth-child(2),
.widget-aktuelles .slick-dots li:nth-child(3),
.widget-aktuelles .slick-dots li:nth-child(4),
.widget-aktuelles .slick-dots li:nth-child(5),
.widget-aktuelles .slick-dots li:nth-child(6),
.widget-aktuelles .slick-dots li:nth-child(7),
.widget-aktuelles .slick-dots li:nth-child(8),
.widget-aktuelles .slick-dots li:nth-child(9),
.widget-aktuelles .slick-dots li:nth-child(10){
    display: inline-block;
}
.widget-angebote h3 {
    text-align: left;
}

.widget-angebote .slick-slide > p {
    min-height: 10em;
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
#team.widget-angebote .slick-slide > p {
    min-height: inherit;
}

.widget-angebote .slider-section-1-no-slide .slider-container > p {
    min-height: 10em;
    text-align: left;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.content.white p {
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.content.white .gallery p {
    text-align: left;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.article p {
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.slick-slide img {
    max-width: 110%;
}
.widget-themen .slick-slide > p {
    min-height: 15em;
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.widget-team .button {
    margin-top: 2rem;
}
.widget-team .button:hover, .widget-team .button:focus, .widget-angebote .button:hover, .widget-angebote .button:focus {
    background-color: #12a19a !important;
}
.section.widget-kontakt {
    margin-bottom: 60px;
}

.widget-kontakt iframe, .widget-kontakt #map-canvas-left, .widget-kontakt #map-canvas-right {
    margin-bottom: 2em;
}

.widget-kontakt input[type="text"]:focus, .widget-kontakt input[type="email"]:focus, .widget-kontakt textarea:focus, .widget-kontakt input[type="tel"]:focus {
    background: #5f5f5f none repeat scroll 0 0;

}

.widget-kontakt input[type="text"], .widget-kontakt input[type="email"], .widget-kontakt textarea, .widget-kontakt input[type="tel"] {
    background: #5f5f5f none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
}

.widget-kontakt input::placeholder, .widget-kontakt textarea::placeholder {
    color: lightgrey;
}

.button, .team a.mail {
    background-color: transparent;
    border: 1px solid white;
    border-radius: .3em;
    padding: .85em 1em;
}


.button:hover, .button:focus {
    background-color: #a5ad79;
}

#fancybox h4 {
    color: #12a19a;
    opacity: 1;
}

#fancybox img {
    width: 50%;
}
.fancybox-slide > * {
    max-width: 50%;
}

#downloads .cell{
    text-align: center;
}

a > h3:hover, a > h3:focus {
    color: #a5ad79;
}



/* Landing Page */
.landing-header span a.button:hover {
    color: white;
}

.landing-header span a {
    font-weight: 600;
    color: white;
}

.landing ul {
    list-style-type: none;
    margin-left: 1.65em;
}
.landing li::before {
    content: "• ";
    color: #12a19a;
    margin-left: -1.4em;
    padding-right: .75em;
}

.landing-header span a:hover, .landing-header span a:focus {
    color: #a5ad79;
}
.landing .content img {
    padding-top: 0;
}
.landing hr {
    margin: 0;
}

.landing-header {
    height: 500px;
    background-image: url("/typo3conf/ext/ifbg_template/Resources/Public/Images/482233-0-iStock000017603391XLargegespieg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3em;
    overflow: hidden;
    position: relative;
    background-position: center;
    width: 100%;
    min-height: 500px;
    margin-top: 3rem;
}

.landing-header .grid-x {
    height: 100%;
}
.landing-header h2 {
    color: white;
    margin-bottom: 0.5rem !important;
    font-weight: 600;
    text-transform: uppercase;
}

.landing-header .landing-text {
    background-color: rgba(18, 161, 154, 0.85);
    color: white;
    padding: 1em;
    margin-top: 2rem;
    max-width: 38rem;
}

.landing .quote {
    min-height: 200px;
    padding-top: 2em;
    background-image: url("/typo3conf/ext/ifbg_template/Resources/Public/Images/414011-0-ifbg3.jpg");
    margin-left: -1em;
    margin-bottom: 2em;
    width: calc(100% + 2em);
    padding: 2em;
    background-size: cover;
    background-position: center center;
}

.landing .callout {
    margin: 3em 0 1em -1em;
    border: none;
    width: calc(100% + 2em);
    padding: 0 2em 2em;
}

.landing p.source {
    line-height: .9;
}

.landing h2 {
    margin-bottom: 1.5rem;
}
.landing h3 {
    font-size: 1.5em;
    color: #12a19a;
}
.landing p {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.landing-text span > p {
    display: table-cell;
}
.landing-text span > p > a {
    padding-left: 4px;
}
.landing .links p:last-child {
    text-align: justify;
}
.landing .links .headline  {
    text-align: center;
}

.landing .content-box {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.landing .gallery h5, .landing .galleryicon h5 {
    color: #12a19a;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: .75rem;
    font-size: 1.2rem;
    hyphens: auto;
}
.landing .content-box b a {
    text-decoration: underline;
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
}

.landing .content-box .button.large {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #12a19a;
    color: white;
    text-decoration: none;
}
.landing .frame-type-table table thead {
    background: #12a19a;
    color: #fff;
}
.landing .frame-type-table table tbody tr td:first-child::first-letter {
    color: #12a19a;
    font-weight: 600;
}
.landing .frame-type-table table thead {
    border: 1px solid #12a19a;
}
.landing .content-box .button.large:hover,
.landing .content-box .button.large:focus {
    background-color: #6f6f6f;
    color: white;
}
.landing .icons img {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100px;
}
.landing .frame-type-table {
    margin-left: 9.333%;
    margin-bottom: 6em;
}
.landing .frame-type-table h3 {
    color: black;
}
.fancybox-container input[type="submit"], .gmap_zoom {
    background: #12a19a;
    border: none;
    margin-top: 2rem;
}
.offers {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.offerdesc {
    min-height: 3.4rem;
}
.powermail_fieldwrap_headline {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
    padding-top: 0.5em;
}

.quote h4 {
    font-size: 1.5em;
    opacity: 1;
}
.quote p {
    hyphens: inherit;
    -ms-hyphens: inherit;
    -webkit-hyphens: inherit;
}

.quotation {
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}

.faq {
    width: 50%;
    text-align: center;
    margin-left: 25%;
}
.quote-author {
    color: white;
    font-size: 1.2em;
    font-weight: 300;
}
.quote .quotation::after {
    content: "“";
    margin-left: -5px;
}
.quote .quotation::before {
    content: "„";
}
.quote.img .quotation::after {
    content: "";
}
.quote.img .quotation::before {
    content: "";
}
.quote-img img {
    width: auto;
    padding: 0;
}

.quote-img {
    border-radius: 6em;
    max-height: 10em;
    margin-bottom: 1em;
    overflow: hidden;
    max-width: 10em;
}
.quote .medium-8 {
    display: grid;
}

.grid-margin-x > .shrink {
    width: auto !important;
}

.links {
    margin-bottom: 2em;
}

.button.primary, .team a.mail {
    background-color: #a5ad79;
    color: #fff;
    border: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-image: none;
    text-decoration: none;
}
.team a.mail {
    font-size: 1.25rem;
    hyphens: none;
    font-weight: 600;
}
.team h6 {
    text-align: center;
}


#wrapper.landing h1, #wrapper.landing .h1 {
    display: inline;
    line-height: 1.5;
}

.button.primary:hover,
.button.primary:focus,
.team a.mail:hover {
    background-color: #6f6f6f;
}

.landing .button:hover,
.landing .button:focus {
    background-color: #6f6f6f;
    color: white;
}

.gallery, .galleryicon {
    padding-bottom: 2em;
}

.gallery h2, .links h2, .offers h2, .galleryicon h2 {
    margin-bottom: 1em;
}

.gallery .cell {
    border: 1px solid #cacaca;
    margin-bottom: 2em;
    padding: 1em;
    border-radius: 0;
}
.galleryicon .cell {
    border: 1px solid #cacaca;
    margin-bottom: 2em;
    padding: 2em 1em;
    border-radius: .3em;
}

.gallery img {
    max-height: 180px;
    width: auto;
}
.galleryicon img {
    max-height: 100px;
    width: auto;
}

.offers .cell {
    border: none;
    border-radius: .3em;
    margin-bottom: 2em;
    padding: 1em;
    background-color: #6f6f6f;
    color: white;
    position: relative;
}

.offers .cell a {
    font-weight: 600;
    color: white;
    position: absolute;
    bottom: 0;
    margin-top: 1rem;
}

.offers .cell a:hover,
.offers .cell a:focus {
    color: #a5ad79;
}

.offers .banderole {
    margin-left: -1em;
    margin-bottom: 2em;
    width: calc(100% + 2em);
    padding: 1em 1em .5em 1em;
}
.offers .banderole p {
    hyphens: none;
}
.offers .cell h3 {
    color: white;
    margin-top: 1rem;
}
.offers ul {
    list-style: none;
    margin-left: 1.6em;
    text-align: left;
    padding-bottom: .5rem;
}
.offers ul li::before {
    content: "\f046";
    font-family: FontAwesome;
    color: white;
    margin-left: -1.65em;
    padding-right: .75em;
}
.landing .offers ul li, .landing .content-box ul li, .landing .gallery li {
    line-height: 1.2;
    padding-bottom: .75em;
    hyphens: auto;
}
.landing .gallery .text-center {
    text-align: center !important;
    max-height: 10rem;
}
.offers .more i {
    float: inherit;
}
#fancybox-form {
    padding: 2em 1em;
}
.fancybox-caption-wrap {
    display: none;
}
#fancybox-form input{
}
.fancybox-stage {
    overflow-x: hidden;
    overflow-y: auto;
}
[type="checkbox"], [type="file"], [type="radio"] {
    margin: 0;
}
.cc_container .cc_message {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 1.1 !important;
    margin-top: 0 !important;
}

.newsletter {
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.newsletter label {
    color: #000;
}
div.newsletter .form_field {
    border: 1px solid #12a19a !important;
    height: auto !important;
}
div.newsletter{
    max-width: 500px !important;
}
div.newsletter .form_border {
    border: none !important;
}
.service {
    top: 35%;
    z-index: 100;
    transition: all 0.6s ease-out 0s;
    position: relative;
    border-radius: 10px;
}

.service .img-right {
    float: left;
}
.service p {
    margin-bottom:0;
    font-size: 14px;
    padding: .15rem .5rem;
    text-align: center;

}
.service .subtitle {
    font-size: 16px;
    color: #fff;
}
.service .action:hover {
    background-color: #12a19a;
    transition: all 0.6s ease-out 0s;
}
.service .button {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.no-js .top-bar {
    display: none;
}
#ke_search_sword {
    width: 100% !important;
    border: 1px solid #ccc !important;
}
span.resetbutt, span.submitbutt {
    display: none;
}
#kesearch_submit {
    right: 10px !important;
    top: 10px !important;
    left: inherit !important;
}
div.kesearchbox {
    height: 5rem !important;
}
.top-bar-right li:last-child img{
    height: auto;
    width: 18px;
}
#kesearch_pagebrowser_bottom .pages_total {
    border-top: 1px solid #ccc !important;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #a5ad79 !important;
}

#kesearch_pagebrowser_top, #kesearch_pagebrowser_bottom {
    font-size: 16px !important;
}
#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a {
    padding: .5rem;
}
.fancybox-slide p i {
    color: #12a19a;
}
.fancybox-slide .team h2 {
    color: #12a19a;
    font-weight: 600;
    margin-top: .75rem;
}
.fancybox-slide .team ol li i {
    color: #12a19a;
    padding-right: .15rem;
}
.fancybox-slide .team ol li{
    margin-bottom: .5rem;
}
.fancybox-slide .team h5 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.gallery.team .cell {
    background: #fbfbfb;
    position: relative;
    min-height: 275px;
}
.gallery.team .more p {
    color: #12a19a;
}
.gallery.team p b {
    color: #12a19a;
    font-weight: 600;
    font-size: 1.25em;
}
.gallery.team p {
    color: #000;
    margin-bottom: 0;
    font-size: 0.75em;
}
.gallery.team a:hover p, .gallery.team a:hover p b, .gallery.team a:focus p, .gallery.team a:focus p b {
    color: #a5ad79;
    transition: all ease-in-out .2s;
}
.gallery.team a {
    text-decoration: none;
}
.gallery.team .cell:hover {
    background-color: #f7f7f7;
    border-color: #a5ad79;
    transition: all ease-in-out .2s;
}
.fancybox-slide {
    height: 100vh !important;
}
.fancybox-slide::before {
    height: unset !important;
}
#kontakt-form label{
    color: #000;
}
.landing .slider-area {
    width: 100% !important;
}
.landing .slider-area .slider-img {
    min-height: 800px;
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.landing .slider-image .slick-prev::before, .landing .slider-image .slick-next::before {
    color: #12a19a
}
.landing .slider-image .slick-prev {
    left: -13px;
}
.landing .slider-image .slick-next {
    right: -13px;
}
.landing  .slider-image ul {
    margin-left: 0;
}
.single-letter-element img {
    width: 50%;
    margin-left: 25%;
}
#projekte .button, #aktuelles .button {
  margin-bottom: 6px;
}

.news-prev img, .news-prev {
    border-radius: 100px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .single-letter-element img {
      width: 100%;
      margin-left: 0;
  }


    .nav-top {
        margin-top: 0;
        min-height: 6em;
    }

    .nav-top img {
        position: absolute;
    }

    .menu-icon {
        position: absolute;
        right: 1em;
        top: 1em;
    }

    .top-bar-left{
        display: none;
    }

    .menu {
        display: block;
    }

    .top-bar-right a:hover .hover, .top-bar-right .hover {
        height: 40px;
        margin-left: -8px;
        width: 8px;
    }
    .top-bar .top-bar-right {
        margin-top: 90px;
    }

    .top-bar-right li {
        margin-right: 0;
    }

    #wrapper h1, #wrapper .h1 {
        padding-top: 6em;
        margin-bottom: 0;
    }

    h1, .h1 {
        font-size: 2em;
    }

    h2, .h2 {
        font-size: 1.5em;
    }

    h3, .h3 {
        font-size: 1.5em;
    }

    h4, .h4 {
        font-size: 1em;
    }

    .social li a {
        font-size: 1em;
        padding: 0;
    }

    #footer-wrapper .cell {
        text-align: center;
    }
    #footer-wrapper .cell:last-child {
        margin-top: .5rem;
    }

    #footer-wrapper h3 {
        padding-top: 1em;
    }
    #footer-wrapper h3 {
        padding-top: 1em;
    }

    .onehalf {
        width: 100%;
    }

    .single-date {
        float: none;
    }

    .content-box > .more:nth-last-child(1) {
        margin-bottom: 4em;
    }
    .nav-border {
        border-width: 0 100vw 60px;
    }

    .slider-home .slick-list {
        height: 95vh !important;
    }

    .slick-slider {
        background: url(loader.gif);
    }
    .slick-slider .slick-list {
        opacity: 0;
        position: absolute;
    }
    .slick-slider.slick-initialized {
        background: none;
    }
    .slick-slider.slick-initialized .slick-list {
        opacity: 1;
        position: relative;
        transition: opacity 0.2s ease-in;
    }

    .slider-home .slick-slide {
        height: 95vh !important;
    }

    .widget-angebote .slick-slide > p {
        min-height: inherit;
    }

    .widget-projekte ul li {
        display: grid;
    }

    .widget-projekte ul {
        display: inherit;
    }

    .widget-projekte .widget-home-img:hover {
    }

    .widget-projekte select {
        display: block;
    }

    .widget-projekte ul {
        display: none;
    }

    #fancybox img {
        width: 100%;
    }

    .fancybox-slide--iframe .fancybox-content {
        width  : 95%;
        height : 95%;
        max-width  : 95%;
        max-height : 95%;
        margin: 0;
    }

    .widget-kontakt .medium-7 {
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        margin-bottom: 2em;
    }

    .landing-header {
        height: 100vh;
        min-height: 500px;
    }

    body {
        hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
    }

    #aktuelles .slick-dots {
        display: none !important;
    }
    .top-bar {
        display: inline-block;
    }

    .parallax h2 {
        hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
    }
    .fancybox-slide > * {
        max-width: 80%;
    }

    .gallery img {
        max-height: inherit;
        width: auto;
    }
    .landing .gallery .text-center {
        text-align: center;
        max-height: inherit;
    }
    #wrapper.landing h1, #wrapper.landing .h1 {
        hyphens: auto;
    }
    .landing .icons .cell {
        margin-bottom: 3rem;
    }
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
    .gallery.team .cell {
        background: #fbfbfb;
        position: relative;
        min-height: none;
    }
    .team .more {
        padding-top: 2rem;
        position: relative;
        bottom: none;
    }
    .widget-angebote .slider-section-1-no-slide .slider-container > p {
        min-height: inherit;
    }
    .landing .slider-image ul{
        margin-left: 0;
    }
    .big-image {
        margin-left: 0 !important;
    }
    .landing .frame-type-table {
        margin-left: .625rem;
        margin-bottom: 6em;
    }
    .widget-angebote .slider-section-1-no-slide .slider-container > p {
        text-align: left;
    }
    #projekte .button, #aktuelles .button {
      margin-bottom: 1rem;
    }
    .news-button {
      width: 100%;
      display: inline-block;
    }
}

/* Small-Medium */
@media screen and (min-width: 40em) and (max-width: 866px) {

    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
    .nav-top {;
        font-size: 12px;
    }
    .big-image {
        margin-left: 0;
    }
    .single-letter-element img {
        width: 100%;
        margin-left: 0;
    }
    #projekte .button, #aktuelles .button {
      margin-bottom: 1rem;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    #home {
        height: 80vh;
    }
    .top-bar {
        padding-top: 0;
        position: relative;
    }
    .top-bar-right {
        position: absolute;
        top: 0;
        right:1rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .nav-top {;
        font-size: 12px;
    }

    .dropdown.menu li {
        padding: .7rem .25rem;
    }
    .gallery.team .cell {
        min-height: 320px;
    }
    .widget-angebote .slider-section-1-no-slide .slider-container > p {
        min-height: 15em;
    }
    .landing .slider-image ul{
        margin-left: 0;
    }


}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}


/*navi colors*/
.menu li:nth-child(2) .hover, .menu li:nth-child(6) .hover {
    background-color: #12a19a;
}
.menu li:nth-child(4) .hover {
    background-color: #a5ad79;
}
/*
.green {
    background-color: #12a19a;
}

.grey {
    background-color: #6f6f6f;
}

.ocker {
    background-color: #a5ad79;
}*/

@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}



#projekte .dropdown.menu li, #angebote .dropdown.menu li {
    padding: 0.7rem 1rem;
    color: #fff;
}
#c79 header {
    position: inherit;
}


/*MAPS*/

.placeDiv {
    z-index: 9999;
    position: absolute;
}

.map-container {
    position: relative;
}

.placecard__container {
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
    color: #000;
}
.placecard__left {
    float: left;
    width: 75%;
}
.placecard__right {
    text-align: center;
    float: left;
    width: 25%;
}
.placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    perspective-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: black!important;
}
.placecard__info {
    cursor: default;
    /*height: 32px;*/
    margin-bottom: 0;
    column-rule-color: #5b5b5b;
    perspective-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    /* font: normal normal normal normal 12px / normal Roboto, Arial; */
    /*margin: 6px 0px 0px;*/
    outline: #5b5b5b none 0px;
    color: #5B5B5B!important;
    font-family: Roboto,Arial;
    font-size: 12px;
    -webkit-user-select: text;
    user-select: text;
    float: inherit;
}
.placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
}
.placecard__direction-link {
    color: #3a84df!important;
    display: block;
    height: 43px;
    text-decoration: none;
    /*width: 54.7344px;*/
}
.placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df!important;
    text-decoration: none;
    float: inherit;
}
.tx-indexedsearch-browsebox {
    text-align: center;
    padding-top: 15px;
}
div.tx-indexedsearch-browsebox:last-child {
    border-top: 1px solid #ccc !important;
}
.tx-indexedsearch-browsebox li {
    display: inline;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.tx-indexedsearch-browsebox li a {
    padding: 3px;
}
.tx-indexedsearch-browselist-currentPage a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.tx-indexedsearch-percent {
    display: none;
}
.fancybox-slide p i {
    color: #12a19a;
}
.fancybox-slide .team h2 {
    color: #12a19a;
    font-weight: 600;
    margin-top: .75rem;
}
.fancybox-slide .team ol li i {
    color: #12a19a;
    padding-right: .15rem;
}
.fancybox-slide .team ol li{
    margin-bottom: .5rem;
}
.fancybox-slide .team h5 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.gallery.team .cell {
    background: #fbfbfb;
    position: relative;
    min-height: 275px;
}
.gallery.team .more p {
    color: #12a19a;
}
.gallery.team p b {
    color: #12a19a;
    font-weight: 600;
    font-size: 1.25em;
}
.gallery.team p {
    color: #000;
    margin-bottom: 0;
    font-size: 0.75em;
}
.gallery.team a:hover p, .gallery.team a:hover p b, .gallery.team a:focus p, .gallery.team a:focus p b {
    color: #a5ad79;
    transition: all ease-in-out .2s;
}
.gallery.team a {
    text-decoration: none;
}
.gallery.team .cell:hover {
    background-color: #f7f7f7;
    border-color: #a5ad79;
    transition: all ease-in-out .2s;
}
.fancybox-slide {
    height: 100vh !important;
}
.fancybox-slide::before {
    height: unset !important;
}

#search_submit {
    right: 10px !important;
    top: 34px !important;
    left: inherit !important;
    position: absolute;
    top: 3px;
    left: 237px;
    height: 28px;
    width: 28px;
    border: 0 none;
    padding: 0;
}
.tx-indexedsearch-form {
    position: relative;
}
.tx-indexedsearch-title a {
    font-size: 1.2rem;
}
.tx-indexedsearch-res {
    margin-bottom: 0.75rem;
}
.tx-indexedsearch-res h3 {
    margin-bottom: 0.5rem;
}
.big-image {
    margin-left: 9.333%;
}
.big-image img {
    margin-top: 0;
    width: 100%;
    height: auto;
}
.big-image p {
    text-align: center !important;
    margin-bottom: 1em;
    margin-top: 1em;
}
.landing .frame-type-html label {
    color: black;
    display: inline;
}

.privacy {
    padding-left: .5em;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.privacy-button {
    text-align: center;
    margin-top: 1rem;
}
.privacy-button button {
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #12a19a;
}
.privacy-button button[disabled] {
    color: lightgrey;
}
.nl-button {
    background-color: #12a19a!important;
}
