html {
    min-height: 100%;
}

body {
    font: 0.8em Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    margin-top: 5px;
}

select {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.047);
    font-size: 1em;
    padding: 5px 10px;
}

input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.047);
    font-size: 1em;
    padding: 5px 10px;
}

textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.047);
    font-size: 1.2em;
    padding: 5px 10px;
    resize: vertical;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.small p {
    font-size: 0.8em;
}

.clear {
    clear: both;
}

#logo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    margin-left: 60px;

    width: 1200px;
    height: 250px;

    background-repeat: no-repeat;
    border: 2px solid rgba(111, 146, 50, 0.88);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.60);
    position: relative;
    background-image: url("/resources/images/new_title_image.jpg");
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    display: none;
}

h1,
ul {
    margin: 0;
    padding: 0;
}

h2 {
    display: inline-block;
    position: relative;
    margin: 6px;
    text-decoration: none;
    font-size: 1.7em;
    font-family: calibri, serif;
    font-style: normal;
    font-weight: 600;
    color: #6F9232;
}

#content h1 {
    font-size: 1.6em;
}

#side h1 {
    font-size: 1.2em;
}

#wrap {
    width: 1200px;
    padding-bottom: 10px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    margin: 0 auto;
    position: relative;
}

#header {
    margin-bottom: 8px;
    margin-left: -5%;
}

#flag_is {
    position: absolute;
    top: 263px;
    right: 110px;

    width: 41px;
    height: 26px;

    background-image: url('../images/flag_is.png');
}

#flag_gb {
    position: absolute;
    top: 263px;
    right: 60px;

    width: 42px;
    height: 26px;

    background-image: url('../images/flag_gb.png');
}

#flag_de {
    position: absolute;
    top: 263px;
    right: 10px;

    width: 42px;
    height: 26px;

    background-image: url('../images/flag_de.png');
}

#menu {
    font: 1.5em Arial, sans-serif;
    margin-left: 46px;
}

#menu_picture {
    background-image: url('../images/nav_bar_isag.png');
    width: 1245px;
    height: 113px;
    position: absolute;
    top: 204px;
    left: -42px;
}

#menu_picture_leaf {
    background-image: url('../images/leaf_rightside.png');
    width: 62px;
    height: 97px;
    position: absolute;
    top: 298px;
    left: 211px;
}

#menu ul {
    position: static;
    list-style: none;
}

#menu ul li {
    float: left;

}

#menu ul li a {
    display: block;
    padding: 16px 45px;
    line-height: 5px;
    text-decoration: none;
    color: #ffffff;

    font-family: kotta-one, serif;

    font-weight: 600;
    position: relative;
}

#menu ul li a:hover {
    color: #6f9232;
}

#menu li ul {
    position: absolute;
    display: none;
    z-index: 20;
}

#menu ul li ul li {
    float: none;
}

#menu ul li ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

#menu li:hover ul {
    display: block;
    background-image: -o-linear-gradient(top, #815a1f, #5a3f17);
    background-image: -ms-linear-gradient(top, #815a1f, #5a3f17);
    background-image: -moz-linear-gradient(top, #815a1f, #5a3f17);
    background-image: -webkit-linear-gradient(top, #815a1f, #5a3f17);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#815a1f), to(#5a3f17));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#815a1f', endColorstr='#5a3f17', GradientType=0);

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    box-shadow: 3px 3px 3px #484545;
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
}

#content {
    width: 730px;

    margin: 10px 0 10px 10px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    float: left;
    padding: 25px;


    background: white;

    border: 2px solid #ccc;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#content a:link {
    color: #6F9232;
    text-decoration: none;
}

#content a:visited {
    color: #6F9232;
    text-decoration: none;
}

#content a:hover {
    color: #5d7b2a;
}

#leftside {
    width: 200px;
    float: left;
    height: 500px;
    padding-right: 20px;
}

#leftsidenav {
    width: 220px;

    background-image: -o-linear-gradient(top, #5a3f17, #422915);
    background-image: -ms-linear-gradient(top, #5a3f17, #422915);
    background-image: -moz-linear-gradient(top, #5a3f17, #422915);
    background-image: -webkit-linear-gradient(top, #5a3f17, #422915);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5a3f17), to(#422915));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a3f17', endColorstr='#422915', GradientType=0);

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;


    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    float: left;
    padding: 17px 10px 25px 25px;

    margin-top: 10px;
}

#leftsidenav ul {
    list-style: none;
    float: left;
}

#leftsidenav ul li {
    padding: 6px;
}

#leftsidenav ul li a {
    display: block;
    position: relative;

    text-decoration: none;

    font-size: 1.5em;

    font-family: kotta-one, serif;
    font-style: normal;
    font-weight: 600;

    color: white;
}

#leftsidenav ul li a.extra_left_margin {
    margin-right: 18px;
}

#leftsidenav ul li p {
    font-family: kotta-one, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.3em;

    color: white;
    margin: 6px;
    margin-left: 0;
    text-decoration: underline;
}

#leftsidenav ul li.big a {
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    text-decoration: underline;
}

#leftsidenav ul li a:hover {
    color: #6f9232;
}

#about_picture {
    position: relative;

    width: 220px;
    height: 94px;

    margin-left: 1px;

    background-image: url('../images/dieislandfrauen_link.jpg');
    border: 1px solid #fdb73b;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 100%;
    display: inline-block;
    margin-top: 5px;
}

