/*

Theme Name: sagobygden

Theme URI: http://

Author: Amneteg&Friends

Author URI: http://amneteg.se

Description:  Wordpress Theme for sagobygden

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sagobygden

Tags: sagobygden

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lora:200,300,400,500,600,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800');


html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 300;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;

}
input[type="text"],
input[type="textarea"],
input[type="tel"],
input[type="email"] {
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/* Medlemsform */

.memberform form .col-sm-12,
.memberform form .col-sm-3,
.memberform form .col-sm-4,
.memberform form .col-sm-6,
.memberform form .col-sm-8{
	margin-bottom: 15px;
}
.memberform form  {
	font-size: 16px;
}

.malsman {
	padding: 20px 0px;
	margin: 20px 0px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

span.wpcf7-list-item:first-child {
    margin-left: 0em;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
	background-color: red;
	color: white;
	margin: 0px;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #4f5858;
    background-color: #4f5858;
    color: white;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ffa500;
    background-color: #ffa500;
    color: white;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ff0000;
        background-color: #ff0000;
    color: white;
}

div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
        background-color: #f7e700;
    color: white;
}

/* Custom checkbox */
/*.custom-checkbox span > input[type=radio], input[type=checkbox] {
    display:none;
}

.custom-checkbox span > span span > input[type=radio] + .wpcf7-list-item-label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 8px;  
}

.custom-checkbox span > span > input[type=checkbox] + .wpcf7-list-item-label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;  
}

.custom-checkbox span > span > input[type=radio]:checked + .wpcf7-list-item-label:before {
    content: "\2022"; 
    color:white;
    background-color: #666; 
    font-size:1.8em;
    text-align:center;
    line-height:14px;
    text-shadow:0px 0px 3px #eee;
}

.custom-checkbox span > span > input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    content:"\2714"; 
    color:white;
    background-color: #666; 
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
} */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Raleway', sans-serif;
	    color: #000;
    font-size: 18px;
    /*font-size: 24px;*/
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
    font-size: 42px;
    margin: 0.7em 0;
    color: #000;
    line-height: 1em;
    font-weight: 200;
    text-align: left;
    margin-bottom: 10px;
	text-transform: none;
	font-family: 'Lora', serif;
}

h2 {
	font-family: 'Lora', serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 300;
    margin: 10px 0px 14px 0px;
    border-bottom: 1px solid #DF0000;
    display: inline-block;
    padding-bottom: 10px;
	
}

.thumb-entry-akt h2 {
    font-family: 'Lora', serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    border-bottom: 0px solid #DF0000;
    display: inline-block;
    padding-bottom: 10px;
	text-transform: none;
}

.tab-pane h2 {
    font-family: 'Lora', serif;
    font-size: 25px;
    line-height: 1em;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    border-bottom: 0px solid #DF0000;
    display: inline-block;
    padding-bottom: 10px;
}
h2.widget-title {
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	/*font-family: 'Playfair Display', serif;*/
    /*text-transform: uppercase;*/
    font-size: 19px;
    line-height: 1em;
    font-weight: 200;
    text-transform: uppercase;
}

h3 {
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    color: #DF0000;
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 32px 0px;
}

.puff h1 {
	color:white;
	margin:0px;
	padding:0px;
	text-align: center;
	text-transform: none;
}

.puff h2 {
	color:white;
	margin:15px 0px;
	padding:0px;
	border-bottom: 0px;
	text-transform: none;
	font-weight: 300;
	text-align: left;
    display: inline-block;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    padding: 13px 0px;
}

#highlights h3 {
    font-size: 35px;
    line-height: 1em;
    font-weight: 600;
	margin-bottom: 30px;
}

.thumb-entry-akt h3 {
    font-size: 35px;
    line-height: 1em;
    font-weight: 300;
    margin: 15px 0px;
    text-transform: none;
}

.thumb-entry-akt h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 0px 0px 15px;
    text-transform: uppercase;
	color: black;
}

.thumb-entry-akt h4 a {
	color: black;
}

.h5, h5 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
}

@media screen and (max-width: 420px) {
	
	h1 {
		font-size: 2.0em !important;
	}
}

p {
	margin-bottom: 1.5em;
	font-family: 'Lora', serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/*blockquote {
	margin: 0 1.5em;
}*/

blockquote {
    background: #ffffff;
    border-left: 2px solid #262f31;
    margin: 10px 0px;
    padding: 10px 20px;
    /*quotes: "\201C""\201D""\2018""\2019";*/
}
/*blockquote:before {*/
/*  color: #ccc;*/
/*  content: open-quote;*/
/*  font-size: 4em;*/
/*  line-height: 0.1em;*/
/*  margin-right: 0.25em;*/
/*  vertical-align: -0.4em;*/
/*}*/
blockquote p {
  display: inline;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

form p {
    margin-bottom: 10px;
}

section#negative {
	background-color:#262f31; color: white !important; text-align: center; padding: 30px 0px;
}

#negative h1 {
	text-align: center;
	color: white;
}

