@font-face {
    font-family: 'Lucida';
    src: url('../fonts/LucidaSans-Typewriter.woff2') format('woff2'),
        url('../fonts/LucidaSans-Typewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: var(--dark);
 font-family: 'Lucida', sans-serif;;

 /*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;
  font-size: 1.4em;
}

em {
 font-size: 0.75em;
}

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

b {
	font-weight: 800;
}

h1, h2 {
 font-weight: 400;
	font-family: 'Lucida', sans-serif;;
}

h1 {
 font-size: 3.2em;
 margin-bottom: 25px;
}

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

h5 {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 10px 0px;
}

p.ingress {
 font-size: 1.6em;
 padding-left: 20px;
 border-left: 4px solid var(--gold);
 margin-bottom: 50px;
}

.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 h2 {
    text-align: left;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0px;
    font-size: 2em;
    margin-bottom: 2em;
    color: var(--gold);
}

.page-content .subrubrik h2 {
 margin: 0;
 margin-bottom: 2em;
}



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 only screen and (min-width : 520px) and (max-height : 720px )  {
   
   
   h1 {
    font-size: 2.8em;
   }

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

}



/* Footer */
footer h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}

 .page-template-default .text-in { 
 text-align: left !important;
    margin-left: 48px !important;
    height: 30vh;
}

.page-template-default .textbox .sliderlogo {
    margin-top: 100px;
    width: 210px;
}
@media only screen and (max-width : 992px) {
 .page-template-default .text-in { 
 text-align: left !important;
    margin-left: 48px !important;
    height: 40vh;
}

.page-template-default .textbox .sliderlogo {
    margin-top: 60px;
    width: 120px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 520px) {
 
  h1 {
  font-size: 1.75em;
  margin-bottom: 5%;
  }
  
  .page-template-default h1 {
  font-size: 1.75em;
  margin-bottom: 30px;
  }
  
   h2 {
  font-size: 1.5em;
  }
		
		
		h3 {
			font-size: 1em;
		}
  p.ingress{
    font-size: 1em;
    margin-bottom: 10px;
  }
  
  p{
   font-size: 0.85em;
   line-height: 1.65em;
  }
 .subrubrik h2 {

    font-size: 1.2em;
}
.subrubrik h2:before, .subrubrik h2:after  {
    width: 115px;
    height: 8px;
}
.page-template-default .text-in { 
 text-align: left !important;
    margin-left: 24px !important;
    height: 40vh;
}

.page-template-default .textbox .sliderlogo {
    margin-top: 60px;
    width: 80px;
}
.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;
}
}