#about_picture:hover {
    border: 2px solid #f5ab27;
    margin-left: 0px;
    margin-top: 4px;
}

#rightside {
    overflow: hidden;
    z-index: -3;

    width: 225px;

    background: white;

    border: 2px solid #ccc;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    float: left;
    padding: 5px;

    margin: 10px 5px 0 10px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#contact {
    width: 170px;
    padding: 16px;
}

#contact input,
#contact textarea,
#contact select {
    margin-bottom: 10px;
    margin-top: 5px;
}

#contact label {
    font-size: 15px;
    margin-bottom: 5px;
}

#content,
#side {
    min-height: 685px;
}

#footer {
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-shadow: 4px 5px 6px #484545;

    background-image: -o-linear-gradient(top, #5f3d1d, #442917);
    background-image: -ms-linear-gradient(top, #5f3d1d, #442917);
    background-image: -moz-linear-gradient(top, #5f3d1d, #442917);
    background-image: -webkit-linear-gradient(top, #5f3d1d, #442917);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f3d1d), to(#442917));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f3d1d', endColorstr='#442917', GradientType=0);
    box-shadow: 3px 3px 3px #484545;
}

#footer ul {
    list-style: none;
    height: 15px;
    padding: 0 55px;
}

#footer ul li a.footerRight {
    display: block;
    color: white;
    padding: 0 20px;
    text-decoration: none;

    font-family: kotta-one, serif;
    font-style: bold;
    font-weight: 600;
    float: right;
}

#footer ul li a.footerLeft {
    display: block;
    color: white;
    text-decoration: none;

    font-family: kotta-one, serif;
    font-style: bold;
    font-weight: 600;
    float: left;
}

#footer ul li a:hover {
    color: #6f9232;
}

#footer ul li p {
    display: block;
    color: white;
    padding: 0 5px;
    text-decoration: none;

    font-family: kotta-one, serif;
    font-style: bold;
    font-weight: 600;
    float: left;
    margin: 0px;
}

.custom_button {
    -moz-box-shadow: inset 0px 9px 6px 0px #ffffff;
    -webkit-box-shadow: inset 0px 9px 6px 0px #ffffff;
    box-shadow: inset 0px 9px 6px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #6f9232;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: -48px -17px 27px #ffffff;
}

.custom_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}

.custom_button:active {
    position: relative;
    top: 1px;
}

#custom_button {
    -moz-box-shadow: inset 0px 9px 6px 0px #ffffff;
    -webkit-box-shadow: inset 0px 9px 6px 0px #ffffff;
    box-shadow: inset 0px 9px 6px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #6f9232;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: -48px -17px 27px #ffffff;
}

#custom_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}

#custom_button:active {
    position: relative;
    top: 1px;
}

#blog_entry {
    margin-top: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

#blog_entry:hover {
    background-color: #F8F8F8;
    position: relative;
}

#blog_entry_title {
    text-decoration: none;
    font-family: sansita-one, serif;
    font-style: normal;
    font-weight: 300;
    color: #6F9232;
    font-size: 3em;
    display: inline;
    float: left;
}

#blog_entry_date {
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #aaa;
}

#blog_entry_fullarticle {
    text-decoration: none;
    font-family: serif;
    color: #f3a540;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: 10px;
}

#blog_entry_fullarticle:hover {
    text-decoration: underline;
}

#blog_site_back_button {
    text-decoration: none;
    font-family: serif;
    color: #f3a540;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: 10px;
}

#page_buttons {
    position: absolute;
    bottom: 55px;
    padding-bottom: 15px;
    padding-top: 10px;
}

#like {
    padding-top: 20px;
    padding-bottom: 4px;
    padding-left: 4px;
    display: inline;
    position: relative;
    margin-top: 20px;
}

.twitter-share-button {
    width: 80px !important;
}

.twitter-share-button[style] {
    vertical-align: text-bottom !important;
    margin-top: 14px;
}

a.rss {
    height: 20px;
    width: 20px;
    background-image: url('../images/rss_button.png');
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
}

.hidden_textbox div {
    display: none;
}

.hidden_textbox .custom_button {
    color: black !important;
}

div#errors {
    width: 300px;
    margin: 10px auto;
    padding: 0px;
    border: 1px solid #000;
    background: #fff;
}

div#errors p {
    text-align: center;
}

.booking p {
    font-family: calibri, serif;
    font-size: 1.2em;
}

.personalInformation input {

    margin-top: 5px;
    margin-bottom: 5px;
    width: 135px;

}

#weitereTeilnehmer {
    display: none;
}

#hausnummer {
    width: 40px;
}

#plz {
    width: 40px;
}

#gesamtPreis {
    margin: 22px;
    float: right;
}

#smallEmailVerificationText {
    font-size: 1.1em;
}

.booking_errors p {
    color: red;
    margin: 0px;
    padding-bottom: 2px;

}

#sonstigeMitteilungenBooking {
    width: 328px;
    height: 122px;
}

#availableTours {
    border: 1px solid #bbb;
    width: 460px;
    border-radius: 6px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.bookingInput input {
    float: right;
}

.w-500 {
    width: 500px;
    font-size: 15px;
}