section#startpagefirst {
	padding: 25px 0px 45px;
}

section#paged {
	padding: 25px 0px 45px;
}


h1.section  {
    border-bottom: 3px solid #8d0053;
    padding: 20px 40px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}

@media screen and (max-width: 769px) {
    
    h1 {
    font-size: 45px;
    color: #000;
    line-height: 1em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}
    h3 {
    font-size: 25px;
    line-height: 1em;
    font-weight: 600;
    }
    
    .thumb-entry p {
        font-size: 18px;
        line-height: 20px;
        padding-top: 10px;
    }
	
	section#startpagefirst {
	padding: 0px 0px;
}
    
    section#current {
        padding: 0px 0px;
    }
    
        section#kontakt {
        padding: 0px 25px;
    }
}

@media screen and (max-width: 520px) {
	.thumb-entry-akt h2 {
    font-size: 24px;

	}
	.thumb-entry-akt h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
    margin: 10px 0px;
    text-transform: none;
	}
	
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



body {
	/*font-family: 'Cormorant', serif;*/
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Raleway', sans-serif;
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

.logotype path {
    fill: white;
}

.nopadding {
    padding: 0px;
}

.site-header {
	/*background-color: #4f5858;*/
    background-color: transparent;
	z-index: 9999;
    position: fixed;
    width: 100%;
}

section#start {
}

.boxes {
    padding: 20px 60px;
    background-color: #fff;
    color: black;
    min-height: 345px;
}
.boxes .fa {
	font-size: 40px;
	
}

.thumb-entry .fa {
	font-size: 40px;
	
}

.thumb-entry-akt .fa {
	font-size: 40px;
	
}

.boxes p {
    font-size: 20px;
    line-height: 24px;
}

.boxes a {
    color: black;
}

.boxes a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.boxes a:visited, {
    text-decoration: none;
}


.current {
    color: white;
    /*background-color: transparent ;*/
	background-color: rgb(87, 83, 74);
	background: rgba(87, 83, 74, 1);
    display: block;
}


.current a {
    color: white;
}


.current a:hover {
    color: white;
    text-decoration: none;
}

.current a:visited, .current a:active  {
    color: white !important;
    text-decoration: none;
}

.tab-wrapper {
    overflow: auto;
    display: table;
    position: relative;
    width: 100%;
}
.tab-left {
    padding: 5% 7%;
    margin-left: 0px;
    display: table-row;
    color: #fff;
    /*background-color: #4f5858;*/
	/*background: rgb(141, 137, 130);*/
	background: rgb(87, 83, 74);
}

.tab-left p {
    font-size: 20px;
    line-height: 24px;
}

.tab-right {
  position: absolute;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
     margin-left: 50%;
    display: table-row;
}
.thumb-entry {
    padding-right: 20px;
    
}

.thumb-entry::last-child {
    padding-right: 0px;
    
}
.thumb-entry p {
    font-size: 23px;
    line-height: 26px;
    padding-top: 20px;
}


.thumb-entry-akt {
    padding-right: 20px;
	padding-bottom: 20px;
    
}

.thumb-entry-akt::last-child {
    padding-right: 0px;
    
}
.thumb-entry-akt p {
    font-size: 16px;
    line-height: 1.4em;
    padding-top: 0px;
    font-weight: 300;
}
.readmore-news {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #262f31;
    color: white;
    padding: 7px 16px;
	cursor: pointer;
}

a.readmore-news {
	color: white;
}
a.readmore-news:visited {
	color: white;
}

a.readmore-news:hover {
	color: white;
}

.startpage .swiper-slide {
	height: 70vh;
}

.standardpage .swiper-slide {
    height: 65vh;
    background-position-y: -70px !important;
}
.slidertext-wrapper {
	width: 100%;
	position: relative;
	text-align: center;
}
.slidertext {
    color: white;
    position: absolute;
    transform: translateY(20%);
    line-height: 1em;
    text-align: left;
    padding: 25px 19% 25px 40px;
    border-left: 3px solid #d74129;
	width: 70%;
	font-family: 'Lora', serif;
}

.slidertext2 {
    padding: 20px 0% 10px 40px;
    border-left: 0px solid #d74129;
	    display: inline-block;
    top: 50%;
    transform: translate(0%,-50%);
	text-align: left;
}

.slidertext2 img {
	width: 100%;
min-width: 500px;
}

.puff {
	 height: 30vh;
	 background-size:cover !important;
}


.puffwrap {
	display: table-cell; vertical-align: middle; height: 30vh; z-index: 999;
}

