@charset "UTF-8";

html {
  font-size: 16px;
}
b, strong {
    font-weight: 600;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);        
    }

    70% {
        transform: scale(1.3);        
    }

    100% {
        transform: scale(0.95);
        
    }
}

:root {
  --main-color: #bf662b;
  --sztuka-font: "Poppins", Arial, sans-serif;
  --alt-font: "Playfair Display", "Times New Roman", sans-serif;
  --extralight-weight: 300;
  --gray-text-color: #272727;
  --green-text-color: #5a2a0a;
  --sztuka-color: #c1b1af; 
  /* #5191a5; */
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: var(--sztuka-font);
  overflow-x: hidden;
}
body.blocked {
	overflow: hidden;
}
a {
	color:var(--main-color);
}
a:hover {
	color:var(--green-text-color);
}
@media (max-width: 900px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}
.no-padding {
  padding: 0;
}
.container {
	max-width:990px;
}
.alert-info {
	display:none;
}
.g-recaptcha {
	text-align: center;
    margin: 0 auto 16px;
    width: 305px;
	max-width:100%;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1070px;
	}
}


header {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.scrollable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 99;
}
body.page-start header.scrollable:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:400px;
	background-image:linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,.3));
}
body header.scrollable nav {
	padding: 10px 0;
}
body:not(.page-start) {
	padding-top:170px;
}
header.scrollable .main-menu {
    max-width: 1200px;
    margin: 0 auto;
	position:relative;
}
header.scrollable ul {
	list-style: none;
	margin:10px 0;
	padding:0px 0;
	display:flex;
	height:100px;
	align-items:center;
	justify-content:center;
}
header.scrollable ul li {
	
}
header.scrollable ul li a {
	color:#FFF;
	display:block;
	padding:5px 12px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	
	font-family: "Playfair Display";
	font-weight: 400;
}
header.scrollable.dark ul li a {
	color:#000;
}
header.scrollable ul li a:hover {
	color:var(--main-color);
	text-decoration:none;
}
ul li a i.fa {
	margin-left:5px;
	font-size:18px;
}
img.logo-icon {
    margin: 25px 0 15px 35px;
    width: 35%;
}
.navbar-header {
	position:fixed;
	z-index:9999;
	top: 35px;
	right: 40px;
	width: 0px;
	overflow: hidden;
	transition: all .25s ease;
}
.navbar-header.on {
	width:52px;
}
.navbar-header button:active,
.navbar-header button:focus {
	outline: none;
}
.navbar-toggle {
	border:0;
	background:rgba(255,255,255,.1);
	padding:10px;
}
.navbar-toggle:hover,
.navbar-toggle:active
.navbar-toggle:focus {
	transform:scale(1.1);
	opacity:.6;
}
.navbar-toggle .icon-bar {
	display:block;
	width:28px;
	height:3px;
	background-color:#000;
	border-radius:3px;
	margin:5px 0;
	transition: all .2s ease;
	position:relative;
	top:0px;
}
.navbar-toggle.on > span:nth-of-type(2) {
	transform:rotate(-45deg);
	top:8px;
}
.navbar-toggle.on > span:nth-of-type(4) {
	transform:rotate(45deg);
	top:-8px;
}
.navbar-toggle.on > span:nth-of-type(3) {
	opacity:0;
}
a.navtop-button {
    position: fixed;
    right: 15px;
    font-size: 22px;
    background-color: #f2f2f2;
    padding: 10px 16px;
    z-index: 100;
	transition: all .3s ease;
	box-shadow:0px 5px 3px rgba(0,0,0,.05);
	bottom: -80px;
}
a.navtop-button i {
	color: #333;
	transition: color .3s ease;
}
a.navtop-button:hover {
	transform: scale(1.1);
	background-color: #333;	
}
a.navtop-button:hover i {
	color:#FFF;
}
a.navtop-button.on {
	bottom: 15px;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -350px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px #0001;
    width: 300px;
    height: 100%;
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	transition: right .3s ease;
	z-index:1230;
}
.side-menu.on {
	right:0px;
}
.side-menu > div {
	width:100%;
}
.side-menu nav {
	width:100%;
}
.side-menu nav ul {
	list-style:none;
	padding:0 0;
	margin:-20px auto 0;
}
.side-menu nav ul li {
	display:block;
	text-align:center;
}
.side-menu nav ul li a {
	color:#000;
	padding:12px 0;
	display:block;
	text-transform:lowercase;	
	font-size:15px;
}
.side-menu nav ul li:first-of-type {
	margin-bottom:30px;
}
.side-menu a:hover {
	color:#999;
	text-decoration:none;
}

