.search-wrapper {
    display: flex;
    color: white;
}

.search-image {
    width: 25%;
}

.search-params {
    margin-left: 10px;
    margin-right: 10px;
    width: 75%;
    background-color: #CFCFCF;
    padding: 10px;
}

.search-params-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.search-params-middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.search-params-footer {
    display: flex;
}

.search-params-middle-element {

}

.search-params-footer-big {
    width: 80%;
    display: flex;
    flex-flow: row wrap;
}

.search-params-footer-small {
    width: 20%;
}

.search-category-checkbox {
    width: 30%;
    padding: 5px;
}

.search-button {
    -webkit-appearance: initial;
    width: 100%;
    border: 0;
    cursor: pointer;
    background: white;
    height: 40px;
}

.empty-button {
    width: 100%;
    border: 0;
    cursor: pointer;
    background: white;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: black;
    height: 26px;
    padding: 3px;
}

.events-container {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.events-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.events-header a {
    color: #c3131E;
    text-decoration: underline;
}

.event {
    border: 1px solid #BCBABB;
    background: #fff;
    padding: 7px;
    position: relative;
    width: 23%;
    margin-bottom: 15px;
    margin-right: 1%;
    margin-left: 1%;
}

.event-image {
    max-width: 100%;
    margin: 0 0 14px;
}

.event-date {
    border-radius: 3px;
    background: #C3131E;
    padding: 5px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px;
    text-align: center;
}

.event-text {
    padding: 14px 4px 7px 4px;
}

.event-category {
    font-weight: bold;
    font-size: 1.15em;
}

.event-text h3 {
    margin: 0 0 5px;
    color: #C3131E;
    font-size: 1.25em;
    max-height: 1.35em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-description {
    min-height: 3em;
}

.kultfeed-header a {
    color: #c3131E;
}
.kultfeed-block-item {
    border: 1px solid #BCBABB;
    background: #fff;
    padding: 7px;
    position: relative;
    display: block;
}
.kultfeed-block-item__img {
    margin: 0 0 14px;
    min-height: 107px;
}
.kultfeed-block-item img {
    width: 100%;
}
.kultfeed-block-item__cat {
    font-weight: bold;
    font-size: 1.15em;
}
.kultfeed-block-item h3 {
    margin: 0 0 5px;
    color: #C3131E;
    font-size: 1.25em;
}
.kultfeed-block-item__date {
    border-radius: 3px;
    background: #C3131E;
    padding: 5px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px;
    text-align: center;
}
.kultfeed-block-item__text {
    padding: 0 7px;
}
.kultfeed-block-item__placetime {
}

.tx-kultfeed-pi3 .slider-wrap {
    margin: 0 -40px 20px;
    padding: 0 40px;
    overflow: hidden;
}
.tx-kultfeed-pi3 .slider {
    list-style: none;
    position: relative;
    margin: 0 -10px;
}

.tx-kultfeed-pi3 .slider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx-kultfeed-pi3 .slider .slides .flex-item {
    padding: 0 10px;
    min-width: 240px;
}
.tx-kultfeed-pi3 .slider .flex-prev,
.tx-kultfeed-pi3 .slider .flex-next {
    width: 30px;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: block;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    background-size: contain;
    background-position: center center;
}
.tx-kultfeed-pi3 .slider .flex-prev {
    left: -30px;
    background-image: url(/typo3conf/ext/lf_decentralesites/Resources/Public/Images/slider-arrow-big.png);
    transform: rotate(180deg);
}
.tx-kultfeed-pi3 .slider .flex-next {
    background-image: url(/typo3conf/ext/lf_decentralesites/Resources/Public/Images/slider-arrow-big.png);
    right: -30px;
}

h2 {
    margin: 0.83em 0 0.3em;
}

@media (min-width:992px){
    #slideshow .flexslider .flex-prev,
    #slideshow .flexslider .flex-next {
        display: block;
    }
    .instagram .bx-controls .bx-prev {
        left: -50px;
    }
    .instagram .bx-controls .bx-next {
        right: -50px;
    }
    .explore-top .inner-wrap {
        display: flex;
        align-items: center;
    }
    .explore-top__header {
        margin: 0 auto 0 0;
    }
    .explore-top a {
        margin: 0 25px 0 0;
    }
    .explore-top .csc-default {
        margin-left: 55px;
    }
    .kultfeed-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .info-image {
        height: 460px;
    }
    .info-image .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
}

@media(max-width: 940px){
    /*---menu---*/
    .search-wrapper {
        display: block;
    }
    .search-image{
        position: static;
        margin: 0 auto 20px;
        width: 50%;
        max-width:230px;
    }
    .search-params {
        width: 100%;
    }
    .search-params-middle {
        flex-flow: row wrap;
    }
    .search-params-middle-element {
        flex-grow: 1;
        margin-right: 5px;
    }
    .search-params-footer-small{
        margin-right:5px;
    }
    input[type=text] {
        width: 100%;
    }
}
@media(max-width: 670px){
    .hidden-on-mobile{
        display: none;
    }
    .event{
        width: 48%;
    }
}
@media(max-width: 480px){
    /*---arrlist---*/
    .event {
        width: 100%;
    }
    .search-category-checkbox{
        width:48%;
    }
}

#nautcontent, #nautcontent h2 {
	font-family: 'Open Sans',Arial,sans-serif;
}
*, :after, :before {
    box-sizing: border-box;
}
.kult-arrlist{
	margin-left: -10px;
	margin-right: -10px;
}
.kult-arrlist-box{
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	min-width: 223px;
}
#nautcontent a.kult-border{
	padding:7px;
	height: 334px;
	text-decoration: none;
	color: #333;
	display: block;
	border: 1px solid #ccc;
	position:relative;
}
.kult-image{
	height: 204px;
	position: relative;
	overflow: hidden;
}