.citat {
    height: 70px;
    display: block;
    float: left;
    font-size: 150px;
    font-family: 'Lora', serif;
    margin-top: 45px;
	padding-right: 18px;
}

.citatspan {
    font-size: 150px;
    font-family: 'Lora', serif;
    margin-top: 45px;
}

.slidertext .slider-lead {
    font-size: 58px;
    line-height: 1.11em;
	font-weight: 500;
}

.slidertext .slider-lead p {
    margin-bottom: 40px;
}

.layer-grad {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.kontakt-left {
    padding-right: 45px !important;
}


/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
.puff {
	 height: 50vh;
}
.puffwrap {
	height: 50vh;
}
}


@media screen and (max-height: 1200px) {
    .slidertext {
    color: white;
    line-height: 1em;
       
    }
    
    .startpage .swiper-slide {
	height: 80vh;
    }
}




@media screen and (max-width: 769px) {
.slidertext {
    color: white;
    position: absolute;
    transform: translateY(80%);
    line-height: 1em;
    text-align: left;
    padding: 50px 0% 20px 21px;
}

.kontakt-left {
    padding-right: 15px !important;
}

.startpage .swiper-slide {
    height: 80vh;
    background-position-x: -430px !important;
    background-position-y: 0px !important;
}



.slidertext .slider-lead {
    font-size: 45px;
    line-height: 1em;
	font-family: 'Lora', serif;
}

.slidertext .slider-lead2 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
}

.boxes p {
    font-size: 16px;
    line-height: 20px;
}

.boxes {
    padding: 10px 20px;
    background-color: #fff;
    color: black;
    min-height: 275px;
}

.tab-left p {
    font-size: 16px;
    line-height: 20px;
}

.current {
    color: white;
    background-color: transparent ;
    display: block;
}


.current a {
    color: white;
}


.current a:hover {
    color: white;
    text-decoration: none;
}

.current a:visited, .current a:active  {
    color: white !important;
    text-decoration: none;
}
}



@media screen and (max-height: 420px) {
    .slidertext {
    font-size: 17px;
    color: white;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 20%;
    padding-top: 10%;
    text-align: left;
    
    }
    

    
	.kontakt-left {
    padding-right: 0px !important;
}



}


@media screen and (max-width: 560px) {
body, button, input, select, textarea {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 16px;
    /* font-size: 24px; */
    line-height: 1.5;
}	
	.navbar-default .navbar-brand {
    color: #fff;
    width: 170px !important;
    padding: 0px 15px 0px 0px;
    margin: 15px 17px;
    border-right: 0px solid white;
    height: 40px;
}
.thumb-entry-akt p {
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 0px;
    font-weight: 300;
}

	.startpage .swiper-slide {
		height: 100vh;
	    background-position-x: -440px !important;
	}

.slidertext {
	color: white;
    position: absolute;
    transform: translateY(45%);
    line-height: 1em;
    text-align: left;
    padding: 25px 33% 5px 16px;
    width: 100%;
}
.puff {
	 height: 60vh;
}

.puffwrap {
	display: table-cell; vertical-align: middle; height: 60vh; z-index: 999;
}

.slidertext2 {
	display:inline-block; top: 33%; transform: translate(0%,-50%);
}




.citat {
    height: 50px;
    display: block;
    float: left;
    font-size: 75px;
    font-family: 'Raleway', sans-serif;
    margin-top: 22px;
    padding-right: 18px;
}
.slidertext .slider-lead p {
    margin-bottom: 13px;
}
.slidertext .slider-lead {
    font-size: 28px;
    line-height: 1em;
}

.slidertext .slider-lead2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
}


.swiper-wrapper .container {
    width: 100%;
}

.boxes {
    padding: 5px 15px;
    background-color: #fff;
    color: black;
    min-height: 85px;
}
.tab1 p,
.tab2 p,
.tab3 p {
    display: none;
}

h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    font-weight: 200;
}


.puff h2 {
	font-size:14px;
}

.slidertext2 {
    padding: 0;
}

.current {
    color: white;
    background-color: transparent ;
    display: block;
}


.current a {
    color: white;
}


.current a:hover {
    color: white;
    text-decoration: none;
}

.current a:visited, .current a:active  {
    color: white !important;
    text-decoration: none;
}

.tab-wrapper {
    padding: 0px;
}
.tab-left {
    padding: 5% 7%;
    margin-left: 0px;
    display: block;
    color: #fff;
    background-color: #4f5858;
    float: left;
}

.tab-left p {
    font-size: 13px;
    line-height: 17px;
}

h3 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 200;
	font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 43px;
    margin: 0.7em 0;
    color: #000;
    line-height: 1em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
	font-weight: 200;
}

.thumb-entry p {
    font-size: 16px;
    line-height: 19px;
    padding-top: 12px;
}
.tab-right {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 250px;
    margin-left: 0px;
    width: 100%;
    display: block;
    float: left;
    /* min-height: 100px; */
    /* overflow: hidden; */
}

}



