/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.03.2016, 18:46:44
    Author     : Luggi
*/


 
body
{
    border-top:5px solid #e56038;
    background:#ebe8de;
    /*    background:  bisque;*/
    /*    background:   honeydew;*/
    font-family: 'Open Sans', sans-serif;
    color:#333333;
}
 img{
   box-shadow: 3px 2px 6px 1px rgba(140,122,122,1);
       -moz-box-shadow: 3px 2px 6px 1px rgba(140,122,122,1);
-webkit-box-shadow: 3px 2px 6px 1px rgba(140,122,122,1); 
}
.img_noShadow{
   box-shadow: none; 
     -moz-box-shadow:none;
-webkit-box-shadow: none; 
}

.img_noShadow_right{
  margin-left: 2em;
   box-shadow: none; 
     -moz-box-shadow:none;
-webkit-box-shadow: none; 
}

img.title{
    width:100%;
}

.img300{
    width: 50%;
}

input
{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    padding: 7px;
    outline: 0;
    border:0;
    width:250px;
    background: #EBE8DE;
    border-radius:5px;
}

input[type=submit]
{
    width:auto;
    padding: 5px 18px;
    line-height:25px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    background: #333333;
    color: #fff;
}

.mybutton a, input[type=submit]{
    width:auto;
    padding: 5px 18px;
    line-height: 30px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    color: #fff;

}
.slides{
    float: right;
}

p
{
    margin:5px 0;
    line-height:25px;
}

.inline{
    display: inline;
    margin-left: 20px;
}
a
{
    text-decoration:none;
    color:inherit;
    transition: color .5s ease;
    /*border-top: 1px solid;*/
    border-bottom: 1px solid;
}
a.mybutton{

    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin-left: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
    background: #f0b7a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}
a.mybutton_sf{
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
    background: #f0b7a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

    }
a.mybutton, .mybutton_sf:active{
    display:  inline-block;
    transform: translateY(2px);
}

table.center{
    position: relative;
    width: 100%;
   
}
table.es td {
    
    padding-left:1em;
    padding-right:1em;
}

strong
{
    font-weight:bold;
}

figcaption strong
{
    border-bottom: 1px solid #D6D0C1;
    padding-bottom:10px;
    margin: 10px 0;
    display:block;
}

figcaption
{
    line-height: 25px;
    font-size:14px;
    width:400px;
    
}

hr
{
    background-color: #D6D0C1;
    height:2px;
    margin:20px 0;

}
.note_right {
    font-size: 85%;
    float: right;
    margin-top: -1em;
}
.note_left{
    font-size: 85%;
    float: left;
    margin-top: -1em;
}
.h_note{
    margin-top: -2.3em;
    font-size: 85%;
    float: right;

}
.center_box{
    font-size: 85%;
    color:black;
    text-align: center;
    border: 1px solid#CD853F;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffe8+0,d6dbbf+100;Wax+3D+%231 */
background: #feffe8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmRiYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffe8 0%,#d6dbbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-8 */

    border-radius: 5px;
        }
    
        .mittig{
            text-align: center;
        }
        
em{
    font-style: italic;
    font-size: 100%;
}

/* HEADER */

header
{
    position:relative;
    width:auto;
    max-width:960px;
    margin: 0 auto 20px auto;

}

header h1
{
    margin:35px 0 0 0;
    font-size:4vw;
    color:#e56038;
    font-family: 'Baumans', cursive;
    padding:20px;
    text-shadow: 5px 5px 13px rgba(155, 100, 55); /* Fallback */
 text-shadow: 5px 5px 13px rgba(155, 100, 55, 0.5); 
}

.sk{
    color: black;
    background-color:#e56038;
    border: 1px solid;
    
   
}
.sk_left{
    float: left;
    margin-right: 100px;
}

.sk img{
    float: right;
   
}
header p
{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color: #4A463B;
    margin-left:132px;
}
figcaption{
    font-size: 80%;
    line-height:  14px;
    text-align: left;
    width: 350px;
}
figure{
    float: left;
    width: 400px;
     
}
td.video  {
    width: 12em;

}
nav
{       width: 100%;
        position:absolute;
        right:0;
        bottom:0;
}

nav ul
{
    list-style:none;
}

nav ul li
{
    display:block;
    float:left;
    padding:5px 15px;
}

nav ul li a
{
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    transition: all .25s ease;
}


nav ul li a:hover
{
    color:#E56038;
}

a:active{
    transform: translateY(3px);
}

#mobileMenu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#mobileMenu ul li
{
    display:block;
    background-color: #E56038;
    color: #fff;
    padding: 12px 0;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #CC5836;
}

.toggleMobile
{
    display: none;
}

/* 3 COLUMNS */

#boxcontent
{
    width:auto;
    max-width:900px;
    margin:0 auto;
    padding:70px 0 45px 0;
}

#boxcontent article
{
    float:left;
    width:250px;
    margin-right:45px;
    font-size:14px;
}

#boxcontent article h3
{
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    margin-bottom:10px;
    margin-left:75px;
}

#boxcontent article img
{
    float:left;
}

#boxcontent article p
{
    line-height:25px;
    font-family: 'Open Sans', sans-serif;
    margin-left:75px;

}

#slider_content1,
#slider_content2,
#slider_content3,
#slider_content4,
#slider_content5,
#slider_content6
{
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    top:108%;
    left:10%;
    display:none;
    z-index:11;
}

#slider_content1 h3,
#slider_content2 h3,
#slider_content3 h3,
#slider_content4 h3,
#slider_content5 h3,
#slider_content6 h3
{
    color:#EBE8DE;
    font-size:25px;
    font-weight:bold;
    margin-bottom:10px;

    padding:10px 15px;

    display:inline-block;
}

#slider_content1
{
    display: inline-block;
}

#slider_content1 p,
#slider_content2 p,
#slider_content3 p,
#slider_content4 p,
#slider_content5 p,
#slider_content6 p
{

    width:  65vw;
    display: inline;
    color:#EBE8DE;
    padding:10px 15px;


}


/* BUTTONS */



.button
{
    padding:7px 14px;
    border: 1px solid #c3532e;
    background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
    background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
    background-color: #eb653c;
    color: #EBE8DE;
    text-shadow: 1px 1px 0px #ff8155;
    text-decoration:none;
    border-radius:5px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
    background:none #EBE8DE;
    border-color: #EBE8DE;
    text-shadow:none;
    color: #4A463B;
}
.klein
{
    font-size: 75%;   
}

li.ext:before{
    content: url("../img/Wappen2-1.jpg");
    margin-right:10px;
}

.ext{
    font-size: 70%;
    float: right;
}

.a_ext{
    display:  block;
    margin-left: 23px;
    margin-top: -18px;
}

/* SPACER */

#spacer
{
    width:auto;
    height:70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
    background: #f0b7a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

    position:relative;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size:18px;
}

#spacer p
{
    margin-top:22px;
    width:auto;
    position:absolute;
    left:50%;
    margin-left:-450px;
}

#spacer .search
{
    margin-top:15px;
    width:auto;
    position:absolute;
    right:50%;
    margin-right:-480px;
}
.suchfeld{
    margin-left: -5vw;

}

/* FOUR COLUMNS */

#four_columns, #text_columns
{
    line-height:25px;
    font-family: 'Open Sans', sans-serif;
    clear:both;
    width:auto;
    max-width:900px;
    margin:0 auto;
}

#four_columns h2, #text_columns h3
{
    font-size:20px;
    padding: 20px 0;
    margin-bottom: 20px;
}
#text_columns h5{
    font-size: 15px;
    font-weight: bold;
}
#text_columns h6{
    font-size: 12px;
    font-weight: bold;
}

