/* Gebaeudereinigung Michael Zierdt - Stylesheet created by Peter Fuehrer 2016-04-02 */

/* Clearfix Hack */

.clearfix:before,
.clearfix:after {
        content: " ";
        display: table;
        }
 
.clearfix:after {
        clear: both;
        }
 
.clearfix {
        *zoom: 1;
        }

/* Box-Sizing */

*, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        }

/* Verweise-Reset */

a {
        text-decoration: none;
        }

/* HTML5 Semantische Tags */

header, nav, section, article, aside, footer, hgroup, figure, figcaption {
        display: block;
        }

/* Body */

html, body {
        height: 100%; /* Seite soll über volle Höhe gehen */
        font-family: 'Open Sans', sans-serif;
        font-size: 1.000em;
        color: rgb(255,255,255);
        font-weight: 400;
        line-height: 1.75;
        background-color: rgb(255,255,255);
        }
 

/* Seite */

#page {
        overflow: hidden !important; /* Firefox Scrollleiste */
        min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
        height: auto !important; /* important Behel (bei modernen Browsern */
        height: 100%; /* IE soll wie gewünscht interpretieren */
        margin: auto; /* Den Container zusätzlich zentrieren */
        }

/* Header und Navigation : Header */

#header {
        z-index: 5;
        position: fixed;
				top: 0;
				left: 0;
				right: 0;
        width: 100%;
        padding: 0;
        background-color: rgb(255,255,255);
			  border-bottom: 1px solid rgb(204,204,204);
        }
 
#logo {
        width: 100%;
        }

#logo img {
				display: block;
        margin-left: auto;
        margin-right: auto;
        }

/* Header und Navigation : Navigation - Container */

#menu {
        width: 100%;
        margin: 0 auto;
        padding: 1.0em;
        background: rgb(255,255,255); /* #447799 | Dark Moderate Blue */
        }

/* Header und Navigation : Navigation - Struktur */

#menu ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        }

#menu li {
        position: relative;
        cursor: pointer;
        }

#menu a {
        display: block;
        padding: 0.75em 0 0.75em 0.75em;
        border-bottom: 1px solid rgb(255,99,0);
        font-size: 0.875em;
        color: rgb(255,99,0);
        font-weight: 600;
        line-height: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

#menu a:hover {
        display: block;
        background-color: rgb(255,99,0);
        border-bottom: 1px solid rgb(204,204,204);
        color: rgb(255,255,255);
        }

/* Header und Navigation : Navigation - Toggle */

label {
        display: block;
        cursor: pointer;
        width: 40%;
        margin: 0 auto;
        padding: 0.3em 0.5em;
        border: 2px solid rgb(255,99,0);
        font-size: 0.875em;
        color: rgb(255,99,0);
        font-weight: 600;
        text-align: center;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

label:hover {
        background-color: rgb(255,99,0);
        border: 2px solid rgb(204,204,204);
        color: rgb(255,255,255);
       }

#navbar-toggle {
        display: none; /* hide the checkbox */
        }

#navbar   {
        display: none;
        }

#navbar   {
        width: 100%;
        }

#navbar-toggle:checked + #navbar {
        display: block;
        padding-top: 0.5em;
        }

/* Content : Basics */

#content {
        z-index: 1;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding: 3.5em 0.2em 7em 0.2em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-311x344-rot20-trans45.png);
        background-repeat: no-repeat;
        background-position: 50% 80%;
        background-attachment: fixed;
        }
 
#intro  {
        content:"";
        position: relative;
        display: block;
        padding-top: 38px;
        }
        
#article1, #article2, #article3, #article4, #article5, #article6, #article7  {
        position: relative;
        display: block;
        height: 155px; /*same height as header*/
        margin-top: 155px; /*same height as header*/
        visibility: hidden;
        }

#article1:target, #article2:target, #article3:target, #article4:target, #article5:target, #article6:target, #article7:target  {
        }
        
#intro {
        height: 100vh;
        width: 100%;
        margin: 50% auto;
        background-color: transparent;
        }

#content .article, #content .articleredux {
        padding: 0.75em;
        background-color: rgba(44,90,142,0.8);
        border: 1px solid rgb(204,204,204);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }
 