/*.onhover:hover{
   background-color:rgba(231, 238, 245, 0.55);
} */


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
} */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #fff0;
    border-radius: 0px;
    background: #d74129;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    /* font-size: 0.75rem; */
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.0);
    text-transform: uppercase;
    font-weight: 300;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000;
	opacity: 0.7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #000;
	opacity: 0.7;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0), inset 0 2px 5px rgba(0, 0, 0, 0);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ececec;
	border-radius: 0px;
	padding: 9px;
	background-color: #ececec;
	    max-width: 420px;
}

input:focus,
textarea:focus {
	outline: none;
    background-color: #c2d7e9;
	border: 1px solid #c2d7e9;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	    max-width: 420px;
}

/* Tabs */

ul.nav-pills {
	
	margin: 0px;
	background-color: #d74129;
	border-bottom: 1px solid #d74129;
	
}

.nav-pills>li>a {
    border-radius: 0px;
    color: white;
	padding: 10px 35px;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #d74129;
    background-color: #f0f0f0;;
}
.nav-pills>li+li {
    margin-left: 0px;
}

/* Border Row */

.borderrow a,
.borderrow a:hover,
.borderrow a:visited {
	color: white;
}

@media screen and (max-width: 560px) {

.nav-pills>li {
    float: left;
    width: 100%;
}
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.dropdown-menu {
box-shadow:  0 6px 12px rgba(0,0,0,0);
border: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #8d0053;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
	text-transform: uppercase;
    white-space: nowrap;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d74129;
    outline: 0;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;

}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 999px;
    opacity: 1;
}
.yamm-content .width {
	width: 200px;
}

.dropdown-toggle {
	font-weight: 400;
}

.yamm li.dropdown {
	text-transform: uppercase;
    font-weight: 800;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  background-color: #4f5858;
}

.yamm li.new-column {
	width: 200px;
	text-transform: uppercase;
	font-weight: 800;
}

.yamm li.new-column a {
	text-decoration: none !important;
	padding-bottom: 10px;
	
}

.yamm ul.elementy-ul {
    list-style:none;
    max-width:200px;
    padding-left:15px;
	text-transform: uppercase;
	border-left: 1px solid black;
	margin-left: 0px;
	margin-top: 10px;
	font-weight: 400;
}

.yamm ul.elementy-ul li a {
    font-size: 13px;
    font-weight: 400;
}

@media only screen and (max-width : 769px) {
	.yamm .yamm-content {
		padding-top: 0px;
	}
	.yamm li.new-column {
		width: 100%;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.yamm-content .width {
    width: 100%;
	margin-bottom: 20px;
}
	

}

@media (max-width: 769px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}



/* Brand */

.navbar-brand {
    float: left;
    height: 60px;
	width: auto;
    padding: 0px;
    font-size: 18px;
    line-height: normal;
}
.navbar-brand img {
	width: auto;
	height: 100%;
}


/* Secondary Menu */
#secondary-menu {
    width: 100%;
    background-color: #000 !important;
    height: 40px;
	margin-right: 20px;
}

#secondary-menu .navbar-left {
	width: 50%;
	float: left;
}

#secondary-menu #top-search {
	width: 200px;
	float: right;
	padding-top: 5px;
}

.nav-secondary {
    width: 100%;
    height: 35px;
    padding-top: 5px;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.nav-secondary ul {
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-right: 15px;
}
.nav-secondary li {
    display: inline;
	border-right: 1px solid white;
    padding-right: 8px;
	letter-spacing: -0.03em;
	color: white;
}

.nav-secondary li:last-child {
    display: inline;
	border-right: 0px solid;
}
   

.nav-secondary li a {
    padding: 0px 5px;
    font-size: 0.75em;
	color: white;
	text-transform: uppercase;
}



.nav-secondary li a  {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

input[type="text"]#s {
    width: 80%;
    color: #000;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 12px;
    padding: 6px 8px 1px 8px;
    background-color: transparent;
    /* font-family: "museo-sans",sans-serif !important; */
    float: left;
    text-transform: uppercase;
}


.searchbtn-success {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    float: left !important;
    padding: 3px 8px !important;
}

.searchbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 425px) {
	
	.nav-secondary li a {
	font-size: 14px;
	}
}

/* navbar */
.navbar {
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
}

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    /*background-color: rgb(79, 88, 88); /* IE */
    /*background-color: rgba(79, 88, 88, 1); /* NON-IE */
	background-color: rgb(38, 47, 49);
	background-color: rgba(38, 47, 49);
}

/* .navbar.scrolled .navbar-brand  {
    color: #fff;
    width: 450px;
    padding-bottom: 20px;
    padding: 0px 25px;
    margin: 5px 0px 15px 0px;
    border-right: 0px solid white;
    height: auto;

} */


