@import url('https://www.huisvandehaiku.com/haiqr/css/animaties.css');
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

.foto {
    max-width: 50%;
    border-radius: 25px;
    margin: 35px 0;
    border: 2px dashed #0092cf;
    padding: 10px;
}

.haikugesuto {
    font-family: var(--fonthaiku);
    font-size: 25px;
}

.teksttip a, .teksttip a:visited {
    color: #9d8b73;
    font-weight: 400;
}
.teksttip a:hover, .teksttip a:active, .teksttip a:focus { color: #756341; }

:root {
    --fonthaiku: 'Playfair Display', serif;
    --fontrest: 'Lato', Calibri, Arial, sans-serif;
    --fonttip: 'Lato', Calibri, Arial, sans-serif;
    --cirkel: #756341;/*#0092cf;*/
    --decocirkel: rgba(195, 207, 33, 0.6);
    --titelafstand: 5px;
    --kleurtitel: #999999;
    --streepondertitel: #756341;
    --basisknoppen: #0092cf;
    --hoverknoppen: #756341;
    --schuinestreepjes: #c3cf21;
    --kleurhaiku: #493f31;
    --streeponderhaiku: #c3cf21;
    --achtergrond: #FFFFFF;
    --tekst: #000000;
    --basiscredits: #ABABAB;
    --hovercredits: #777777;
}

.deco {
    -webkit-animation: rotate 1.5s ease-in-out;
	-moz-animation: rotate 1.5s ease-in-out;
	-o-animation: rotate 1.5s ease-in-out;
	animation: rotate 1.5s ease-in-out;
}

::-moz-selection { background:none; color:none; }
::selection { background:none; color:none; }

/**, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

*:focus {outline: none;}
body {
	background-color: var(--achtergrond);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: var(--basisknoppen);
}

a:visited { color: var(--basisknoppen); }

a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--hoverknoppen);
	text-decoration: none;
}

a:focus,
a:active {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--basisknoppen);
}

.container {
    top: 50px;
    left: 50%;
    transform: translate(-50% , 0%);
    position: absolute;
    text-align: center;
    width: 50%;
    padding-bottom: 30px;
}

.deco {
	width: 260px;
	height: 260px;
	border: 2px dashed var(--cirkel);
	border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.deco img {
    height: 250px;
    width: 250px;   
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
    position: absolute;
}

.deco:before {
    content: attr(data-icon);
	position: absolute;
	width: 220px;
	height: 220px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px var(--decocirkel);
	border-radius: 50%;
}

.titel {
    font-family: var(--fontrest);
	color: var(--kleurtitel);
	font-size: 25px;
	font-weight: 400;
	letter-spacing: var(--titelafstand);
	text-align: center;
    white-space: nowrap;
    margin-top: 50px;
    margin-left: 4px;
}

.tussenteken {
    color: #ddd;
}

.haiku {
    font-family: var(--fonthaiku);
	font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    color: var(--kleurhaiku);
    display: inline-block;
    cursor: pointer;
}

.knoppen { margin-bottom: 30px; }
.knop {
    font-family: var(--fontrest);
    color: var(--basisknoppen);
	font-size: 16px;
	font-weight: 400;
	text-align: center;
    white-space: nowrap;
}

.streep {
    color: var(--schuinestreepjes);
    font-size: 15px;
	font-weight: bold;
}

.credits {
    font-family: var(--fontrest);
	color: var(--basiscredits);
	font-size: 14px;
	font-weight: 400;
    letter-spacing: 3px;
	text-align: center;
    white-space: nowrap;
    margin-left: 4px;
    padding-bottom: 40px;
}
/*.credits:hover {
    color: var(--hovercredits);
}*/

.stoellink img {
    width: 27px;
    opacity: 0.2;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    padding-left: 6px;
    cursor: pointer;
}
.stoellink img:hover {
    opacity: 0.35;
}

.teksttip {
    font-family: var(--fonttip);
	color: var(--tekst);
	font-size: 20px;
	font-weight: 300;
	text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
}

.lijntjeboven {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 2px 0px 0px 0px;
	border-color: var(--streepondertitel);
    margin-top: 10px;
	margin-bottom: 10px;
}
.lijntjeonder {
	margin: 0 auto;
    width: 200px;
	border-style: solid;
    border-width: 2px 0px 0px 0px;
	border-color: var(--streeponderhaiku);
    margin-top: 40px;
	margin-bottom: 10px;
}

.pijltjelink { color: var(--schuinestreepjes); }

.woordinfo {
    color: var(--basisknoppen);
}
.allelogos {
    width: 414px;
    margin: 0 50% 0;
    transform: translateX(-50%);
    margin-top: 30px;
    margin-bottom: 30px;
}
.logo1 {
    width: 138px; 
    margin-right: 30px;
    margin-top: 10px;
}
.logo2 {
    width: 75px; 
}
.logo3 {
    width: 138px;
    margin-left: 30px;
}
.logo4 {
    width: 130px;
    margin-right: 30px;
    margin-left: 7px;
}
.logo5 {
    width: 46px;
    margin-left: 16px;
}
.logo6 {
    width: 124px;
    margin-left: 35px;
    margin-top: -20px;
}

/* Media Queries for custom slider */

@media screen and (max-width: 660px) {
    .titel { font-size: 1.3em; }
    .credits { margin-bottom: 10px; }
    .container { width: 80%; }
    .foto { max-width: 95%; }
}
@media(hover: hover) and (pointer: fine) {
    .knop:hover { color: var(--hoverknoppen); }
    #left {
        background-color: var(--decocirkel);
        width: 15%;
        position: fixed;
        left: 0px;
        height: 100%;
        opacity: 1;
        
    }
    #right {
        background-color: var(--decocirkel);
        width: 15%;
        position: fixed;
        right: 0px;
        height: 100%;
        opacity: 1;
    }
}

@media(hover: none) {
    .foto {
        max-width: 80% !important;
    }
}