/*
Theme Name: Eslövs Folkhögskola 2019
Theme URI: http://www.pixelbruket.se/
Author: Pixelbruket
Author URI: http://www.pixelbruket.se/
Description: Ett skräddarsytt tema från Pixelbruket
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: awesome
Text Domain: pxlbrk-2017

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&family=Roboto:ital,wght@0,300;0,400;0,700;1,100;1,300;1,700&display=swap');
@media screen and (max-width: 540px) {
	ul.frontblogglista li{width: 100% !important;}
	.evenemangsbox{width: 100% !important;}
	.extrapadding{padding: 20px !important;}
	ul.utbildningskontakter li{height: auto !important; min-height: 60px !important; padding: 0 0 0 70px !important;}
	.kontaktthumb{width: 60px !important; height: 60px !important;}
	.utbildningstext{height: 170px !important;}
}


@media screen and (max-width: 680px) {
	a.cta{top: 60px !important;}
	.utbildningsbox{width: 100% !important;}
	.col-2{width: 100% !important;}
	.col-3{width: 100% !important;}
	.col-5{width: 100% !important;}
	.col-6{width: 100% !important;}
	.col-7{width: 100% !important;}
	.topcontent{width: calc(100% - 50px) !important;}
	.frontbox{padding: 300px 0 0 0 !important; width: 100%  !important;}
	.frontbox > .content{background-color: rgba(255, 255, 255, 0.9) !important;}
	ul.blogglista li {width: 100% !important;}
}

@media screen and (max-width: 1024px) {
	nav{display: none !important;}
	mobile{display: block !important;}
	.logo{width: 200px !important; margin-right: 0 !important; height: 60px !important; margin-left: 10px !important; box-shadow: none !important;}
	.logotriangel{width: 48px !important; top:9px !important; left:0 !important;}
	.logotext{width: 145px !important; bottom:25px !important; right:0 !important;}
	header{height: 60px !important;}
	header .pagewrapper{padding-right: 60px !important;}
	ul.socialmenu{height: 60px !important; width: 40px !important; padding:0 !important; }
	ul.socialmenu a{display: none !important;}
	ul.socialmenu li{height: 60px !important; padding: 25px 0 !important;}
	ul.socialmenu li:before{top:20px !important; left:5px; z-index: -1; cursor: pointer;}
	}
@media screen and (max-width: 960px) {
	body {font-size: 12px !important;}
	.col-4{width: 100% !important;}
	.col-8{width: 100% !important;}
	.frontbox{width: 100% !important;}
	

}

@media (min-width: 541px) and (max-width: 960px) {
	ul.frontblogglista li{width: 50% !important;}
	.frontquote{width: 50% !important; font-size: 3em !important;}
	.evenemangsbox{width: 50% !important;}
}



@media (min-width: 681px) and (max-width: 768px) {
	.col-2{width: 50% !important;}
	.col-3{width: 50% !important;}
}
@media (min-width: 681px) and (max-width: 1024px) {
   	.utbildningsbox{width: 50% !important;}
}
 
    
@media (min-width: 1361px) and (max-width: 9999999px) {
	.pagewrapper{padding:0 calc(50% - 680px)!important;}
}


@media screen and (max-width: 1200px) {
	.video_full:after{padding-bottom: 640px !important; }
	.utbildningsvideo_single .embed-container{padding-bottom: 640px !important;}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    top: 50% !important;
	left: 50% !important; 
	-webkit-transform: translate(-50%,-50%) !important;
	-moz-transform: translate(-50%,-50%) !important;
	-ms-transform: translate(-50%,-50%) !important;
	-o-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
    width: 1200px !important;
    height: 675px !important;
}


}



body{padding:0; margin: 0; background: #fff; font-family: 'Roboto', sans-serif; font-weight: 300; color: #000; font-size: 16px;}


.mysterybox{position: fixed; top:0; right:0; z-index: 10000; background: yellow; width:10px; height: 10px;}


*{
	box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding: 15px;
    position: relative;
}

[class*="col-"] img {
    width:100%;
    height: auto;
    display: block;
}

.square{width: 100%; float:left; position: relative;}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  
  
}



.portrait{width: 100%; float:left; position: relative;}
.portrait:after {
  content: "";
  display: block;
  padding-bottom: 135%;
  
}
.nopadding{padding: 0 !important;}
.topbotpadding{padding: 15px 0 !important;}
.deadcenter, deadcenter{
	position: absolute;
	height: auto;
	right: 50%; 
	top: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	}





a img { border: none; }
p{font-size: 1.1em; line-height: 1.6em; margin-top: 0; margin-bottom: 1em; font-weight: 300;}
h1{ font-family: 'Roboto Slab', sans-serif; font-style: normal; font-weight: 700; font-size:2em; line-height: 1.2em; margin-bottom:0.5em; text-align: left; display:block; margin-top: 0; position: relative; color: #182c19;}
h2{font-family: 'Roboto Slab', sans-serif;  font-weight: 700; font-size: 1.5em; display:block; margin:0 0 0.5em 0; padding: 0; line-height: 1.5em; text-align: left; color: #182c19;}
h3{ font-family: 'Roboto Slab', sans-serif; font-weight: 700; font-size: 1.2em;  display:block; margin:0 0 0.5em 0; padding: 0; line-height: 1.5em; color: #182c19;}
h4{font-family: 'Roboto Slab', serif;  font-weight: 700; font-size: 1.1em; text-transform:none; display:block; margin: 0 0 0.5em 0; padding: 0; line-height: 1.5em; color: #182c19;}
title{font-family: 'Roboto Slab', sans-serif;  font-weight: 700; font-size: 1.4em; display:block; margin:0.5em 0; padding: 0; letter-spacing: 0; }


a {text-decoration: none; color: #000;}
p a{text-decoration: underline; color: #EE5622;}


.vitbg{background-color: #ffffff;}
.morkblabg{background-color: #182c19;}
.ljusgrabg{background-color: #E1E9EA;}
.tealbg{background-color: #dee9e9 !important;}
.gronbg{background-color: #9fc516 !important;}
.vittext{color: #ffffff !important;}
.gultext{color: #fcc00e;}
.orangetext{color: #EE5622;}


.center{text-align: center;}
.left{text-align: left !important; position: relative !important; float: left;}
.caps{text-transform: uppercase;}
.bold{font-weight: 700;}
.italic{font-style: italic;}
.condensed{font-family:'Roboto Condensed';}
.smalltext, .smalltext p{font-size: 0.95em;}

.topborder{border-top: 1px solid #fff;}
.bottomborder{border-bottom: 5px solid #EE5622;}
.vitborder{border: 1px solid #fff;}
.extrapadding{padding: 30px;}

header{
	width: 100%; 
	height:50px; 
	padding: 0; 
	margin: 0;  
	float: left;
	background-color: #ffffff; 
	z-index: 100;
	position: fixed;
	top: 0;
	left:0;
      -webkit-transition:all 0.5s;
     -moz-transition:all 0.5s;
      -ms-transition:all 0.5s;
       -o-transition:all 0.5s;
          transition:all 0.5s;  
	}



.logo{
	width: 180px;
	height: 180px;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	z-index: 1000000;
	background-color: #fff;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}
header.active .logo{
	width: 200px;
	margin-right: 0;
	height: 50px;
	margin-left: 30px;
	box-shadow: none;
	}


.logotriangel{
	width: 140px; 
	height: auto;
	display: block;
	position: absolute;
	top:25px;
	left:20px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}
header.active .logotriangel{
	width: 40px; 
	top:10px;
	left:0;
	}

.logotext{
	width: 120px; 
	height: auto;
	display: block;
	position: absolute;
	bottom:25px;
	right:30px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}
header.active .logotext{
	width: 150px; 
	height: auto;
	display: block;
	position: absolute;
	bottom:20px;
	right:0;
	}




ul.menu {
	list-style-type: none; 
	margin: 0; 
	padding:0;  
	font-family:'Roboto'; 
	font-weight: 700;  
	}
	
ul.topmenu {
	width: calc(100% - 320px);
	height: 50px; 
	padding: 0;
	margin: 0;
	font-size: 16px;
	letter-spacing: 0; 
	text-align: right; 
	float:left;
	}
ul.topmenu > li{
	line-height: 1em;
	margin:0;
	text-align: center;
	display: inline-block;
	letter-spacing: 1px;
	position: relative;
	font-weight: 400;
	}
ul.topmenu > li > a{
	padding: 17px;
	background-color: transparent;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	display: block;
	color: #000;
	}
ul.topmenu > li > a:hover{
	background-color: #E1E9EA;
	}


ul.topmenu > li.menuicon > a:before{
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	padding-right: 5px;
	font-weight: 100;
	}

ul.topmenu > li.menu-item-has-children:hover > ul.sub-menu{
	display: block;
	
}

ul.topmenu > li > ul.sub-menu{
	position: absolute;
	width: 240px;
	left:0;
	top:50px;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	background-color: #fff;

}


ul.topmenu > li > ul.sub-menu > li{
	text-align: left !important;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

ul.topmenu > li > ul.sub-menu > li > a,
ul.topmenu > li > ul.sub-menu > li > span{
	padding: 10px 17px;
	background-color: transparent;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	display: block;
	color: #000;
	font-size: 14px;
	}

ul.topmenu > li ul.sub-menu > li:hover > a,
ul.topmenu > li ul.sub-menu > li:hover > span{
	background-color: #E1E9EA;
}


ul.flyout-menu{
	list-style-type: none;
	display: none;
	background-color: #E1E9EA;
	width: 240px;
	position: absolute;
	left:230px;
	top:-1px;
	margin: 0;
	padding: 0;
}
li.flyout-trigger:hover > ul.flyout-menu{
	display: block;
}
ul.flyout-menu > li{
	text-align: left !important;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

ul.flyout-menu > li > a{
	padding: 10px 17px;
	background-color: transparent;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	display: block;
	color: #000;
	font-size: 14px;
}


ul.flyout-menu > li:hover > a{
	background-color: #b4bdbf;
}



/****** MOBILMENY *******/

	
nav{display: block;}
mobile{display: none;}


