/*
Theme Name: Akzent Innendekoration
Theme URI: www.akzent-innendekoration.com
Author: A.T. // dsa Marketing AG
Author URI: https://dsa-marketing.ag/
Description: Template für Akzent Innendekoration in Cottbus
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Innendekoration
*/

/* Mobile First */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0; }

/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/caveat-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/caveat-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v10-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}

.btn-fix {position: fixed; right: 15px; bottom: 0; border-radius: 15px 15px 0 0; background: #66735d; color: #fff; padding: 11px 15px; text-decoration: none; font-size: 13px; z-index: 99999; transition: ease .8s;-o-transition: ease .8s;-webkit-transition: ease .8s;-moz-transition: ease .8s;-ms-transition: ease .8s; box-shadow: 0 0 5px rgba(0,0,0,.2)}
.btn-fix:hover { background: #ffba35; color: #fff;}
.comment_meta_container,
.comment_container {
display: none;
}
body {
	line-height: 1.4;
	width: 100%;
    font-family: brevia, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #707070;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-x: hidden;

}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.clearfix {
	clear: both;
	display: block;
}
.wrap,
.wrap-s {
    width: 100%;
    padding: 0 10%;
}

img {
    max-width: 100%;
    display: block;
}
h1, h2, h3 {
    text-transform: lowercase;
    margin: 0 0 10px 0;
}
h1, h2 {
    color: #FFBA35;
    font-family: brevia, sans-serif;
    font-weight: 600;
    font-size: 20px !important;
}
h1 {
    font-size: 25px !important;
}
h3 {
    font-size: 18px;
    font-family: brevia, sans-serif;
    font-weight: 600;
    color: #FFBA35;
}
p {
    margin: 0 0 16px 0;
}
p a {
    color: #707070;
    text-decoration: none;
}
b, strong {
    font-weight: 600;
}
.handwritten {
    font-family: 'Caveat', cursive;
    font-size: 25px;
}
.btn, .link {
    color: #FFF;
    font-family: 'Caveat', cursive;
    text-decoration: none;
    font-size: 20px;
}
.link-2 {
    color: #FFBA35;
}

/*--------------  03 Typografie  ---------------*/
.body-overlay {
    -webkit-transition: background ease-in 0.6s;
    -o-transition: background ease-in 0.6s;
    transition: background ease-in 0.6s;
}
.body-overlay.visible {
    background: rgba(102, 115, 93, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background ease-in 0.6s;
    -o-transition: background ease-in 0.6s;
    transition: background ease-in 0.6s;
    
}
.nav-container,
.nav-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 5%;
    background: #66735D;
    z-index: 99;
}
.nav-container {
    -webkit-transition: background ease-in 0.6s;
    -o-transition: background ease-in 0.6s;
    transition: background ease-in 0.6s;
}
.nav-container.sticky {
    bottom: inherit;
    padding: 15px 10%;
    top: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    width: 100%;
    background: #66735D;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 10px -1px rgba(102,115,93,0.4); 
    box-shadow: 0px 3px 10px -1px rgba(102,115,93,0.4);    
    -webkit-transition: all ease-in 0.6s;
    -o-transition: all ease-in 0.6s;
    transition: all ease-in 0.6s;
}
.nav-container nav,
.nav-container.sticky nav {
    display: flex; justify-content: space-between; align-items: center;
}
nav ul.main-menu  {
    display: none;
}
nav ul.main-menu.menu-on {
    display: block;
}
nav ul.main-menu li {
    display: block;
}
nav ul.main-menu li a {
    color: #FFF;
    text-transform: lowercase;
    font-size: 17px;
    text-decoration: none;
}
#mobil-menu {
    padding: 10px;
    font-size: 14px;
    background: none;
    color: #FFF;
    border: none;
    font-family: brevia, sans-serif;
    cursor: pointer;
}
nav ul.contact-bar li {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 17px;
}
nav ul.contact-bar li a {
    color: #FFF;
}
.header-banner {
    width: 100%;
    height: auto;
}
.header-banner img {
    height: auto;
}
.logo-container {
    margin-top: 60px;
    padding: 10px 5%;
}
section {
    padding: 40px 0;
}
.resp-menu {
    height: 100%;
    width: 250px;
    background: #FFBA35;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 50px 5%;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
    visibility: hidden;
    -webkit-transition: ease-in 0.6s;
    -o-transition: ease-in 0.6s;
    transition: ease-in 0.6s;
    
}
.resp-menu.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: ease-in 0.6s;
    -o-transition: ease-in 0.6s;
    transition: ease-in 0.6s;
}
.resp-menu li {
    margin: 0 0 15px 0;
}
.resp-menu li a {
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase;
}
#close-menu {
    background: #66735D; 
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;
    border: none;
    margin-bottom: 20px;
    font-size: 16px; 
}
#home .flex-item {
    margin: 0 0 15px 0;
}
#home .flex-item figure img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}
.portrait img {
    border-radius: 0;
}
.portrait {
    display: inline-flex;
    justify-content: flex-end;
    padding: 0 5% 0 0;
}
#home .flex-item .text-box {
    background: #66735D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 25px;
    text-align: center;
    width: 100%;
    border-radius: 0 0 30px 30px;
}
#home .flex-item:nth-of-type(2) .text-box {
    border-radius: 0 !important;
}
#home .flex-item .text-box h2, 
#home .flex-item .text-box p {
    color: #FFF;
}
#home .flex-item .text-box h2 {
    font-family: brevia, sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0;
}
#home .flex-item .text-box h2 span {
    font-size: 18px;
    display: block;
}
#home .flex-item:nth-of-type(2) {
    display: flex;
    flex-direction: column;
}
#home .flex-item:nth-of-type(2) .text-box{
    order: 2;
    background: #FFBA35;
}
#home .flex-item:nth-of-type(1) .text-box{
    order: 1;
}
.col-50,
.leistungen li {
    margin: 0 0 40px 0;
}
.leistungen .col-50 {
    margin: 0;
}
#bewertungen {
    background: url(images/meinung.png) no-repeat center center / cover;
    padding: 55px 0;
    position: relative;
    z-index: 0;
}
.color-overlay {
    background: rgba(102, 115, 93, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
#bewertungen .col-50 {
    position: relative;
    z-index: 2;
    color: #FFF;
}
#kontakt {
    padding: 40px 0;
}
#kontakt svg {
    font-size: 20px;
}
.datenschutz {
    background: #66735D;
    padding: 10px 10%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0%;
    z-index: 10;
}
.datenschutz.sticky {
    background: #66735D;
    padding: 10px 10%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: inherit;
    z-index: 10;
}
.datenschutz.sticky a {
    color: #FFF;
}
.datenschutz.sticky li:last-child {
    margin: 0;
}
.datenschutz li:last-child:after {
    padding: 0;
}
.datenschutz li {
    display: inline-block;
}
.datenschutz li:after {
    content: " | ";
    padding: 0 10px;
    color: #FFF;
}
.datenschutz li:last-child:after {
    content: "";
}
.datenschutz a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}
/* dsa Rating */
.rating-1 {
    display: none;
}
.Bewertungstabelle tr > td {
    padding: 10px;
}
form#dsa-rating {
    padding: 0;
    margin-top: 50px;
}
.Bewertungstabelle tr:nth-of-type(odd) {
    background: #FFF;
    color: rgba(102, 115, 93, 1);
    border-radius: 10px;
}
.Bewertungstabelle tr > td:nth-of-type(1) {
    width: 100%;
    display: block;
}
.Bewertungstabelle tr > td:nth-of-type(2) {
    width: 100%;
    display: block;
}
.rating span,
.rating span:hover::before, .rating span:hover ~ span::before{
    font-size: 22px !important;
}
.form-control {
    margin: 0 0 25px 0;
    padding: 10px !important;
    border-radius: 15px !important;
    font-family: brevia, sans-serif !important;
    font-size: 16px !important;
    color: #707070 !important;
}
#rate_button {
    background: #FFBA35;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 15px;
    font-family: 'Caveat', cursive;
    font-size: 25px;
    border: none;   
}
.message h2 {
    background: #FFF;
    color: seagreen;
}
.thumbithumb,
.rating_box .subline,
.rating_bottom {
    display: none;
}
.rating_top h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #FFBA35;
}
.rating_box {
    padding: 30px;
    background: #FFF;
    border-radius: 30px;
    color: #707070;
}
.starbox {
    color: #FFBA35;
    font-size: 22px;
}
.startext {
    margin-bottom: 20px;
}
#dsa-rating-view {
    margin-top: 50px;
}
.spacer {
    margin: 0 0 60px 0;
}
figure.image-wrap {
    border-radius: 30px;
}
.leistungen li.flex-item {
    display: flex;
    width: 100%;
    margin: 0 0 2% 0;
}
.leistungen li.flex-item figure img {
    border-radius: 30px 30px 0 0;
    object-fit: cover;
    height: 100%;
}
.leistungen li.flex-item .text-box {
    background: #66735D;
    color: #FFF;
    padding: 30px;
    border-radius: 0 0 30px 30px;
}
.leistungen li.flex-item {
    flex-wrap: wrap;
}
.leistungen li.flex-item .text-box,
.leistungen li.flex-item figure {
    width: 100%;
}
.page-template-default #kontakt,
.page-template-tpl-impressum #kontakt,
.page-template-tpl-bewerten #kontakt,
.page-template-blog #kontakt,
.page-template-tpl-shop #kontakt,
.single #kontakt {
    background: rgba(255, 186, 53, 0.3) url(images/vorhang-links-offen.png) no-repeat right top / contain;
}
.single .einleitung {
    text-align: center;
}
.home #kontakt {
    background: url(images/vorhang-links-offen.png) no-repeat right top / contain;
}
figure img {
    border-radius: 30px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.gallery li {
	width: 48%;
	height: 200px;
	margin: 0 2% 2% 0;
}
.gallery li a {
	width: 100%;
	object-fit: cover;
	height: 200px;
}
.gallery li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 30px;
	display: block;
    max-width: unset !important;
}
.gallery a {
	position: relative;
	display: inline-block;
	width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.gallery .img-overlay {
    background: rgba(255, 186, 53, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    border-radius: 30px;
    font-size: 30px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}
.gallery li:hover .img-overlay {
    background: rgba(255, 186, 53, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}
.gallery li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}
.gallery li img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.lpages {
    margin-top: 100px;
    padding: 0 10%;
}
.lpages li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.lpages li a {
    border-radius: 20px;
    padding: 10px 15px;
    background: #66735D;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}
.col-50 li {
    list-style: disc;
    list-style-position: inside;
}
#planer-toggle {
    background: #FFBA35;
    padding: 15px;
    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 15px 0 0 15px;
    -webkit-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}
#planer-toggle a {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}
#planer-toggle.visible {
	right: -325px;
	-webkit-transition: linear 0.5s;
	-o-transition: linear 0.5s;
	transition: linear 0.5s;
}
#planer-toggle .svg-inline--fa {
    color: #66735d;
    font-size: 20px;
    margin: 0 10px 0 0;
}
#planer-toggle.visible + #planer-toggle-closer {
    display: none;
}
#planer-toggle-closer {
    position: absolute;
    border: none;
    right: 10px;
    top: 140px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #66735d;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    -webkit-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}
