/*
 Theme Name:     A-DUR Child-Theme
 Theme URI:      http://www.a-dur.at
 Description:    Divi Child-Theme
 Author:         A-DUR
 Author URI:     http://www.a-dur.at
 Template:       Divi
 Version:        1.0.0
*/

/* Standardmäßig unsichtbar */
/*#main-content .et_pb_section, 
#main-content .et_pb_row, 
#main-content .et_pb_column, 
#main-content .et_pb_module {
    opacity: 0;
    transition: opacity 0.4s ease 0.1s;
}*/

.first {
    padding-top: 170px !important;
    margin-top: 0 !important;
}

@media only screen and (max-width: 900px) {
    .first {
        padding-top: 130px !important;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 900px) {
    .first {
        padding-top: 180px !important;
        margin-top: 0 !important;
    }
}

* {

}

p {

}

footer .et_builder_inner_content .et_pb_text_inner p, footer .et_builder_inner_content .et_pb_text_inner a {
    color: #a8a8a8!important;
}

a:focus-visible {
  outline: 2px solid white;
  box-shadow: 0 0 0 4px black;
}