#content p, #content li, #content td, #content th, #content label.contact {
	      font-size: 0.875em;
        }

#content h1, #content h2, #content legend {
	      font-family: 'Oswald', sans-serif;
        }

#content h1, #content h2, #content h3 {
        color: rgb(255,99,0);
        font-weight: 700;
        }

#content p {
        margin-bottom: 1.0em;
        }
 
#content h1 {
        margin-top: 0;
        margin-bottom: 0.75em;
        font-size: 1.500em;
        line-height: 1.75;
        letter-spacing: 5px;
        text-shadow: 1px 1px 1px rgb(255,255,255);
        -moz-text-shadow: 1px 1px 1px rgb(255,255,255);
        -webkit-text-shadow: 1px 1px 1px rgb(255,255,255);
        -ms-text-shadow: 1px 1px 1px rgb(255,255,255);
        -o-text-shadow: 1px 1px 1px rgb(255,255,255);
        -khtml-text-shadow: 1px 1px 1px rgb(255,255,255);
        }

#content h2 {
        margin-top: 0;
        margin-bottom: 1.0em;
        font-size: 1.125em;
        line-height: 1.250;
        letter-spacing: 2px;
        }

#content h3 {
        margin-top: 0;
        margin-bottom: 1.0em;
        font-size: 1.125em;
        line-height: 1.250;
        }

#content h1.white, #content h2.white, #content h3.white {
        color: rgb(255,255,255);
        }

#content .center {
        text-align: center;
        }

#content .right {
        text-align: right;
        }

#content .bold {
        font-weight: 700;
        }

#content .bu {
        margin: 0.5em 0 0.5em;
        font-size: 0.750em;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        }

#content .author {
        text-align: right;
        }

#content .author:before {
        content:"\2212 \0020";
        }

#content .showhide {
        display: none;
        }
           
#content .wordbreak330:before {
        display: inline;
        word-wrap: break-word;
        content:"\2212 \0020";
        }

/* Content : Intro */

#content h1.intro {
        background-color: transparent;
        font-size: 2.000em;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 5px;
        text-shadow: 2px 2px 1px rgb(255,255,255);
        -moz-text-shadow: 2px 2px 1px rgb(255,255,255);
        -webkit-text-shadow: 2px 2px 1px rgb(255,255,255);
        -ms-text-shadow: 2px 2px 1px rgb(255,255,255);
        -o-text-shadow: 2px 2px 1px rgb(255,255,255);
        -khtml-text-shadow: 2px 2px 1px rgb(255,255,255);
        }

#content h1.xmas {
        margin-top: -5em;
        padding: 0.375em;
        background-color: rgba(44,90,142,0.6);
        font-size: 0.850em;
        color: rgb(255,255,255);
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 5px;
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
        -khtml-text-shadow: none;
        border: 2px solid rgba(255,255,255,0.8);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }

#content .ghost-button-intro-outline {
        margin-top: 2.0em;
        margin-bottom: 0.5em;
        font-size: 0.875em;
        font-weight: 600;
        line-height: 1.0;
        text-align: center;
        letter-spacing: 5px;
        text-decoration: none;
        outline: none;
        }

#content .ghost-button-intro-link:link {
        cursor: pointer;
        display: inline-block;
        width: auto;
        margin: 0 auto;
        padding: 0.750em;
        background-color: rgba(44,90,142,0.6);
        color: rgb(255,255,255);
        border-bottom: none;
        border: 2px solid rgb(255,255,255);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

#content .ghost-button-intro-link:hover {
        color: rgb(255,99,0);
        }

/* Content : Title */

#content p.title {
        font-size: 1.000em;
        font-weight: 600;
        }

#content h1.title {
        font-size: 1.750em;
        }

#content h2.title {
        font-size: 1.125em;
        }

/* Content : Unsere Angebote */

#content ul {
        margin: 2em 1em 2em;
        list-style-image:url(gbrmz-logo-gbrmz-letter-z-16x16.jpg);
        }

#content li {
        margin-top: 0.5em;
        }
 
