@charset "utf-8";

/* Kommentar
schwarz: #000
weiss: #fff
mittleres grau: #808080
hellgrau: #F4F4F4
*/

* {
    border: none;
    margin: 0;
    box-sizing: border-box;
}

/*#index {
    background-color: #C4BCF3;
}

#filme {
    background-color: #BBDBF2
    ;
}

#impressum {
    background-color: #F5ECB3;
}

#info {
    background-color: #C9EEB8;
}*/

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


body {
    font-family: mundial, sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;*/
    font-size: 1em;
    margin: 0em;
    margin-left: 0;
    padding-top: 0.5em;
    padding-bottom: 1em;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #E8E8E8;
}

section {
    padding-bottom: 0em;
}

section:last-child {
    padding-bottom: 0em;
}

a {
    color: #000;
}

p a {
    color: #000;
}

header a {
    line-height: 1.25em;
}

footer li {
    line-height: 1.25em;
}

/*#index header a{
    color: #676280;
}

#index footer a{
    color: #676280;
}

#filme header a {
    color: #627380;
}

#filme footer a {
    color: #627380;
}

#info header a {
    color: #6B8062;
}

#info footer a {
    color: #6B8062;
}

#impressum header a {
    color: #807B5D;
}

#impressum footer a {
    color: #807B5D;
}*/

.flaviuszeddies {
    /*color: #E1FA3C;*/
    /*color: #005E4B;*/
    /*color: #C80153;*/
    /*color: #A80F88;*/
    /*color: #a62f2d;*/
    color: #a62f2d;
}

#filme #site-header a {
    /*color: #5A409C;*/
    color: #DBA00B;
}

#info #site-header a {
    color: #506751;
}

#cv #site-header a {
    color: #a62f2d;
}


#impressum #site-header a {
    color: #597896;
    /*color: #00C697;*/
}

header {
    /*margin-left: auto;*/
    /*margin-left: auto;*/
    margin-right: auto;
    max-width: 65em;
    width: 100%;
    padding: 0em 3vh;
    line-height: normal;
    z-index: 1;
}

.logo-set-goaround a {
    text-decoration: none;
    /*font-size: 2em;*/
    font-size: 3em;
}



header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header nav li {
    display: inline-block;
}

header nav a {
    text-decoration: none;
    color: #000;
    transition: color 0.25s ease;
    font-size: 1em;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header li:hover a {
    text-decoration: underline;
    color: #000;
    transition: color 0.25s ease;
}

header nav a:hover {
    color: #808080
}

#menu-container {
    margin-top: 0.7em;
}

#main-menu li {
    padding-left: 2em;
}

#site-header {
    display: flex;

}

.grey {
    color: #808080;
}

.italic {
    font-style: italic;
}

/*.start{
    height: 60vb;
}*/

main {

    flex: 1;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
}

.content {
    /*margin-left: auto;
    margin-right: auto;*/
    max-width: 100%;
    width: 100%;
    padding: 0em 3vh;
}

.start {

    /*background-image:url(../img/me_0002.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    /*min-height: 100vh;*/
    margin: 0;
    padding: 0em 0em;
    /*padding-right: 70vh;*/
    line-height: 1.75em;
}

.start h1 {
    font-size: 2.25em;
    color: #000;
    margin-bottom: 0.25em;
}

.start p {
    color: #000;
    width: 50%;
}

.start a {
    color: #000;
    font-weight: 400;
}

.text-col {}

.gal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.foto-hoch {
    height: auto;
    flex-basis: 300px;
    flex-grow: 2;
    margin-right: 1em;
}

.foto-quer {
    height: auto;
    flex-basis: 450px;
    flex-grow: 3;
}

.foto {
    margin-bottom: 1em;
}

.portrait {
    width
}

/*.last-foto .foto:last-child{
    margin-bottom: 0;
}*/

.video {
    width: 19%;
    height: 19%;
    /* flex-basis: 200px; */
    margin-bottom: 1em;
}

.video:last-child {
    margin-bottom: 1;
}

