
.site-content {
 padding-top: 80px !important;
}

img.size-medium {
  padding: 20px;
  max-width: 320px;
}
.image-box {
    position: relative;
     
}

section#start {
 /*padding-left: 80px !important;*/
}

.image-box img {
 /* -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
}
#layer {
    /*background-color: rgba(0, 0, 0, 0.2);*/
    
      /*background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0.8211659663865546) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 73%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8211659663865546) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 73%);
background: linear-gradient(180deg, rgba(255,255,255,0.8211659663865546) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 73%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
    padding: 0 20px;
}

.introtext-wrap {
 
 width: 65%;
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-45%);
    padding: 0 40px;
    text-align: center;

}

.introtext-wrap img {

}

.introtext-wrap-center {
    width: 60%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 60px;
}
   .flex {
         display: flex;
         align-items: center;
         justify-content: center;
    }
   .flex-vertical-center {
        align-items: center;
    }
    
    .flex-item {
  max-width: 50%;
}

.introduction {
/*height: 70vh;*/
}
.introtext-one {
    padding: 0px 25px 30px 25px !important;
    position: relative;
}

.absolute-center {
  display: flex; 
  align-items: center; 
  justify-content: center;
  text-align: center;
  background: #00a094;
}  

.absolute-center:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #00a094;
    transform-origin: top right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(10deg, 0deg);
}
.introtext-one-wrap {
position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.introbild-one img {
    /*position: absolute;*/
    right: 0px;
    bottom: 0px;
        z-index: -1;
}

.introboxes .introbox {
 padding: 4px 2px 0px 2px;
}

i.announce {
 font-size: 24px;
 color: white !important;
 
 padding-bottom: 20px;
}


i.announce-green {
    font-size: 24px;
    color: #00a094;
    padding-bottom: 20px;
    text-align: center;
    display: block;
}

.splitbild {
 background-repeat: no-repeat;
 background-position: center center;
 background-posititon: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
     min-height: 320px; max-height: 30vh;
     /*-moz-filter: grayscale(100%) brightness(120%);*/
     /*filter: grayscale(100%) brightness(120%);*/
}

.pswp--open {
    display: block;
    z-index: 9999;
}
.details {
 padding: 0px;
 text-align: center;
 padding-bottom: 40px;
 margin-left: 0px;
}
.details h3 {
text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.details p {
 text-align: center;
 font-size: 14px;
}
img.rounded {
 border-radius: 0px !important;
 filter: grayscale(100%) brightness(120%);
}

p.title {
 margin: 5px;
  text-align: center;

}



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

.right-side {
 background-color: #fff;
 padding: 30px; padding-top: 140px;
 min-height: 100vh;
}

.right-side img {
 width: 100% !important;
 height: auto !important;
 padding: 20px 0px;
}

.darker-grad {
 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(0,0,0,0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.darker-grad-2 {
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0) 39%, rgba(0,0,0,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sharebtn {
 text-align: center;
}
.sharebt {
 display: inline-block;
    background-color: #8fb0d8;
    border-radius: 50px;
    padding: 4px 15px;
    cursor: pointer;
    line-height: 30px;
    margin: 0px 20px;
    
}

.table td, .table th {
    padding: 5px 5px 5px 0px;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 14px;
}

/* WPML */
.start-wpml {
    float: left;
    font-weight: 200;
    color: #ea8215;
    padding: 0px 15px;
    font-size: 16px;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: none;
    display: block;
}
.wpml-ls-legacy-dropdown-click {
    width: auto;
    max-width: 100%;
    border-color: transparent;
    background-color: transparent;
}
.wpml-ls-legacy-list-vertical>ul {
    position: relative;
        padding-bottom: 20px !important;
    padding-left: 0px !important;
    margin: 0 !important;
    list-style-type: none;
}

.wpml-ls-legacy-list-vertical>ul > li:last-child{
 border-top: 1px solid white;
}

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a,
.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a:hover,
.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a:active,
.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a:visited {
    border-color: transparent;
        color: #fff;
    background-color: transparent;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:hover,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:visited,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:active,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:first-child {
    color: #ea8215;
    background-color: transparent;
    font-weight: 800;
    border-color: transparent;
    
}

.byline {
 width: 100%;
    display: block;
    padding: 20px 0px;
    text-transform: uppercase;
}
.blyine-writer{
     float: left;
    padding-right: 20px;
    font-weight: 800;
    padding-bottom: 20px;
}

.byline-category {
     float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
.byline-category .fas {
 padding-right: 10px;
    color: #79a35c;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custombutton {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dark .custombutton {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.writersblock a.imageblock {
 
  filter: grayscale(100%);
}

.writersblock a.imageblock:hover {
 filter: grayscale(0%);
}

.custombutton span:after {
    font-family: FontAwesome;
    content: "\f067" !important;
    padding-left: 5px;
    color: #79a35c;
}

div.wpcf7 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 30px;
    /* background-color: #f3f3f300; */
    border-left: 2px solid #67c4b4;
}

form#mc4wp-form-1  {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 30px;
    /* background-color: #f3f3f300; */
    border-left: 2px solid #79a35c;
}
.mc4wp-form-fields p {
    margin-bottom: 5px;
}

.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] {
   width: 100%;
}

.mc4wp-form-fields label {
   width: 100%;
}

footer input[type="email"] {
 background-color: white;
 width: 100%;
}

.dark .custombutton:hover {
 color: #79a35c;
 opacity: 0.6;
}


.custombutton:hover {
 color: #79a35c;
 opacity: 0.6;
}


.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Categories */

.galleri-img img {
     filter: grayscale(100%) brightness(120%);
     

}
.edu-img {
    /*filter: grayscale(100%) brightness(120%);*/
    margin-bottom: 20px;
}
.edu-img img {
    /*filter: grayscale(100%) brightness(120%);*/
}

.edu-tax {
display: inline;
padding: 7px 10px; 
text-transform: uppercase;
color: white;
letter-spacing: 2px;
margin-right: 5px;
font-size: 14px;

}
.edu-tax:last-child{
 margin-right: 0px;
}

.edu-galleri {
 padding: 40px 0px;
}
 
 @media screen and (max-width: 992px) {
   .productmenu {
  border-right: 1px solid #dadada; padding-right: 20px; display: none;
 }
 .productbody {
  padding-left: 20px;
 }
 

 
  .custom-meta {
  float: left; display: block; width: 88%;
 }
 

 }


.grecaptcha-badge {
 display: none;
}


.centerd {
  position: absolute;
    z-index: 999;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    padding: 0px 60px;
    width: 100%;
}


.centered {
  position: relative;
  bottom: 20px ;
  /*left: 20px;*/
  text-align: center;
  /*top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50%, -50%); */
  margin-bottom: 40px;
}

.introboxes {
 padding-left: 30px; padding-right: 30px;
}

.introbox a:hover {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    
  /*  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */*/
  /*filter: grayscale(100%);*/
  /*  */
}

.pop_content .text {
 z-index: 3;
	width: auto;
	display: block;
	padding: 0% 25%;
}

.alternativ-logo {
  width: 100px;
  height: 100px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 85%;
  margin-top: -50px;
}




/* Medium Devices, Desktops */
@media only screen and (max-width :992px) {

  .datatexts{
   font-size: 14px;
  }
}


@media only screen and (max-width :520px) {
 
 .edu-galleri {
 padding: 20px 0px 0px 0px;
}

.edu-img {
    /*filter: grayscale(100%) brightness(120%);*/
    margin-bottom: 0px;
}

.edu-meta {
  margin: 0px -10px;
}

.textcontent-split-left {
 margin: 0px -15px;
}
 
 
.site-content {
 padding-top: 150px !important;
}

.edu-tax {
    display: inline-block;
    padding: 7px 10px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 4px;
}
 
.chevrons {
padding: 0px 0px 30px 0px;
}
.chevronmiddle {
 border-bottom: 0px; display: block; text-align: center; font-size: 12px; font-weight: 700;
}
}
/* Contact Form */

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 textarea {
    width: 100%;
    border-bottom: 0px;
    background-color: #f1f1f1;
}

span.wpcf7-list-item {
    display: block;
    margin: 0em;
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio], .wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button] {
    width: auto;
}
.wpcf7 label {
	display: block;
}
.wpcf7-form-control-wrap {
    position: relative;
    /* margin: 5px 0px; */
    display: block;
}

div.wpcf7 {
	/*max-width: 30em;*/
margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.wpcf7 p {
 padding-bottom: 0px;
 margin-bottom: 20px;
}

.wpcf7 .checkbox-40 {
 padding: 20px 0px;
}

/* Search */
.headersearch {
 margin-top: 5px;
}

.headersearch i {
font-size: 16px;
    padding-left: 5px;
    margin-right: 10px;
    color: #7a9f98;
}

.headersearch .search-form {
     float: left;

}

.headersearch .search-form .search-submit {
 display: none;
}

input[type="search"].search-field {
    color: #000;
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 8px;
    min-height: 20px;
    background-color: #ffffff;
    margin-top: 0px;
    font-size: 14px;
    /* border-bottom: 1px solid black;*/
}

/* Collapses */

.btn-link {
    font-weight: 800;
    color: #008000 !important;
    background-color: transparent;
    cursor: pointer;
}

.pointer {cursor: pointer;}

/* instagram */

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

#instagram h1 {
	margin: 0px;
	margin-bottom: 20px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 300;

}

#instagram img {
	width: 100%;
 
}

.instagram_post {
	width: 25%;
	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;
    margin: 5px;
}

.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;
}
.grids-left {
  border-right:1px solid #a49566;
}

.grids-right {
  padding-left:40px;
}

.flexmiddle {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); width: 90%;
}



