
@font-face {
    font-family: Anonymous;
    src: url('font/AnonymousProMinus.ttf');
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------PLACEHOLDER-STYLE-------*/
::-webkit-input-placeholder { color:lightgrey; }
::-moz-placeholder { color:lightgrey; } /* firefox 19+ */
:-ms-input-placeholder { color:lightgrey; } /* ie */
input:-moz-placeholder { color:lightgrey; }

.copyable {
    position: relative;
}
#map_canvas {

    display: block;
    width: 95%;
    height: 350px;
    margin: 15 auto;
    -moz-box-shadow: 0px 5px 20px #ccc;
    -webkit-box-shadow: 0px 5px 20px #ccc;
    box-shadow: 0px 5px 20px #ccc;
}
.rotate-180 {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: .3s;

}
.rotate180 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .3s;
}
.rotate-reset {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s;
}
hr {
  height: 0;
  margin: 3em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #999;
  text-align: center;
}
hr:after {
  content: "+";
  display: inline-block;
  position: relative;
  top: -0.70em;
  font-size: 1.4em;
  color: #bbb;
  background: #fff;
}
html {
    font-family: Open Sans, sans-serif;
}
body {
    margin: 0;
    padding: 0px;
    margin: 0;
    background-color: #F1F1F1;
    color: #666;
    overflow-y: scroll;
    }
.content {
    width: 920px;
    padding: 50px 8px 30px 8px;
    margin-left: auto ;
    margin-right: auto ;
}
.contentl {
    width: 50%;
    padding: 50px 8px 30px 8px;
    margin-left: auto ;
    margin-right: auto ;
    float:left;
}
.contentr {
    width: 50%;
    padding: 50px 8px 30px 8px;
    margin-left: auto ;
    margin-right: auto ;
    float:right;
}



h3 {
    font-family: Open Sans, sans-serif;
}
.ueberschrift1 {
    font-family: Open Sans, sans-serif;
    font-size: 120%;
    text-shadow: 2px 2px 2px #c0c0c0 ;
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
    cursor: pointer;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.curser{
        cursor: pointer;

}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.l {
    text-align: left;
}

/*--------TOP MENUBAR-----*/
.input_stick {
    position: fixed;
    top: 31;
    width: 100%;
    color: grey;
    padding-top: 5px;


    z-index: 2;
}
/*--------TOP MENUBAR-----*/
.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    color: grey;
    height: 30px;
    text-align: center;
    padding-top: 5px;

    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;

    /* Adds the transparent background */
    background-color: rgba(255, 255, 255, 1);
    color: rgba(255, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: Open Sans, sans-serif;
    z-index: 9999;
}
.navigation a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #428bca;
    text-decoration: none;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.navigation a:hover {

}
/* Stick fur Inputbox */
.inputstick {
    position: fixed;

    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 1px 8px 0px #000000;
    -moz-box-shadow: 0px 1px 8px 0px #000000;
    box-shadow: 0px 1px 8px 0px #000000;


    /* Adds the transparent background */
/*    background-color: rgba(255, 255, 255, 1);
    color: rgba(255, 0, 0, 0.8);
*/  -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: normal;
    font-style: normal;
    font-family: Open Sans, sans-serif;
    z-index: 3;
}

/* -------AUSGABE STYLE --------*/

.ausgabe_daten {
    margin-bottom: 00px;
    z-index: 2;
    border-collapse: collapse;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(0, 0, 0, 0.25);
    width: 50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background: white;
    color: black;
}
.ausgabe_daten_o {
    margin-bottom: 00px;
    border-collapse: collapse;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    width: 20px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background: white;
    color: black;
}
.ausgabe_daten_u {
    margin-bottom: 00px;
    border-collapse: collapse;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25);
    width: 20px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background: white;
    color: black;
}
/* ------TABLE STYLE ------*/

.flat-table {
    margin-bottom: 10px;
    paddin-top: 10px;
    border-collapse: collapse;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(0, 0, 0, 0.25);
}
.flat-table th, .flat-table td {} .flat-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 0.4em;
    color: rgba(0, 0, 0, 0.45);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-size: 1.8em;
}
.flat-table td {
    text-align: center;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.0em;
    padding-bottom: 0.0em;
    color: rgba(0, 0, 0, 0.45);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-size: 1.2em;
}
.flat-table td {
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
.flat-table-1 {
    background: white;
}
.flat-table-1 td:hover {
    /* background: rgba(0,0,0,0.19); */
}
/* --------SUBMIT BUTTON --------- */

.button {
    width: 100%;
    position: static;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px ;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    font-style: normal;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.button:hover, .button:focus {
    outline: 0;
    text-decoration: none;
}
.button:active, .button.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.button[disabled], .button.is-disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: not-allowed;
    pointer-events: none;
}
.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
.button.is-primary {
    border-color: #2494be;
    background-color: #3bafda;
    color: white;
}
.button.is-primary:hover, .button.is-primary:focus {
    border-color: #2aa8d7;
    background-color: #55badf;
}
.button.is-primary:active, .button.is-primary.is-active {
    border-color: #1f80a4;
    background-color: #27a2cf;
}
/* --------INPUT BUTTON STYLE --------- */

input[type="text"] {
    display: block;
    margin: 0;
    width: 100%;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
}
input[type="text"]:focus {
    outline: none;
}

/* --------TEXTAREA BUTTON STYLE --------- */

textarea {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;

}
textarea:focus {
    outline: none;
}
/* Input selected Style */
.style-1 {
   padding: 5px;
    border: solid 1px gainsboro;
    -webkit-transition: box-shadow 0.2s, border 0.2s;
    -moz-transition: box-shadow 0.2s, border 0.2s;
    -o-transition: box-shadow 0.2s, border 0.2s;
    transition: box-shadow 0.2s, border 0.2s;
}
.style-1:focus, .style-1.focus {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 3px 1px #969696;
    -moz-box-shadow: 0 0 3px 1px #969696;
    box-shadow: 0 0 3px 1px #969696;
}
/* --------LiNK STYLE --------- */

a {

    color: #428bca;
    text-decoration: none;
}

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


/* ------ UPLOAD BUTTON ---------*/

div.upload {
    width: 242px;
    height: 57px;
    background: url(../images/upload.jpg);
    overflow: hidden;
}
div.upload input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}
/*---------toTop--------*/
#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    background-image: url('../images/up.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    z-index: 9999;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/*---------Gästebuch bubbels--------*/

.bubble-container{
    margin: 0 auto;
    width: 90%;
}
.bubble {
    background-image: linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -o-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(210,244,254)),
    color-stop(1, rgb(149,194,253))
    );
    border: solid 1px rgba(0, 0, 0, 0.5);
    /* vendor rules */
    border-radius: 20px;
    /* vendor rules */
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
    /* vendor rules */
    box-sizing: border-box;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 0px 10px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    width: auto;
    max-width: 100%;
    word-wrap: break-word;
}

.bubble:before, .bubble:after {
    border-radius: 20px / 10px;
    content: '';
    display: block;
    position: absolute;
}

.bubble:before {
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: -7px;
    z-index: -2;
}

.bubble:after {
    border: 8px solid transparent;
    border-bottom-color: #d2f4fe;
    bottom: 1px;
    left: -5px;
}

.bubble--alt {
    background-image: linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -o-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(172,228,75)),
    color-stop(1, rgb(122,205,71))
    );
    float: right;
}

.bubble--alt:before {
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px / 10px;
    left: auto;
    right: -7px;
}

.bubble--alt:after {
    border-bottom-color: #ace44b;
    border-radius: 20px / 10px;
    left: auto;
    right: -5px;
}
