@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,600,600i&subset=latin-ext');
a {
   color: #33A1FD;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "Alegreya Sans", "Open sans", sans-serif;
   font-weight: 700;
}

strong {
   font-weight: 600;
}

blockquote {
	font-size: 15px;
    font-weight: 300;
    font-style: italic;
}

ul.typeahead.dropdown-menu>li.active * {
    color: #fac905 !important;
}

html, body {
   height: 100%;
}

body {
   display: flex;
   flex-direction: column;
}

body>.top {
 	background-color: #ecb604;  
}

body>.top .login>p {
   padding: 3px 0;
}

body>.top .login>p>a {
   font-family: "Alegreya Sans";
   letter-spacing: 1px;
   color: #fff;
}

#content {
   flex: 1 0 auto;
}

header {
   border-bottom: none;
   background-color: #fac905;
}

header .navbar-header {
 	margin: 1em 0;  
}

#menu {
   margin-bottom: 0 !important;
}

.button {
    background-color: #ecb604;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: "Alegreya Sans", "Open sans", sans-serif;
    border-radius: 10px;
  }

.sf-menu>li {
   padding: 0 .2em;
   border: none;
}

.sf-menu ul {
  box-shadow: none;
}

.sf-menu>li>ul {
   border: none;
}

.sf-menu>li>ul li {
   border: none;
   border-radius: 3px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.sf-menu>li>ul li a:hover {
   color: #000;
   background-color: #feefb4;
}
.sf-menu>li>ul>li>ul {
    margin-left: .3em;
}
.sf-menu>li>ul>li>ul>li>a:first-of-type {
    margin-top: 0 !important
}

.sf-menu>li:last-of-type {
   border: none !important;
}

.sf-menu>li a {
   color: #000;
   border-radius: 3px;
   display: block;
   text-transform: none;
   font-family: "Alegreya Sans", "Open Sans", sans-serif;
   font-weight: 700;
   font-size: 1.2em;
   padding: .4em .7em;
   margin: .3em 0;
   transition: background-color .1s;
}

.sf-menu>li a:hover {
   background-color: #feefb4;
}


.sf-menu>li a[href="/preipop"] {
   color: #32ae70;
   background-color: #674574;
   transition: background-color .1s;
}

.sf-menu>li a[href="/preipop"]:hover {
   background-color: #4a1c5b;
}

.sf-menu>li a[href="/word-lid"] {
   color: #fff;
   background-color: #a314d7;
}

.sf-menu>li a[href="/word-lid"]:hover {
   margin: .1em 0 .5em 0;
   box-shadow: 0 .2em #880db5;
}

.sf-menu>li a[href="/word-lid"]:active {
   margin: .2em 0 .4em 0;
   box-shadow: 0 .1em #60a810;
}

.sf-menu.sf-arrows .sf-with-ul {
   padding-right: 1.9em;
}

.sf-arrows .sf-with-ul:after {
   right: 0.8em;
}

/*.sf-arrows .sf-with-ul:after {
   border-top-color: #000 !important;
}*/

@media (max-width: 767px) {
   header ul.sf-menu>li a {
      padding: .4em .7em;
   }
}

#content>.container {
   background-color: #fff;
   padding-top: 3vh;
}

footer {
   color: #000;
} 

footer a {
   color: #33A1FD;
}

footer a:hover {
   color: #33A1FD;
   text-decoration: underline;
}

footer {
   background-color: #eee;
}


footer dl.headlines.headlines-footer dd *{
   color: #000 !important;
}

dt.date {
   border-radius: 3px;
   overflow: hidden;
   font-family: "Alegreya Sans";
}

dt.date a {
   background-color: #fac905 !important;
}

dt.date a div {
	color: #000 !important;   
}

dl.headlines dt.date div:last-child {
   line-height: 13px;
}

footer .col-xs-12.col-sm-4 {
   margin-bottom: 1em;
}

footer .headline {
   background-color: #fac905;
   border-radius: 3px;
   border-bottom: none;
   padding: .4em .7em;
   margin: 0 0 1em 0;
}

footer .headline>h3 {
 	color: #000;
   border-bottom: none;
   padding: 0;
}

footer ul.social-icons li a {
   border-radius: 3px;
}

#copyright {
   border-top: none !important;
   background-color: #222 !important;
}

/* Caroussel op homepage minder hoog */
#carousel-homepage .carousel-inner, #carousel-homepage .item {
 	height: 300px !important;   
}


.c-quicklink {
    max-width: 150px;
    width: 100%;
    height: 98px;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: black;
    border-radius: 10px;
}

@media (min-width: 1100px) {
    .c-quicklink {
    	max-width: 200px;
        height: 113px;
    }
}

@media (min-width: 1200px) {
    .c-quicklink {
    	max-width: 250px;
        height: 141px;
    }
}

@media (min-width: 1300px) {
    .c-quicklink {
    	max-width: 300px;
        height: 169px;
    }
}

.c-quicklink__image {
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0.6;
    transition: opacity 0.2s;
    background-position: center;
    background-size: 100%;
}

.c-quicklink:hover .c-quicklink__image {
	opacity: 0.4;
}

.c-quicklink__text {
	color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    font-family: "Alegreya Sans", "Open sans", sans-serif;
}

.c-arrow-button {
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.c-arrow-button--left {
    background-image: url("https://www.cleopatra-groningen.nl/_media/1636817/7c4a32b4c49c4be6a66bfe94b4f748f4");
}

.c-arrow-button--right {
    background-image: url("https://www.cleopatra-groningen.nl/_media/1636816/b3b4525f0a674f4fa8a8298999d71c0a");
}

.c-page-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.18);
}

[data-currentpage="0"] > [data-page-indicator="0"],
[data-currentpage="1"] > [data-page-indicator="1"],
[data-currentpage="2"] > [data-page-indicator="2"]{
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.18);
  background-color: #fac905;
}

.ps-l-quicklink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 930px;
    position: relative;
    top: -16px;
    margin: 0 auto;
}

@media (min-width: 1200px){
    .ps-l-quicklink {
    	max-width: 100%;
    }
}

.ps-l-quicklink > * {
    margin-top: 16px;
}

.l-hor-gap-s > * + * {
  margin-left: 8px;
}

.l-hor-gap-m > * + * {
  margin-left: 16px;
}

/* aanpassen marges en formaten om webshop heen */
.webpage-37888 .col-md-3{
    width: 0 !important;
}

.webpage-37888 .col-md-9{
    width: 100% !important;
}

.webpage-37888 .container{
    margin-left: 0;
    margin-right: 0;
}

section#content>.container>.row{
    padding: 0; !important
    margin-left: -15px;
    margin-right: -15px;
}



.spacer {
    border-bottom: 1px solid #E5E7EB;
    margin-top: 24px;
    margin-bottom: 24px;
}