#toggle{display:none;}



.menubutton{
	width: 60px;
	height: 60px;
	position: absolute;
	top:0;
	right:0;
	display: block;
	background:#E1E9EA url('images/open.svg');
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}


menubar{
  position: fixed;
  width: 100vw;
  right: -101vw;
  top:60px;
  bottom:0;
  padding: 0;
  z-index: 10000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;

}




:checked ~ menubar {
	right:0;
  
}
     

:checked ~  .menubutton{
	background:#E1E9EA url('images/close.svg'); 
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.mobilemenu{
	padding: 0 !important;
	width: 100%;
	float: left;
	font-family:'Roboto'; 
	font-weight: 700;
	font-size: 16px;
}

ul.mobilemenu li{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	z-index: 2;
}
ul.mobilemenu > li{
	border-bottom: 1px solid #000;
}
ul.mobilemenu li a{
	display: block;
	width: 100%;
	padding: 10px;
	color: #000;
	outline: none;
}

ul.mobilemenu li:hover a{
	cursor: pointer;
}

ul.mobilemenu li ul{
	font-weight: 300;
	font-size: 14px;
	background-color: #E1E9EA;
}
ul.mobilemenu li ul li ul{
	font-weight: 300;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.5);
}



.mobilemenu_trigger,
.mobilemenu_subtrigger{
	display: block;
	position: absolute;
	right:0;
	top:0;
	width: 34px !important;
	height: 34px !important;
}