/*
header.scrollable
*/







.typical-content {
    font-family: var(--sztuka-font);
    font-weight: var(--extralight-weight);
    font-size: 1.1em;
    margin: 0;
    padding: 0 0px;
    text-align: center;
    color: var(--gray-text-color);
    letter-spacing: 1.5px;
}

.typical-content a:not(.btn):not(.btn-bordered) {
  color: var(--green-text-color);
  font-weight: bold;
  text-decoration: none;
}

.typical-content a:not(.btn):not(.btn-bordered):hover {
  text-decoration: underline;
}
.typical-content iframe {
	max-width:100%;
	background-color:#000;
	max-height:390px;
}




/* SLIDER */
.home-slider {
  height: 100vh;
  width:100%;
  overflow:hidden;
}
.small-slider {
  height: 50vh;
  min-height: 350px;
  width:100%;
  overflow:hidden;
}
.arrow-down {
	position:absolute;
	bottom: 0;
	left:48%;	
	z-index: 1000;
	color: #000;
	padding:30px;
	color: #FFF;
	font-size: 24px;
	transform: translateX(-50%);
	animation: pulse 2s infinite;
	
    margin-left: -20px;
}

.home-slider .item {
	width:100%;
	height: 100vh;
	position: relative;
	float:left;
}
.small-slider .item {
	width:100%;
	height: 50vh;
	min-height: 350px;
	position: relative;
	float:left;
}
.home-slider .item .image,
.small-slider .item .image {
	object-fit: cover;
	object-position: center center;
	height: 100%;
}

.home-slider .item .text {
    position: absolute;
    color: #fff;
    font-size: 42px;
    max-width: 600px;
    left: 50%;
    bottom: 120px;
    line-height: 0.9;
    text-align: center;
    font-weight: 300;
    width: 100%;
    margin: 0 auto 0 -300px;
	
	font-weight: 700;
	font-style: italic;
	font-family: var(--alt-font);
	letter-spacing: 5px;
}
/*
.small-slider .item .text {
    position: absolute;
    color: #fff;
    font-size: 42px;
    max-width: 600px;
    left: 50%;
    bottom: 120px;
    line-height: 0.9;
    text-align: center;
    font-weight: 300;
    width: 100%;
    margin: 0 auto 0 -300px;
	
	font-weight: 700;
	font-style: italic;
	font-family: var(--alt-font);
	letter-spacing: 5px;
}
*/
.small-slider .item .text {
    position: absolute;
    color: #fff;
    font-size: 42px;
    max-width: 100%;
    left: 0;
    bottom: 120px;
    line-height: 0.9;
    text-align: center;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-style: italic;
    font-family: var(--alt-font);
    letter-spacing: 5px;
}

.small-slider .item .text h1,
.small-slider .item .text h2,
.small-slider .item .text h3,
.small-slider .item .text h4,
.home-slider .item .text h1,
.home-slider .item .text h2,
.home-slider .item .text h3,
.home-slider .item .text h4 {
  font-weight: 300;
  font-size: 52px;
  line-height: 0.9;
}

.home-slider .owl-nav div {
  width: 24px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 20px;
  font-size: 0;  
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  opacity:0;
}
.home-slider .owl-nav.on div {
	opacity:1;
}

.home-slider .owl-nav div.owl-prev {
	left: 40px;
	background: url(../img/arrow-left.png) center center no-repeat;
}
.home-slider .owl-nav div.owl-next {
	right:40px;
	background: url(../img/arrow-right.png) center center no-repeat;
}
.home-slider .owl-nav div:hover, 
.home-slider .owl-nav div:active, 
.home-slider .owl-nav div:focus {
	opacity: 0.7;
}


