body * {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.1rem;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fef;
}

.logo i {
    opacity:0
}

.logo h2 {
    background-color: #FFF;
    width: 100%;
    padding: 25px;
    border-radius: 1vw 3vw 0 0;
    outline: 3px solid #CCC;
    background-image: url(/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.footerlogo i {
    width: 100%;
    padding: 3vh;
    float:left;
    background-image: url(/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.menu {
    left:-3px;
}

.menu div {
    float: left;
    width: 100%;
    min-height: 40px;
}

.logo h2 em {
    font-size: 9vw !important;
    margin-bottom: 2vw;
    padding-left: 15vw;
    text-shadow: 1px 1px 5px #999;
    font-weight: 400;
}

.content {
    z-index: 2;
    position: relative;
    margin-right: -10px;
    margin-left: -18px;
    padding-top: 0 !important;
}

.row {
    border-top: 0 !important;
}

.bottom {
    margin-right: -10px;
    margin-left: -18px;
    padding-top: 0 !important;
    background-color: #fef !important;
}

.bottom .col {
    border-left: 3px solid #CCC;
    border-right: 3px solid #CCC;
    border-bottom: 3px solid #CCC;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.ccol {
    border-left: 3px solid #CCC;
    border-right: 3px solid #CCC;
}

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

h2 {
    margin-top: 30px;
    font-size: 1.75rem;
    color: #D6306E;
}

h3 {
    font-size: 1.5rem;
    font-style: italic;
    color: #ad2155;
}

h2 em {
    font-family: 'wolf-regular', Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-shadow: 0 0 2px #999
}

.footer em {
    font-family: 'wolf-regular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-shadow: 0 0 2px #999
}

header {
    width: 1010px;
    height: 135px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative
}

header aside {
    float: right;
    width: 600px;
    height: 65px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px
}

header aside input {
    margin: 1% !important;
    padding: .5% 1% !important;
    width: 36% !important;
    float: right;
}

header h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    float: left;
    height: 125px;
    background-color: #fff;
    background-image: url(files/logo.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 96px;
    color: #E23273;
    text-shadow: 1px 1px 3px #999;
    font-weight: 400;
    padding: 0;
    -webkit-border-radius: 10px 100px 0 0;
    border-radius: 10px 100px 0 0;
    -webkit-box-shadow: 1px 1px 2px 4px #EEE;
    box-shadow: 1px 1px 2px 4px #EEE;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    z-index: 5
}

header h1 em {
    font-size: 48px;
    font-style: normal;
    font-family: 'wolf-regular', Arial, Helvetica, sans-serif
}

header h1 a {
    margin-left: 120px;
    float: left;
    font-family: 'wolf-regular', Arial, Helvetica, sans-serif;
    margin-left: 120px;
    color: #E23273;
    text-decoration: none
}

nav {
    position: absolute;
    right: 0;
    float: right;
    bottom: 0;
    padding: 2px 20px;
    width: 100%;
    text-align: right;
    background: #ec5286;
    background: -moz-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec5286), color-stop(30%, #e92e72), color-stop(100%, #9e1f4a));
    background: -webkit-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -o-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -ms-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: linear-gradient(to bottom, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5286', endColorstr='#9e1f4a', GradientType=0);
    -webkit-border-radius: 0 10px 5px 0;
    border-radius: 0 10px 5px 0;
    padding: 8px
}

nav a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    text-shadow: 0 0 2px #333;
    font-style: italic;
    font-weight: 700
}

nav a:hover {
    color: #fff;
    text-shadow: 0 0 2px #000
}

main {
    width: 980px;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 2px 4px #EEE;
    box-shadow: 1px 1px 2px 4px #EEE;
    -webkit-border-radius: 10px 50px 30px 50px;
    border-radius: 0px 50px 30px 50px
}

footer {
    width: 980px;
    margin: 0 auto;
    text-align: right;
    padding: 10px
}

article {
    width: 70%;
    float: left
}

aside {
    width: 30%;
    float: left
}

aside h3 img {
    float: right;
    width: 66px
}

.sfatimg {
    width: 40%;
    margin: 1%;
    padding: 2px;
    border: 1px solid #a24;
    float: right;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.p1, .q1 {
    width: 1%;
    padding: 0;
    margin: 0;
    float: left
}

.hrt {
    border-top: 1px solid #EEE;
    width: 99%;
}

.nl p {
    width: 100%;
    font-size: 14px;
    color: #f46;
    text-align: center
}

.nl ul {
    list-style: circle !important;
    margin-left: 20px !important;
    width: 100% !important;
    font-size: 14px !important
}

.p1 strong {
    overflow: hidden;
    width: 1px;
    padding: 0;
    margin: 0 auto;
    display: block;
    background: #666;
    background: -moz-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(75%, #ccc), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: -o-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: -ms-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: linear-gradient(to bottom, #666 0%, #ccc 75%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#ffffff', GradientType=0);
    height: 300px
}

.q1 strong {
    overflow: hidden;
    width: 1px;
    padding: 0;
    margin: 0 auto;
    display: block;
    background: #666;
    background: -moz-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(75%, #ccc), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: -o-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: -ms-linear-gradient(top, #666 0%, #ccc 75%, #fff 100%);
    background: linear-gradient(to bottom, #666 0%, #ccc 75%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#ffffff', GradientType=0);
    height: 200px
}

aside textarea {
    width: 90%;
    margin: 5%;
    height: 100px;
    resize: none;
    border: 1px solid #a24;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3dbe1));
    background: -webkit-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: -o-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: linear-gradient(to bottom, #fff 0%, #f3dbe1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3dbe1', GradientType=0)
}

aside input[type=text], aside input[type=password], .nl input[type=text], .nl input[type=password], .txtinp {
    width: 85%;
    margin: 5%;
    border: 1px solid #a24;
    padding: 2.5%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3dbe1));
    background: -webkit-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: -o-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f3dbe1 100%);
    background: linear-gradient(to bottom, #fff 0%, #f3dbe1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3dbe1', GradientType=0)
}

.txtinp {
    width: 92%;
    margin: 0 2%;
    padding: 2%
}

#c4v1 img {
    width: 32px;
    padding: 4px
}

#c4v2 img {
    width: 32px;
    padding: 3px;
    border: 1px solid #A24
}

#c5v2 a {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px dashed #a24;
    overflow: hidden;
    font-family: 'zodiac';
    width: 52px;
    height: 52px;
    margin: 2px;
    text-align: center;
    font-size: 36px;
    color: #333;
    width: 52px;
    height: 52px;
    float: left
}

aside input[type=submit], .buton {
    float: right;
    padding: 5px 20px;
    margin-top: 10px;
    background: #ec5286;
    background: -moz-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec5286), color-stop(30%, #e92e72), color-stop(100%, #9e1f4a));
    background: -webkit-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -o-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -ms-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: linear-gradient(to bottom, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5286', endColorstr='#9e1f4a', GradientType=0);
    -webkit-border-radius: 0 10px 5px 0;
    border-radius: 5px 10px 5px 10px;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700
}

aside h3 {
    clear: both;
    font-size: 22px;
    color: #D6306E;
    font-style: italic;
    border-top: 1px solid #999;
    padding-top: 5px;
    margin: 10px 0
}

aside ul {
    font-size: 13px;
    margin-left: 10px;
    padding-left: 10px
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 14pt;
}

input[type=checkbox]+label:before {
    content: "\f0c8";
}

input[type=checkbox]+label:before {
    letter-spacing: 10px;
}

input[type=checkbox]:checked+label:before {
    content: "\f14a";
}

.agree {
    width: 55%;
    font-size: 10px
}

.cats a {
    float: left;
    clear: both;
    margin: 3px 30px
}

.cats a strong {
    float: left;
    padding: 3px 10px;
    border: 1px solid #a24;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.cats a em {
    float: left;
    padding: 3px 10px
}

.iedit {
    width: 18px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    float: left;
    margin-right: 10px
}

.row {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #EEE
}

.zodie {
    font-family: 'zodiac', Arial, Helvetica, sans-serif
}

.logerr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    height: 80px;
    background-color: #F99;
    border-bottom: 1px solid #933;
    font-size: 16px;
    color: #FFF;
    text-align: center
}

.loginfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    height: 80px;
    background-color: #9F9;
    border-bottom: 1px solid #933;
    font-size: 16px;
    color: #333;
    text-align: center
}

.err {
    background-color: #F99;
    border: 1px solid #933;
    font-size: 14px !important;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 66% !important;
    padding: 2%;
    margin: 0;
    float: left;
    color: #FFF;
    font-weight: 700
}

.reg {
    width: 70%;
    margin: 0 15%;
    float: left;
    font-size: 16px
}

.reg img {
    width: 32px;
    padding: 4px
}

.reg input[type="radio"] {
    display: none
}

input[type="radio"]+label {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    font-family: 'zodiac';
    border: 2px solid #fff;
    float: left;
    width: 44px;
    height: 44px;
    font-size: 36px;
    overflow: hidden;
    text-align: center
}

input[type="radio"]:checked+label {
    border: 2px solid #a24
}

.paginatie a {
    float: left;
    padding: 5px 10px;
    margin: 0 5px;
    background: #ec5286;
    background: -moz-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec5286), color-stop(30%, #e92e72), color-stop(100%, #9e1f4a));
    background: -webkit-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -o-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: -ms-linear-gradient(top, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    background: linear-gradient(to bottom, #ec5286 0%, #e92e72 30%, #9e1f4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5286', endColorstr='#9e1f4a', GradientType=0);
    -webkit-border-radius: 0 10px 5px 0;
    border-radius: 5px 10px 5px 10px;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700
}

.primg {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px dashed #a24;
    overflow: hidden;
    width: 88%;
    padding: 3%;
    margin: 3%;
    float: left
}

.primg img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%
}

.galerie {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 7px;
    float: left;
    position: relative
}

.galerie a {
    position: absolute;
    top: 0;
    margin: 7px
}

article.club {
    width: 80%
}

aside.club {
    width: 20%
}

.p70 {
    width: 72%;
    padding: 1%;
    float: left
}

img.tooltip, img.errortooltip {
    float: right;
    width: 16px;
}

.tooltipster-default {
    border: 2px solid #D32F6B;
    background: #F1578D;
}

@font-face {
    font-family: 'wolf-regular';
    src: url('/webfonts/wolf.eot');
    src: url('/webfonts/wolf.eot?#iefix') format('embedded-opentype'),
        url('/webfonts/wolf.woff') format('woff'),
        url('/webfonts/wolf.ttf') format('truetype'),
        url('/webfonts/wolf.svg#regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'zodiac';
    src: url('/webfonts/zodiac.eot');
    src: url('/webfonts/zodiac.eot?#iefix') format('embedded-opentype'),
        url('/webfonts/zodiac.woff') format('woff'),
        url('/webfonts/zodiac.ttf') format('truetype'),
        url('/webfonts/zodiac.svg#regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.normal-tip .tooltipster-arrow-border {
    border: 1px solid #CDE !important;
}

.normal-tip .tooltipster-arrow-background {
    border-right-color: #EEE !important;
}

.normal-tip .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    border: 1px solid #CDE;
    background-color: #EEE;
    color: #000;
    border-radius: 3px;
}

.normal-tip .tooltipster-box {
    border: 0;
}

.error-tip .tooltipster-arrow-border {
    border: 1px solid #DAD !important;
}

.error-tip .tooltipster-arrow-background {
    border-right-color: #ECE !important;
}

.error-tip .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    border: 1px solid #DAD;
    background-color: #ECE;
    color: #000;
    border-radius: 3px;
}

.error-tip .tooltipster-box {
    border: 0;
}

textarea.small {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

textarea.form-control {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff80bd !important;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-control {
    border-color: #dda0ad !important;
    outline: 0;
    box-shadow: 0 0 0 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgb(242, 232, 233) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgb(242, 232, 233) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgb(242, 232, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2e8e9', GradientType=0);
}

p {
    text-indent: 2rem;
    font-size: 1.2rem;
}

.footer .list-group-item {
    padding: 0rem 1.25rem;
    background-color: transparent!important;
    border: 0!important;
}

.footer .list-group-item:before {
    content:'💝';
    padding-right:1rem;
}

.social b {
    font-size:1.5rem;
    float: left;
    width: 100%;
    font-style: italic;
}

.social i {
    font-size:1.8rem;
    padding:0.5rem;
}

.card-body h6 {
    font-size:0.8rem;
    text-align:right;
    font-style: italic;

}

.card-body p {
    font-size:1rem;
    line-height:1.2;
}

.w-50 {
    width: 40%!important;
}