.mobilemenu_trigger:after,
.mobilemenu_subtrigger:after{
	content:'\f078';
	display: block;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 100;	
	position: absolute;
	right:0;
	top:0;
	width: 34px !important;
	height: 34px !important;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}


ul.mobilemenu li.menu-item-has-children:hover > ul.sub-menu{
	display: block;
	
}





/******* SUB PAGES *******/


ul.subpages{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
	border-top: 1px solid #182c19;
}

ul.subpages li{
	width: 100%;
	display: block;
	padding: 0;
	font-size: 12px;
	text-transform: none;
	font-weight: 300;
	text-align: left;
	font-size: 1.3em;
}
ul.subpages li a{
	color:#000;
	padding: 10px 0;
	border-bottom: 1px solid #182c19;
	display: block;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}
ul.subpages li a:hover{
	color:#182c19;
}
ul.subpages li a:hover{
	width: 100%;
	display: block;
	padding: 10px 0 10px 7px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}

ul.subpages li a:before{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	content:'\f054' !important;
	font-style: normal;
	padding-right: 10px;
	color: #182c19;
	font-weight: 100 !important;
}


ul.footermenu{
	width: 100%;
	float: left;
	list-style-type:  none;
	text-transform: none;
	font-family: 'Roboto', sans-serif; 
	font-size: 16px;
}

ul.footermenu li:before {
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	font-size: 16px;
	width: 16px;
	padding:0 8px 0 0;
	text-align: center;
	content: '\f356';
	line-height: 1.5em;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}
ul.footermenu li:hover:before{padding:0 5px 0 0; }



ul.socialmenu{position: relative; float:right; padding: 0; height: 50px; width: 90px; list-style-type: none; margin: 0; }
ul.socialmenu li{display:inline-block; width: 30px; height: 50px; padding: 20px 0; float: left; box-sizing: border-box; position: relative; text-align: center; color: #fff; line-height: 1em; font-weight: 700; font-size: 10px;}
ul.socialmenu li a{ position: relative; }
ul.socialmenu li:before{width: 20px; height: 20px; color: #fff; background-color:#000; border-radius: 10px; box-sizing: border-box; display: block; line-height: 1em; content: ''; position: absolute; top:15px; left:5px; z-index: -1; cursor: pointer;}

.sokbtn{width: 30px; height: 30px; display: block;cursor: pointer;}
.searchbox{
	width: 100%; 
	height: 70px;
	padding:10px;
	position: fixed; 
	top:-70px; 
	right:left; 
	background-color: rgba(255, 255, 255, 0.85); 
	z-index: 100; 
	overflow: hidden;
      -webkit-transition:all 0.5s;
     -moz-transition:all 0.5s;
      -ms-transition:all 0.5s;
       -o-transition:all 0.5s;
          transition:all 0.5s;  
	}
	
#searchtoggle{display:none;}
#menutoggle{display:none;}

#searchtoggle:checked ~ .searchbox {
	top:0;  
}
#searchtoggle:checked ~ .pagecontainer {
	padding:120px 0 0 0;  
}
#searchtoggle:checked ~ .pagecontainer header{
	top:70px;  
}
#searchtoggle:checked ~ .pagecontainer menubar{
	top:130px;  
}

.probox{ border: none !important;}





.pagecontainer{
	width: 100%;
	float:left;
	position: relative;
	padding:50px 0 0 0;
     -webkit-transition:all 0.5s;
     -moz-transition:all 0.5s;
      -ms-transition:all 0.5s;
       -o-transition:all 0.5s;
          transition:all 0.5s;  
}