/* Content : Galerie */

#gallery {
        width: 100%;
        margin: 1.75em 0 2.5em 0;
        }

#gallery .gallery-wrap {
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
        }

#gallery .gallery-item {
        padding-left: 0.25em;
        padding-right: 0.25em;
        margin-bottom: 1.5em;
        }

#gallery .gallery-item img {
        margin: 0px;
        padding: 0px;
        border: 2px solid rgb(204,204,204);
        opacity: 1.0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        }

#gallery .gallery-item img:hover {
        opacity: 0.7;
        }

#gallery .gallery-item img.square {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -khtml-border-radius: 6px;
        }

#gallery .gallery-item img.circle {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -khtml-border-radius: 50%;
        }

#gallery a {
        border-bottom: none;
        }
        
/* Content : Referenzen */

#content ul.ref {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 3em;
        margin-bottom: 3em;
        list-style: none;
        text-align: center;
        }

#content li.ref {
        display: block;
        }

#content li.logo {
        margin-top: 3em;
        }

#content li.kunde {
        margin-bottom: 3em;
        }

#content li.single {
        margin-top: 3.5em;
        margin-bottom: 3.5em;
        font-weight: 700;
        }

#content li img {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        }

#content li img.width {
        width: 200px;
        }

#content li img.height {
        width: 200px;
        }

#content li img.bgwhite {
        background-color: rgba(255,255,255,0.3);
        }

#content li img:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        }

/* Content : Kontakt - Standard */

#content h2.einzeilig, #content h3.einzeilig {
        line-height: 1.25;
        }

#content p.einzeilig {
        margin-top: 0;
        margin-bottom: 0.5em;
        line-height: 1.5;
        }

#content p.einzug {
        margin-left: 0.5em;
        }

#content .conleftblock {
        float: left;
        width: 75px;
        padding-right: 5em;
        margin-bottom: 1.0em;
        }

#content .conrightblock {
        float: left;
        margin-bottom: 1.0em;
        }

#content .clearboth {
        clear: both;
        }

#content .conleftsingle {
        float: left;
        width: 75px;
        padding-right: 5em;
        }

#content .conrightsingle {
        float: left;
        }

#content .clearleft {
        clear: left;
        }

#content .conrightsingleclear {
        clear: left;
        }

#content .topspace {
        margin-top: 1.0em;
        }

/* Content : Kontakt - Icons */

#content table.icon {
        margin-bottom: 40px;
        }

#content td.icon {
        padding-top: 5px;
        }

#content p.icon {
        line-height: 1.0;
        }

#content p.icon a {
        border-bottom: none;
        text-decoration: none;
        }

#content img.icon {
        float: left;
        width: 50px;
        height: 50px;
        margin: 0 20px 0 0;
        border: none;
        background: transparent;
        }

/* Content : Kontakt - Formular */

#content form.contact {
        width: 100%;
        margin-top: 2.5em;
        margin-bottom: 3em;
        }

#content fieldset.contact {
        width: ;
        padding: 1em;
        background-color: transparent;
        border: 1px solid rgb(204,204,204);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }

#content legend.contact {
        padding: 0 0.3em;
        font-size: 1.000em;
        color: rgb(255,99,0);
        font-weight: 700;
        letter-spacing: 3px;
        }

#content label.contact {
        display: block;
        cursor: pointer;
        width: auto;
        padding: 0.3em;
        background-color: transparent;
        border: none;
        color: rgb(255,255,255);
        font-weight: 400;
        text-align: left;
        }

#content label.contact:hover {
        background-color: transparent;
        border: none;
        color: rgb(255,255,255);
        }

#content input.contact,
#content textarea.contact {
        display: block;
        width: 100%;
        margin-bottom: 1em;
        padding: 0.3em;
        border: 1px solid rgb(204,204,204);
        color: rgb(44,90,142);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }

#content textarea.contact {
        height: 14em;
        }

#content input.contact:focus,
#content textarea.contact:focus {
        background-color: rgb(204,204,204);
        }

#content .xxxcaptcha {
        width: 100px;
        height: 50px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        }