figure figcaption {
    margin-top: 0.5em;
    margin-bottom: 0em;
    font-size: 0.9em;
    line-height: 1em;
    width: 100%;
}

.bold {
    font-weight: 600;
    font-style: ;
}

.title {
    color: #627380;
    font-weight: ;
}

.description {
    float: right;
    color: #627380;
    /*color: #3A5F7A;*/
    font-style: ;
}


#page3 .video-container,
.is-type-video .wp-block-embed_wrapper {
    position: relative;
    padding-bottom: 50%;
    /* 56.25%=16:9 - 75%=4:3*/
    padding-top: 25px;
    height: 0;
    margin-bottom: 0;
}


#page3 .video-container iframe,
.is-type-video .wp-block-embed_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

#desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

figure {
    margin-bottom: 1em;
    width: 19.25%;
    height: 19.25%;
}

#mobile figure {
    width: 100%;
    margin-bottom: 1.5em;
}

#mobile {
    display: none;
}

h1 {
    font-size: 1.8em;
    color: #808080;
    margin: 0;
    margin-bottom: 1em;
    line-height: 1.25em;

}

h2 {
    font-size: 1em;
    color: #808080;
    margin: 0;
    margin-bottom: 0.25em;
}

.content h2 {
    margin-top: 2em;
}

.content .notbold {}

.disclaimer {
    background-color: #000;
    color: #fff;
    font-size: 1.15em;
    margin: 2em 0em;
    padding-top: 1em;
    padding-bottom: .75em;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 450px;
}

/* Change autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
    /*  border: 1px solid green;*/
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    background-color:  !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}



input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=text],
select,
textarea {
    display: block;
    width: 100%;
    /* Full width */
    max-width: 450px;
    padding: 1em;
    /* Some padding */
    border: 0px solid #ccc;
    /* Gray border */
    border-radius: 0px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 0.5em;
    /* Add a top margin */
    margin-bottom: 2em;
    /* Bottom margin */
    resize: vertical;
    /* Allow the user to vertically resize the textarea (not horizontally) */
    font-size: 0.8em;
    font-family: font-family: mundial, sans-serif;
    font-style: normal;
    font-weight: 100;
    outline: none;
}

input[type=email],
select,
textarea {
    display: block;
    width: 100%;
    /* Full width */
    max-width: 450px;
    padding: 1em;
    /* Some padding */
    border: 0px solid #ccc;
    /* Gray border */
    border-radius: 0px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 0.5em;
    /* Add a top margin */
    margin-bottom: 2em;
    /* Bottom margin */
    resize: vertical;
    /* Allow the user to vertically resize the textarea (not horizontally) */
    font-size: 0.8em;
    font-family: font-family: mundial, sans-serif;
    font-style: normal;
    font-weight: 100;
    outline: none;
}

input[type=tel],
select,
textarea {
    display: block;
    width: 100%;
    /* Full width */
    max-width: 450px;
    padding: 1em;
    /* Some padding */
    border: 0px solid #ccc;
    /* Gray border */
    border-radius: 0px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 0.5em;
    /* Add a top margin */
    margin-bottom: 2em;
    /* Bottom margin */
    resize: vertical;
    /* Allow the user to vertically resize the textarea (not horizontally) */
    font-size: 0.8em;
    font-family: font-family: mundial, sans-serif;
    font-style: normal;
    font-weight: 100;
    outline: none;
}

input[type=submit] {
    padding: 0.75em 1em;
    margin: 1em 0em;
    width: 6em;
    background-color: black;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
}

input[type=submit]:hover {
    background-color: #808080;
}

input:-internal-autofill-selected {
    background-color: ;
}

.content .senden {
    padding: 0.75em 1em;
    margin: 1em 0em;
    width: 6em;
    background-color: black;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-size: 0.85em;

}

#senden {
    margin-top: 0;
}

.content .senden:hover {
    background-color: ;
    transition: background-color ease 0.25s;
}

.kontakt-container {
    margin-bottom: 3em;
}

.content a {
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}


p {
    width: 100%;
}