.section-standard {
	padding-bottom:30px;
}
.stories-homepage {	
	padding:20px 0 30px;
	background-color:rgba(249,249,249,1);
}



/* TEXT HEADER */
.text-header {
	padding:50px 0;
}
.text-header h1,
.text-header h3 {
    /*
	font-family: var(--sztuka-font);
	font-weight: 100;
	font-style: normal;
	font-size: 45px;
	*/
	font-family: var(--alt-font);
	font-weight: 400;
	
	font-size: 38px;
	letter-spacing: 3px;
	
    
    color: var(--gray-color);
    line-height: 1.25em;
    margin: 0px 0 0px;
    display: block;
	text-align:center;
	text-transform: initial;
	position: relative;  
}

.text-header h2,
.text-header h4,
.blog-music p {
	font-family: var(--alt-font);
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 17px;
	
	text-align: center;
	color: rgba(0, 0, 0, .4);	
	font-weight: 400;
	/*
	font-size: 19px;
	*/
	position: relative;
	margin-bottom: 10px;
	text-shadow: 0px 0px rgba(0,0,0,.2);
	line-height: 1.2;
}
@media (max-width: 900px) {
	.text-header h2,
	.text-header h4,
	.blog-music p { 
		font-size: 11px;
		margin-top: 5px;
	}
}
.text-header:after {
    display: block;
    content: "";
    position: relative;
    width: 100px;
    height: 1px;
    background-color: #000000;
    opacity: .4;
    left: 50%;
    margin-left: -50px;
    bottom: -10px;
}
.text-header h1 a,
.text-header h2 a,
.text-header h3 a,
.text-header h4 a,
.text-header h1:hover a,
.text-header h2:hover a,
.text-header h3:hover a,
.text-header h4:hover a {
	color: var(--gray-color);
	text-decoration: none;
}


.news-line-row {
    margin: 0px auto;
    align-items: center;
    display: flex;
    padding: 10px 0;
}
.news-line-row .news-right {
    padding-left: 0px;
}
.news-line .picture {
	min-height:350px;
}
.news-line .picture img {
	width:100%;
	height:355px;
	object-fit:contain;
	transition: all .25s ease;
}
.news-line .picture:hover img {
	opacity: .75;
}
.news-line .short-text {	
	max-height: 355px;
	font-family: var(--sztuka-font);
	font-weight: 400;
	line-height: 1.65;
    height: 270px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
	letter-spacing: 1px;
}
.news-line .short-text:after {
    display: block;
    background-image: linear-gradient( rgba(249,249,249,0), rgba(249,249,249,1));
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    content: "";
}
body.page-subpage .news-line .short-text:after {
	background-image:  linear-gradient( rgba(255,255,255,0), rgba(255,255,255,1));
}
.news-line div#right .short-text {
    padding-left: 0px;
}
.news-line .short-text a.title {
    color: #000;
    font-weight: 900;
    margin: 0;
    padding-bottom: 5px;
    font-size: 26px;
    display: block;
    line-height: 36px;
}

.news-line datetime {
    opacity: .4;
    font-size: 11px;
    margin: 2px 0 0px;
    display: block;
}
.news-line .news-button {
	border: 0;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    /*transition: color 0.35s 0.11667s ease-in-out;*/
	transition: all .25s ease;
    position: relative;
    padding: 10px 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    background-color: transparent;
    opacity: .4;
    margin-left: 20px;
    letter-spacing: 1px;
	top:10px;
}
.news-line .news-button:hover {
	background-color: var(--sztuka-color);
	text-decoration: none;
	box-shadow: 0 0;
	color:#FFF;
	opacity: 1;
}
.news-line div#right .news-button {
	margin-left:0px;
}




.news-item img {
	max-width:100%;
}
.news-item a.title {
    color: #000;
    font-weight: 600;
    line-height: 18px;
    display: block;
    margin: 10px 0;
}
.blog-lead {
	margin-top:10px;
}
.img-wrapper img {
    padding: 1px;
    max-width: 100%;    
    object-fit: cover;
	/*max-height: 750px;*/
}
.img-wrapper.multiple img {
	/* max-height: 450px; */
}