.kult-info {
    padding: 20px 10px;
}
.kult-month-day{
	position: absolute;
	top: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 3px 8px;
    text-align: center;
    text-transform: uppercase;
    background: #b7161c;
    color:#fff;
}
.kult-day{
	font-size: 1.2em;
}
.kult-genre{
	font-weight: bold;
}
.kult-title{
	    white-space: nowrap;
	font-size: 1.2em;
    color: #b7161c;
    font-weight: bold;
	}
.kult-title a{
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
.kult-place{
}
.image .thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .6s ease;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.kult-border:hover .thumb {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
}

.kult-arrlist-box:hover .hoverbox {
    -webkit-transform: scale(2) translateX(-9%) translateY(-4%) rotate(-8deg);
    transform: scale(2) translateX(-9%) translateY(-4%) rotate(-8deg);
    opacity: 1;
}
.kult-arrlist-box .hoverbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e6e6e6;
    transition: all 1s ease;
    -webkit-transform: scale(2) translateX(-19%) translateY(81%) rotate(15deg);
    transform: scale(2) translateX(-19%) translateY(81%) rotate(15deg);
    opacity: 0;
}
.kult-arrlist-box .kult-content{
	background: #fff;
	overflow: hidden;
	position: relative;
}
/* ============ NAUT PAGER ===========*/
#nautcontent ul.arrlist-pager {
	text-align: center;
	list-style-type: none;
	padding: 0;
	padding-right:2px;
	margin: 0;
	display: inline-block;
    width: 100%;
    margin-top: 30px;
}

#nautcontent .arrlist-pager li {
	display: inline-block;
	position: relative;
	
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
    background-image: none;
}

#nautcontent .arrlist-pager li::before {
	content: "";
	display: none;
}

#nautcontent .arrlist-pager li a:hover {
    border-color:#b7161c;
    color: #b7161c;
}

#nautcontent .arrlist-pager li.active-item a {
	background: #b7161c;
    color: #fff;
    border-color:#b7161c;
}