h6.center{
    text-align: center;
}
#four_columns .img-item
{
    float:left;
    margin-right:25px;
}

#four_columns .img-item a
{
    position:relative;
    display:block;
}

.thumb-screen
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:113px;
    background: #000 url(img/zoom.png) center center no-repeat;
    z-index:99;
    opacity: 0;
    transition: opacity .5s ease;
}

.thumb-screen:hover
{
    opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
    margin:  0px 0;
    font-size:15px;
    float:left;
    width:auto;
    max-width: 960px;

}
 #text_columns article.column1 img.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    
}

#text_columns .column2
{
    margin: 120px 0;
}

.row
{
    position:relative;
    margin: 40px 0 0 50px;
    float:right;
    width:350px;
}

.row img
{
    float:left;
}

.row p
{
    margin-left: 100px;
}

.rocket, .clock
{
    top:0;
    left:0;
    position:absolute;
    height: 80px;
}

.rocket:hover
{
    opacity:0;
    transition: opacity 0.4s ease 0.2s;
    animation-name: stylie-transform-keyframes;
    animation-duration: 700ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transform-origin: 0 0;
}

.clock:hover
{
    animation-name: stylie-transform2-keyframes;
    animation-duration: 100ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}



/* FOOTER */

footer
{
    position:relative;
    clear:both;
    width:auto;
    margin-top: 10em;
    background:#333333;
}

footer .wrapper
{
    line-height:25px;
    margin: 0 auto;
    padding-top:30px;
    width:auto;
    max-width:900px;
    font-size:14px;
}

footer .wrapper .column
{
    font-family: 'Open Sans', sans-serif;
    color:#ababab;
    float:left;
    width:280px;
    margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
    display:block;
    width:auto;
    padding:0 0 10px 25px;
    margin-bottom:10px;
    border-bottom: 1px solid #444444;
    background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
    color:#fff;
}

footer .wrapper .column.rightlist ul li
{
    display:block;
    width:auto;
    margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
    margin-left:95px;
    display:block;
}

footer .wrapper .column.rightlist ul li a img
{
    transition: border .25s ease;
    float:left;
    border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
    border-color: #5e5e5e;
}

