/* Comfortaa-regular - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../assets/fonts/comfortaa-v40-latin-regular.woff2') format('woff2'), 
         url('../assets/fonts/comfortaa-v40-latin-regular.woff') format('woff'), 
         url('../assets/fonts/comfortaa-v40-latin-regular.ttf') format('truetype'), 
         url('../assets/fonts/comfortaa-v40-latin-regular.svg#Comfortaa') format('svg'); 
  }
  /* Comfortaa-700 - latin */
  @font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    src: local(''), 
         url('../assets/fonts/comfortaa-v40-latin-700.woff2') format('woff2'), 
         url('../assets/fonts/comfortaa-v40-latin-700.woff') format('woff'), 
         url('../assets/fonts/comfortaa-v40-latin-700.ttf') format('truetype'), 
         url('../assets/fonts/comfortaa-v40-latin-700.svg#Comfortaa') format('svg'); 
  }
  /* Comfortaa-500 - latin */
  @font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../assets/fonts/comfortaa-v40-latin-500.woff2') format('woff2'), 
         url('../assets/fonts/comfortaa-v40-latin-500.woff') format('woff'), 
         url('../assets/fonts/comfortaa-v40-latin-500.ttf') format('truetype'), 
         url('../assets/fonts/comfortaa-v40-latin-500.svg#Comfortaa') format('svg'); 
  }


:root {
    --gruen: #67ac99;
    --white: white;
    --light: #f8f5fb;
    --dark: #212529;
    --akzent: #bb273c;
    --line: #bac4d7;
}
/* SELEKTOREN */
html { 
	height: 100%;
    min-height: 100vh;
	width: 100%;
}
body { 
	font-family: Comfortaa, Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 100%;
	font-size: 18px;
    line-height: 1.4em;
	margin: 0;
	padding: 0;
	background-color: var(--light);
}

body.start {
	background-attachment: fixed;
	background-image: url("../assets/img/stadtmoebel_aufbau_schichtung.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

#outer, section, .header {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a  {
	text-decoration : none;
	outline: none;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: 3px;
    line-height: normal;
    margin: 0 0 20px 0;
    overflow-wrap: break-word;
    text-shadow: 0em 0.05em 0.04em rgba(197, 232, 163, 0.25),0em 0.1em 0.14em rgba(0,0,0,0.1),0em 0.18em 0.23em rgba(0,0,0,0.3);
}

h1 {
    margin: 3em;
    text-align: center;
    color: #333;
}

h1#titel, .header h5 { 
    font-size: 2em;
    color: #fff;
    background-color: var(--gruen);
    position: absolute;
    left: 0;
    padding: 10px 20px 10px 10%;
    margin: 0;
}


h1#titel {
    transition: opacity 0.8s;
    opacity: 0%;
    top: 15vh;
}

h2 {
    font-size: 2.8em;
    text-align: center;
    padding-bottom: 40px
}
.header {
    position: fixed;
    top: 0;
    z-index: 699;
    background-color: var(--gruen);
}

#kopf.header {
    transition: opacity 0.8s;
    opacity: 0%;
}

#kopf.showme, #titel.showme {
    transition: opacity 0.8s;
    opacity: 100%;
}

.header nav {
    float: right;
    margin-right: 50px;
}

.header nav ul {
    margin: 10px 0;
}

.header nav li {
    list-style-type: none;
    display: inline-block;
}

.header nav li a {
    display: block;
    padding: 8px 12px ;
    color: #fff;
    border-left: 3px dotted #fff;
}
  

#hello h2 {
    padding: 50px 0 30px 0;
}

h3 {
    padding: 10px 10px 10px 15%;
    position: absolute;
    bottom: 10vh;
    left: 0;
    margin: 0;
    background: rgba(255,255,255,0.6);
    border: 2px solid #fff;
    border-left-width: 0px;
    border-top-width: 0px;
}

#modul1 h3 {
    left: inherit;
    right: 0;
    padding: 10px 10% 10px 10px;
    border-left-width: 2px;
    border-right-width: 0px;
}

h4, h5 {
    font-size: 1.2em;
}

#overlay, .inslide {
    position:absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#overlay {
    z-index:10;
	background-color: #fff;
	opacity: 0.8;
    pointer-events: none;
}

section {
    background-color: var(--light);
    padding: 30px 0;
    position: relative;
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.pages section {
    height: auto;
}

#modul1 {
    background-image: url('../assets/img/stadtmoebel_modul1.jpg');
}

#modul2 {
    background-image: url('../assets/img/stadtmoebel_modul2.jpg');
}

#modul3 {
    background-image: url('../assets/img/stadtmoebel_modul3.jpg');
}
#modul4 {
    background-image: url('../assets/img/stadtmoebel_modul4.jpg');
}