.navbar.trolled .navbar-brand  {
    color: #fff;
    width: 450px;
    padding-bottom: 20px;
    padding: 10px 25px;
    margin: 5px 0px 15px 0px;
    border-right: 0px solid white;
    height: auto;

}

.navbar-brand  {
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}


@media (min-width: 769px) {
	.navbar-brand {
    float: left;
    width: auto;
    padding: 0px;
    font-size: 18px;
    line-height: normal;
	margin-right: 30px;
}

.navbar-nav {
    float: left;
    margin: 0;
    padding-left: 20px;
    padding-top: 40px;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}


/* Custom Nav Bli Medlem */

.navbar-default .navbar-nav > li.blimedlem {
}

.navbar-default .navbar-nav > li.blimedlem a {
	font-size: 1em;
	color: #4f5858;
    font-weight: 600 !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #fff;
    width: 450px;
    padding: 0px 25px;
        margin: 25px 0px 0px 0px;
    border-right: 0px solid white;

}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;

}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    opacity: 0.7;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
    background-color: transparent;
	font-weight: 800;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
    opacity: 1;
	padding-bottom: 5px;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #8d0053;
    border-bottom-color: #8d0053;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #8d0053;
    border-bottom-color: #8d0053;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #8d0053;
    border-bottom-color: #8d0053;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
}

button.navbar-toggle:active {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
	
}

/* Toggle cellphone X */

.navbar-toggle {
  border: none;
  background: transparent !important;
  padding: 13px 0px 13px 10px;
}
.navbar-toggle:hover {
    background: transparent !important;
	padding: 13px 0px 13px 12px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed  {
	padding: 13px 0px 13px 10px;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/*@media (max-width: 791px) {
    .navbar-default .navbar-brand {
    color: #fff;
    width: 240px;
    padding: 0px 15px;
    margin: 7px 15px;
    border-right: 0px solid white;
    height: 40px;
}
} */

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 767px) {
    
    
    
.navbar-default .navbar-brand {
    color: #fff;
    width: 190px;
    padding: 0px 15px 0px 0px;
    margin: 15px 15px;
    border-right: 0px solid white;
    height: 40px;
}
   
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #8d0053;
    font-weight: 400;
}

.entry-content a {
    color: #8d0053;
    font-weight: 400;
    text-decoration: underline;
}

a:visited {
	color: #8d0053;
}

a:hover,
a:focus,
a:active {
	color: #8d0053;
	opacity: 0.7;
}

a:focus {
	outline:  hidden;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.post-navigation {
		padding-bottom: 20px;
	border-bottom: 1px dashed #d5d5d5;
}
.nav-links {
width: 100%;
    height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	
}

.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
	font-family: FontAwesome;
	content: "\f104";
	margin-right: 10px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 10px;
}

/* Break Ipad Menu */

@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255,255,255,1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
        background-color: #272630;
        margin: 0px -15px;
        padding: 20px;
		    z-index: 9999;
    position: absolute;
    width: 100%;

    }
}
/* Header normalize */
/*.top-padding {
	padding-top: 90px;
}*/

@media screen and (max-width: 769px) {
	.top-padding {
	padding-top: 0px;
	}
}

/* Slider */

.swiper-container {
   width: 100%;
   height: 100%;
}
.swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   	width: 100%;
	height: 80vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   background-color: white !important;
   
}

.swiper-slide h1 {
	    text-align: center;
    color: white;
    border-bottom: 3px solid #8d0053;
    padding-bottom: 30px;
    font-size: 55px;
    text-transform: none;
    padding-top: 30%;
}

.swiper-text {
	font-size: 3em;
    margin: 0.13em 0;
    color: #fff;
    line-height: 1em;

	position: absolute;
	bottom: 20%;
}

.swiper-text span {
	    -webkit-text-fill-color: rgba(255, 255, 255, 0.59);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.swiper-text .btn-large {
	cursor: pointer;
	border: 1px solid;
	display: inline-block;
    border-color: #fff;
    border-radius: 0px;
    background: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    font-size: 1.3rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.0);
}
@media screen and (max-width: 769px) {
	.swiper-slide {
	height: 50vh;
	}
}


@media screen and (max-width: 560px) {
	.swiper-slide {
	height: 100vh;
	}
	
	.swiper-text {
		font-size: 1.3em;
		
		position: absolute;
		bottom: 20%;
	}
	
	.swiper-text > div > span {
		/*margin: 7px 0px;*/
		display: block;
		    -webkit-text-stroke-width: 1px;
			width: 200px;
	}
	.swiper-text .btn-large {
		 font-size: 13px;
		font-size: 1.0rem;	
	}
}