footer .wrapper .column h4
{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #444444;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

#copyright
{
    background: #f0b7a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

    height:70px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
#copyright .wrapper
{
    font-family: 'Open Sans', sans-serif;
    padding-top:25px;
    color: #5e5e5e;
    font-size:14px;
    position:relative;
}
#copyright .wrapper .social
{
    position:absolute;
    right:0;
    top:25px;
}
#copyright .wrapper .social a
{
    transition: opacity .25s ease;
    opacity: 0.5;
    margin-left: 12px;
    display:block;
    float:left;
}
#copyright .wrapper .social a:hover
{
    opacity: 0.7;
}
#copyright .wrapper a
{
    /*    color: #ABABAB;*/
    color:  antiquewhite;
}

#copyright .wrapper a:hover
{
    color: #fff;
}


/* SKIPLINK */
.go-top
{
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover
{
    background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
    border-top: 1px #d6d0c1 solid;
}
#slides
{
    display: none
}

/* Center the slideshow */
.container
{
    width:auto;
    margin: 0 auto;
    position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
    color:red;
}

#slider_content1 p .responsive_button,
#slider_content2 p .responsive_button,
#slider_content3 p .responsive_button,
#slider_content4 p .responsive_button,
#slider_content5 p .responsive_button,
#slider_content6 p .responsive_button
{
    display:none;
    color:#000;
}


/* MISC */
.clear
{
    clear:both;
}
.hidden
{
    position:absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
    #slider_content1,
    #slider_content2,
    #slider_content3,
    #slider_content4,
    #slider_content5,
    #slider_content6
    {
        width:auto;
        margin-right:50px;
    }
    #slider_content1 h2,
    #slider_content2 h2,
    #slider_content3 h2,
    #slider_content4 h2,
    #slider_content5 h2,
    #slider_content6 h2
    {
        font-size:18px;
    }
    #slider_content1 p,
    #slider_content2 p,
    #slider_content3 p,
    #slider_content4 p,
    #slider_content5 p,
    #slider_content6 p
    {
        font-size:14px;
    }
    #slider_content1 p .responsive_button,
    #slider_content2 p .responsive_button,
    #slider_content3 p .responsive_button,
    #slider_content4 p .responsive_button,
    #slider_content5 p .responsive_button,
    #slider_content6 p .responsive_button
    {
        display:inline;
    }
    .container .button
    {
        display:none;
    }
     footer .wrapper
    {

        text-align:center;
    }
}

@media (max-width: 915px)
{
    #boxcontent article
    {
        float: none;
        margin: 30px auto 0 auto;
        width: 65%;
    }

    #spacer
    {
        font-size:15px;
    }
    #spacer .search
    {
        margin-top:19px;
        margin-right:-385px;
    }
    #spacer p
    {
        margin-left:-370px;
    }
    input
    {
        padding:4px;
        font-size:14px;
    }
    input[type="submit"]
    {
        padding: 1px 14px;
    }
    #four_columns
    {
        width: 500px;
    }
    #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
    {
        margin-top: 25px;
    }
    #text_columns article.column1, #text_columns .column2
    {
        float:none;
        max-width: 800px;
        margin:  0px 30px 0 30px;
    }
    .column2 .row
    {
        float:none;
        margin:0 0 40px 50px;
    }
     footer .wrapper
    {

        text-align:center;
    }
    footer .wrapper .column
    {
        font-size: 12px;
        width: 230px;

    }
}

@media (max-width: 765px)
{
    .container
    {
        height:1px;
        top: -1500px;
    }
    header
    {
        height:120px;
        margin-bottom: 6vw;
         
    }
    header nav
    {
        right: auto;
        bottom: auto;
        left: 50%;
        top:100px;
        margin-left: -184px;
    }
    #spacer
    {
        height:9vw;
      
    }
    #spacer p
    {
        text-align:center;
        position:static;
        margin: 0 auto;
        padding:15px 0 7px 0;
    }
    #spacer .search
    {
        text-align:center;
        position:static;
        margin: 0 auto;
    }
   
    footer
    {
        padding-bottom:70px;
        height: auto;
    }
    footer .wrapper
    {
        width: 350px;
        margin: 0 auto;
        text-align:center;
    }
    footer .wrapper .column
    {
        margin-top:30px;
        float:none;
        font-size: 14px;
        width: auto;
    }
    footer .wrapper .social
    {
        display:none;
    }
     input
    {
        width:auto;
        margin-top:3vw;
    }
    
}

@media (max-width: 500px)
{
    img{
        width: 80vw;
    }
    img.mini{
        width: 10vw;
    }
    header
    {
        margin-top: 80px;
        text-align: center;
    }
    #spacer
    {
        height:auto;
        padding-bottom:15px;
      
    }
    #four_columns
    {
        width:auto;
    }
    #four_columns .img-item
    {
        width: 200px;
        float:none;
        margin: 25px auto 0 auto;
    }
    #four_columns h2
    {
        margin: 0 30px;
    }
    .column2 .row
    {
        margin: 0 0 40px 10px;
        width:auto;
    }
    footer .wrapper
    {
        width:auto;
        text-align:center;
    }
    footer .wrapper .column
    {
        margin: 0 auto 15px auto;
        max-width:300px;
    }
    input
    {
        width:auto;
        margin-top: 2vw;
    }
   #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
    0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
    0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}