.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-start {
  justify-content: flex-start;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-around {
  justify-content: space-around;
  align-items: center;
}

.flex-stretch {
  align-self: stretch;
}



.historie-button {
  text-align: center;
  margin: 40px 0 10px 0;
}

.btn-bordered, .historie-button > a {
    box-shadow: inset 0 0 0 2px var(--main-color);
    color: var(--main-color);
    transition: all .2s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 20px auto 30px auto;
    padding: 20px 35px;
    background-color: transparent;
    text-transform: lowercase;
	font-size: 17px;
    font-family: var(--alt-font);
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 14px;
    border: none;
}
.btn-bordered:hover,
.btn-bordered:active,
.btn-bordered:focus,
.historie-button > a:hover,
.historie-button > a:active,
.historie-button > a:focus {
	background-color:var(--sztuka-color);
	border-color:var(--sztuka-color);
	box-shadow: inset 0 0 0 2px var(--sztuka-color);
	color:#FFF;
	outline:none;
	text-decoration:none;
}

.btn-secondary {
	color: #FFFf;
}





.carousel-gallery {
    margin-bottom: 20px;
}
.item-wrap {
  padding: 0;
  height: 255px;
}

.item-wrap>.item-image {
  height: 255px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 5;
  transition: transform 0.3s ease, box-shadow 0.15s ease 0.3s;
}

.instagram .row {
	justify-content: center;
}

.instagram .item-image {
    /*height: 200px !important;*/
    width: 200px !important;
}

.instagram .item-wrap {
	width: 200px;
	height: 200px;
}
.instagram a,
.instagram a:hover {
	color: var(--gray-color);
}
.item-wrap>.item-image>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instagram .item-image img {
	width: 100%;
	object-fit:contain;
}
.item-wrap:hover .item-image {
  transform: scale(1.05);
  box-shadow: 0px 0px 0 5px rgba(40, 202, 196, 0.4);
  z-index: 6;
}
@media (max-width:900px) {
	.instagram .row a:nth-of-type(4),
	.instagram .row a:nth-of-type(5),
	.instagram .row a:nth-of-type(6),
	.instagram .row a:nth-of-type(7) {
		display: none !important;
	}
}
@media (max-width:1200px) {
	.instagram .row a:nth-of-type(6),
	.instagram .row a:nth-of-type(7) {
		display: none !important;
	}
}



.carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.carousel .item-image {
	margin-bottom: 15px;
	transition: all .25s ease;
}
.carousel .item-image:hover {
	opacity: .75;
}
.carousel figure {
    flex: 33%;
    max-width: 300px;
    margin: 0 10px 30px;
}
.carousel figure img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.carousel figure a:hover img {
	opacity: .75;
}
.carousel figure p {
	margin-bottom: 4px;
}
.carousel figure figcaption {
	margin-top: 20px;
	text-align: center;
}
.carousel figure figcaption p strong {
	font-family: var(--sztuka-font);
    font-size: 18px;
    color: #000;
    line-height: 1.25em;
    margin: 0px 0 0px;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: initial;
    position: relative;
}
.carousel figure figcaption p {
	text-align: center;
    color: rgba(0, 0, 0, .4);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    text-shadow: 0px 0px rgba(0,0,0,.2);
    line-height: 1.5;
}





.client-zone {
	display: block;
	margin: 20px auto;
	padding: 0px 0;
	background: #f8f9fa url() no-repeat center center;
	background-size: cover;
}



/* FORM */
.section-form {
	margin-top:50px;
}
.section-form .form-label {
	font-size:12px;
	margin-bottom:5px;
}
small.form-small {
	color: #999;
    text-align: left;
    display: block;
    margin-top: 3px;
}







.float-gallery {
	position: relative;
}
.float-gallery .preloader {
    text-align: center;
    position: absolute;
    z-index: 100;
    background-image: linear-gradient(180deg, #FFF 30%, transparent);
    width: 100%;
    height: 700px;
	transition: all .25s ease;
}




#cookieinfo {
  width: calc(100vw - 17px);
  padding: 10px;
  font-family: var(--sztuka-font);
  position: relative;   
  z-index: 999;
  background-color: #FFFFFF;
  text-align:center;
  
}

#cookieinfo>a {
  text-decoration: none;
  color: var(--main-color);
}