#planner-toggle-opener {
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}
.lpages {
    padding: 0 0 60px 0;
}
.beitrag .img-container {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.beitrag .content {
    padding: 50px;
}
.beitrag .content {
    background: #ffba35;
    border-radius: 0 0 20px 20px;
}
.beitrag:nth-of-type(2n) .content {
    background: #66735D;
    border-radius: 0 0 20px 20px;
}
.beitrag .content p,
.beitrag .content .date {
    color: #FFF;
}
.beitrag .content h2 a {
    color: #FFF;
    text-decoration: none;
}
.date {
    font-weight: 600;
    margin: 0 0 10px 0;
}
.beitrag img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}
.beitrag img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}
.beitrag {
    margin: 0 0 45px 0;
}
.article-nav {
    display: flex;
    justify-content: space-between;
}
.article-nav span {
    margin-top: 60px;
}
.article-nav span a {
    color: #FFF;
    text-decoration: none;
    background: #FFBA35;
    padding: 15px;
    border-radius: 20px;
    
}
.bildquellen a{
    color: #707070;
    text-decoration: none;
}
#info.xmas {
    background: url(images/akzent-christmas-bg.jpg) no-repeat center center / cover;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 50%;
    z-index: 999;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#info.betriebsferien{
    background: url(images/betriebsferien.jpg) no-repeat center center / cover;
}
#info.ferien{
    background: url(images/ferien.jpg) no-repeat center center / cover;padding: 0;
    width: 100%;
    position: fixed;
    top: 50%;
    z-index: 999;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#info.laden{
    background: url(images/akzent-laden.jpg) no-repeat center / cover;
}

