/*
    
## ## ## ## ##  ##              ## ## ## ## ##  ## ## ## ## ##  ## ## ## ## ##  ##          ##  ## ## ## ## ##  ## ## ## ## ##
##              ##              ##          ##  ##          ##  ##          ##  ## ##       ##  ##                    ##
##              ##              ##          ##  ##          ##  ##          ##  ##  ##      ##  ##                    ##
##    ## ## ##  ##              ##          ##  ## ## ## ##     ##          ##  ##    ##    ##  ## ## ## ## ##        ##
##          ##  ##              ##          ##  ##          ##  ##          ##  ##      ##  ##  ##                    ##
##          ##  ##              ##          ##  ##          ##  ##          ##  ##        ## #  ##                    ##
## ## ## ## ##  ## ## ## ## ##  ## ## ## ## ##  ## ## ## ## ##  ## ## ## ## ##  ##          ##  ## ## ## ## ##        ##

/**** TEXT & ICONS ****/

/* COLOR 1 */
h1,
.fa-phone-flip,
#topfooter h3,
#topfooter .fa-phone,
#topfooter .fa-envelope,
.fa-location-dot,
.fa-house,
.fa-user,
hr,
.prev, 
.next,
.teaser i,
button,
input[type=submit],
#bottomfooter p,
#bottomfooter a {
    color: var(--color-1);
}

/* COLOR 2*/
#topfooter p,
#topfooter a{
    color: var(--color-2)
}

/* COLOR 3 */
.right h2,
.bottommenu .fa-phone-flip,
#adress .fa-phone-flip,
#adress .fa-location-dot,
.fa-caret-down,
.menuitem a,
nav .fa-envelope,
nav .fa-phone,
nav .fa-location-dot,
#teaserbox a:hover,
a,
.form h4,
#decline,
#popup h3,
#burgermenu {
    color: var(--color-3);
}

/* COLOR 4 */
.menuitem a:hover,
#teaserbox a,
h2,
h3,
h4,
li i,
p {
    color: var(--color-4);
} 
/* COLOR 7*/
.right h3,
.right p{
    color: var(--color-7);
}

/* OTHER */
.alert i:nth-of-type(1) {
    color: green;
}

/**** ELEMENT BACKGROUND ****/

/* COLOR 1 */
body,
.bottommenu nav,
.bottommenu,
.dropdown,
#teaserbox .box {
    background: var(--color-1);    
}

/* COLOR 2 */
#adress .box,
.dropdown .menuitem:hover,
#teaserbox .box,
input,
.teaser,
textarea,
.topmenu,
#teaserbox,
#topfooter {
    background: var(--color-2);
}

/* COLOR 3 */
#teaserbox .fa-location-dot,
.fa-house,
.fa-user,
button,
.teaser i,
#bottomfooter,
input[type=submit] {
    background: var(--color-3);
}
/* COLOR 5 */
#topfooter{
    background: var(--color-5);
}

/* COLOR 6 */
#bottomfooter{
    background: var(--color-6);
}
#decline {
    background: transparent;
}

/* OTHER */
#popup {
    background: #ffffff85;
}

/**** OUTLINE ****/

/* COLOR 3 */
#decline,
input:focus,
textarea:focus {
    outline: 1px solid var(--color-3);
}

/**** BOX SHADOW ****/

/* COLOR 4 */
#popup {
    -webkit-backdrop-filter: blur(3rem);
    backdrop-filter: blur(3rem);
    box-shadow: var(--color-4) 0 0 10rem -4rem;
}

/**** TEXT DECORATION ****/
.menuitem a:hover {
    text-decoration: none;
}
#popup a,
#bottomfooter a {
    text-decoration: underline;
}

/**** TRANSITIONS ****/
nav,
#more,
.all i,
.dropdown,
.menuitem a,
.bottommenu nav,
#selection span {
    transition: all linear 100ms;
}

#burgermenu {
    transition: all linear 200ms;
}

/**** FONTS ****/
@font-face {
    font-family: 'Text';
    src: url(../font/Montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Medium';
    src: url(../font/Montserrat/static/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Bold';
    src: url(../font/Montserrat/static/Montserrat-Bold.ttf);
}
* {
    font-family: 'Text';
    line-height: 1.5; /* Anpassen basierend auf Font */
}
#fixed-buttons button,
.right h3,
#topfooter h3 {
    font-family: 'Bold';
    line-height: 1.5; /* Anpassen basierend auf Font */
}

#linkblock a,
.teaser p,
.form p,
.right p,
#adress a,
nav li a,
#bottomfooter,
#bottomfooter a,
#topfooter p,
#topfooter a,
#teaserbox a,
#teaserbox p,
#teaserbox h3{
    font-family: 'Medium';
    line-height: 1.5; /* Anpassen basierend auf Font */
}

/**** ROOT ****/
:root {
    --color-1: #FFFFFF;
    --color-2: #eeeeee;
    --color-3: #2e7a7f; 
    --color-4: #000000;
    --color-5: #767676;
    --color-6: #646161;
    --color-7: #505050;
}