/* END Instagram */

.readmore-news {
    display: inline-block;
    text-transform: uppercase;
    font-family: Raleway;
    /* text-align: left; */
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: 1px solid;
    padding: 5px 7px;
}

a.readmore-news:hover,
a.readmore-news:visited {
  
  color: #000000;
  text-decoration: none;
}

a.readmore-news {
  
  color: #000000;
  text-decoration: none;
}

iframe {
   /*   width: 1px;
    min-width: 100%;
    border: 0px;
    min-height: 850px;
    background-color: #ffffff;
    padding: 30px; */
}


/* Main Button Style */
.myprefix-button {
  text-shadow:1px 1px 1px #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 1px;
  vertical-align: middle;
  padding: 10px;
  }

.myprefix-button span {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 0px;
    background:#000;

  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 6px 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

/* Hover */
.myprefix-button:hover{
  text-decoration:none;
  opacity: 0.7;}

/* Active */
.myprefix-button:active{
   }
   
 /* Filters*/
 
 #filters {
  padding: 0px 0px 20px 0px;
 }
 
 ul#filters{
  display: inline-block !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 30px;
  margin: 0px;
}


ul#filters li {
  display: inline-block !important;
  padding-left: 5px;
  padding-right: 5px;
}

ul#filters a {
    text-align: center;
	 color: #000;
	     font-size: 14px;
}