#nautcontent .arrlist-pager li a {
	font-family: "Bitter-Bold",serif;
	font-size: 16px;
	display: inline-block;
	float: left;
	height: 38px;
	min-width: 38px;
	color: #3c3c3c;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color:#fff;
    line-height: 38px;
}
#nautcontent .arrlist-pager li a.next{
	background: #fff url("https://utf8.kultunaut.dk/images/roedovre3/byens_liv_next_arrow.png") no-repeat center;
}
#nautcontent .arrlist-pager li a.prev{
	background: #fff url("https://utf8.kultunaut.dk/images/roedovre3/byens_liv_next_arrow.png") no-repeat center;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

#nautcontent .arrlist-pager li a i {
	text-align: center;
	line-height: 36px;
}
#nautcontent .kult-full-box .sidebar {
    display: block;
   	margin-bottom: 40px;
}
#nautcontent .kult-full-box ul li{
	margin-bottom:0;
}
#nautcontent .sidebar a{
	text-decoration: none;
}
#nautcontent .kult-full-box h3{
	font-family: inherit;
}
/* ====== ARRMORE ========*/
.logo-left-arrmore{
	padding: 50px 80px;
}
.kultunaut-full-box {
	display: inline-block;
	width: 100%;
	margin-right: 20px;
	background-color: #fff;
	margin-top: 0.8571em;
}
.kultunaut-full-box-ctn {
	padding: 0.714em;min-height: 500px;
}
.full-box-header {
	position: relative;
    display: block;
    width: 100%;
    background: #666666;
    color: #fff;
}
.full-box-header h4 {
    margin: 0;
    padding: 7px 5px 7px 10px;
    height: 49px;
}
.full-box-header .meta-header a {
	text-decoration: none;
    height: 33px;
    width: 33px;
    margin-right: 5px;
}
.kultunaut-full-box-ctn > img {
    display: block;
    float: left;
    vertical-align: top;
    margin: 1em 1em 2em 0;
}
.meta-header{
	float: right;
}
.meta-header .fa-stack{width: 1.7em;;height: 1.7em;;}
.meta-header .fa-stack-1x{color:#b7161c;font-size: 14px;line-height: 2.7;}
.meta-header .fa-stack-2x{font-size: 1.7em;;color: #fff;}
.leftmenu img{
	width: 28px;
    float: right;
    margin-top: -4px;
}
.kultunaut-box h2 {
	margin-top: 10px;
}
.kultunaut-box img {
	margin: 0;
}
.kultunaut-details {
    display: block;
    float: left;
    max-width: 280px;
	margin: 0.714em -0.714em 0.714em 0;
}
.kultunaut-details h3 {
    margin: 0;}

.kultunaut-details h2 {
	padding: 5px 10px;
}
.naut-section-description {
	padding: 20px;
}
.naut-section-description p, .naut-section-description h2 {
	color: #fff;
}
.section-headline{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 20px;
}
.vis-alle{
	float: right;
    font-size: 14px;
    font-weight: normal;
}
.huskeliste, .favoriteon{
	display: inline-block;
}
.huskinfo{
	color: #fff;
}
#nautcontent .col .ctn i{
	color: #b7161c;
}
.favoriteadd {display:block}

.favoriteon .favoriteadd {display:none}

.favoriteremove {display:none}

.favoriteon .favoriteremove {display:block}

.naut-menu{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.logo-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 222px;
	z-index: 2;
	border: 1px solid #ccc;
	padding:40px;
}
.naut-masonry-menu {
	position: relative;
	background-color:#666;
	bottom: 0;
	float: left;
	font-size:16px;
	margin-left: 240px;
	height: 222px;
}

.naut-masonry-menu a.nautlogo {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 1;
}
/* Input group addon*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	
	
}
.input-group input{
	border-width:0px !important;
}
.input-group input:focus, .input-group input:active{
	box-shadow:none !important;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    padding: 0 5px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 0px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
/* End Input group addon*/
.menu_col1_group2{margin-top: 15px;float:left;width:70%}
.naut_menu_2button{width:30%;float:right;margin-top: 12px;}

#naut-datepicker{width:50%;float:left;}
.nautsearch{width:50%;float:left;}
.naut_menu_top{width:100%;float:left;}

.masonry_menu_col1 {max-width:100%;padding: 2px 15px 5px 15px;display: inline-block;}
.masonry_menu_col2 {padding: 0 15px 0 0;display: inline-block;width: 100%;}
.naut_menu_2button .naut_3col{float: left;overflow: hidden;text-align: right;vertical-align: top;width: 50%;}
.nautdate {width:50%;margin:0;float:left;padding-right: 10px;}
.nautdate .input-group{background: #fff;height: 30px;line-height: 28px;cursor:pointer;}
.nautdate_text{line-height: 35px;vertical-align: top;width:33%;float:left;}
.nautdate_data{width:100%;float:left}
.nautdate input {width:100%;background-color:transparent;border-width:0px;padding: 4px 0 0 0;margin:0;border-radius: 5px;line-height:normal;cursor: pointer;}
.naut_col_right{color:#fff;margin-top: 10px;float:right;}
.husk{margin-left:10px;}
.naut_col_right .fa-stack{width: 1.5em;height: 1.5em;}
.naut_col_right .fa-stack-1x{color:#b7161c;font-size: 14px;line-height: 2.15;}
.naut_col_right .fa-stack-2x{font-size: 1.5em;}
.menu_col2_group2 .title-date{float: left; color: #fff;margin-top: 13px; margin-left: 15px;}
.naut_col_right a, .naut_col_right a:hover{color:#fff;text-decoration:none;}
.nautgenre {width:100%;display:inline-block;vertical-align:top;}
.nautmenubutton {width:100%;float:left;vertical-align:top;text-align:right;overflow:hidden;padding: 0px 0 10px 10px;}
.nautmenubutton .naut-button:hover {
    background-color: #b7161c;color: #fff;
}
.naut-button.btn-vis {
    display: block;
    background: #fff;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    border-radius: 0%;
    text-shadow: none;
    padding: 5px 10px;
}
.naut-button.btn-sog {
    display: block;
    background: #fff;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    border-radius: 0%;
    text-shadow: none;
    padding: 12px;
}

.nautsearch input {border: 0 none;padding: 0 8px;height: 30px;width:100%;margin:0;line-height:normal;}





.naut-checkboxes, .naut-checkboxes ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.naut-checkboxes {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.naut-checkboxes * {
    transition: all 0.3s ease 0s;
}
.naut-checkboxes li {
    display: block;
    float: left;
    list-style: outside none none;
    position: relative;
    white-space: nowrap;
    width: 33.3333%;
    height: 28px;
    margin-top: 5px !important;
    padding-left:0 !important;
    background-image: none !important;
}
.naut-checkboxes label {
    color: #fff;
    cursor: pointer;
    font-family: "Soho Gothic Regular",sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-left:25px;
    padding-right:5px;
    display: block;
}

/* Hide the browser's default checkbox */
.naut-checkboxes li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.genre:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.genre input:checked ~ .checkmark {
    background-color: #b7161c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.genre input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.genre .checkmark:after {
    left: 5px;
    top: 2px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width: 940px){
	/*---menu---*/
	.logo-left{
		position: static;
		margin: 0 auto 20px;
	}
	.naut-masonry-menu{
		margin-left: 0px;
	}
	/*---arrlist---*/
	.kult-arrlist-box {
		width: 33.3333333333%;
	}
}
@media(max-width: 670px){
	.naut-checkboxes li{width:50%;}
	.naut_3col{width:50%;margin-top:7px;text-align:center;}
	.nautsearch{width:100%;margin-top:7px;}
	
	#naut-datepicker{width:100%;}
	.nautdate:last-child{padding-right:0px;}
	.naut-masonry-menu{
		height: auto;
	}
	.hidden-on-mobile{
		display: none;
	}
	/*---arrlist---*/
	.kult-arrlist-box {
		width: 50%;
	}
	
}
@media(max-width: 480px){
	/*---arrlist---*/
	.kult-arrlist-box {
		width: 100%;
	}
	#nautcontent .arrlist-pager li a{
		line-height: 30px;
		height: 30px;
    	min-width: 30px;
	}
	.kultunaut-full-box-ctn > img{width: 100%;}
}