.info-text {
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    padding: 50px;
    margin: 0 0 0 5%;
    position: relative;
}
#info.hide {
    display: none;
}
#info-closer {
    background: #66735D;
    width: 25px;
    height: 25px;
    color: #FFF;
    border: none; 
    border-radius: 100%;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
}
#angebote article {
    text-align: center;
    margin-bottom: 100px;
}
.produkt {
    background: #fff6e2;
    padding: 35px;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 25px;
}
.produkt figure {
    margin: 0 45px 20px 0;
}
.produkt img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.produkt table {
    width: 100%;
    margin-bottom: 20px;
}
.produkt table tr:nth-of-type(odd) {
    background: #FFF;
}
.produkt table tr td {
    padding: 5px;
    vertical-align: middle;
}
.produkt table tr > td:first-child{
    margin: 0 15px 0 0;
}
.produktfarbe {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

    /* Beiträge in Homepage */
    .beitrag-mainpage{
        width: 100%;
        padding: 15px;
        margin: 0 0 40px 0;
    }

    .beitrag-mainpage .img-container 
    {
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }

    .beitrag-mainpage img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in .5s;
    -o-transition: ease-in .5s;
    transition: ease-in .5s;
  }
  
  .beitrag-mainpage .content {
    background: #ffba35;
    border-radius: 0 0 20px 20px;
    padding: 50px;
    color: white;
  }
  .beitrag-mainpage .content h2 a {
    color: white;
  }
  .beitrag-mainpage:nth-of-type(2n) .content {
    background: #66735D;
    border-radius: 0 0 20px 20px;
    color: white;
}

    /* Ende Beiträge in Homepage */

