            /* CSS Document */
            /*
            Theme Name: architektur
            Template: twentynineteen
            Author: Albert America
            Version: 1.0
            Updated: 2019-06-12 
            */

			@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

            @import url('../twentynineteen/style.css');

			body {
				font-family: 'Open Sans', sans-serif;
			}

            /* Individuelle Farb-Hintergründe */

            body.lilahell {
            	background-color: #DDB5FF!important;
            }
            body.mooshell {
            	background-color:#7CCC99!important;
            }
            body.creme {
            	background-color: #FFECCF!important;
            }
            body.sand {
            	background-color: #FFACA7!important;
            }



			footer#colophon {
				background-color: #444;
			}

            @media screen and ( max-width: 48em ) {


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


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


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


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


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


            }