body {
    background: url(bg_1.scheuren.png) left top repeat-x, url(fish.gif) center bottom no-repeat, url(bg_ptrn.jpg) left top repeat;
    background-size: 130px, 130px, auto;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    width: auto;
    right: 0px;
    left: 0px;
}

#page {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    border-bottom: 4px solid black;
    background: url(headbanner.png) center top no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
}

.clearfix {
    overflow: auto;
    padding-top: 232px;
}

.footer {
    border-bottom: 4px solid black;
    background-color: gray;
    margin-bottom: -20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.floating-box {
    display: inline-block;
    width: 60%;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;
    margin-left: 20%;
}


/* ----------Tekst-------- */

p {
    border: 0px solid black;
    outline-color: red;
}

p.naam {
    border: 1px solid black;
    outline-color: red;
    background-color: black;
}

p.dotted {
    outline-style: dotted;
}

p.dashed {
    outline-style: dashed;
}

.newspaper {
column-gap: 30px;
    column-rule-style: solid;
    column-rule-width: 2px;
    column-rule-color: #393132;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    color: #150000;
    position: relative;
    z-index: -2;
    column-fill: balance;
    column-count: 3;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: unset;
    margin-bottom: 10px;
    margin-top: -25px;
    font-weight: 300;
    padding-bottom: 10px;
}

/* ----------Images-------- */

img {
    padding: 10px;
    height: 40px;
}

img.left_tag { float: left;
    width: 130px;
}

img.mid_tag {
    width: 190px;
    margin: 0 auto;
    display: block;
}

img.right_tag {
    float: right;
    width: 130px;
}


/* ----------Stone-Doors-------- */

.container {
    padding-top: 0px;
    height: auto;
}

.curtain {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 2px dashed black;
    background-color: #607455;
    z-index: 0;
    position: relative;
}

.curtain__wrapper {
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #5e7452;
}

.curtain__wrapper input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    float: none;
    box-sizing: content-box;
    display: block;
    margin-top: 20%;
}

.curtain__wrapper input[type=checkbox]:checked~div.curtain__panel--left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.curtain__wrapper input[type=checkbox]:checked~div.curtain__panel--right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.curtain__wrapper input[type=checkbox]:checked~div.input-check {
    z-index: -19;
}

.curtain__panel {
display: -webkit-flex;
align-items: left;
color: #ea630d;
float: left;
position: relative;
width: 50%;
min-height: 518px;
transition: all 1s ease-out;
padding-bottom: 518px;
}

.curtain__panel--left {
    justify-content: flex-end;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: url(door.png) left top repeat;
    z-index: -1;
}

.curtain__panel--right {
    justify-content: flex-start;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: url(door.png) left top repeat;
    z-index: -1;
}

.curtain__wrapper input-check[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 80%;
    z-index: -11;
    opacity: 0;
    float: none;
    box-sizing: content-box;
    display: block;
    margin-top: 20%;
}

.curtain__content {
    color: #fff;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 768px;
    padding-bottom: 10px;
    padding-top: 206px;
    background: url(headbanner_bottom.png) center top no-repeat;
}

.text-box {
    text-align: center;
    color: brown;
    position: relative;
    z-index: -2;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 32px;
    font-style: oblique;
    width: auto;
    padding: unset;
}
p.ex1 {
    font: 15px arial, sans-serif;
}

p.ex2 {
    font:italic bold 12px/30px Georgia, serif;
}

h3 {
font-family: 'Raleway',sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 72px;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    color: initial;
}

h1 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 19px;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-style: normal;
}

h1.deepshadow {
  color: #e0dfdc;
  letter-spacing: 0.1em;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