.swiper-slider {
	width: 100%;
	height: 80vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-button-next, .swiper-button-prev {
  display:None;
}
/* Tabs */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-padding {
    padding-right:0;
    padding-left:0;    
}

.full-width {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}
.custom-tabs ul.nav-tabs  {
	border: 0px;
	margin: 0px;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {*/
/*    color: #555;*/
/*    cursor: default;*/
/*    background-color: #fff;*/
/*    border: 0px solid #ddd;*/
/*    border-bottom-color: transparent;*/
/*	opacity: 0.7;*/
/*}*/

/* Startpage items */
.toggled_content_left,
.toggled_content_center,
.toggled_content_right {
display:none;
min-height: 100px;
overflow: none;
padding: 30px 0px;
}

.toggler-left img:hover,
.toggler-center img:hover,
.toggler-right img:hover {
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}



.thumb {
    min-height: 280px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    /*background-blend-mode: luminosity; */
    background-color: #fff !important;
	
/*	filter: grayscale(100%); /* Current draft standard */*/
/*    -webkit-filter: grayscale(100%); /* New WebKit */*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%); */
/*    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ */
/*    filter: url(resources.svg#desaturate); /* Gecko */*/
/*    filter: gray; /* IE */*/
/*    -webkit-filter: grayscale(1); /* Old WebKit */*/
}

.thumb-entry {
	margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
.thumb {
    min-height: 200px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
}


	

section#highlights {
	min-height: 100px;
	overflow: hidden;
}

.highlight-background {
    background-size: cover !important;
	height: 50vh;
	background-attachment: fixed !important;
}

.highlight-entry {
	width: 27%;
	text-align: left;
	padding: 50px 50px;
	display: inline-block;
	background-color: rgba(255,255,255,0.0);
	}
	
.highlight-entry  span.title {
	font-size: 3em;
	font-family: 'MildLife';
	color: #c2d7e9;
	line-height: 1em;
	-webkit-text-fill-color: rgba(0, 0, 0, 1);
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: #c2d7e9;
		
	}
	
.highlight-entry  span.text {
	font-size:1.2em;
	line-height: 1em;
	color: #030202;
}
		


@media screen and (max-width: 769px) {
	.highlight-background {
	background-size: cover !important;
	height: 45vh;
	}
	
	.highlight-entry {
	width: 50%;
	padding: 20px 20px;
	}
	.highlight-entry  span.title {
	font-size: 2em;
	}

}

@media screen and (max-width: 420px) {
	.highlight-background {
	background-size: cover !important;
	height: 45vh;
	}
	
	.highlight-entry {
	width: 90%;
	padding: 20px 20px;
	}
	.highlight-entry  span.title {
	font-size: 1.3em;
	}
	.highlight-entry  span.text {
	font-size:1.0em;
	}
}




@media screen and (max-width: 720px) {


h3.ingress p {
    padding: 0px;
    margin: 0px;
}
	
}

.entry-content ul {
	margin: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: white;
    background-color: #8d0053;
    border: 0px solid #000;
    border-radius: 0px;
	text-transform: uppercase;
}

.puffwrap .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: white;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
	text-transform: uppercase;
}

a.btn {
	color: white;
}

a.btn:hover {
	color: white;
}


a.btn:visited  {
	color: white;
}

.entry-content h4 {
    padding: 5px 10px;
    background-color: #4f5858;
    color: white;
    display: table;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 5px;
}

.entry-content h4 a {
    color: white !important;
}
.announce-abs {
	position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 100%;
}
.announce-rel {
	position: absolute;
	width: 100%;
	padding: 20px 40px;
	bottom: 0px;
	text-align: center;
	color:white;
	min-height: 30%;
	overflow: hidden;
	top: 12%;
	margin-top: -15%;
}
.announce{
	width: 100%;
	display: block;
	font-family: 'Debby';
	text-transform: lowercase;
	/*font-size: 6em;*/
	font-size: 5.4vw;
	height: 100px;

}
.announce-after {
	font-size: 5em;
	line-height: 1em;
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	
}

.announce2{
	    text-align: center;
    width: 100%;
    color: #000;
    font-size: 24px;
    border-top: 0px dashed #a5a5a5;
    /* padding-top: 30px; */
    display: inline;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid black;
    padding: 10px 15px;
    text-transform: uppercase;
	
}

.timeline-InformationCircle-widgetParent {
    position: relative;
	display: none !important;
}

.announce2:after {
	font-family: FontAwesome;
	content:'\f101 ';
	font-size: 1em;
	line-height: 0.5em;
	padding-left: 10px;
	
}
@media screen and (max-width: 769px) {
	.announce{
	width: 100%;
	display: block;
	font-family: 'Debby';
	text-transform: lowercase;
	font-size: 3em;
	/*font-size: 5.4vw;*/
	height: 60px;

}
.announce-after {
	font-size: 2em;
}

.announce-rel {
	top: 45%;
}

	
}

.sepia {
	    filter: opacity(0.8) sepia(0.3);
    -webkit-filter: opacity(0.8) sepia(0.3);
    -moz-filter: opacity(0.8) sepia(0.3);
    -ms-filter: opacity(0.8) sepia(0.3);
    -o-filter: opacity(0.8) sepia(0.3);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: opacity(0.8) sepia(0.3);
}

.multiply {
	 background-blend-mode: multiply;
}

.luminosity {
	 background-blend-mode: luminosity;
	 background-color: #4f5858 !important;
	 background-size: cover;
}

.luminosity2 {
	 background-blend-mode: luminosity;
	 background-color: #dca8e2 !important;
	 background-size: cover;
}

.luminosity3 {
	 background-blend-mode: luminosity;
	 background-color: #c3e088 !important;
	 background-size: cover;
}


.grey {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/* Animation */

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.slide-up {
  opacity: 1;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 180px, 0px);
  -webkit-transform: translate3d(0px, 180px , 0px);
  -o-transform: translate(0px, 180px);
  -ms-transform: translate(0px, 180px);
  transform: translate3d(0px, 180px, 0px);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.slide-down {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

@media screen and (max-width: 769px) {
		.slide-up {
			opacity: 1;
			-moz-transition: all 700ms ease-out;
			-webkit-transition: all 700ms ease-out;
			-o-transition: all 700ms ease-out;
			transition: all 700ms ease-out;
			-moz-transform: translate3d(0px, 0px, 0px);
			-webkit-transform: translate3d(0px, 0px , 0px);
			-o-transform: translate(0px, 0px);
			-ms-transform: translate(0px, 0px);
			transform: translate3d(0px, 0px, 0px);
			-webkit-backface-visibility: visible;
			-moz-backface-visibility: visible;
			backface-visibility: visible;
	    }
}

/* Top bilder */

.banner-40 {
	width: 40%; min-height: 200px;max-height: 250px;display: table; background-color: pink; float: left; background-size: cover !important;
}

.banner-20 {
	width: 20%; min-height: 200px;max-height: 250px;display: table; background-color: blue; float: left; background-size: cover !important;
}
.thumb-wrappers {
	width: 20%;
	float: left;
}

.thumb-top {
    min-height: 200px;
    max-height: 250px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
	/*background-blend-mode: luminosity;
    background-color: rgba(162, 154, 126, 0.45) !important;
    opacity: 0.8;*/
}

.thumb-entry-top {
	margin-bottom: 30px;
}

.ambassador-entry-top {
	min-height: 200px;
    max-height: 250px;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	line-height: 200px;
	text-align: center;
	margin: 0px;
	}
	
.ambassador-entry-top:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.ambassador-entry-top span {
display: inline-block;
vertical-align: middle;
line-height: normal;
display: none;
}

.ambassador-entry-top:hover span {
display: inline-block;
vertical-align: middle;
line-height: normal;
font-size: 2em;
text-transform: uppercase;
padding-left: 20%;
padding-right: 20%;
font-weight: 400;
}

@media screen and (max-width: 769px) {
.banner-40 {
	width: 66.6666%; min-height: 200px;max-height: 250px;display: table; background-color: pink; float: left; background-size: cover !important;
}

.banner-20 {
	width: 33.3333%; min-height: 200px;max-height: 250px;display: table; background-color: blue; float: left; background-size: cover !important;
}
	
.thumb-wrappers {
	width: 33.333333%;
	float: left;
}	
.ambassador-entry-top {
	min-height: 200px;
    max-height: 200px;
	line-height: 200px;

}

.ambassador-entry-top:hover span {
font-size: 1.6em;
}
	
}


@media screen and (max-width: 420px) {
.banner-40 {
	width: 66.6666%; min-height: 20vh;max-height: 40vh;display: table; background-color: pink; float: left; background-size: cover !important;
}

.banner-20 {
	width: 33.3333%;  min-height: 20vh;max-height: 20vh;display: table; background-color: blue; float: left; background-size: cover !important;
}	
	.thumb-wrappers {
	display:none;
}
.ambassador-entry-top {
	min-height: 200px;
    max-height: 200px;
	line-height: 200px;

}

.ambassador-entry-top:hover span {
font-size: 1em;
}
	
}


/* Page top */

.pagetop {
	margin-top: 170px;
	margin-bottom:30px;
}

@media screen and (max-width: 769px) {
	
	.pagetop {
	margin-top: 140px;
	margin-bottom:30px;
}
}

@media screen and (max-width: 520px) {
	
	.pagetop {
	margin-top: 120px;
	margin-bottom:30px;
}
}



/* Social Media */

.sharebtn {
    position: fixed;
    /* width: 30px; */
    /* height: 30px; */
    background-color: #8d0053;;
    top: 300px;
    right: -17px;
    color: white;
    z-index: 9999;
    padding: 5px 17px;
    font-size: 28px;
    padding-right: 34px;
    transition: right 0.2s ease;
    text-align: center;
    cursor: pointer;
    
}

.sharebtn .sharetext {
    font-size: 14px;
}

.sharebtn:hover {
    right: 0px;
    
}
.socialnav {
    float: left;
    width: 100%;
}
.header-icons {
    float: left;
    padding: 5px 20px;
    font-size: 20px;
    background-color: #8d0053;
}
.header-icons i {
    margin-right: 10px;
    color: #fff;
}

.header-icons a {
    color: #fff;
}

.footer-icons {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-icons i {
    font-size: 20px;
    width: 20px; margin-right: 5px;
}

@media screen and (max-width: 769px) {
    
    .sharebtn {
    width: 100%;
    position: fixed;
    right: 0px;
    top: inherit;
    bottom: -10px;
    max-height: 40px;
    text-align: center;
    padding-bottom: 50px;
    /*transition: bottom 0.2s ease;*/
    font-size: 25px;
    }
    
    .sharebtn:hover {
         /*bottom: 0px;*/
    }

    
    #shareBtn {
        margin: 0 auto;
        max-width: 320px;
        text-align: center;
    }
    .sharebtn .sharetext {
        display: none;
    }
    
    .socialnav {
    float: left;
    width: 100%;
    }

    
    
}
@media screen and (max-width: 520px) {
.header-icons {

    padding: 5px 5px;
}
#secondary-menu #top-search {
width: 95px;
    float: right;
    padding-top: 5px;
    margin-right: 10px;
}
.nav-secondary {

    padding-right: 0px;
    padding-left: 0px;
}

input[type="text"]#s {
    width: 60%;
}
}

/* Footer */

footer#colophon {
min-height: 100px;
    overflow: hidden;
    background-color: #000;
    border-top: 0px solid #8d0053;
}