.dis-container figcaption {
    margin-top: 0.5em;
}


.dis-container figure {
    flex-basis: 200px;
    flex-grow: 1;
    margin: 0em;
    padding: 0em;
    margin-right: 2em;
}

.dis-container h1 {
    margin-top: 0.5em;
}


.dis-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /* flex-basis: 400px;*/
}

.dis-container img {
    flex-basis: 400px;
}

.txt-col {
    flex-grow: 2;
    flex-basis: 35ch;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 0;
}

.logo {
    margin: 1.5em;
}

.logo-container img {
    display: initial;
    width: 25%;
    height: 25%;
}

#logo-mmv {
    width: 15%;
}

#logo-areos {
    width: 20%;
}

/* */

footer {
    /*margin-left: auto;
    margin-right: auto;*/
    max-width: 65em;
    width: 100%;
    padding: 0em 3vh;
    display: block;
    font-size: 3em;
    line-height: normal;
    z-index: 1;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #808080;

}

footer li {
    margin-top: 0em;
}

footer li:first-child {
    margin-top: 0.4em;
}

footer a {
    text-decoration: none;
    color: #000;
}

footer a:hover {
    text-decoration: underline;
}

#footer-menu {
    display: flex;
}

footer nav ul {
    margin-right: 5em;
}

footer nav img {
    display: initial;
    width: auto;
    height: auto;
}

#sozial-media {
    margin-right: 0;
}

#sozial-media img {
    height: 0.75em;
    margin-right: 0.5em;
}


/* @media screen and (max-width: 960px) {

    .thumbnail-video {
        width: 48.75%;
        height: 48.75%;
    }


}*/

@media screen and (max-width: 1500px) {

    figure {
        margin-bottom: 1em;
        width: 24%;
        height: 24%;
    }
}

@media screen and (max-width: 1200px) {

    figure {
        margin-bottom: 1em;
        width: 32.25%;
        height: 32.25%;
    }
}


@media screen and (max-width: 940px) {

    figure {
        margin-bottom: 1em;
        width: 49%;
        height: 49%;
    }

    .start {
        background-color: #E8E8E8;
        /*background-image:url(../img/me_0003.jpg);*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
        padding: 3em 2em;
    }

    .start h1 {
        font-size: 1.5em;
        color: #000;
        margin-bottom: 0.25em;
    }

    .start p {
        color: #000;
        width: 100%;
    }

    .start a {
        color: #000;
        font-weight: normal;
    }

}

@media screen and (max-width: 700px) {

    #mobile {
        display: block;
    }

    #desktop {
        display: none;
    }
}


@media screen and (max-width: 800px) {

    .foto-hoch {
        margin-right: 0;

    }

    /*.foto:last-child{
    margin-bottom: 0;

    }*/

}

@media screen and (max-width: 680px) {

    .portrait {
        margin-bottom: 2em;
    }

    .dis-container .img-col {
        margin-right: 0;
    }

    .dis-container h1 {
        margin-top: 2em;
    }

}

@media screen and (max-width: 515px) {

    header {
        font-size: 0.9em;
    }
    
    footer a {
        font-size: 0.9em;
    }

    body {
        min-height: 100vh;
        height: fixed;
    }

    /*.logo-set-goaround a {
    font-size: 3.5em;
    }*/


    .logo-container {
        display: block;
    }

    .logo {
        margin: 1.5em 0;
    }

    .logo-container img,
    #logo-areos,
    #logo-mmv {
        display: block;
        width: 70%;
        margin: 5em auto;
    }

    .logo-container img,
    #logo-areos,
    #logo-mmv:last-child {
        display: block;
        width: 70%;
        margin: 5em auto;
        margin-bottom: 1em;
    }

    #logo-areos {
        width: 50%;
    }

    #logo-mmv {
        width: 40%;
    }



    #footer-menu {
        display: block;
    }

    footer nav ul {
        /*margin-bottom: 2em;*/
        margin-bottom: 0;
    }

    #sozial-media {
        margin-bottom: 0;
    }
}









#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