#content img.captcha {
        background-color: rgb(255,255,255);
        border: 1px solid rgb(204,204,204);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }

#content .captchafunction {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 1em;
        }

#content .captchabutton a:link {
        display: inline-block;
        float: left;
        width: 48%;
        padding: 0.750em;
        background: transparent;
        color: rgb(255,255,255);
        font-size: 0.750em;
        font-weight: 400;
        line-height: 1.0;
        text-align: center;
        border: 1px solid rgb(204,204,204);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }

#content .captchabutton a:hover {
        width: 48%;
        padding: 0.750em;
        background: transparent;
        color: rgb(255,90,0);
        font-weight: 400;
        line-height: 1.0;
        text-align: center;
        border: 1px solid rgb(204,204,204);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
        }

#content .subresfunction {
        width: 100%;
        margin-top: 4.25em;
        margin-bottom: 1em;
        }

#submitbutton, #resetbutton {
        cursor: pointer;
        width: 48%;
        padding: 0.5em;
        background: rgb(255,255,255);
        font-size: 0.750em;
        color: rgb(44,99,142);
        font-weight: 700;
        line-height: 1.0;
        text-align: center;
        border: 1px solid rgb(204,204,204);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
         -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

#submitbutton:hover, #resetbutton:hover {
        color: rgb(255,99,0);
        }

#content .contactsmallfont {
        font-size: 0.875em;
        }

#content .dwfmcopyright {
				margin-top: 2em;
        color: rgb(204,204,204);
        font-size: 0.750em;
        text-align: center;
        }

#content .dwfmcopyright a {
				color: rgb(204,204,204);
        }

#content .dwfmcopyright a:hover {
				color: rgb(255,99,0);
        }

/* Content : Ghost Button */

#content .ghost-button-std-outline {
        margin-top: 4.0em;
        margin-bottom: 4.0em;
        font-size: 0.875em;
        font-weight: 500;
        line-height: 1.0;
        text-align: center;
        letter-spacing: 3px;
        text-decoration: none;
        outline: none;
        }

#content .ghost-button-std-link:link {
        cursor: pointer;
        display: inline-block;
        width: auto;
        margin: 0 auto;
        padding: 0.75em;
        background: ; 
        color: rgb(255,255,255);
        border-bottom: none;
        border: 1px solid rgb(255,255,255);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -khtml-border-radius: 10px;
         -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

#content .ghost-button-std-link:hover {
        color: rgb(255,99,0);
        }
 
/* Content : Bild */

#content img {
        width: 100%;
        max-width: 100%;
        height: auto; /* Falls Dimensionsangaben im HTML vorhanden sind */
        border: 2px solid rgb(204,204,204); /* #fe921b | Vivid Orange */
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -khtml-border-radius: 6px;
        }
        
#content img.plain {
        max-width: 100%;
        height: auto; /* Falls Dimensionsangaben im HTML vorhanden sind */
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -khtml-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -khtml-box-shadow: none;
        }

#content img.einzug {
        margin-left: 0.5em ;
        }

#content img.opacity {
        opacity: 0.4;
        }
        
/* Content : Verweis - Einzelbild */

#content .picsingle a,
#content .picleft a,
#content .picright a {
        border: none;
        background: transparent;
        }

#content .picsingle a:link,
#content .picleft a:link,
#content .picright a:link {
        border: none;
        background: transparent;
        }

#content .picsingle a:hover,
#content .picleft a:hover,
#content .picright a:hover {
        border: none;
        background: transparent;
        }

#content .picinline a,
#content .picinline a:link,
#content .picinline a:hover {
        display: inline-block;
        border: none;
        background: transparent;
        }

/* Footer */

#footer {
        z-index: 10;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.5em 0.5em 0.5em 0.5em;
        background-color: rgb(255,255,255);
			  border-top: 1px solid rgb(204,204,204);
        }

#footer p {
				color: rgb(51,51,51);
        font-size: 0.750em;
        text-align: center;
			  line-height: 1.250;
        }
        
#footer .showhide {
        display: none;
        }
           
#footer .linebreak::before {
        display: inline;
        content: "\A";
        white-space: pre;
        }
           
