/*
 Theme Name:   Landing Pagency Child
 Theme URI:    http://example.com/bootstrap-basic-child/
 Description:  Landing Pagency Child Theme
 Author:       Dikkerboom
 Author URI:   http://www.dikkerboom.de
 Template:     landing-pagency
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  landing-pagency-child
*/

@import url("../landing-pagency/style.css");
html, body {
    min-width: 320px;
}
h1, h2, h3, h4, h5, h6,
#navigation a,
html,body {
    font-family: 'Open Sans Condensed', sans-serif;
}
#page, .container,
.content article {
    max-width: 100%;
    margin-bottom: 0;
}
.text_content {
    padding: 0 15px;
}
h2 {
    font-size: 22px;
}
.post-single-content {
    font-size: 17px;
    line-height: 150%;
}
@media screen and (min-width: 768px) {
    #headerimage,
    .text_content {
        max-width: 1050px;
        width: 100%;
        margin: 0 auto;
    }
    h2 {
        font-size: 22px;
    }
    .vierer .panel-grid-cell {
        padding: 0 1%;
        min-height: 275px;
        position: relative;
    }
    .vierer .panel-grid-cell a {
        position: absolute;
        bottom: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .vierer .sow-image-container {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1024px) {
    .text_content {
        padding: 0;
    }
}
.trenner {
    height: 40px;
}

#logo {
    max-width: 200px;
    display: block;
    /*
    width: 100%;
    margin: 0 auto;
    */
}
#navigation a {
    text-transform: uppercase;
}
footer {
    margin-top: 0;
    background-color: #878787;
}
#copyright-note span,
#menu-footer li a {
    color: #fff;
}
#footer-navi {
    margin: 15px 0 30px;
    width: 100%;
    float: left;
}
#footer-navi #menu-footer {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
}
#footer-navi #menu-footer li{
    list-style: none;
    float: left;
    padding: 0 10px;
}
#copyright-note {
    margin-bottom: 30px;
}
.article ul {
    margin: 0;
}
label {
    float: left;
    width: 100%;
    padding: 5px 0;
}
input {
    width: 100%;
}



div.juxtapose {
	width: 100%;
}

div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #f3f3f3;
}


div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -20px;
}

.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0;
}

div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: currentColor;
}

.vertical div.jx-control {
	height: 3px;
	width: 100%;
	background-color: currentColor;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin-left: -3px;
	background-color: currentColor;
}

.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative;
}

div.jx-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}

.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}


div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent currentColor transparent transparent;
}

div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent currentColor;
}

.vertical div.jx-arrow.jx-left {
	left: 0px;
	top: 2px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: transparent transparent currentColor transparent;
}

.vertical div.jx-arrow.jx-right {
	right: 0px;
	top: auto;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: currentColor transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0px;
	top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0px;
	bottom: 0px;
}


div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: auto;
}

div.jx-image img {
	height: 100%;
	width: auto;
	z-index: 5;
	position: absolute;
	margin-bottom: 0;

	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial;
}

.vertical div.jx-image img {
	height: auto;
	width: 100%;
}

div.jx-image.jx-left {
	left: 0;
	background-position: left;
}

div.jx-image.jx-left img {
	left: 0;
}

div.jx-image.jx-right {
	right: 0;
	background-position: right;
}

div.jx-image.jx-right img {
	right: 0;
	bottom: 0;
}


.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top;
}

.veritcal div.jx-image.jx-left img {
	top: 0;
}

.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
	bottom: 0;
}


div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.7);
	color: white;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
}

div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0;
}

div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0;
}

.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: auto;
}

div.jx-credit {
	line-height: 1.1;
	font-size: 0.75em;
}

div.jx-credit em {
	font-weight: bold;
	font-style: normal;
}


/* Animation */

div.jx-image.transition {
	transition: width .5s ease;
}

div.jx-handle.transition {
	transition: left .5s ease;
}

.vertical div.jx-image.transition {
	transition: height .5s ease;
}

.vertical div.jx-handle.transition {
	transition: top .5s ease;
}
textarea {
    height: 140px;
}

/* Knight Lab Credit */
a.jx-knightlab {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	display: table;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10;
}

a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer;
}

a.jx-knightlab:hover {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28;
}

a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: white;
	font-size: 10px;
	padding-left: 0.375em;
	vertical-align: middle;
	line-height: normal;
	text-shadow: none;
}

/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
	color: #000;
	border: none;
}
/*
.primary-navigation {
    min-height: 127px;
}
*/
#site-header.sticky #logo,
.home #site-header #logo,
#site-header #logo {
    background-image: url(./images/logo_kl_weiss.png);
    width: 70px;
    background-repeat: no-repeat;
    height: 50px;
    background-size: 100%;
    margin-top: 5px;
    margin-left: 20px;
}
#site-header #logo,
#site-header.sticky #logo {
    background-image: url(./images/logo_kl_bunt.png);
}
.primary-navigation.header-activated {
    position: relative;
    z-index: 100;
}
@media screen and (min-width: 865px) {
    .primary-navigation {
        min-height: 0;
    }    
    .primary-navigation.header-activated .container.clear {
        background: rgb(255, 255, 255, 0);
        position: fixed;
        width: 100%;
        max-width: 100%;
        /* max-height: 127px; */
        z-index: 10;
    }
    /* #site-header.sticky .primary-navigation, */
    #site-header.sticky .primary-navigation.header-activated .container.clear {
        max-height: 60px;
        min-height: 50px;
        background: rgb(255, 255, 255, 0.9);        
    }