#cookieinfo>a:hover {
  text-decoration: underline;
}


/* FOOTER 
*********** */
.footer {
	margin-top:20px;
	padding-top:20px;
	font-family: var(--sztuka-font);
	font-weight: 400;
	font-size: 0.9em;
	position:relative;
	clear: both;
}

.footer a {
  color: var(--main-color);
}

.footer .mywed {
  text-align: center;
}

.footer .mywed>img {
  margin-left: -15px;
  width: 100%;
  max-width: 100px;
}

.footer .footer-text {
  margin-top: 10px;
}

.footer .footer-contact {
  margin-top: 5px;
  text-align: right;  
  font-weight: 800;
  
    font-size: 14px;
}

.footer .logo>img {
  width: 100%;
  text-align: center;
  max-width: 160px;
}

.weboski {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #d2d2d2;
  margin: 50px 0;
}

.weboski>a {
  color: #d2d2d2 !important;
}

.weboski>a:hover {
  color: var(--main-color);
}
.footer .logo {
    /*
	position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -80px;
	*/
}

.menu-footer .menu {
	text-align:center;	
    margin-top: 6px;
}
.menu-footer .menu ul {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0 0;
    list-style: none;
}
.menu-footer .menu ul li {
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
}
.menu-footer .menu ul li a {
	color:#999;
}
.menu-footer .menu ul li:not(:last-of-type):after {
	content:"|";
	display:inline-block;
	color:#cdcdcd;
	margin:0 7px;
}
.icon {
    display: inline-flex;
    position: relative;
    align-items: center;
	justify-content: center;
    width: 32px;
    border-radius: 25px;
    color: #000;
	border:2px #000 solid;
    height: 32px;
	margin:0 5px 0 0;
	cursor:pointer;
	background:transparent;	
	transition: 0.5s;
}
.icon i {
	font-size:17px;
	padding:2px;
}
.icon.social:hover {
	background:#262626 ;
	color:#FFF;
	transition: 0.25s;
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
}
.icon a {
	color:inherit;
}
/* END OF FOOTER */



.ajaxInfo {
	display: none;
	text-align: center;
}



/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}


div#gallery-zoom {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
div#gallery-zoom.for-client {
	width: calc( 100% - 300px);
}
div#gallery-zoom img {
	box-shadow: 15px 15px 25px 5px rgba(0,0,0,.4);
	border: 0px #FFF solid;
	background-color: #FFF;
	max-height: 88vh;	
    /*height: 640px;
    width: 960px;
	*/
    background-color: #000;
	opacity: 0;
	transition: all .25s ease;
}
div#gallery-zoom.on img {
	opacity: 1;
}
#gallery-zoom .controls {
    width: 100%;
    left: 0px;
    bottom: 0px;
	/*
    height: 100px;
	*/
	height: 50px;
}
#gallery-zoom .inner {
	position: relative;
}
#gallery-zoom a.close-zoom {
    font-size: 28px;
    color: #FFF;
    position: absolute;
    top: -40px;
    right: -40px;
	z-index: 9998;
	transition: all .25s ease;
	opacity: 0;
}
#gallery-zoom.show-icons a.close-zoom {
	opacity: 1;
}

#gallery-zoom a.close-zoom:hover {
	opacity: .5;
}

.flex-1 {
	flex:1;
}
.flex-2 {
	flex: 2;
}
.img-wrapper.multiple.resized.flex .flex-1 {
    flex: 30.7%;
}
.img-wrapper.multiple.resized.flex .flex-2 {
    flex: 69%;
}

.paginate {
    text-align: center;
}
.paginate a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}
.paginate a.active {
	background-color: #333;
	color: #f2f2f2;
}
.instagram a:hover  {
	text-decoration: none;
}

#dataAlbumSend .btn,
#dataFormSend .btn,
#dataWorkshopSend .btn {
    display: block;
    width: 100%;
    background-color: var(--sztuka-color);
    border-color: var(--sztuka-color);
    padding: 10px 20px 13px;
    text-transform: lowercase;
    margin: 10px auto;
}