#footer img.fb { 
        display: inline-block;
        margin-bottom: -4px;
        }

/* Verweise */

a {
	      color: rgb(255,255,255);
	      border-bottom: 1px solid rgb(255,255,255);
        }

a:link {
	      color: rgb(255,255,255);
	      border-bottom: 1px solid rgb(255,255,255);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

a:visited {
	      color: rgb(255,255,255);
	      border-bottom: 1px solid rgb(255,255,255);
        }

a:hover {
	      color: rgb(255,99,0);
	      border-bottom: 1px solid rgb(255,255,255);
        }

a.img {
	      text-decoration: none;
	      border-bottom: 0 none;
        }

/* Background-Slider */

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(gbrmz-slider-pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'Open Sans', sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(gbrmz-slider-001-1+1-1400x933.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(gbrmz-slider-002-1+1-1694x1133.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(gbrmz-slider-003-1+1-1280x800.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(gbrmz-slider-004-1+1-cut-1694x1133.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(gbrmz-slider-005-pixelbay-2816x2112.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(gbrmz-slider-006-pixelbay-cut-1665x1516.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

/* Media Queries */        
        
@media screen and (min-width: 480px) { 

/* Header und Navigation : Navigation */

#header {
        padding: 0 1.0em;
        }
 
#logo {
        float: left;
        width: auto;
        }

#logo img {
				display: block;
        margin: 0;
        }

/* Header und Navigation : Navigation */

#menu {
        float: right;
        width: auto;
        padding: 1.5em 0 0 0;
        text-align: right;
        }

label {
        width: 130px;
        margin: 0 0 1em 0;
        padding: 0.3em 0.5em;
        font-size: 0.875em;
        color: rgb(255,99,0);
        }

/* Content : Basics */

#content {
        padding: 3.5em 0.3em 7em 0.3em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-450x498-rot20-trans45.png);
        background-position: 50% 50%;
        }
 
#article1  {
        content:"";
        position: relative;
        display: block;
        padding-top: 30px;
        }
        
#article0:target, #article1:target, #article2:target, #article3:target, #article4:target, #article5:target  {
        content:"";
        position: relative;
        display: block;
        padding-top: 100px;
        }
        
#intro {
        margin: 6% auto;
        }

#content .article, #content .articleredux {
        padding: 1.5em;
        }
 
#content .showhide {
        display: inline;
        }
           
#content .wordbreak330:before {
        display: none;
        word-wrap: break-word;
        content:"\2212 \0020";
        }

#content .wordbreak480:before {
        display: inline;
        word-wrap: break-word;
        content:"\2212 \0020";
        }

/* Content : Intro */

#content h1.intro {
        font-size: 2.500em;
        }

#content h1.xmas {
        margin-top: 0em;
        font-size: 0.950em;
        }

/* Content : Title */

#content h1.title {
        font-size: 2.000em;
        }

#content h2.title {
        margin-bottom: 0.5em;
        font-size: 1.250em;
        }

/* Content : Galerie */

#gallery .gallery-wrap {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        align-content: flex-start;
        width: 100%;
        }

#gallery .gallery-item {
        width: 33%;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-bottom: 1.5em;
        }

/* Content : Kontakt */

#content p.einzug {
        margin-left: 2.25em;
        }

/* Content : Bild */

#content .picsingle {
        margin: 1.5em 0 2.0em 0;
        }

#content .picleft {
        float: left;
        max-width: 40%;
        margin: 1.5em 1.5em 1.5em 0;
        }

#content .picright {
        float: right;
        max-width: 40%;
        margin:  1.5em 0 1.5em 1.5em;
        }

/* Footer */

#footer .showhide {
        display: inline;
        }

#footer .linebreak::before {
        display: none;
        content: "\A";
        white-space: pre;
        }
          
}
 
@media screen and (min-width: 600px) { 

/* Content : Basics */

#content {
        padding: 3.5em 0.3em 7em 0.3em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-570x630-rot20-trans45.png);
        background-position: 50% 40%;
        }
 
#intro {
        margin: 6% auto;
        }

#content .articleredux {
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
        }
 
/* Content : Intro */