ul#filters a:active, 
ul#filters a:hover {
	 color: #000;
}

 
   /*Quotes */
.quote {
  text-align: center;
  padding: 30px 40px;
    background: #bccbd3;
  
}

/*blockquote:before {
  content:"\f10e";
  font-family: "FontAwesome";
  color: white;
  
}
blockquote:after {
  position: relative;
    content: "";
    width: 30%;
    left: 35%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 0px solid rgba(29, 35, 44, 0.52);
} */
/*blockquote {
    /*padding: 0px 10%;*/
    /* background-color: #f2f2f2; */
    /*color: rgba(29, 35, 44, 0.52);*/
   /* margin: 20px 0px 40px 0px;
    z-index : 1;
    text-align: center;
    font-size: 28px;
    font-weight: lighter;

} */
   
   
 /*  blockquote {
    display: block;
    /*border-width: 1px 0;
    border-style: solid;
    border-color: #f7931d;
    padding: 30px 0px;
    margin: 1.5em 0;
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
} */
/*blockquote:before { 
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 3rem;
    height: 2rem;
    font-size: 75px;
    line-height: 60px;
    color: #000;
    text-align: center;
}
blockquote:after {
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #000;
}*/
blockquote {
display: block;
    padding: 14px 10px;
    margin: 35px 0px;
    position: relative;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    border-left: 2px solid #67c4b4;
}

blockquote p {
    display: block;
    padding: 0px 50px;
    margin: 1.5em 0;
    position: relative;
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 32px;
    font-family: 'Libre Baskerville', serif;
}

/*blockquote p {display: block;
    padding: 30px 0px;
    margin: 1.5em 0;
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
   
} */

/*/
/**/
/**/
/*blockquote h2 {*/
/**/
/*    /*font-family: 'Playfair Display', serif;*/*/
/*    text-align: center;*/
/*		font-size: 22px;*/
/*		margin: 0.67em 0;*/
/*    text-transform: none;*/
/*    */
/*}*/


