

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--dark);
 font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	line-height: 1.5;
	font-weight: normal;

}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  font-weight: 400;
  line-height: 1.35em;
  color: black;
}

em {
 font-size: 0.75em;
}

.small, small {
    font-size: .675em;
}

b {
	font-weight: 800;
}

h1, h2 {
 font-family: 'Playfair Display', serif;
 font-weight: 400;
}

h1 {
 color: white;
 font-size: 3.2em;
}

h2 {
 font-size: 2.2em;
}
 h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 20px;
}

h5 {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 10px 0px;
}
.split-content h1 {
 color: black;
    text-align: center;
    margin-bottom: 30px;
}
.split-content h2 {
 text-align:center;
 margin-bottom: 30px;
 text-transform: inherit;
}
.split-content h3 {
 text-align:center;
}
.split-content p {
  text-align: center;
  line-height: 1.35em;
}
.pop h3 {
     color: white;
    margin: 30px 0px;
    text-transform: uppercase;
    font-size: 1.4em;
}

/* Subrubrik flex content*/
.subrubrik {
   padding: 40px 0px;
}
.subrubrik h2 {
 font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0px;
    font-size: 2em;
}

.subrubrik h2:before {
    content: "";
    width: 165px;
    display: block;
    background: url(../images/divider.svg) center center no-repeat;
    height: 12px;
    right: 100%;
    top: 35%;
    position: absolute;
}

.subrubrik h2:after {
    content: "";
    width: 165px;
    display: block;
    background: url(../images/divider.svg) center center no-repeat;
    height: 12px;
    left: 100%;
    top: 35%;
    position: absolute;
}

h3.sub {
	    text-align: center;
    color: var(--gold);
    margin-top: 5%;
    font-size: 1em;
}

/* Swiper */

.startswiper h1 {
   color: white;
   font-size: 3.8em;
}

.startswiper p {
    color: white;
    margin-bottom: 35px;
  
}
.text-in {
	padding-top: 7%;  
}

@media (min-width: 480px) and (max-height: 820px){
 
.startswiper h1 {
  color: white;
  font-size: 2.8em;
}

}



/* Footer */
footer h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}
@media only screen and (max-width : 992px) {
 

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 520px) {
 
  h1 {
  font-size: 2em;
  }
		
		h3 {
			font-size: 1em;
		}
  
  p{
   font-size: 0.85em;
   line-height: 1.2em;
  }
 .subrubrik h2 {

    font-size: 1.2em;
}
.subrubrik h2:before, .subrubrik h2:after  {
    width: 115px;
    height: 8px;
}

.textbox {
	padding-bottom: 0%; 
}
 .startswiper h1 {
  color: white;
  font-size: 2.0em;
  padding: 0px 0px;
  }
  
		.split-content h2 {
			font-size: 2em;
		}
		
		footer h2 {
			font-size: 1em;
		}
 
  
   .startswiper p{
    padding: 0px 30px;
  }
  
  .pop h3 {
    color: white;
    margin: 30px 0px;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.45em;
}
}

