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

* {
    margin: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #fff;
    font-family: 'Work Sans', sans-serif, Arial, Verdana, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    line-height: 1.4em;
    /*font-weight: 500;
    height:98%;
    */
    overflow-y: visible;

}

body{
}

strong {
    font-weight: bold;
}

img {
    outline: none;
}

h1 {
    color: #3a4f8d;
    line-height: 1.4em;
    font-size: 1.8em;
}

h2 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.4em;
    font-size: 1.2em;
    padding-bottom: 5px;
}

h3 {
    color: #3a4f8d;
    line-height: 1.4em;
    font-size: 1.1em;
    padding-bottom: 5px;
}

p {
    line-height: 1.4em;
    padding-bottom: 10px;
    font-size: 1.2em;
}

a {

    color: #3a4f8d;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.linkbutton {
    padding: 7px;
    border: 2px solid #3a4f8d;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.linkbutton:hover {
    color: #fff;
    background-color: #3a4f8d
}

#navi {
    width: 100%;
    background-color: #3a4f8d;
    height: 130px;
    margin-top: 1%;
    /*margin-left:50px;*/
}

#wrapper {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    /*width: 98%;
    min-width: 320px;
	margin-top:2%;
	box-shadow: 2px 4px 10px #ccc;
	
	height: 100%;
	*/
    max-width: 1200px;
    background-color: #fff;
}

#menuwrapperm {
    display: none;
}

#logo {
    height: 130px;
    width: 340px;
    float: left;
    background-image: url(../images/laemmlein-logo.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#logo a span {
    display: none;
}

#inhalt {
    width: 100%;
    background-color: #fff;
    /*overflow:auto;
	padding: 0 2% 0 2%;
	*/
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 15px;
}

.spalte1 {
    width: 50%;
    float: left;
}


.spalte2 {
    width: 50%;
    float: left;
    text-align: right;
}

.spalte2 p, .spalte2 h1 {
    padding-left: 20px !important;
}

.spalte1, .spalte2 img {
    padding-bottom: 20px;
}

.herotextcenter {
    max-width: 600px;
    /*top:200px;*/
    top:18%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.93);
    position:relative;
    padding: 2%;
    text-align:center;
}

.hero-bg{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0;
}

.bg-start {
    background-image: url(../images/hintergruende/startseite.jpg);
}

.bg-kueche {
    background-image: url(../images/hintergruende/kueche.jpg);
}

.bg-spezial {
    background-image: url(../images/hintergruende/spezial.jpg);
}

.bg-wohnen {
    background-image: url(../images/hintergruende/wohnen.jpg);
}

.bg-bad {
    background-image: url(../images/hintergruende/bad.jpg);
}

.bg-schlafen {
    background-image: url(../images/hintergruende/schlafen.jpg);
}

.bg-tueren {
    background-image: url(../images/hintergruende/tueren.jpg);
}

.bg-wellness {
    background-image: url(../images/hintergruende/wellness.jpg);
}

.bg-privat {
    /* TODO: missing file: wood.jpg */
    background-image: url(../images/wood.jpg);
    padding: 0 2% 0 2%;
    height: 400px;
}

.bg-adresse {
    background-image: url(../images/hintergruende/adresse.jpg);
}

.bg-umwelt {
    background-image: url(../images/hintergruende/umwelt.jpg);    
}

.bg-werkstatt {
    background-image: url(../images/hintergruende/werkstatt.jpg);
}

.bg-leistung {
    background-image: url(../images/hintergruende/leistung.jpg);
}

.bg-partner {
    background-image: url(../images/hintergruende/partner.jpg);
}

.bg-buero {
    background-image: url(../images/hintergruende/buero.jpg);
}

.bg-praxen {
    background-image: url(../images/hintergruende/praxen.jpg);
}

.bg-ladenbau {
    background-image: url(../images/hintergruende/ladenbau.jpg);
}