/*
    #site-header #logo{
        background-image: url(http://verwaltenundgestalten.de/wp-content/uploads/2019/08/verwalten-gestalten-logo.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        max-width: 100%;
        width: 242px;
        height: 120px;
    }
    #site-header.sticky #logo {
        background-image: url(http://verwaltenundgestalten.de/wp-content/uploads/2019/08/verwalten-gestalten-logo_kl.png);
        width: 70px;
        height: 50px;
        margin-top: 5px;
    }
    */
    
    .primary-navigation.header-activated .container.clear #navigation{
        max-width: 1050px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .primary-navigation.header-activated #navigation a {
        color: #000;
        
    }
    .primary-navigation ul#menu-menu-1 {
        position: absolute;
        right: 0;
        bottom: 0; 
    }
    .site-branding .site-title {
        max-width: 625px;
        margin: 0 auto;
    }
    .main-container header .site-branding {
        padding: 140px 10px 0 10px !important;
    }
}
/*
.accordion br {
    display: none;
}
*/
.accordion-title {
    cursor: pointer;
}
.article {
    width: 100%;
    max-width: 1050px;
}
div#content {
    padding-right: 0;
}
.primary-navigation.header-activated #navigation a {
    font-size: 17px;
    font-family: 'Open Sans Condensed', sans-serif;
    
}
.primary-navigation.header-activated #navigation ul ul a {
    font-size: 15px;
}
.primary-navigation.header-activated #navigation ul ul a:hover {
    font-weight: bold;
}
#navigation ul ul {
    width: 250px;
}
#navigation ul li:hover ul {
    left: auto;
    left: -50%;    
}
#navigation ul ul li a {
    text-align: center;
}
#navigation ul ul li a, #navigation ul ul li a:link {
    width: 100%;
}
.primary-navigation.header-activated #navigation ul.menu:first-of-type li.menu-item:first-of-type a:first-of-type {
    padding-left: 20px;
}
#headerimage {
    width: 100%;
}
.content_image .sow-image-container,
#headerimage img {
    max-width: 368px;
    width: 100%;
    display: block;
    margin: 0 auto 40px;
    border-bottom: 4px solid #2295aa;
    position: relative;
}
#headerimage img {
    max-width: 100%;
}
.content_image .sow-image-container {
    margin: 40px auto 85px;
}
.erstellung.content_image .sow-image-container:after,
.neben.content_image .sow-image-container:after,
.wohnraum.content_image .sow-image-container:after,
.homestaging.content_image .sow-image-container:after,
.pruefung.content_image .sow-image-container:after,
.weg.content_image .sow-image-container:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2020/06/vug-icons-negativ-kreis-handmithaus.png);
    width: 110px;
    height: 110px;
    bottom: -50%;
    left:50%;
    margin: 55px 0 0 -55px;
}
.pruefung.content_image .sow-image-container:after {
    background-image: url(/wp-content/uploads/2020/06/vug-icons-negativ-kreis-dokumentmiteuro.png);
}
.neben.content_image .sow-image-container:after {
    background-image: url(/wp-content/uploads/2020/06/vug-icons-negativ-kreis-box-papier.png);
}
.homestaging.content_image .sow-image-container:after {
    background-image: url(/wp-content/uploads/2020/06/vug-icons-negativ-kreis-sofalampe.png);
}
.wohnraum.content_image .sow-image-container:after {
    background-image: url(/wp-content/uploads/2020/06/vug-icons-negativ-kreis-farbfaecher.png);
}
.erstellung.content_image .sow-image-container:after {
    background-image: url(/wp-content/uploads/2020/06/vug-icons-negativ-kreis-grundriss.png);
}


h4 {
    margin-top: 100px;
}
@media screen and (min-width: 768px) {
    #page {
        padding-top: 100px
    }
}
div.wpcf7 {
    padding-left: 30px;
}
.textwidget a.anfrage {
    display: inline-block;
}
.textwidget a.anfrage ,
.wpcf7-form-control.wpcf7-submit {
    background-image: url(./images/button-anfrage-senden.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 30px;
    text-indent: -1000ex;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
fieldset {
    border: 0;
    padding: 0 30px 0 0;
}
@media screen and (min-width: 768px) {
    fieldset {
        float: left;
        width: 50%;
        padding: 0 2% 0 0;
        min-height: 340px;
    }
    fieldset.lastfs {
        padding: 0 0 0 2%;
    }    
}
.wpsisac-slick-slider-wrp {
    width: 100%;
    position: relative;
}
h1.title {
    text-transform: uppercase;
}

#site-header .container.clear:last-child {
    position: absolute;
    max-width: 100%;
    top: 0;
    width: 100%;
}

.slide-wrap {
    margin-bottom: -6px;
}
.sessel {
    position: relative;
}
#kontaktbild {
    position: relative;
    width: 100%;
    max-width: 200px;
    left: 50%;
    margin-top: 5%;
    margin-left: -100px;
}
@media screen and (min-width: 768px) {
    #kontaktbild {
        position: absolute;
        width: 100%;
        max-width: 394px;
        left: 45%;
        top: 15%;
        margin-top: 0;        
        margin-left: -150px;
    }
}
.querformat {
    max-width: 533px;
    width: 100%;
    margin: 0 auto;
}

.impressoinen .panel-grid-cell {
    padding: 0 20px;
}
.iconsimg img {
    width: auto !important;
}