.offsettop{
	margin-top: -180px;
	z-index: 100;
	position: relative;
}


.hero{
	width: 100%; 
	height: 640px;
	float:left; 
	padding: 0;
	position: relative;
	background-color:transparent;
	overflow: visible;
	z-index: 10;
}




.slider, .bloggslider{
	width: 100%;
	height: 640px !important; 
	margin: 0 !important ; 
	padding: 0;
	position: relative; 
	overflow: hidden; 
	float: left;
	}
.slide{
	width:100%;
	max-width: 1360px !important;
	height: 640px !important; 
	min-height: 640px !important;
	position: relative;
	background-size: auto 640px !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-attachment:scroll;
	}


.bloggslide{
	width:100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center !important;
}

slidercontent{
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	padding: 30px;
	background: rgba(255, 255, 255, 0.85);
	font-family:'Roboto';
	z-index: 1000;
	text-align: left;
}
slideroverlay{position: absolute; top:0; left:0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3);}
sliderkat{padding-bottom: 5px; display: block;}
.slidertitle{font-size: 1.5em; text-transform: uppercase; display: block; font-weight: 700;margin-bottom: 10px;}
.slidertext{font-size: 16px; display: block; font-weight: 300; margin-bottom: 30px; font-family:'Roboto'; line-height: 1.7em;}
.slidertext p{font-size: 16px;}
.sliderdatum{font-size: 12px; display: block; font-weight: 300; margin-bottom: 30px; font-family:'Roboto'; line-height: 1.7em; text-transform: uppercase;}
.sliderbutton{
	padding: 10px;
	color: #fff;
	background-color: #C9A538;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.sliderrubrik{font-family:'Roboto'; font-size: 3em; color: #fff; width: 70%; display: block; text-align: center; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}



.parallax-window {
    min-height: 640px !important;
    background: transparent;
    width: 100% !important;
}


.parallax-overlay{
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	left:0;
	background-color: rgba(51, 77, 102, 0.8); 
	color:#fff;
	z-index: 0;
}



.knapp,
.button
button{
	padding: 10px 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
}





a.cta{
	position: absolute;
	top:145px;
	right:0;
	z-index: 10;
}
a.cta span{
	color: #fff;
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	padding: 10px ;
	background-color: rgba(105, 150, 153, 0.6);
}


.videowrapper{
	width: 100%;
	height: 640px;
	float: left;
	position: relative;
	overflow: hidden;
	
}

video {
  
  width: 100%;
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
  opacity: 0.8;
  overflow: hidden;
}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}


video#bgvid { 
    position: absolute;
 	left: 50%; 
	bottom: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
    min-width: 100%;
    min-height: 640px;
    width: auto;
    height: auto;
    z-index: 1;
    background-size: cover; 
}





.topgraphicwrapper{
	width: 820px;
	height: 640px;
	position: absolute;
	top:0;
	right:0;
	overflow: hidden;
	z-index: 3;
	background-position: right bottom;
	background-size:  820px auto;
	background-repeat: no-repeat;
	opacity: 0.6;
	background-attachment: fixed;
}
.topgraphics{
	width: 820px;
	height: 640px;
	position: absolute;
	right:0;
	top: 0; 
	z-index: 3;
	opacity: 0.6;
}