#content h1.intro {
        font-size: 4.250em;
        }

#content h1.xmas {
        font-size: 1.500em;
        }

}

@media screen and (min-width: 768px) { 

/* Content : Basics */

#content {
        padding: 3.5em 1.5em 7em 1.5em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-730x807-rot20-trans45.png);
        background-position: 50% 45%;
        }

#intro {
        margin: 12% auto;
        }

#content p, #content li, #content td, #content th, #content label.contact {
	      font-size: 1.000em;
        }

#content h1 {
        font-size: 2.250em;
        }

#content h2 {
        font-size: 1.500em;
        }

#content h3 {
        font-size: 1.500em;
        }

#content .bu {
        font-size: 0.875em;
        }

#content .wordbreak480:before {
        display: none;
        word-wrap: break-word;
        content:"\2212 \0020";
        }

/* Content : Grid */

#content .grid { float: left; }

#content .grid.full { width: 100%; }

#content .grid.half { width: 50%; }

#content .grid.third { width: 33.3%; }

#content .grid.fourth { width: 25%; }

#content .grid.fifth { width: 20%; }

#content .grid.sixth { width: 16.6%; }

#content .grid.seventh { width: 14.2%; }

#content .grid.two-fifth { width: 40%; }

#content .grid.three-fifth { width: 60%; }

#content .grid.two-thirds { width: 66.7%; }

#content .grid.three-fourth { width: 75%; }

#content .grid.left { padding-right: 0.5em; }

#content .grid.right { padding-left: 0.5em; }

/* Content : Intro */

#content h1.intro {
        font-size: 5.000em;
        }

/* Content : Title */

#content p.title {
        font-size: 1.125em;
        }

#content h1.title {
        font-size: 2.250em;
        }

#content h2.title {
        font-size: 1.750em;
        }

}

@media screen and (min-width: 1000px) { 

/* Header und Navigation : Navigation */

#menu {
	      position: absolute;
	      top: 1.75em;
	      right: 2em;
        width: auto;
        padding: 0;
        }

#menu li {
        float: left; 
        margin-left: 1em;
        }

#menu a {
        display: block;
        padding: 0.5em;
        background-color: rgb(255,255,255);
        color: rgb(255,99,0);
        font-weight: 600;
	      border: 2px solid rgb(255,99,0);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        -khtml-border-radius: 15px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        }

#menu a:hover {
        display: block;
        background-color: rgb(255,99,0);
        color: rgb(255,255,255);
	      border: 2px solid rgb(204,204,204);
        }

label, #navbar-toggle  {
        display: none;
        }

#navbar   {
        display: block;
        }

#navbar   {
        width: 100%;
        padding-right: 1em;
        }

/* Content : Basics */

#content {
        padding: 3.5em 1.5em 7em 1.5em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-450x498-rot20-trans45.png);
        background-position: 50% 65%;
        }

#intro {
        margin: 10% auto;
        }

/* Content : Intro */

#content h1.intro {
        font-size: 6.500em;
        }

#content h1.xmas {
        font-size: 2.750em;
        }

#content .ghost-button-intro-outline {
        font-size: 1.125em;
        }

/* Content : Title */

#content p.title {
        font-size: 1.300em;
        }

#content h1.title {
        font-size: 3.250em;
        }

#content h2.title {
        font-size: 2.750em;
        }

/* Content : Ghost Button */

#content .ghost-button-std-outline {
        font-size: 1.000em;
        }

}

@media screen and (min-width: 1200px) { 

/* Content : Basics */

#content {
        padding: 3.5em 9em 7em 9em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-624x690-rot20-trans45.png);
        background-position: 50% 65%;
        }

#intro {
        margin: 10% auto;
        }

}

@media screen and (min-width: 1500px) { 

/* Content : Basics */

#content {
        padding: 3.5em 18em 7em 15em;
        background-image: url(gbrmz-logo-gbrmz-letter-z-cut-746x825-rot20-trans45.png);
        background-position: 50% 65%;
        }

#intro {
        width: 975px;
        }

#content .article, #content .articleredux {
        width: 975px;
        margin: 0 auto;
        }
 
}
