
    * {
        margin: 0;
        padding: 0;
    }


    #wrapper {
        width: 100%;
    }

    #header {
        width: 100%;
        background-color: #ffffff;
        heigth: auto;
        margin-bottom: -50px;
        position: flex;
        z-index: 100;
    }

    #content {
        width: 100%;
        background-color: #f1f1f1;
        padding-top: 80px;

    }

    #content-subpages {
        width: 100%;
        background-color: #f1f1f1;
        padding-top: 100px;

    }

    #container {
        width: 70%;
        margin: 0 auto;
    }
	
	.wrap{
		width: 90%;
		margin: 0 auto;
	}

    hr{
        background: #8c1c6b;
        height: 5px;
        width:95%;
        margin: 0 auto;
        padding:0;
    }
	
	p{
		/* hyphens */
		   -moz-hyphens: auto;
		   -o-hyphens: auto;
		   -webkit-hyphens: auto;
		   -ms-hyphens: auto;
		   hyphens: auto; 
		font-family: 'Raleway', sans-serif;
        font-size: .9em;
        color: #1b1b1b;
    }

    #willkommens-text{
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        background-color: #ffffff;
        max-width: 95%;
        margin-left:  auto;
        margin-right: auto;
        margin-bottom: 50px;
        padding: 20px 0px;
    }

    #willkommens-wrap{
        width: 90%;
        margin:0 auto;
    }
	
    #breadcrumb{
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        background-color: #ffffff;
        max-width: 95%;
        margin-left:  auto;
        margin-right: auto;
        margin-bottom: 50px;
        padding: 20px 0px;
    }

    #breadcrumb-wrap{
        width: 90%;
        margin:0 auto;
		padding-bottom: 15px;
    }

    #nav {
        /*margin-left: 7%;*/
        margin-bottom: 30px;
    }

    h1 {
        font-family: 'Raleway', sans-serif;
        text-align: center;
        font-size: 2.5em;
        letter-spacing: 2px;
        font-weight: 400;
        color: #1b1b1b;
        text-transform: uppercase;
    }

    h2 {
        font-family: 'Parisienne', cursive;
        color: #62833b;
        text-align: center;
        font-size: 3em;
        margin-top: -30px;
        font-weight: 300;
    }

    h3 {
        font-family: 'Parisienne', cursive;
        color: #62833b;
        text-align: left;
        font-size: 2em;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    h5{
        font-family: 'Raleway', sans-serif;
        font-size: 1.5em;
        font-weight: bold;
        color: #8c1c6b;
        text-transform: uppercase;
    }

    #nav {
        padding: 20px;
        color: #8c1c6b;
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
    }

    #nav li {
        position: relative;
        float: none !important;
        width: 100% !important;
    }

    #nav li a{
        margin-bottom: 20px !important;
        padding: 0px 20px !important;
        text-align:center;
        width:100%;

    }


    #nav > ul > li {
        list-style-type: none;
        display: inline;
        padding-right: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 50px;
        width: 12%;
    }

    #nav li ul {
        display: none;
        position: absolute;
    }
    #nav ul ul {
        min-width: 375px;
        width: 100%;
    }



    #nav >ul > li:hover > ul {
        <!--display:block;-->
        display:none;
        list-style-type: none;
        padding-right: 20px;

    }


    #nav > ul> li >a {
        color: #8c1c6b;
        font-family: 'Raleway', sans-serif;
        font-size: 1.3em;
        text-decoration: none;
		font-weight: 500;
        text-transform: uppercase;
        margin: 10px;


    }
    #nav>ul>li>ul>li{
       <!-- background: #e7e7e7;-->

    }
    #nav > ul >li >ul >li>a {
        padding:20px;
        width: auto;
        margin-left: 10px;
        margin-top: 10px;

        font-size:1em;
        color: rgba(140,28,107,0.6);
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 100px;
    }

    .show-menu {

        text-align: left;
        color:#8c1c6b;
        font-size: 2.5em;
        text-transform: uppercase;
        text-decoration: none;
        display: none;
        margin-left:5%;
    }

    ul li a:hover + .hidden, .hidden:hover {
        display: block;
    }

    input[type=checkbox]{
        display: none;
    }

    /*Show menu when invisible checkbox is checked*/
    input[type=checkbox]:checked ~ #menu{
        display: block;
    }

    .clear {
        clear: both;
    }

    .clear-desktop {
        clear: both;
    }

    #logo {
        width: 120px;
        height: 120px;
		position: relative;
        margin: 0 auto;
		display: block;
    }

    .box {
        width: 28%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 50px;
        float: left;
		background: #ffffff;
		padding-bottom: 15px;
    }

    .box > a {
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        color: #8c1c6b;
        font-weight: bold;
        text-decoration: none;
	    padding-left: 10px;
	    padding-bottom: 30px;
    }

    .box > .image > span {
     /*   background-color: #000000;
        background-color: rgba(0%, 0%, 0%, 0.2); */
        font-family: 'Parisienne', cursive;
        color: #ffffff;
        font-size: 2em;
        position: absolute;
        bottom: 5px;
        width: 100%;
        line-height: 1.5em;
        text-align: center;
    }

    .box > .image > .two-lines {
       /* background-color: #000000;
        background-color: rgba(0%, 0%, 0%, 0.2);*/
        font-family: 'Parisienne', cursive;
        color: #ffffff;
        font-size: 2em;
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 1em;
        padding: 15px 0;
        text-align: center;
    }

    .image {
        position: relative;
        width: 100%;
		    box-shadow: 0 5px 0 #8c1c6b;
    }

    .thumb {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }
	
	

    .description {
		/* hyphens */
		   -moz-hyphens: auto;
		   -o-hyphens: auto;
		   -webkit-hyphens: auto;
		   -ms-hyphens: auto;
		   hyphens: auto; 
		font-family: 'Raleway', sans-serif;
        font-size: .8em;
        color: #1b1b1b;
		padding: 10px;
    }

    .text {
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        color: #1b1b1b;
        float: right;
        width: 55%;
        margin-left: 5%;
        padding-bottom: 20px;
    }

    .kontaktlink{
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        color: #62833b;
    }

    .left-text {
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        color: #1b1b1b;
        float: left;
        width: 100%;
        padding-bottom: 120px;
    }

    .kontakt{
        font-family: 'Raleway', sans-serif;
        font-size: 1.2em;
        color: #1b1b1b;
        float: left;
        padding-bottom: 20px;
        width:100%;
    }

    #content ul{
        list-style-type: disc;
        margin:0;
        padding:0;
    }

    #content ul li{
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #1b1b1b;
        float: left;
        width: 55%;
        margin-left: 5%;
        padding-bottom: 20px;
    }
    .headerimg {
        width: 100%;
        z-index: 0;
        position: relative;

    }

    .sideimg {
        width: 40%;
        float: left;
        padding-bottom: 50px;
    }

    #footer {
        width: 100%;
        background-color: #62833b;
        position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
    }

    #footer > a {
        font-family: 'Raleway', sans-serif;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        line-height: 3em;
		padding: 0 20px;
    }

    .show-menu, #show-menu{
        display: none;
    }

    h4{
        font-family: 'Raleway', sans-serif;
        font-size: 1.2em;
        color: #1b1b1b;
        font-weight: bold;

    }

    form {
        width: 370px; /* Breite des Formulars */
        margin-top: 20px;
    }


    #submit{
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        color: #1b1b1b;
        border: 1px solid #1b1b1b;
		padding: 7px;
    }

    #anrede, #vorname, #name{
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        color: #1b1b1b;
        border: 1px solid #ffffff;
    }

    label { /* Beschriftung auf eigener Zeile */
        display: block;
        cursor: pointer; /* Mauszeiger wird zur Hand */
        font-family: 'Raleway', sans-serif;
        font-size: 1.2em;
        color: #1b1b1b;
		margin-bottom: 5px;
		margin-top: 10px;
    }

    #anrede, #vorname, #name{
        margin-bottom: 1em;
        border: 1px solid #ffffff;
    }
    input#absender,
    textarea {
        width: 300px;
        border: 1px solid #ffffff;
        margin-bottom: 1em;
    }
    textarea {
        height: 7em;
    }
    input:focus,
    textarea:focus {
        background-color: #d9d9d9;
    }



    @media only screen and (max-width:980px){

        #content{
            width: 100%;
            margin:0 auto;
        }

        #container{
            width: 100%;
            margin:0 auto;
        }

        .box {
            width: 46%;
            padding-left:1.5%;
            padding-right:1.5%;
            padding-bottom: 30px;
        }

        .two-boxes {
            margin-bottom: 20px;
            margin-left:auto;
            margin-right: auto;

        }
        #logo {
            margin-left: 41%;
        }

        .clear-desktop{
            clear:none;
        }
    }





/*mobile*/

    @media only screen and (max-width:620px) {

        body{
            width:100%;
        }

        #wrapper  {
            width: 100% !important;
            margin-left:0;
            margin-right:0;
        }

        #container {
            width: 100%;
            margin: 0 auto;
        }


        #content {
            width: 100%;
            margin: 0 auto;
        }

        .box {
            width: 90%;
            margin: 0 auto;
            padding: 0 0 50px 0;


            float:none;
        }

        .two-lines {
            float:none;
        }

        .sideimg {
            width: 100%;
            margin: 0 auto;
        }

        .text {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;

        }

        #logo {
            margin-left: 30%;
        }

        ul {
            position: static;
            display: none;
        }

        /*Create vertical spacing*/
        li {
            margin-bottom: 1px;
        }
        /*Make all menu links full width*/
        ul li, li a {
            width: 100%;
        }
        /*Display 'show menu' link*/
        .show-menu {
            display:block;
        }

        .clear-desktop{
            clear:none;
        }

        h1{
             font-size: 2em;
         }

        h2{
            font-size: 2.4em;
        }

        #footer>a{
            margin-left: 35%;
        }



    }