footer > a {
	color: #000;
	text-decoration: none;
}

footer .site-info {
	padding: 50px 0px;
	color: #000;
}

footer .site-info a {
	color: #8d0053;
}

footer .site-info img.logotype {
	widtH: 100%;
}

@media screen and (max-width: 420px) {
	
	footer .site-info img.logotype {
	widtH: 100%;
	margin-left: 0px;
}
	
}

ul#menu-footer-menu a {
	color: #000;
	
}

ul#menu-footer-menu {
	padding: 0px;
	list-style: none;
	margin: 0px;
	color: #000;
	
}

/* Sponsors */
section#sponsors {
    padding: 40px 0px 40px 0px;
}

#sponsors {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*background-color: #f2eedb;*/
    color: #000;
    overflow: hidden;
	min-height: 100px;
    width: 100% !important;
    height: auto !important;
	padding: 0px;
}

/* Program */
section#program,
section#current {
    padding: 40px 0px 90px 0px;
}

#program {
    /*font-family: Arial, Helvetica, sans-serif;*/
    background-color: #f0f0f0;
    color: #000;
    overflow: hidden;
	min-height: 100px;
    width: 100% !important;
    height: auto !important;
	padding: 0px;
}

/* Instagram */
section#instagram {
    padding: 40px 0px 90px 0px;
}