.sec-button {
    position: absolute;
    bottom: 80px;
	width: 80%;
	left: 50%;
    text-align: center;
    z-index: 1000;
    color: #000;
    padding: 30px;
    color: #FFF;
	/*font-family: var(--alt-font);
	letter-spacing: 1px;
	*/
    font-size: 16px;
    transform: translateX(-50%);   
font-weight: 300;	
}
.sec-button .btn-bordered {
	border-color: rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.8);
}
.sec-button .btn-bordered:hover {	
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	color: rgba(255,255,255,.5);
	background-color: transparent;
}

@media screen and (max-width: 900px) {
	html, body {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
	body {
		font-size: 11px;
		overflow-x: hidden !important;
	}
	body:not(.page-start) {
		padding-top: 0px;
	}
	body.page-start header.scrollable:before {
		display: none !important;
	}
	img {
		max-width: 100%;
		height: initial !important;
	}
	header.scrollable ul {
		flex-direction: column;
		overflow: hidden;
	}
	header.scrollable ul li:not(.middle) {
		display: none;
	}
	.navbar-header {
		width: 52px;
	}
	.text-header {
		padding: 25px 0;
	}
	a.logo img {
		width: 120px !important;
		margin-top: 0px !important;
		object-fit: contain;
		height: 80px !important;
		object-position: center center;
	}
	.text-header h1, .text-header h3 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	span.Apple-tab-span {
		white-space: initial !important;
	}
	.btn-bordered, .historie-button > a {
		margin: 10px auto 20px auto;
		padding: 15px 25px;
		font-size: 14px;
		
	}
	.home-slider .item .image, .small-slider .item .image {
		height: 100% !important;
	}
	div#sbpage-99 img {
		max-width: 80px !important;
		height: 60px !important;
		object-fit: contain;
		margin: 5px;
	}
	.blog-lead,
	.blog-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-line .short-text {
		height: initial;
	}
	.news-line .short-text a.title {
		font-size: 16px;
		line-height: 22px;
	}
	.news-line .picture img {
		height: initial;
	}
	.news-line .picture {
		min-height: initial;
		margin: 10px 0;
	}
	.grid li {
		padding: 1px 1px !important;
		float: initial !important;
		text-align: center;
	}
	.grid li a, .grid li img {
		max-width: 100%;
		margin: 0 auto;
	}
	.stories-homepage .no-padding {
		margin-bottom: 20px;
	}
	
	.small-slider .item .text {
		font-size: 22px;
		line-height: 28px;
		padding:0 20px;
	}
	.carousel {
		justify-content: center;
		align-items: flex-start;
		
	}
	.carousel figure figcaption p {
		font-size: 12px;
		line-height:1.3;
	}
	.carousel figure figcaption p strong {
		font-size: 16px;
	}
	.footer {
		text-align: center;
	}
	.footer .footer-contact {
		text-align: center;
		font-size: 11px;
		padding: 15px 0;
	}
	div.footer .col {
		flex:0 0 100%;
		width: 100%;
	}
	a.btn.btn-secondary.font-weight-bold.logout {
		position: relative;
		top: initial;
		right: initial;
		font-size: 11px;
		margin: 10px auto 5px;
	}
	/*
	div#right-img {
		margin-top: 30px;
	}
	#right-img {
		transform: translateY(-154%);
	}

	.news-right.col-xs-12.col-sm-12.col-md-6 {
		transform: translateY(75%);
	}
	*/
	.news-item a.title {
		line-height: 11px;
		font-weight: 600;
	}
	.header .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#sbpage-133 {
		margin: 0px 15px;
	}
	#sbpage-133 .row > div:last-of-type p:last-of-type {
		font-size: 18px !important;
	}
	#sbpage-140 img {
		width: 25% !important;
		margin: 7px;
		max-height: 80px;
		object-fit: contain;
	}
	.section-form {
		margin: 25px 15px;
	}
	.section-form .form-control {
		font-size: 12px;
	}
	.section-form label {
		font-size:11px;
	}
	a.navtop-button {
		right: initial;
		left: 0px;
		
		transform: scale(.65);
	}
	a.navtop-button.on {
		bottom: 0px;
	}
}


