/*
Theme Name:     Weisstheme
Theme URI:      
Description:    Av-bootstrap-optimized child theme.
Author:         Me
Author URI:     
Template:       av-bootstrap-optimized
Version:        0.1.0
*/

/* Base  */

html body{
    font-family: Helvetica, sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
	color: #383838
}

#primary{
    max-width: 100%;
    padding:  0px;
}

h2{
	color: #383838
}
body{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#content.site-content{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    padding: 0
}

.entry-content{
    margin: 0;
    padding: 0;
}

h1.entry-title{
    border-bottom: 0;
    display: none;
}

main article div figure{
    margin: 0 0 0rem;
}

/* Header and Nav Bar */

header#masthead {
    margin-bottom: 0;
    background-color: white;
    padding: 0 1rem ;
    box-shadow: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: #383838;
    font-size: x-large;
    font-weight: 400; 
    padding-right: 5rem;
    padding-left: 1.5rem;

}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
    color: #19739C;
    font-size: x-large;
    font-weight: 400;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover{
    color: #19739C;
    font-size: x-large;
    font-weight: 400;
}

@media (max-width: 576px) {
   body .container,.container-sm,.container-md, .container-lg {
        max-width: 2000px;
        padding: 0px;
    }

    div.entry-content div.leben-container{
        padding-top: 0;
    }

}

/* Logo */

#logo-img{
    height: 6rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

@media (max-width: 576px) {
 
 }

/* Footer */

section footer span a.post-edit-link{
    display: none;
    position: hidden;
    background-color: blue;
    padding: 0.5rem;
    padding-inline: 2rem;
    color: white;
    font-size: large; 
    border-radius: 1rem;
    margin-left: 2rem;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.site-info{
    background-color: white;
    border: 0;
    bottom: 0;
    color: lightslategray;
    text-align: end;
    margin-right: 2rem;
}


body:not(.theme-preset-active) footer#colophon{
    background-color: white;
    z-index: 10;
    overflow: hidden;
    position:fixed;
    bottom: 0
} 

div#impressum{
    background-color: white;
    z-index: 10;
    overflow: hidden;
    position:fixed;
    bottom: 0
} 

/* Leben */

.wp-block-cgb-block-bootstrap-cols.col-sm-12.col-xl-8.col-md-8{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    padding-right: 5rem;
}

@media (max-width: 900px) {
    .wp-block-cgb-block-bootstrap-cols.col-sm-12.col-xl-8.col-md-8{
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        justify-content: center;
        padding-right: 2rem;
    }
 }



div .leben-first-colum{
    display: flex;
    justify-content: center;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
}

figure.profilbild{
    /* display: flex; */
    justify-content: center;
    justify-items: center;
    margin-inline: 1rem;
    margin-top: 2rem;
  
}

figure .profilbild img{
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.wp-block-image img{
    /* border-radius: 1rem; */
}

/* .entry-content .leben-container{
    padding-top: 1rem
} */

/* Form */ 

section form textarea{
    display: block;
    background-color: #d1db096a;;
    /* opacity: 0.6; */
    border: none;
    padding: 1rem;
    width: 100%;
    
}

section input{
   
    padding: 1rem;
    height: 4rem;
    width: 100%;
    /* opacity: 0.6; */
    background-color: #d1db096a;
    border: none;   
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
    display: block;
    background-color: rgb(99, 94, 94);
    width: 14%;
    color: white;
    padding: 0;
    padding-inline: 1rem;
	height: 3rem
}

#formtop{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}

@media (max-width: 900px) {
    body #formtop {
        display: block;
     }
 }

@media (max-width: 900px) {
    body section form {
        margin-inline: 0rem;
    }

    .wpcf7-form-control.wpcf7-submit.has-spinner{
        display: block;
        background-color: rgb(99, 94, 94);
        width: 6rem;
        color: white;
        padding: 0;
        padding-inline: 1rem;
    }
}

section form p{
    width: 100%;
    padding: 0rem;
    margin: 0px 0px 0px;
    margin-top: 0px;
}

section form p label{
    display: block;
    width: 100%; 
    margin-bottom: -0.5rem;
}

section form{
    margin-top: -2rem;
    margin-inline: 0;
    margin-bottom: 3rem;
}

@media (min-width: 900px){
    #wpcf7-f135-p55-o1{
        margin-inline: 0;
    }
}

/* @media (max-width: 3000px){
    #wpcf7-f135-p55-o1{
        margin-inline: 10rem;
    }
} */

/* Kunst */ 

.achtvier-masonry-wrapper{
margin-top: 3rem;
margin-inline: 6rem;
margin-right: 2rem
}