#hello {
    margin-bottom: 60vh;
    margin-top: 80px;
    height: auto;
    min-height: 40vh;
}

#pflanzplan {
    background-color: #fff;
    padding-bottom: 3em;
}

#pflanzfolge img {
    width: 100%;
}

#pflanzfolge h5 {
    margin-top: 2em;
}

.info, #seclast {
    margin-bottom: 0;
    height: auto;
    background-color: #fff;
}

#seclast {
    padding: 0;
}

.details .inner > p {
    text-align: center;
    font-size: 1.1em;
    margin: 50px 0 5px 0;
    padding: 15px 0;
    border-bottom: 3px dotted #ccc;
}


.logo {
    margin: 0 auto;
    width: 50%;
    max-width: 600px;
    display: block;
    box-shadow: 60px 0px 40px 0px rgba(255, 255, 255,0.8), -60px 0px 40px 0px rgba(255, 255, 255,0.8);
    background: rgba(255,255,255,0.8);
}

.pages .logo {
    width: 30%;
}


.inner {
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 30px 0;
    position: relative;
    z-index: 25;
}

#startsec .inner {
    padding-top: 15vh;
}

#startgo {
    position: absolute;
    width: 100%;
    bottom: -80px;
    border-top: 10px solid var(--gruen);
    background-color: var(--light);
}

.startbut {
    width: 80px;
    height: 70px;
    margin: 0px auto;
    display: block;
    background-color: var(--gruen);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-width: 0;
    outline: none;
    border-radius: 0 0 14px 14px;
    cursor: pointer;
}

.startbut svg {
    pointer-events: none;
}

.row {
    display: flex;
}

.col {
    padding: 15px;
    flex: 1;
    float: left;
}

.details .col {
    padding-left: 12.5%;
}

.details .col a, .details .onlymob {
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.details .onlymob {
    display: none;
}

#seclast .col {
    padding: 30px;
    background-color: var(--light);
}

#seclast .col.links {
    background-color: var(--dark);
    color: #fff;
}

#seclast svg {
        margin-right: 10px;
        position: relative;
        top: 5px;
}

.details a svg {
    display: block;
    margin: 10px auto;
}

.claim {
    font-size: 1.1em;
    line-height: 1.5em;
    width: 70%;
    margin: 0px auto;
    border-left: 10px dotted var(--line);
    padding: 20px;
}

svg.zitat {
    margin: 0 20px;
    display: none;
}

.akzent span {unicode-bidi: bidi-override; direction: rtl}

.goback {
    background-color: var(--dark);
    padding: 30px 0 80px 0;
    margin: 0;
    font-size: 1.6em;
    text-align: center;
    position: relative;
    z-index: 20;
}

.goback a {
    color: #fff;
    display: block;
}

#footer {
    background-color: var(--gruen);
    width: 100%;
    position: relative;
    z-index: 30;
}

.pages #footer {
    position: absolute;
    bottom: 0;
}

#footer nav {
    color: #fff;
    width: 70%;
    margin: 0px auto;
    position: relative;
}

#footer nav a {
    display: inline-block;
    padding: 12px 15px;
    color: #fff;
}

#footer p { 
    position:absolute;
    right: 0;
    font-size: 0.9em;
    margin: 0;
    display: inline-block;
    padding: 12px;
}

@media only screen and (max-width: 799px) {
    body {
        font-size: 15px;
    }

    body.start {
        background-position: right center;
        background-size: 150%;
        background-color: #A9D1C8;
    }

    body.start h3, #modul1 h3 {
        width: 100%;
        right: inherit;
        bottom: 0;
        border: none;
        padding: 12px 10px;
    }

    .header nav {
        display: none;
    }

    .header h5 {
        position: relative;
        width: 100%;
    }

    .logo {
        width: 70%;
    }
    .pages .logo {
        width: 50%;
    }

    .row {
        display: block;
    }

    .col {
        float: none;
    }

    .inner {
        width: 90%;
    }

    section {
        background-position-x: center;
    }

    #hello {
        margin-bottom: 40vh;
      }

    h1 {
        font-size: 2em;
    }

    h2 {
        width: 85%;
        margin: 0px auto;
        font-size: 2.4em;
    }

    h2 span { 
        display: block;
        width: 100%;
        text-align: right;
    }

    h1#titel, .header h5 {
        font-size: 1.7em;
    }

    .details .col {
        padding: 1em 0;
        text-align: center;
      }

    .details .onlymob {
        display: block;
    }

    .goback {
        padding-bottom: 110px;
        font-size: 1.4em;
    }

    #footer p { 
        position: relative;
        display: block;
        text-align: center;
    }

    #footer nav {
        width: 85%;
    }

    #footer nav a {
        padding: 10px 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    #footer nav a:last-of-type {
        float: right;
    }
}