    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        text-align: center;
        scroll-behavior: smooth;
    }
    
    section {
        min-height: 100%;
    }
    
    a {
        text-decoration: none;
    }
    
    li {
        list-style-type: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    a {
        font-family: sans-serif;
        font-weight: 400;
        color: #505050;
        text-transform: uppercase;
    }
    
    p {
        font-family: sans-serif;
    }
    
    p a {
        font-family: sans-serif;
        font-weight: 200;
        color: #4b59ff;
        text-transform: none;
    }
    
    h2 {
        color: #303030;
    }
    
    h3 {
        font-size: 1.3em;
    }
    
    hr {
        width: 30px;
        height: 2px;
        background: #494949;
        border: 0;
        margin: 0 auto 40px auto;
    }
    
    img,
    #logo {
        transition: all 300ms;
        --webkit-transition: all 300ms;
        --moz-transition: all 300ms;
    }
    
    .logo_image {
        width: 100px;
        opacity: 0.7;
        margin-top: 120px;
    }
    
    .logo_image:hover {
        opacity: 1;
        transform: scale(1.1);
        --webkit-transform: scale(1.1);
        --mozilla-transform: scale(1.1);
    }
    
    .fa-bars {
        display: none;
    }
    /* HEADER *************************************************************/
    
    header {
        width: 100%;
        height: 110px;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        box-shadow: 0 3px 40px rgb(2, 2, 2);
        z-index: 1;
    }
    
    #logo {
        height: 76px;
        float: left;
        margin: 20px 0 0 30px;
    }
    
    #logo:hover {
        opacity: 0.6;
    }
    
    #logo img {
        height: 76px;
    }
    
    header nav {
        float: right;
        margin: 32px 20px 0px 0px;
    }
    
    header nav i span {
        font-family: sans-serif;
        color: #505050;
        text-transform: none;
        padding-left: 10px;
    }
    
    header nav ul li {
        margin: 0 5px;
        color: #424242;
        display: inline-block;
    }
    
    header nav ul li a {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 14px;
    }
    /* HOME **********************************************************/
    
    #home {
        background: url(../img/landing3.jpg);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    #home h1 {
        font-size: 2.8em;
        font-weight: 400;
        color: #4289d8;
        margin: 100px 40px 0 40px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px;
    }
    
    #home h2 {
        font-size: 1.7em;
        background-color: rgba(255, 255, 255, 0.7);
        margin: 0px 40px 0 40px;
        text-transform: none;
        padding: 0px;
    }
    
    #home h3 {
        font-size: 1.2em;
        margin-top: 0;
        padding-top: 0;
        /*background-color: rgba(255, 255, 255, 0.7);*/
        padding: 20px 0 0 0;
    }
	
	.flexbox {
		margin: 40px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
    
	.box {
		min-width: 200px;
		padding: 50px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	
	.servicelist li {
		list-style-type: disc;
	}
	
    #home p.landscape {
        background-color: rgba(255, 255, 255, 0.8);
        
		width: 30%; 
        padding: 40px;
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
	#home p.services {
        background-color: rgba(255, 255, 255, 0.8);
        margin: 100px 40px 0px 40px;
		width: 30%; 
        padding: 40px;
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    #home .arrow {
        opacity: 0.7;
        margin: 20px 40% 0 40%;
		
    }
    
    #home .arrow:hover {
        opacity: 1;
    }

    /* Datenschutz ****************************************************/
    
    #datenschutz p {
        hyphens: auto;
        text-align: justify;
        margin: 0 auto 0 auto;
        width: 80%;
    }
    /* Impressum ******************************************************/
    
    #impressum p {
        hyphens: auto;
        text-align: justify;
        margin: 0 auto 0 auto;
        width: 80%;
    }
    /* Footer *********************************************************/
    
    footer {
        width: 100%;
        height: 55px;
        background-color: white;
        position: fixed;
        bottom: 0;
        left: 0;
        background: white;
        box-shadow: 0 3px 40px rgb(2, 2, 2);
        z-index: 1;
    }
    
    footer p {
        padding-top: 2px;
        font-size: 12px;
    }
    /* MEDIA QUERIES *************************************************************/
    /* Tablets *******************************************************************/
    
    @media screen and (max-width: 1050px) {
        header {
            height: auto;
        }
        #logo img {
            height: 45px;
        }
        #logo {
            margin: 16px 0 10px 10px;
            height: 40px;
        }
        #home h1 {
            font-size: 1.2m;
            padding: 10px;
        }
        header nav {
            margin-top: 10px;
        }
        header nav ul {
            display: inline-block;
        }
        header nav ul li {
            font-size: 12px;
        }
        .logo_image {
            width: 100px;
            padding-top: 0px;
            margin-top: 85px;
        }
    }
    /* Mobile *******************************************************************/
    
    @media screen and (max-width: 915px) {
        #home h1 {
            font-size: 1.2em;
            padding: 5px;
        }
        header nav {
            margin: 0;
            float: none;
        }
        .fa-bars {
            font-size: 17px;
            float: right;
            display: inline-block;
            width: 100%;
            cursor: pointer;
            text-align: right;
            margin: -25px 30px 0 0;
        }
        .fa-bars:hover {
            opacity: 0.5;
        }
        header nav ul {
            width: 100%;
            height: 0;
            margin: 0;
            padding: 0;
            display: none;
        }
        header nav ul.open {
            height: auto;
            display: inline-block;
        }
        header nav ul li {
            width: 100%;
            padding: 5px 0;
            margin: 0;
            font-size: 11px;
            border-top: 1px solid #8b8b8b;
            background-color: #f0f0f0;
        }
        header nav ul li:hover {
            background-color: #eeeeee;
        }
    }
	
	/* Wide Screen  *******************************************************************/
	 @media screen and (min-width: 1900px) {
		 #home {
			 padding: 0 30% 0 30%; 
			 text-align: center;
		 }
	 }