/* Vod */
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
 

 .starts {
 display: none;
 
}
.split-content-left img {
	
height: auto;
    width: auto;
}

.starticons {
 width: 180px; height: 180px; margin-bottom: 40px; position: relative; text-align: center;
}


/* Wholesale */
.wwp_wholesaler_registration input {
 width: 100%;
}

.wwp_wholesaler_registration h2 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 800;
    /* text-transform: uppercase; */
    color: #000000;
    display: inline-block;
    border-bottom: 2px solid #ee9d2e;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.wwp_wholesaler_registration input[type=checkbox] {
 width: auto;
 float: right;
}
.wwp_wholesaler_registration label {
 width: 100%;
}


.start-info {
 width: 80%;
}

.startslidertextwrapper {
padding: 40px; max-width: 80%;
}
@media screen and (max-width: 992px) {
 
 .starticons {
     width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.startslidertextwrapper {
padding: 40px; max-width: 80%;
}
.details {

}
 
.pages a.custombutton{
 color: #fff;
}
.pages a.custombutton:visited {
 color: #fff;
 
 }
.pages a.custombutton:hover {
 color: #fff;
 
 }
 
 .colorfix .pages a.custombutton {
 color: #000;
 border: 1px solid #000 !important;
 }
 
 .colorfix .pages a.custombutton:hover {
 color: #8fb0d8;
 background-color:#000;
 border: 1px solid #fff !important;
 opacity: 1;
 } 
 
 
.introtext-one-wrap {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0%, 30%);
    width: 100%;
    height: 37vh;
}

.right-side {
 background-color: #fff;
 padding: 30px; padding-top: 30px; 
}

.right-side .custombutton {
    color: #000;
    border: 1px solid #000;
}

.custombutton {

}
 .starts {
 display: block;
 
}
.starts-full {
 display: none;
}
.left-side {
    height: 35vh;
    min-height: 400px;
}
.bars {
  padding-bottom: 30px;
}

.splitbild {
 min-height: 30vh; max-height: 500px;

 
}

.splittext {
 width: 80%;
}

.middletext {
 
         position:relative;
         top: 0%;
         transform: translate( 0, 0%)!important;
         padding: 0px;width: 100%;
}
.introbox {
  padding-bottom: 30px;
  padding-right: 5px;
    padding-left: 5px;
}

.introbild-one img {
 position: absolute;
 right: 0px;
 bottom: 0px;

}

.introtext-one {
 padding: 0px 25px 30px 25px !important;
}
.introtext-one img {
 width: 280px;
}
.handdrawn img {
 padding-top: 20px;
 width: 60% !important;
}

blockquote p {

}

 blockquote {

}

.dark .custombutton {
   font-size: 10px;
}

}


@media screen and (max-width: 520px) {
 
.flexmiddle {
   position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%,0%); width: 100%;
}
.startslidertextwrapper {
padding: 0px 20px;
    max-width: 75%;
}
.start-info {
 width: 100%;
}

blockquote p{
  
  font-size: 12px;
  line-height: 24px;

}

.introbox {
    padding-bottom: 10px;
}
.introbox .image-box {
 width: 100%;
}

.introboxes {
 padding: 0px;
}

.introboxes .introbox {
 padding: 4px 0px 0px 0px;
}

.pop_content .splitbild {
 min-height: 20vh;
 max-height: 300px;
}

.image-box {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}


.pop_content .text {
 z-index: 3;
	width: auto;
	display: block;
	padding: 20% 0%;
}

.sharebt {
    display: inline-block;
    background-color: #8fb0d8;
    border-radius: 50px;
    padding: 4px 15px;
    cursor: pointer;
    line-height: 23px;
    margin: 0px 13px;
    font-size: 13px;
}

.header-icons .fab {
 font-size: 20px;
}

.introtext-wrap {
    width: 90%;
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-45%);
    padding: 0 40px;
    text-align: center;
}

.introtext-wrap img {
 max-width: 170px;
    padding: 10px;
    padding-bottom: 10px;
}

.start-buttons p {
 padding: 0px;
}

.dark .custombutton {
        font-size: 10px;
    /* padding: 0px !important; */
    text-align: left;
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 0px !important;    
}