/* light gallery */

/* .lg-outer .lg-img-wrap{
    background-color: white;
} */


div.av-masonry-title{
    padding-top: 0rem;
    opacity: 0;
}

div.av-gallery-grid-item{
    margin-bottom: 2rem;
}

.achtvier-masonry-wrapper{
    margin-right: 2rem
}


/* @media (min-width: 576px){
    .container{
        max-width: fit-content;
    }
} */

@media (min-width: 576px){
    .container, .container-sm, .container-md {
    max-width: 3000px !important
    }
}


.wp-block-contact-form-7-contact-form-selector{
    /* margin-inline:10%; */
    margin-top: 1%
}

.text-leben{
    font-size: larger;
}

@media (max-width: 1921px) {
  
    .text-leben{
        font-size: medium;
    }
}

@media (max-width: 900px) {
    .wp-block-contact-form-7-contact-form-selector{
        margin-inline: 0;
        margin-top: 0
    }
    .achtvier-masonry-wrapper{
        margin-top: 3rem;
        margin-inline: 3.5rem;
        margin-right: 0rem
        }

        .text-leben{
            font-size: small;
        }
    }


@media (max-width: 690px){
    #logo-img{
        margin-right: 18px
    }
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding-right: 1rem
    }
    div.leben-container > div.row{
        margin-left: -15px
    }
}

.gallery{
    background-color: white;
}

.lg-outer.lg-toogle-thumb{
    background-color: white;
}

.weissslider.owl-carousel div.owl-item img {
    width: 100vw;
}

.cover{
    width: 100vw;
    height: 80vh;
}

span.wp-block-cover{
    width: 100vw;
}

div.lg-thumb-outer.lg-grab {
    display: none;
    height: 0px;
}

body div.lg-img-wrap > img.lg-object.lg-image{
    padding: 4rem;
}

div.formfield{
    margin-top: 5%;
    padding-inline: 2rem
}

div.derdiedas{
    display: flex;
    justify-content: space-between;
}

nav > div.navbar-brand{
    width: 12%;
}

div.wp-block-group__inner-container > p{
    margin-bottom: 0rem
}

div.wp-block-group__inner-container{
    margin-bottom: 2rem
}

@media (min-width: 1200px){
   div.row > div.kontakttext{
        flex: 0 0 25%;
        margin-inline: 6rem;
        padding-top: 5rem;
    }
    div.row > div.form-col{
        flex: 0 0 55%
    }
}

div.leben-container > div.row{
    margin-left: 60px
}

@media (max-width: 1200px){

   div > div.leben-container > div.row{
        margin-left: 0px
    }
}

@media (max-width: 770px){

    div > div.leben-container > div.row{
         margin-left: -15px
     }

 }

 div#formtop > p > label > span{
    color: black;
    opacity: 1;
 }

 div div div div.ueberschrift-leben{
    font-size: larger;
 }

 @media (max-width: 770px){

    div div div div.ueberschrift-leben{
        font-size: medium;
     }
 }

 @media (min-width: 1770px){

    div div div div.ueberschrift-leben{
        font-size: x-large
     }
 }

body div.leben-container p{
	color: #383838
}

.lg-actions .lg-next,.lg-actions .lg-prev {
    background-color: white !important;
    border-radius: 2px;
    color: #383838 !important;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-prev {
    left: 4px !important;
}

.lg-actions .lg-next {
    right: 4px !important;
}

.lg-sub-html,
.lg-toolbar {
	background-color: white !important;
	color: #383838 !important
}

#lg-share{
	display: none !important;
}

#lg-zoom-in{
	display: none !important;
}

#lg-zoom-out{
	display: none !important;
}

#lg-actual-size{
	display: none !important;
}

.lg-fullscreen{
	display: none !important;
}

.lg-autoplay-button{
	display: none !important 
}

#lg-download{
	display: none !important 
}

#lg-counter{
	color: #383838 !important
}

.lg-toolbar .lg-icon{
	color: #383838 !important
}

div div div p.datenschutz{
	margin-bottom: 4rem
}

div div.imp-box{
	width: 85vw;
	display: flex;
	justify-content: center;
	margin-top: 3rem
}

div div.dsgvo-box{
	width: 85vw;
	display: flex;
	justify-content: center;
	margin-top: 3rem
}


@media (max-width: 700px){
	div div.dsgvo-box{
	width: unset;
	}
	div div.imp-box{
	width: unset;
	}
}

div.owl-nav{
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: relative;
	bottom: 45vh;
	font-size: 4rem;
	margin-inline: 1rem;
	color: white
}

div.owl-nav button:focus{
	outline: unset
		
}