/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    background: #e7eaf0;
    font-family: 'Slabo 27px';
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.home {
    overflow: hidden;
}

.home #main {
    display: none;
}

.page #hero { bottom:-220px;}
.home #hero { bottom:0px;}

header {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 50px;
}

#logo {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: auto;
    border-top: 4px solid #111;
    border-bottom: 4px solid #111;
    padding-top: 4px;
    padding-bottom: 4px;
    width:600px;

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

a {color:#111;}
a:hover {color:#111; text-decoration: none;}

#imprint {
    position: absolute;
    right:20px;
    top:20px;
    text-transform: uppercase;
     font-family: AachenTL-Bold;
     font-size: 12px;
}

#main {
    padding: 30px 0px 0px 0px;
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
}
#main p {
    line-height: 24px;
    width:100%;
    float:left;
    margin-top:20px;
}

h1 {
    color: #111;
    text-transform: uppercase;
    font-family: AachenTL-Bold;
    padding-bottom: 0px;
}

h1 a, h1 a:hover, h1 a:visited {
    position: relative;
    text-decoration: none;
    color: #111;
}

h3 {
    font-weight: normal;
    font-family: AachenTL-Roman;
    font-size: 16px;
}

#hero {
    position: fixed;
    z-index: 100;
    bottom: -20px;
    margin: auto;
    pointer-events: none;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1400px;
    height: 80vh;
    background: url('../img/studio_braun.png') no-repeat center bottom;
    background-size: contain;
}

#hero img {
    display: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

nav ul li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    font-family: AachenTL-Roman;
    text-transform: uppercase;
    font-size: 22px;
}

nav ul li a {
    color: #111;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

nav ul li a:hover {
    color: #000;
}

nav ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

nav ul li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .1s ease, background-color .1s ease;
    -moz-transition: width .1s ease, background-color .1s ease;
    -ms-transition: width .1s ease, background-color .1s ease;
    -o-transition: width .1s ease, background-color .1s ease;
    transition: width .1s ease, background-color .1s ease;
    position: absolute;
    bottom: -3px;
}

nav ul li a:hover:after {
    width: 100%;
    background: #000;
    position: absolute;
    bottom: -3px;
}

nav ul li.current_page_item a {
    color: #333;
}

#nav-compact {
    width: 100%;
    position: fixed;
    left: 0px;
    background: #111;
    display: none;
    text-align: center;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav-compact-content {
    display: inline-block;
}

#logo-compact {
    float: left;
    color: #b2a499;
    text-transform: uppercase;
    font-family: AachenTL-Bold;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

#nav-compact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    font-family: AachenTL-Roman;
}

#nav-compact ul li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#nav-compact ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px !important;
    text-decoration: none;
}

.navbarshow {
    display: block !important;
}

.page-template-tmpl-fotos {
    overflow: hidden;
}

.slick-slide {
    padding: 10px;
   width:400px;
}

.slick-slide img{
   filter: saturate(50%);
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);
}



.slick-list {
    overflow: visible;
}

.slick-arrow {
    position: fixed;
    z-index: 100;
    top: 50%;
    border: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
    cursor: pointer;
}

.slick-prev {
    left: 0px;
    background: url('../img/prev.png') no-repeat;
    background-size: contain;
}

.slick-next {
    right: 0px;
    background: url('../img/next.png') no-repeat;
    background-size: contain;
}

/* termine */
#termine {
    margin: 0;
    padding: 0;
    list-style: none;
}

#termine-text {

    margin-bottom:30px;
    float:left;
    width:100%;
}


#termine li {
    padding: 4px;
    margin-bottom:10px;
}

#termine h3 {
    margin: 0;
    padding: 0;
}

#termine p {
    margin: 0;
    padding: 0;
}

.soldout { background: #111; color:#FFF; padding: 5px; display: inline; font-size: 11px; text-transform: uppercase;}


.gform_body ul {padding:0 !important;}
.gform_wrapper .validation_message {color: #000 !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: none !important; border:none !important; } 
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border: #111 !important; }
.gform_wrapper .gfield_error .gfield_label {color:#000 !important;}
.gform_wrapper .gfield_error .gfield_label {font-size: 14px !important; color: #000 !important; font-weight: normal !important;}
.gform_wrapper div.validation_error { font-size: 14px !important; color: #000 !important; font-weight: normal !important; }
.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea { border: #111 !important;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {

background-color: transparent !important;
}

.gform_wrapper div.validation_error {

    border-color: #000 !important;
}


html, body{
  min-height: 100%;
}
body{
  position: relative;
}
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.modal {
    width: 300px;
    height: 570px;
    line-height: 200px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -274px;
    margin-left: -150px;
   
    border-radius: 5px;
    text-align: center;
    z-index: 1100; /* 1px higher than the overlay layer */
}

#close {height: 20px; color: #FFF; position: absolute; top: -120px;}
#close:hover {cursor: pointer;}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1400px) {

    #hero {
        max-width: 2600px;
        height: 95 vh;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

    #logo {
        margin-top: 40px;
       

    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    #logo {
        margin-top: 40px;
        width: 100%;
    }

    #main {
        padding-bottom: 0px !important;
    }

    #hero {
        position: relative;
    }

    
    .modal, .overlay {
        
        display: none;
 
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    #nav-compact ul li a {
        font-size: 16px !important;
    }

    #nav-compact ul li {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    #logo {
        margin-top: 40px;
        min-width: 100%;
    }

    #main {
        padding-bottom: 0px !important;
    }

    #hero {
        position: relative;
        height: 200px !important;
        bottom: 0px !important;
    }
    .home #hero {
        position: absolute;
        height: 200px !important;
        bottom: 0px !important;
    }

    .container {
        overflow-x: hidden;
    }

    .home #logo {
        margin-top: 100px !important;
    }
    
    
       .modal, .overlay {
        
        display: block;
 
    }
 
    .modal a img {
        
        width:70%;
        margin-top: 100px;
    }
    
    #close {
        
        top: -40px
        
    }
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

    #logo {
        margin-top: 40px !important;
        max-width: 300px;
    }

    .home #logo {
        margin-top: 200px !important;
    }
    
    .modal a img {
        width:80%;
    }

}