/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-700 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-italic - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-700italic - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-700italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-700italic.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  

html {
    height: 100vh;
    min-height: 100%;
}


body {
    background: #F8DF82;
    background: linear-gradient(316deg, rgba(248, 223, 130, 1) 0%, rgba(255, 237, 178, 1) 62%, rgba(254, 230, 134, 1) 100%);    color:#373153;
    background-attachment: fixed;
    font-family: 'Raleway', Arial, sans-serif;
    font-size:24px;
    font-weight:400;
    min-width:100%;
}

A {
    color:#373153;
    text-decoration: underline;
}
A:hover {
    color:#272143;
    text-decoration: underline;
}

.agenturlink_mobil {
    background-color:rgba(248, 223, 130, 0.5);
    padding:7px 12px;
    backdrop-filter: blur(4px);
    text-decoration: none;
    font-size:70%;
}

#seite_1 {
    background-image: url(../img/stuhlfritz.webp);
    background-position: bottom center;
    background-size: contain;
    -webkit-background-size:contain;
    background-repeat:no-repeat;
}

#moderatorenquicklinkfritzchen {
    position:fixed;
    bottom:0px;
    left:23%;
    z-index:2;
    display:none;
}

.fritzicon {
    font-size:120px;
}

#ibims_instagram, #ibims_email, #ibims_fotos, #ibims_vita {
    cursor:pointer;
}

h1 {
    font-size:300%;
    font-weight:700;
}

#startseite_spacer {
    height:200px;
}

@media (max-width: 576px) {
    body {
        font-size:14px;
    }    

    body:after{
        content:"";
        position:fixed;
        top:0;
        height:100vh;
        left:0;
        right:0;
        z-index:-1;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #seite_1 {
        background-size: cover;
    }

    .agenturlink_mobil {
        background-color:rgba(248, 223, 130, 0.5);
        padding:7px 12px;
        backdrop-filter: blur(4px);
        font-size:12px;
        text-decoration: none;
    }

    

    #startseite_spacer {
        height:220px;
    }

    .fritzicon {
        font-size:40px;
    }   

    h1 {
        font-size:28px;
    }

    h2 {
        font-size:19px;
    }

    h3 {
        font-size:16px;
    }

    .mitfritzlinksunten {
        background-image: none;
    }

    #moderatorenquicklinkfritzchen {
        position:fixed;
        bottom:0px;
        left:11%;
        z-index:2;
        display:none;
    }
    #moderatorenquicklinkfritzchen img {
        width:40%;
    }
    

}