#unten {
    background: #ededed;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1em;
    line-height: 1.4em;
    /*position: fixed;bottom:0;
	margin-left: 2%;
    margin-right: 2%;
	*/
    height: auto;
    width: 1200px;
    color: rgba(0, 0, 0, 0.75);
}

#unten a {
    color: #3a4f8d;
    text-decoration: underline;
}

#unten a:hover {
    text-decoration: none;
}

.hllink {
    color: #3a4f8d;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.last {
    clear: left;
    padding: 10px;
    /*margin-bottom: 4em;*/
}

.galerie {
    float: left;
    text-align: left;
    padding-right: 9px;
}

.galerielast {
    padding-right: 0px;
}

.herotext {
    width: 900px;
    top: 50px;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    position: relative;
    padding: 25px;
    text-align: center;
}

.slogan {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto;
    /*background-color:rgba(0,0,0,0.0);*/
    text-align: center;
}

.slogan h1 {
    font-size: 3em;
}

.herotext p {
    padding-bottom: 10px;
}


.herotextcenter p {
    padding-bottom: 20px;
}

#cookies {
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.75);
    height: 8%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

#cookiesCloser {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

#cookies a {
    color: #fff;
}

.imgpartner {
	width: 160px;
	padding-right: 5px;
}

/*@media only screen and (max-width:580px) and (orientation:portrait) {*/

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

    html, body {
        background-color: #fff;
        font-family: 'Work Sans', sans-serif, Arial, Verdana, Helvetica, sans-serif;
        color: rgba(0, 0, 0, 0.75);
        font-size: 13px;
        line-height: 1.3em;
        /*font-weight: 500;
        height:98%;
        */
    }

    img {
        width: 100%;
        height: auto;
    }

    #menuwrapper {
        display: none;
    }

    #wrapper {
        width: 100%;
        margin: 0 auto;

        height: auto;
        min-height: 100%;

        background-color: #fff;
    }

    #logo {
        height: 90px;
        float: left;
        background-image: url(../images/laemmlein-logo-mobil.png);
        background-repeat: no-repeat;
        background-position: 10px 0px;
    }

    #logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #unten {
        width: auto;
        max-width: 96% !important;
        line-height: 1.5em;
        margin: 0 auto;
    }

    #unten a {
        text-decoration: underline;
        color: #3a4f8d;
    }

    #inhalt {
        padding-top: 10px;
        width: 98%;
        height: auto;
        margin: 1%;
        font-size: 0.9em;
    }


    h1 {
        color: #3a4f8d;
        line-height: 1.7em;
    }

    h2 {
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.4em;
        font-size: 1.5em;
        padding-bottom: 5px;
    }

    p {
        line-height: 1.4em;
        padding-bottom: 1em;
        font-size: 1.4em;
    }

    .last {
        line-height: 1.5em;
        padding-top: 0;
        font-size: 1.5em;
        margin-bottom: 3em;
        margin-top: 0;
    }

    .herotextcenter {
        max-width: 80%;
        padding: 2%;
    }

    .hero-bg{
        padding: 100px 0;
    }

    .herotextcenter p {
        padding-bottom: 10px;
        font-size: 1.4em;
    }

    .herotextcenter h1 {
        padding-bottom: 5px;
        font-size: 1.6em;
    }

    .linkbutton {
        padding: 7px;
        /*border:2px solid #3a4f8d;*/
        background-color: #3a4f8d;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 0.9em;
    }

    .bg-start {
        background-image: url(../images/hintergruende/startseite-mobil.jpg);
        background-repeat: no-repeat;
        padding: 0;
        background-size: 100% auto;
        top: 100px;
        margin-top: 90px;
        height: 450px;
    }

    .bg-kueche {
    }

    .slogan {
        width: 80%;
        margin: 0 auto;
        /*background-color:rgba(0,0,0,0.0);*/
        text-align: center;
        line-height: normal;
    }

    .slogan h1 {
        font-size: 1.8em;
    }
	
	#cookies {
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.75);
    height: 150px;
    text-align: center;
	padding: 10px;
    color: #fff;
	line-height: 1.7em;
	}

}