@media screen and (max-width:480px) {
.youtube {width: 250px!important;}
}
/*--------------  Media Querries ---------------*/

@media screen and (min-width: 800px) {
    .info-text {
        background: rgba(255, 255, 255, 0.9);
        width: 50%;
        padding: 50px;
        margin: 0 0 0 40%;
        position: relative;
    }
   .flex-container {
        display: flex;
    }
    nav ul.main-menu {
        display: block;
    }
    .wrap-s {
        width: 60%;
        padding: 0;
        margin: auto;
    }
    .space-b {
        justify-content: space-between;
    }
    .align-c {
        align-items: center;
    }
    .header-banner {
        width: 100%;
        height: 100vh;
    }
    .header-banner img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .header-banner-container {
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .logo-container {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 443px;
        height: 443px;
    }
    .logo {
        position: relative;
        z-index: 1;
        animation-name: lazyload;
        animation-fill-mode: forwards;
        animation-duration: 1.5s;
        animation-delay: 1s;
        opacity: 0;
    }
    @keyframes lazyload {
        0% {
            opacity: 0;
            -webkit-transition: linear 0.5s;
            -o-transition: linear 0.5s;
            transition: linear 0.5s;
        }
        100% {
            opacity: 1; 
            -webkit-transition: linear 0.5s;
            -o-transition: linear 0.5s;
            transition: linear 0.5s;
        }
    }
    .logo-container-bg {
        background: url(images/radialer-verlauf.png) no-repeat center center / contain;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: absolute;
        opacity: 1;
        width: 443px;
        height: 443px;
        animation-name: pulse;
        animation-fill-mode: backwards;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-duration: 10s;
        -webkit-transition: ease-in 0.5s;
        -o-transition: ease-in 0.5s;
        transition: ease-in 0.5s;
    }
    @keyframes pulse {
        0% {
            background: url(images/radialer-verlauf.png) no-repeat center center / contain;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -webkit-transition: ease-in 0.5s;
            -o-transition: ease-in 0.5s;
            transition: ease-in 0.5s;
        }
        40% {
            background: url(images/radialer-verlauf.png) no-repeat center center / contain;
            -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
            -o-transform: scale(0.75);
            transform: scale(0.75);
            width: 400px;
            height: 400px;
            opacity: 0.8;
            -webkit-transition: ease-in 0.5s;
            -o-transition: ease-in 0.5s;
            transition: ease-in 0.5s;
        }
        70% {
            background: url(images/radialer-verlauf.png) no-repeat center center / contain;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
            width: 500px;
            height: 500px;
            opacity: 0.7;
            -webkit-transition: ease-in 0.5s;
            -o-transition: ease-in 0.5s;
            transition: ease-in 0.5s;
        }
        100% {
            background: url(images/radialer-verlauf.png) no-repeat center center / contain;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
             position: absolute;
            opacity: 1;
            width: 443px;
            height: 443px;
            -webkit-transition: ease-in 0.5s;
            -o-transition: ease-in 0.5s;
            transition: ease-in 0.5s;
        }
    }
    .nav-container {
        position: absolute;
        padding: 15px 5%;
        top: inherit;
        bottom: 0;
        left: 10%;
        right: 10%;
        width: 80%;
        background: #66735D;
        border-radius: 20px 20px 0 0;
    }

    #mobil-menu {
        display: none;
    }   
    nav ul.main-menu li {
        display: inline-block;
        list-style: none;
        margin: 0 25px 0 0;
    }
    nav ul.main-menu li a {
        color: #FFF;
        text-transform: lowercase;
        font-size: 17px;
        text-decoration: none;
    }
    #home {
        padding-bottom: 0;
    }
    #home .flex-item {
        width: 33.33%;
        margin: 0;
    }
    #home .flex-item figure,
    #home .flex-item .text-box {
        width: 100%;
        display: block;
        height: 300px;
    }
    #home .flex-item:nth-of-type(2) .text-box {
        background: #FFBA35;
    }
    #home .flex-item:nth-of-type(2) figure img {
        border-radius: 0;
    }
    #home .flex-item:nth-of-type(1) figure img {
        border-radius: 20px 0 0 0;
    }
    #home .flex-item:nth-of-type(3) figure img {
        border-radius: 0 20px 0 0;
    }
    #home .flex-item:nth-of-type(1) .text-box {
        border-radius: 0 0 0 20px;
    }
    #home .flex-item:nth-of-type(3) .text-box {
        border-radius: 0 0 20px 0;
    }
    #home .flex-item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #home .flex-item:nth-of-type(2) {
        flex-direction: column-reverse;
        display: inline-flex;
    }
    #home .flex-item .text-box img {
        margin: 0 auto;
    }
    #home .flex-item .text-box {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    #ueber-uns {
        background: url(images/vorhang-rechts-offen.png) no-repeat left top / contain;
    }
    #ueber-uns img {
        object-fit: cover;
    }
    .col-50 {
        width: 50%;
    }
    .col-33 {
        width: 30%;
    }
    .pmid .col-50 {
        width: 48% !important;
    }
    #ueber-uns article {
        justify-content: flex-end;
        display: inline-flex;
        flex-direction: column;
    }
    #bewertungen .col-50 {
        width: 50%;
        margin: 0 0 0 50%;
    }
    #bewertungen .col-50 .inner {
        padding: 0 0 0 10%;
        margin: 0 0 30px 0;
    }
    .Bewertungstabelle {
        width: 100% !important;
        margin-bottom: 40px !important;
    }
    .Bewertungstabelle tr > td:nth-of-type(1) {
        display: table-cell;
        width: 60%;
    }
    .Bewertungstabelle tr > td:nth-of-type(2) {
        width: 40%;
        display: table-cell;
    }
    .Bewertungstabelle tr > td {
        padding: 10px 0;
    }

    #bewertungen {
        padding: 100px 0;
    }
    #kontakt {
        text-align: center;
        padding: 100px 0;
    }
    #kontakt article {
        margin: auto;
        width: 50%;
    }
    #kontakt .flex-container {
        width: 100%;
        margin-top: 80px;
    }
    #kontakt .flex-container .flex-item {
        width: 33.33%;
    }
    #kontakt svg {
        margin-bottom: 10px;
    }
    #kontakt {
        background: url(images/vorhang-links-offen.png) no-repeat right top / contain;
    }
    .datenschutz {
        background: none;
        padding: 0;
        position: absolute;
        bottom: inherit;
        left: inherit;
        right: 15px;
        top: 15px;
        z-index: 10;
    }
    .datenschutz a,
    .datenschutz li:after {
        color: #66735D;
    }
    .leistungen.flex-container {
        flex-wrap: wrap !important;
        width: 100%;
    }
    .leistungen li.flex-item {
        display: flex;
        width: 100%;
        margin: 0 0 2% 0;
        flex-wrap: nowrap;
    }
    .leistungen li.flex-item figure {
        width: 50%;
    }
    .leistungen li.flex-item figure img {
        border-radius: 30px 0 0 30px;
        object-fit: cover;
        height: 100%;
    }
    .leistungen li.flex-item .text-box {
        background: #66735D;
        width: 50%;
        color: #FFF;
        padding: 30px;
        border-radius: 0 30px 30px 0;
    }
    .leistungen li.flex-item .text-box img {
        margin: 0 0 15px 0;
    }
    
    .einspaltig {
        width: 50%;
        margin: auto;
        text-align: center;
    }
    .zweispaltig {
        justify-content: space-between;
    }
    .zweispaltig .col-50 {
        width: 48%;
    }
    .gallery {
        display: flex;
        flex-wrap: wrap;
    }
    .gallery li {
        width: 25%;
        padding: 5px 10px;
        margin: 0 0 2% 0;
    }
    .gallery li img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 30px;
        display: block;
    }
    
    .posts {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .beitrag {
        width: 50%;
        padding: 15px;
        margin: 0 0 40px 0;
    }
    


}
@media screen and (min-width: 1025px) {
    section {
        padding: 90px 0;
    }
    .leistungen li.flex-item {
        display: flex;
        width: 48%;
        margin: 0 2% 2% 0;
    }
    .beitrag-mainpage{
        width: 30%;
        padding: 15px;
        margin: 0 0 40px 0;
    }
        /* Beiträge in Homepage */
        .beitrag-mainpage{
            width: 30%;
        }

}