.introtext-one-wrap {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    width: 100%;
    height: auto;
}

.handdrawn img {
    padding-top: 20px;
    width: 90% !important;
}

.splitbild {
 min-height: 50vh;
}
.splittext {
 padding: 40px; width: 100%;
}
.bokning {
  padding-right: 0px;
  text-align: center;
  width: 100%;
}

.table {
    font-size: 14px;
}


.bars {
  padding-bottom: 30px;
}




.alternativ-logo {
  width: 60px;
  height: 60px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 85%;
  margin-top: -30px;
}

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


.grids-left {
  border-right:0px solid #a49566;
  padding-bottom: 20px;
}

.grids-right {
  padding-left:20px;
}

.starts {
 text-align: center !important;
    display: inline !important;
}

.starts img {
  width: 190px !important;
  display: inline !important;
}

.starts-full {
 display: none;
}

.introtext-one {
 padding: 20px 17px 30px 17px !important;
}

.introbild-one img {
position: absolute;
    right: 50%;
    bottom: 0px;
    height: 100%;
    width: auto;
    transform: translate(50%, 0%);
}

.custombutton {
}

.custombutton i {
 font-size: 18px;
 
}


.absolute-center:after {
    display: none;
}

}


/* LOGIN */

Body.login
{
 background-color:#fff;
/*background-image:url("../images/login-page-bg.jpg");*/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;

}

#login h1 a {
    background-image: url(/wp-content/uploads/2021/04/ci-logo.svg);
    background-size: 360px;
    width: 370px;
    height: 150px;
}
.login form{
box-shadow:none;
padding:20px;
}
#login {
background: #fff;
margin: 50px auto;
padding: 40px 20px;
width: 400px;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fff;
    font-family: 'Raleway', sans-serif;

}

.login form .input, .login input[type=text] {
 font-family: 'Raleway', sans-serif;
    font-size: 24px;
    width: 100%;
    padding: 5px;
    margin: 2px 6px 16px 0;
    border: 0px solid #ddd;
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 0px;
}
.login label {
color: #555;
font-size: 14px;
}
.login form .forgetmenot{
float:none;
}
#login form p.submit{
margin-top:15px;
}

.login #backtoblog, .login #nav {
 font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding: 0 24px 0;
    text-align: center;
}
.login #nav {
 font-family: 'Raleway', sans-serif;
    margin: 24px 0 0 0;
    text-align: center;
}
.login.wp-core-ui .button-primary {
background: #000;
border-color:#000;
box-shadow: 0 1px 0 #000;
color: #FFF;
text-shadow: none;
float: none;
clear: both;
display: block;
width: 100%;
padding: 7px;
height: auto;
font-size: 15px;
}

/* Admin */
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
    width: 160px;
    background-color: #1d232c;
}
.wp-menu-name {
 /*color: black;*/
 text-align: center;
 padding: 8px 8px 20px 8px !important;
 text-transform: uppercase;

}

.wp-menu-name:after {
  position: relative;
    content: "";
    width: 30%;
    left: 35%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(82, 94, 107);
}
#wp-admin-bar-wp-logo {
 display: none !important;
}
.dashicons-before {
 display: none;
}
body.wp-admin {
   background-color: white;
   /*color: #000;*/
   /*font-family: 'Poppins', sans-serif;*/

   font-size: 16px;
   font-size: 1rem;
   line-height: 1.5;
}

#adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 0 none;
    margin-top: 0;
    box-shadow: none;
    background-color: #353e46;
    text-align: center;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {
    background: #1d232c;
    color: #fff;
}

#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: 32px;
    display: block;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
}

.collapse-button-label {
    transition: all .1s ease-in-out;
    display: none !important;
}

#adminmenu div.wp-menu-image.svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    display: none;
}
#wpadminbar *:not([class="ab-icon"]){font-family:"Raleway",sans-serif !important;
#adminmenu .wp-submenu-head, #adminmenu a.menu-top {
    font-size: 12px;
font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    line-height: 1.3;
    padding: 0;
    letter-spacing: 1px;
}

#adminmenu .wp-submenu a {
    font-size: 12px;
font-family: 'Raleway', sans-serif !important;
    /* line-height: 15px; */
    line-height: 1.5;
    margin: 0;
    padding: 5px 0;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 9px;
}

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
    line-height: 32px;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #295375 !important;
}