#instagram {
    /*font-family: Arial, Helvetica, sans-serif;*/
    background-color: #262f31;
    color: #000;
    overflow: hidden;
	min-height: 100px;
    width: 100% !important;
    height: auto !important;
	padding: 0px;
}
#instagram h1 {
	color: white;
}

#instagram img {
	width: 100%;
 
}

.instagram_post {
	width: 20%;
	float: left;
	
}

.instagram_post_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.instagram-wrap {
	height: 0;
    padding-bottom: 100%;
    position: relative;
}

.instagram-img {
    float: left;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    display: block;
	position: absolute;
}


.item_box{
    height:500px;
}
 
.photo-thumb{
    width:100%;
    height:auto;
    float:left; 
    /*border: thin solid #d1d1d1;*/
    /*margin:0 1em .5em 0;*/
    float:left; 
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 560px) {
	img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	width: 100%;
	padding-bottom: 20px;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
		width: 100%;
	padding-bottom: 20px;
}


footer img.alignright {
	width: 150px;
	float:left;
}

	
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget_recent_entries ul, ol {
	
    margin: 0 0 15px 0px;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
    text-align: left;
    font-size: 14px;
    /* font-weight: 800; */
    text-transform: uppercase;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Cookies */ 
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: #fff !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 1px solid #000;
}

.cc_banner-wrapper {
    z-index: 99999 !important;
    position: relative;
}

/* Newsletter */


div.esu-form-div ul {
    list-style: none;
    margin: 0;
	padding:0px;
}