.topcontent{
	width: calc(50% - 15px);
	position: absolute;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 30px;
	height: auto;
	left: 50%; 
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.topcontent p{
	font-weight: 300;
	font-size: 1.2em;
}

.triangel{
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 40px;
}

.tritopleft{
	fill:#67969a;
	left:0;
	top:-20px;
}
.tribotleft{
	fill:#c38c8f;
	left:0;
	bottom:25%;
}
.tritopright{
	fill:#d1a30c;
	right:0;
	top:25%;
}
.tribotright{
	fill:#68979a;
	right:0;
	bottom:-20px;
}


.accordionheading{
	outline: none;
}



/******* Vanliga frågor *******/

faqwrapper{
	width: 100%; 
	float:left;
	padding-top: 15px;
}

.faqtitle{
	display: block;
	width: 100%;
	float: left;
	background-color: #fff;
	font-size: 1em;
	padding:15px 30px;
	margin: 0 !important;
	position: relative;
}
.faqtitle:focus {
  outline: none;
}

.faqtitle:before{
	font-family: 'Font Awesome 5 Pro';
	display:block;
	content:'\f055';
	font-style: normal;
	color: #182c19;
	font-weight: 100;
	position: absolute;
	right:15px;
	top:15px;
}
.faqtitle.ui-state-active:before{
	content:'\f056';
}

.ui-corner-top, .ui-corner-bottom{border-radius: 0 !important;}


.faqcontent{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0 30px 30px 30px !important;
}


/*******FACET*******/

.facetwp-type-checkboxes{
	border-top: 1px solid #182c19;
}
.facetwp-checkbox{
	color:#000;
	padding: 5px 0 !important;
	border-bottom: 1px solid #182c19;
	display: block;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	background: none !important;
}
.facetwp-checkbox:hover{
	width: 100%;
	display: block;
	padding: 5px 0 5px 7px !important;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}

.facetwp-checkbox:before{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	content:'\f0c8';
	font-style: normal;
	padding-right: 10px;
	color: #182c19;
}
.facetwp-checkbox.checked:before{
	content:'\f14a' !important;
	color: #9fc516;
}


button.fwp-load-more{
	-webkit-appearance: none;
	display: inline-block;
	border: none;
	background-color: #9fc516;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	padding: 12px 20px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	
}


/*******BLOGGLISTA*******/

.frontquote{
	width: 100%;
	float: left;
	padding: 15px;
	font-size: 4em;
	font-weight: 100;
	font-style: italic;
	text-align: left;
}

ul.blogglista{
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.blogglista li{
	width: 50%;
	float: left;
	display: block;
	position: relative;
	padding: 15px;
	
}


ul.frontblogglista li{
	width: 33.333333%;
	float: left;
	display: block;
	position: relative;
	padding: 15px;
	
}
ul.frontblogglista li .bloggdatum{
	display:none;
	
}
.bloggpost{
	overflow: hidden;
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
.bloggpost:after {
  content: "";
  display: block;
  padding-bottom: calc(100% + 150px);
}
.bloggpost:hover .bloggtext{
	height: 160px;	
}
.bloggpost:hover .bloggbild img{
	transform: scale(1.1);	
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;
}

.bloggpost title{
	margin: 0;
	font-size: 1.1em;
	font-weight: 700;
}

.bloggbild{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left:0;
}
.bloggbild img{
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #fff;
	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;  transition: all 0.2s ease-out;
}


.playbutton{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 14px 14px 14px 54px;
	line-height: 1em;
	height: 40px;
	position: absolute;
	overflow: hidden;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
	top:20px;
	left:20px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}
.playbutton::before{
	font-family: 'Font Awesome 5 Brands';
	display:block;
	font-size: 20px;
	line-height: 1em;
	width: 40px;
	height: 40px;
	padding:10px 0 10px 14px;
	text-align: center;
	position: absolute;
	left:0;
	top:0;
	box-sizing: border-box;
	
}
.playbutton:hover{
	box-shadow: inset 0px 0px 20px rgba(50, 50, 50, 0.23);
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}

.playsoundcloud{
	background: #f50;
    background: linear-gradient(#f70,#f30);
    }
.playsoundcloud::before{
	content: '\f1be';
	background: transparent;
}
.playyoutube{
	background: #E73621;
}
.playyoutube::before{
	content: '\f167';
}





.bloggtext{
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	left:0;
	bottom: 0;
	padding: 20px 20px 20px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;  transition: all 0.2s ease-out;
}
.bloggtext p{
	font-size: 0.9em;
	display: block;
	width: 100%;
	float: left;
	color: #000;
	margin-bottom: 0;
}
a.blogglasmer{
	padding: 7px 10px;
	color: #fff;
	background-color: #C9A538;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	position: absolute;
	left:50%;
	bottom: 10px; 
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: none;
}
a.blogglasmer:hover{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

a.lasmer{
	padding: 0.5em 1em;
	color: #fff;
	background-color: #C9A538;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 0.1em;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

}

.gronborder{
	color: #fff !important;
	background-color: #9fc516 !important;
	
}


.bloggdatum____{
	position: absolute; 
	bottom: 0;
	left: 0;
	text-transform: uppercase; 
	text-align: center;
	display: block;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center; 
	color: #000;
	font-weight: 300;
	font-size: 10px;
	padding: 10px 20px;
	z-index: 2;
	}
.bloggdatum{
	text-transform: uppercase; 
	text-align: center;
	display: inline-block;
	background-color: #fff;
	font-size: 10px;
	padding:10px;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center; 
	position: absolute; 
	top: 80px;
	left: 0; 
	}
.kategorier{
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

ul.katlista{
	width: 100%;
	float: left;
	list-style-type: none;
}

ul.katlista li{
	display: inline !important;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
}


.kategori{
	display: inline !important;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
}

.katfarg-podd{
	color:#fff;
	background-color: #dbb42b;
	padding: 4px 8px;
	border-radius: 10px;
}
.katfarg-podd::before{
	content: '\f130';
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	margin-right: 3px;
}


/*******BLOGG*******/



ul.sidebarlist{
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #777;
}

ul.sidebarlist li{
	width: 100%;
	float: left;
	display: block;
	padding: 10px 110px 10px 0;
	height: 101px;
	position: relative;
	border-bottom: 1px solid #777;
}
ul.sidebarlist li h3{
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0;
}

ul.sidebarlist li img{
	width: 100px;
	height: 80px;
	display: block;
	position: absolute;
	top:10px;
	right:0;
}

.relateddate{
	font-size: 10px;
	display: block;
	width: 100%;
	padding: 3px 0;
	text-align: left;
	text-transform: uppercase;
}


blockquote{
	font-style: italic;
	padding: 0 0 0;
	position: relative;
	margin: 40px 0 10px 0;

}
blockquote p{
	margin: 0 !important;
	font-size: 1.3em;
	text-align: left;
	font-weight: 700;
	padding: 0;
	margin: 0 !important;
}
blockquote:before{
	width: 60px;
	border-top: 10px solid #EE5622;
	position: absolute;
	top:-15px;
	left:0;
	display: block;
	content: '';
}


.bloggmeta{
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #A5A5A5;
	color: #A5A5A5;
	font-size: 12px;
	text-transform: uppercase;
}
.metadatum{
	width: 50%;
	text-align: left;
	float: left;
	display: block;
}

.metasocial{
	width: 50%;
	text-align: right;
	float: right;
	display: block;
}

.metasocial a{
	color: #A5A5A5;
	font-size: 20px;
	padding: 0 0 0 10px;
}



.karusell{
	width: 100%;
	float:left;
	padding: 15px;
}
.karusellpost{
	padding: 15px;
}


karusellbox{
	width: 100%; 
	float:left; 
	position: relative;
	background-color: transparent;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	opacity: 0.8;
	background-color: #cccccc;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}
karusellbox:after {
	content: "";
	display: block;
	padding-bottom: 125%;
}
karusellbox:hover karusellcontent{
	background-color: rgba(255, 255, 255, 1);
	}
karusellbox:hover{
	transform: scale(1.1);	
	}

karusellcontent{
	background-color: rgba(255, 255, 255, 0.9);
	width: 90%;
	position: absolute;
	text-align: center;
	padding: 20px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}


karusellcontent title{
	font-size: 1em;;
	
}




/******* EVENEMANG *******/


.evenemangsbox{
	width: 33.333333%;
	float:left;
	padding: 15px;
}
.evenemangsbild{
	width: 100%;
	float:left;
	overflow: hidden;
	position: relative;
	
}
.evenemangsbild img{
	width: 100%;
	height: auto;
	display: block;
}
.evenemangstext{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 15px;
	height: 130px;
}

ul.evenemangsmetabox{
	width: 130px;
	text-align: center;
	list-style-type: none;
	padding: 0 ;
	margin: 0;
	display: block;
	z-index: 10;
	position: absolute;
	bottom:-20px;
	left: 20px;
}
ul.evenemangsmetabox li{
	display:block;
	float: left;
	width: 60px;
	text-align: center;
	padding: 5px !important;
	margin: 0 !important;
	box-sizing: border-box;
}
.evenemangsmeta{
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 0;
	background-color: #fafafa;
	border-radius: 15px;
	display: block;
	padding: 4px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	float: left;
	box-sizing: border-box;
}
.evenemangsmetamonth{font-size: 11px; display: block; font-weight: 700; color: #FE5F55; display: block; line-height: 1em;}
.evenemangsmetaday{font-size: 20px; display: block; display: block; line-height: 1em;}
.evenemangsmetayear{font-size: 11px; display: block;  display: block; line-height: 1em;}

.evenemangsmetadivider{
	width: 30px;
	height: 30px;
	font-weight: 700;
	color: #333;
	line-height: 1em;
	font-size: 30px;
	padding:0;
	text-align: center;
	z-index: 10;
}
.evenemangsutb{
	display: inline-block;
	line-height: 1em;
	padding: 10px;
	position: absolute;
	top:30px;
	left:0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	
}


table.evenemangsinfo{
	width: 100%;
	float: left;
}
table.evenemangsinfo td{
	padding: 5px 5px 5px 0;
	vertical-align: top;
}


.relatedevenemang{
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0;
	position: relative;
	display: block;
	border-bottom: 1px dashed #666;
}
.relatedevenemangdate{
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #EE5622;
	}
.relatedevenemangtitle{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700;
}

/******* SAMARBETEN *******/
ul.samarbeten{
	list-style-type: none;
	width: 100%;
	float: left;
}

ul.samarbeten li{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 10px 10px 100px;
}
.samarbetenlogo{
	width: 90px;
	height: 90px;
	position: absolute;
	top:0;
	left:0;
}
.samarbetenlogo img{
	max-width: 80px;
	max-height: 80px;
	width: auto;
	height: auto;
	display: block;
}

/******* UTBILDNINGAR *******/


.utbildningsbox{
	width: 33.333333%;
	float:left;
	padding: 15px;
}
.utbildningsbild{
	width: 100%;
	float:left;
	overflow: hidden;
	position: relative;
	
}
.utbildningsbild:after{
	width: 100%;
	content: '';
	padding-bottom: 56.25%;
	display: block;
	
}
.utbildningsbild img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top:0;
	left:0;
}


.utbildningsvideo{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: block;
	height: 100%;
}

.video_full{
	width: 100%;
	float:left;
	overflow: hidden;
	position: relative;
	
}
.video_full:after{
	width: 100%;
	content: '';
	padding-bottom: 56.25%;
	display: block;
	
}

.video_buttons{
	width: 80px;
	height: 40px;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
}

.playbtn{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
	content: '\f144';
	font-family: 'Font Awesome 5 Pro';
}
.playbtn:before{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	font-size: 30px;
	padding: 5px;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	content: '\f144';
	font-family: 'Font Awesome 5 Pro';
}
.playbtn.playing:before{
	content: '\f28b';
}

.video_buttons button{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	padding: 10px;
	margin: 0;
	line-height: 1em;
	font-size: 20px;
	color: #fff;
	text-align: center;
	outline: none;
}


.utbildningstext{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 15px;
	height: 220px;
}

.utbildningstext title{
}

.fordigsom{
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}
.omfattning{
	width: 100%;
	float: left;
	padding:0 0 20px 0;
	margin: 0;
	font-size: 0.9em;
}

.utbildningsknappar{
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	padding: 15px;
}

.ansokningsdatum{font-weight: 700; display: block; padding: 10px 0;}


.ansoksenast{
	width: 280px;
	text-transform: uppercase; 
	text-align: center;
	display: block;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center; 
	position: absolute; 
	top: 55px;
	right: -60px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 20px;
	}


.bottenbild{
	width: 100%; 
	float: left; 
	display: block; 
	position: relative;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	}	
.bottenbild:after {
  content: "";
  display: block;
  padding-bottom: 47%;
  
  
}
.svartvit{filter: grayscale(100%) contrast(100%) brightness(100%) saturate(100%);}
.tonad{ box-shadow: 0 3000px rgba(225, 234, 235, 0.7) inset;}




.dragspel_rubrik:before{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	content:'\f055';
	font-style: normal;
	font-weight: 100;
	margin-right: 10px;
	font-size: 0.7em;
	
}
.dragspel_rubrik.ui-state-active:before{
	content:'\f056';	
}


.ease{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;}
.shadow{box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}


.frontaction{width: 100%; position: absolute; bottom:0; left:0; padding: 0 20px 10px 20px; text-align: center; font-size: 18px; text-transform: uppercase; font-weight: 700; white-space: nowrap; line-height: 1.2em;}
.frontaction a{color: #fff; display: inline; padding: 0 20px;}

.radius10{position: relative; border-radius: 10px 10px 0 0; overflow: hidden !important;}

.landscape{
	width: 100%; 
	float:left;
	position: relative;  
	border-radius: 10px;
	overflow: hidden;
}
.landscape:after {
  content: "";
  display: block;
  padding-bottom: 80%;
  border-radius: 10px;
  overflow: hidden;
  
  
}


.featured{
	width:100%;
	height: calc(100% - 40px);
	padding: 10px;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	text-align: center;
	color: #fff;
	overflow: hidden;
	z-index: 2;
}
.featured h3{font-weight: 700;}

.featuredbg{
	position: absolute;
	width: 100%;
	height: auto;
	top:0;
	left:0;
	z-index: 1;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.featuredmore{
	position: absolute;
	bottom:0;
	right:0;
	left:0;
	width: 100%;
	height: 40px;
	color: #EE5622;
	font-size: 20px;
	background-color: #fff;
	padding: 10px;
	line-height: 1em;
	text-align: center;
	z-index: 2;
}
.featuredmore i{display: block; }
.landscape:hover > .featuredmore i{transform: rotate(-90deg); }
.landscape:hover > .imagegradient:after {background: -webkit-linear-gradient(rgba(51, 77, 102, 0.1) 0%, rgba(51, 77, 102, 0.5) 100%); }




ul.galleri{
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.galleri li{
	display: block;
	padding: 10px;
	width: 25%;
	float: left;
}
ul.galleri li img{
	width: 100%;
	float: left;
	display: block;
}


.pagewrapper{
	width: 100%; 
	float:left; 
	padding:0;
	position: relative; 
	}


.wrapper{
	width: 100%; 
	float:left; 
	padding:0;
	position: relative; 
	}

.bgbild{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontbox{
	width: 70%;
	float: left;
	position: relative;
	padding: 0 0 0 33.3333%;
}
.frontbox .vitbg{
}

.frontbox h2{font-size:2em;}
	
#content ul{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	font-weight: 400;
}
#content ul li{
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0px;
	padding: 0 0 0 15px;
	position: relative;
}
#content ul li::before{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	content:'\f054';
	font-style: normal;
	position: absolute;
	left:0;
	top:0;
	font-weight: 300;
	font-size: 0.7em;
}


/************ INSTAGRAM USER ************/

.instauserimage{width: 50%; float: left; padding: 5px;}


.instausercaption{width: 100%; float: left; padding: 0 0 0 50px; position: relative; font-family: 'montserratmedium', sans-serif;}
.instausercaption a{font-family: 'montserratextrabold', sans-serif;}
img.instauserlogo{width: 40px; height: 40px; border-radius: 20px; position: absolute; top:0; left:0;}



ul.utbildningskontakter{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
ul.utbildningskontakter li{
	display: block;
	width: 100%;
	height: 100px;
	float: left;
	padding: 10px 0 10px 110px;
	margin: 0 0 15px 0;
	position: relative;
	
}
ul.utbildningskontakter li .span{
	line-height: 1em;
}	

ul.utbildningskontakter li:hover .svartvit{filter: none !important;}

.kontaktthumb{
	width: 100px; 
	height: 100px;
	position: absolute;
	top:0;
	left:0;
	background-color: #f8f8f8;
	color: #becfd1;
	text-align: center;
	font-size: 50px;
	line-height: 1em;
	}
.kontaktthumb i{padding: 15px 0;}
.kontaktthumb img{width: 100%; height: auto; display: block;}

.kontaktwrapper{
	width: 100%; 
	float:left; 
	padding:20px 20%;
	position: relative; 
	z-index: 1;  
	}



.menywrapper{
	width: 100%; 
	float:left; 
	position: relative; 
	padding: 30px;
	background-color: #fff;
	overflow: hidden;
	
	}
	

	
.content{
	float:left;
	width:100%;
	padding: 50px 30px;
	}
	
	
p#breadcrumbs{
	font-size: 14px;
	font-family: 'Roboto';
	padding: 0 45px;
	text-transform: uppercase;
	color: #182c19;
}

/* MEDARBETARE */


ul.medarbetare{
	list-style-type: none;
	width: 100%;
	float:left;
	
}
ul.medarbetare li{
	padding: 10px;
	width: 25%;
	float:left;
	font-size: 14px;
}
.medarbetarbox{
	width: 100%;
	float: left;
	position: relative;
}
.medarbetarbox:after {
	content: "";
	display: block;
	padding-bottom: 125%;
}

.medarbetarbox img{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
}


.medarbetarcontent{
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
}


.footer{
	width: 100%;
	float: left;
	padding: 30px 0;
}


.footer a{color: #000 !important;}


.footerlogo{
	width: 140px;
	float: left;
	}
	
.footerlogo img{width: 160px; height: auto; display:block; }

.esf{width: 100%; float: right; display: block; padding: 20px 0 0 0;}
.esf img{width: 70px; height: auto; display:block; float: right;}



.schoolsoft{width: 100%; float: right; display: block;}
.schoolsoft img{width: 100%; height: auto; display:block; max-width: 100px; float: right; }


input.large, select.large{width: 100% !important;}

ul.gform_fields{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li.gfield{
	width: 100%;
	float:left;
	display: block;
}

.gform_wrapper{font-weight: 400;}

.gfield_label{
	font-family: 'Roboto';
	font-size: 14px !important;
	text-transform: none;
	color: #000;
}

.ginput_container{ margin: 0 !important;}

.gform_wrapper input[type=text], .gform_wrapper textarea{border:1px solid #000; border-radius: 0;}

.gform_wrapper input[type=submit]{
	display: inline-block;
	height: 40px;
	font-size: 14px !important;
	padding: 11px;
	line-height: 1em;
	border-radius: 2px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border:2px solid #000;
	color: #000; 
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif; 
	}

.gform_wrapper input[type=submit]:hover{
	background-color: transparent;
	color: #EE5622;
	cursor: pointer;
}


.acf-map{
	width: 100%; height: 580px; float:left; 
}




.icon{position: relative; display: block; line-height: 1.5em;}
.socialicon{position: relative; display: block; line-height: 2em; }

.socialicon:hover:before, a.icon:hover:before{padding:0 5px 0 0; }

.icon:before {
font-family: 'Font Awesome 5 Pro';
display:inline-block;
font-size: 1em;
width: 1em;
padding:0 0.5em 0 0;
text-align: center;
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}
.socialicon:before {
font-family: 'Font Awesome 5 Brands';
display:inline-block;
font-size: 16px;
width: 16px;
padding:0 8px 0 0;
text-align: center;
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}

.instafollow:before {
font-family: 'Font Awesome 5 Brands';
display:inline-block;
font-size: 40px;
position: absolute;
left:0;
top:0;
padding: 15px;
content: '\f16d';
color: #f7ddbd;
}



.telefon:before{content: '\f095';}
.mobil:before{content: '\f10b';}
.e-post:before{content: '\f0e0' ;}
.adress:before{content: '\f041';}
.passare:before{content: '\f568';}
.facebook:before{content: '\f39e';}
.google:before{content: '\f0d5';}
.instagram:before{content: '\f16d';}
.linkedin:before{content: '\f0e1';}
.pinterest:before{content: '\f0d2';}
.twitter:before{content: '\f099';}
.youtube:before{content: '\f167';}
.spotify:before{content: '\f1bc';}
.cloud:before{content: '\f381';}

.pdf:before{content: '\f1c1';}

.pdflank{display: block; width: 100%; float:left; text-align: left; padding: 10px;  	border-bottom: 1px solid #A5A5A5;
	border-top: 1px solid #A5A5A5;
}




::-webkit-input-placeholder {
   color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;  
}

:-ms-input-placeholder {  
   color: #333333;  
}



/****** RESPONSIVE VIDEO *******/

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	float: left;
}

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


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

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





/* =WordPress Core
-------------------------------------------------------------- */
img.size-medium{
	width: 45%;
	height: auto;
	float: left;
	
}
.alignnone {
    margin: 5px 2.5%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	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. */
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}