/*
================================================================
Fonts
================================================================
*/

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v23-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v23-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local(''),
        url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v23-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: local(''),
        url('../fonts/lato-v23-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v23-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*
================================================================
Reset
================================================================
*/

/* Universal Selektor */

* {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/* Listen */

ul, ol { list-style: none; }

/*
================================================================
Layout
================================================================
*/

/* Basis */

html { background: #222; }
body {
    color: #222;
    font: 400 16px/28px "Lato", Helvetica, Arial, sans-serif;
    background: url(../images/body_background.png) no-repeat 96% 100% fixed;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.5);
    text-rendering: optimizeLegibility;
}
body.svg { background-image: url(../images/body_background.svg); }

/* Selection */

::-webkit-selection {
    color: #fff;
    background: #222;
}
::-moz-selection {
    color: #fff;
    background: #222;
}
::selection {
    color: #fff;
    background: #222;
}

/*
================================================================
Farben
================================================================
*/

/* Basis */

body, .form .form-upload { background-color: #f7f3eb; }
a, #header ul li a:hover, #header ul li a:active, #header ul li.current-menu-item > a, #header ul li.current-menu-parent > a, h1, .form .form-upload { color: #cc8f14; }
#navigation, .form input.form-submit { background: #cc8f14; }
.form input:focus, .form select:focus, .form textarea:focus, .form .form-upload { border-color: #cc8f14; }

/* Motivwelten */

body.motivwelten, body.motivwelten .form .form-upload { background-color: #f5f7eb; }
body.motivwelten a, body.motivwelten #header ul li a:hover, body.motivwelten #header ul li a:active, body.motivwelten #header ul li.current-menu-item > a, body.motivwelten #header ul li.current-menu-parent > a, body.motivwelten h1, body.motivwelten .form .form-upload { color: #adcc14; }
body.motivwelten #navigation, body.motivwelten .form input.form-submit { background: #adcc14; }
body.motivwelten .form input:focus, body.motivwelten .form select:focus, body.motivwelten .form textarea:focus, body.motivwelten .form .form-upload { border-color: #adcc14; }

/* Bild-Konfigurator */

body.bild-konfigurator, body.bild-konfigurator .form .form-upload { background-color: #ebf7f5; }
body.bild-konfigurator a, body.bild-konfigurator #header ul li a:hover, body.bild-konfigurator #header ul li a:active, body.bild-konfigurator #header ul li.current-menu-item > a, body.bild-konfigurator #header ul li.current-menu-parent > a, body.bild-konfigurator h1, body.bild-konfigurator .form .form-upload { color: #14ccad; }
body.bild-konfigurator #navigation, body.bild-konfigurator .form input.form-submit { background: #14ccad; }
body.bild-konfigurator .form input:focus, body.bild-konfigurator .form select:focus, body.bild-konfigurator .form textarea:focus, body.bild-konfigurator .form .form-upload { border-color: #14ccad; }

/* Kunsthandwerk */

body.kunsthandwerk, body.kunsthandwerk .form .form-upload { background-color: #f7efeb; }
body.kunsthandwerk a, body.kunsthandwerk #header ul li a:hover, body.kunsthandwerk #header ul li a:active, body.kunsthandwerk #header ul li.current-menu-item > a, body.kunsthandwerk #header ul li.current-menu-parent > a, body.kunsthandwerk h1, body.kunsthandwerk .form .form-upload { color: #cc5214; }
body.kunsthandwerk #navigation, body.kunsthandwerk .form input.form-submit { background: #cc5214; }
body.kunsthandwerk .form input:focus, body.kunsthandwerk .form select:focus, body.kunsthandwerk .form textarea:focus, body.kunsthandwerk .form .form-upload { border-color: #cc5214; }

/*
================================================================
Typo und Elemente
================================================================
*/

/* Headlines */

h1, h2 { font-weight: 900; }
h1 {
    font-size: 36px;
    line-height: 48px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h3 {
    font-size: 16px;
    line-height: 28px;
}

/* Weitere Elemente */

strong, b { font-weight: 700; }
em, i { font-style: italic; }
a { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
img {
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* Post Styles */

.post h1 { margin: 0 0 40px; }
.post h2, .post h3, .post p, .post img { margin: 0 0 20px; }
.post img {
    max-width: 100%;
    display: block;
}
.post p img { margin: 0; }
.post ul, .post ol { margin: 0 0 15px 20px; }
.post ul { list-style: outside disc; }
.post ol { list-style: outside decimal; }
.post li { margin-bottom: 5px; }
.post li > .post ul, .post li > .post ol { margin-left: 20px; }

/*
================================================================
Grid
================================================================
*/

/* Basis */

.wrapper { padding: 5%; }
.narrow {
    width: 66%;
    max-width: 800px;
    float: left;
}
.side {
    width: 33%;
    float: right;
}

/* Clearfix*/

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
    content: "";
    line-height: 0;
    display: table;
}
.clearfix:after { clear: both; }

/*
================================================================
Container
================================================================
*/

/* Basis */

#container { padding: 80px 0 0; }

/*
================================================================
Header
================================================================
*/

/* Basis */

#header a, #header a img { display: block; }
#header {
    background: #fff;
    width: 100%;
    height: 80px;
    position: absolute; /* Fallback */
    position: fixed;
    top: 0; left: 0;
    overflow: hidden;
    z-index: 90;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
}
#header ul, #header #trigger, #header #logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
#header ul, #header ul li, #header #trigger { float: left; }
#header ul { margin: 16px 0 0; padding-right: 0; }
#header ul li { margin: 0 24px 0 0; }
#header ul li:last-child { margin-right: 0; }
#header ul li a, #header #trigger a {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
#header ul li a:hover, #header ul li a:active, #header #trigger a:hover, #header #trigger a:active { text-decoration: none; }
#header #trigger {
    padding-right: 0;
    display: none;
}
#header #trigger a {
    background: transparent url(../images/ico_header_trigger.png) no-repeat 0 18px;
    padding: 16px 10px 10px 24px;
}
.svg #header #trigger a { background-image: url(../images/ico_header_trigger.svg); }
#header #logo { padding-left: 0; float: right; }
#header #logo a {
    width: 120px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#header #logo a:hover, #header #logo a:active { opacity: 1; }
#header #logo a img { width: 100%; }

/*
================================================================
Navigation
================================================================
*/

/* Basis */

#navigation {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute; /* Fallback */
    position: fixed;
    top: 0; left: 0;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 100;
}
#navigation a { display: block; }
#navigation #close { margin: 0 0 30px; }
#navigation #close a {
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url(../images/ico_navigation_close.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.svg #navigation #close a { background-image: url(../images/ico_navigation_close.svg); }
#navigation ul li { margin: 0 0 20px; }
#navigation ul li a {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current-menu-item > a, #navigation ul li.current-menu-parent > a { opacity: 1; }
#navigation ul li a:hover, #navigation ul li a:active { text-decoration: none; }

/*
================================================================
Content
================================================================
*/

/* Meta */

.meta {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}

/* Entry */

.entry {
    background: #fff;
    padding: 5%;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.entry .meta { margin-bottom: 0; }

/* Pager */

#pager { margin: 20px 0; }
#pager .prev { float: left; }
#pager .next { float: right; }

/* Google Map */

.gmap {
    background: #fff;
    height: 0;
    padding: 0 0 56.25% 0;
    margin: 0 0 20px;
    border: 5px solid #fff;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.gmap iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
}

/* Dates */

.dates {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    padding-left: 40px;
}
.dates strong { color: #222; }
.dates ul, .dates ol, .dates li > .dates ul, .dates li > .dates ol { margin-left: 0; }
.dates ul, .dates ol {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dates li {
    padding: 8px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* Form */

.form-wide,
.form-col {
    margin-bottom: 20px;
}

.form-row {
    margin: 0 -10px;
}

.form-col {
    padding: 0 10px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.form h2 {
    margin: 0;
}

.form label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
}

.form input,
.form select,
.form textarea {
    display: block;
    border: 1px solid #ddd;
    padding: 8px 12px;
    width: 100%;
    color: #222;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form input,
.form select {
    font-size: 12px;
    line-height: 18px;
}

.form input.form-submit {
    margin-top: 20px;
    color: #fff;
    border: 0;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.form input.form-submit:active,
.form input.form-submit:focus,
.form input.form-submit:hover {
    background: #222 !important;
}

.form select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23222222" width="64px" height="64px"><polygon points="40,28 32,36 24,28"/></svg>') no-repeat 100% 50%;
    background-size: 3em;
    text-transform: none;
}

.form textarea {
    height: auto;
    min-height: 160px;
    overflow: auto;
    font-size: 16px;
    line-height: 28px;
}

.form .form-upload {
    margin: 0;
    border: 1px solid;
    padding: 12px 16px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.form .form-upload .upload-label {
    margin: 0;
    float: left;
}

.form .form-upload .upload-name {
    display: block;
    float: right;
}

.form .form-upload .upload-file {
    border: 0;
    padding: 0;
    width: 0;
    height: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.form .form-notice {
    padding: 16px 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.form .form-notice h2 {
    margin-bottom: 5px;
}

.form .form-notice p {
    margin: 0;
}

.form .form-notice-success {
    background-color: #14ccad;
}

.form .form-notice-error {
    background-color: #cc5214;
}

/*
================================================================
Footer
================================================================
*/

/* Basis */

#footer { background: #222; }
#footer #newsletter, #footer #sub {
    padding-top: 20px;
    padding-bottom: 40px;
}
#footer #newsletter, #footer #sub ul li { float: left; }
#footer #newsletter form { margin: 10px 0; }
#footer #newsletter form label, #footer #newsletter form fieldset #newsletteremail, #footer #sub ul li a, #footer #sub p {
    font-size: 16px;
    line-height: 20px;
}
#footer #newsletter form label, #footer #newsletter form fieldset #newsletteremail, #footer #sub p { font-weight: 400; }
#footer #newsletter form label, #footer #sub ul li a, #footer #sub p { color: #888; }
#footer #newsletter form label, #footer #sub p { margin: 0 0 10px; }
#footer #newsletter form label, #footer #newsletter form fieldset input, #footer #sub ul li a { display: block; }
#footer #newsletter form fieldset, #footer #newsletter form fieldset #send {
    height: 40px;
    overflow: hidden;
}
#footer #newsletter form fieldset {
    background: #333;
    width: 280px;
    position: relative;
}
#footer #newsletter form fieldset input {
    position: absolute;
    top: 0;
}
#footer #newsletter form fieldset #newsletteremail, #footer #sub ul li a:hover, #footer #sub ul li a:active, #footer #sub ul li.current-menu-item > a, #footer #sub ul li.current-menu-parent > a { color: #fff; }
#footer #newsletter form fieldset #newsletteremail {
    width: 70%;
    height: 20px;
    padding: 10px;
    background: transparent;
    left: 0;
}
#footer #newsletter form fieldset #send {
    position: absolute;
    top: 0;
    text-indent: 200%;
    white-space: nowrap;
    background: transparent url(../images/ico_newsletter_submit.png) no-repeat 50% 50%;
    width: 40px;
    right: 0;
    cursor: pointer;
}
.svg #footer #newsletter form fieldset #send { background-image: url(../images/ico_newsletter_submit.svg); }
#footer #sub { float: right; }
#footer #sub ul { margin: 10px 0 20px; }
#footer #sub ul li { margin: 0 30px 0 0; }
#footer #sub ul li a {
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
#footer #sub ul li a:hover, #footer #sub ul li a:active { text-decoration: none; }

/*
================================================================
Slideshow
================================================================
*/

.slideshow {
    /* max-width: 600px; */
    border: 5px solid #fff;
    position: relative;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.slideshow img {
    width: 100%;
    max-width: none;
    display: block;
}
.slideshow ul, .slideshow ul li, .slideshow ul li img {
    width: 100%;
    margin: 0 !important;
}
.slideshow ul {
    list-style: none;
    overflow: hidden;
    
}
.slideshow-skizze ul {
    position: absolute;
    height: 100%;
    z-index: 1;
}
.slideshow ul li { float: left; }
.slideshow-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.slideshow-default ul {
    margin: 0 !important;
}
/*
================================================================
Wordpress Styles
================================================================
*/

/* Ausrichtung */

.alignleft {
    margin: 0 20px 20px 0;
    float: left;
}
.alignright {
    margin: 0 0 20px 20px;
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
}

/* Caption */

.wp-caption { margin-bottom: 20px; }
.wp-caption img[class*="wp-image-"] {
    margin: 0;
    display: block;
}
.wp-caption, .wp-caption-text {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    padding-right: 8px;
    margin: 8px 0;
}

/* Gallery */

.gallery { margin-bottom: 20px; }
.gallery-item {
    margin: 0 4px 4px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
.gallery-item a, .gallery-item a img { display: block; }
.gallery-item a img {
    width: 100%;
    max-width: none;
    margin: 0;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item {
    width: 48%;
    width: -webkit-calc(50% - 4px);
    width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    width: -webkit-calc(33.3% - 4px);
    width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    width: 23%;
    width: -webkit-calc(25% - 4px);
    width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    width: 19%;
    width: -webkit-calc(20% - 4px);
    width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    width: 15%;
    width: -webkit-calc(16.7% - 4px);
    width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    width: 13%;
    width: -webkit-calc(14.28% - 4px);
    width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    width: 11%;
    width: -webkit-calc(12.5% - 4px);
    width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    width: 9%;
    width: -webkit-calc(11.1% - 4px);
    width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

/*
================================================================
Media Queries - 1024px
================================================================
*/

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

    /* Grid */

    .narrow, .side {
        width: auto;
        float: none;
    }
    .narrow { max-width: none; }

    /* Header */

    #header ul { display: none; }
    #header #trigger { display: block; }

    /* Content */

    .dates {
        padding: 0;
        margin-top: 20px;
    }

    /* Footer */

    #footer #newsletter, #footer #sub { float: none; }
    #footer #newsletter { padding-bottom: 0; }
    #footer #newsletter form fieldset { width: 100%; }
    #footer #sub ul li { margin: 0 30px 0 0; }
    #footer #sub ul, #footer #sub p { float: left; }
    #footer #sub ul { margin-top: 0; }

}

/*
================================================================
Media Queries - 720px
================================================================
*/

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

    /* Typo und Elemente */

    h1 {
        font-size: 24px;
        line-height: 36px;
    }
    h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .post h1 { margin: 0 0 20px; }

    /* Container */

    #container { padding: 60px 0 0; }

    /* Header */

    #header { height: 60px; }
    #header ul, #header #trigger, #header #logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Form */

    .form-row {
        margin: 0;
    }

    .form-col {
        padding: 0;
        width: 100%;
        float: none;
    }

    .form .form-upload .upload-label,
    .form .form-upload .upload-name {
        float: none;
    }

    .form .form-upload .upload-label {
        margin-bottom: 5px;
    }

    /* Navigation*/

    #navigation #close { margin: 0 0 20px; }
    #navigation ul li { margin: 0 0 10px; }
    #navigation ul li a {
        font-size: 24px;
        line-height: 36px;
    }

    /* Footer */

    #footer #newsletter, #footer #sub { padding-bottom: 20px; }
    #footer #newsletter form label, #footer #newsletter form fieldset #newsletteremail, #footer #sub ul li a, #footer #sub p { font-size: 14px; }
    #footer #sub ul li { margin: 0 10px 0 0; }

    /* Wordrpess Styles */

    .gallery-caption { display: none; }

}

/*
================================================================
Plugins
================================================================
*/

/* Lightbox */

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-wrap  {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}
.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}
.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}
.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
       -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
         -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
       -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
       -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
       -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
       -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
       -moz-perspective: 1000px;
            perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
       -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
            transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
}

/* Lightbox Default */

.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
    background: #666;
    background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../images/plugins/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
    opacity: 1; 
    background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
    background-image: url(../images/plugins/prev.png); 
    border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
    background-image: url(../images/plugins/next.png); 
    border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../images/plugins/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
            box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
            box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
        background-image: url(../images/plugins/loading@2x.gif); 
        background-size: 32px 32px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-prev { 
        background-image: url(../images/plugins/prev@2x.png); 
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next { 
        background-image: url(../images/plugins/next@2x.png); 
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close { 
        background-image: url(../images/plugins/close@2x.png); 
        background-size: 16px 16px;
    }

}

/* CAPTCHA */

.grecaptcha-badge {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    top: auto !important;
    right: -999px !important;
    bottom: -999px !important;
    left: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}