/* im CSS - Überschreiben der Typo3 Listen aus root.t3s */

.no-liststyle {
	list-style-type: none;
	margin-left: -20px;
}

.no-liststyle i {
	margin-right: 1em;
}
/* ENDE Überschreiben der Typo3 Listen aus root.t3s */

/* #################### IMAGES RESPONSIVE ############ */
div.csc-textpic-left .csc-textpic-imagewrap {
    /* float: left; */
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap {
    /* float: right; */
    text-align: right !important;
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image img {
    text-align: right !important;
    display: inline !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    /* float: left; */
     max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
   /* float: right; */
    max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image  {
 
}

div.csc-textpic-center .csc-textpic-center-inner {
    float: none !important;
    position: static ;
    right: 0;
}

div.csc-textpic-center .csc-textpic-center-outer {
    float: none !important;
    position: static;
    right: 0;
    text-align: center;
}

div.csc-textpic-center .csc-textpic-imagewrap img {
	display: inline;
}

img, div.csc-textpic .csc-textpic-imagewrap img  {
	height:auto;
	display:block;
	max-width:100% !important;
	vertical-align: inherit;
}

.ce-gallery figure {
	--display: block;
}
		
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}

@media screen and (max-width: 600px) { 
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	   float: none;
	}
	
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
	  float: none;
	    max-width: 100%;
	}
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	    /* float: left; */
	     max-width: 100%;
	}
}

/* Style for Imagerow right*/ 
div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-imagerow {
   float: right;
}

/* #################### END IMAGES RESPONSIVE ############ */

/* ####### iFrame Object Responsiv ######### */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe, .responsiveContainer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-embed {

}

.video-embed video {
	  /* override other styles to make responsive */
	  width: 100%    !important;
	  height: auto   !important;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Custom container */

html {
	font-size: 16px;
	min-height: 100%;
    position: relative;
}

body {
	-moz-hyphens: auto;
    word-wrap: break-word;
	/* Chrome Safari Mac */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
    font-smoothing: antialiased;
    /* Firefox Mac */
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
	line-height: 1.45857;
	background-color: #ffffff;
	font-family: 'open_sansregular',sans-serif;
	color: #000000;
	/* margin-bottom: 60px; */
}

/* ####### cleafix ######### */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* ####### cleafix ######### */


/* ####  Basic Styles #### */

/* Custom container */
.container, .container-fluid {
	max-width: 1140px;
}

.container-fluid-max-outer {
	background-color: #f3f3f3;
}

.container-fluid-max {
	max-width: 1300px;
}
       
b, strong, dt {
	font-family: 'open_sanssemibold';
	font-weight: normal;
}

i, em {
	font-style:normal;
	font-family: 'open_sansitalic';
}

a {
	color: #9c2b3d;
	text-decoration: none;
}

a:focus {
	color: #9c2b3d;
	text-decoration: underline;
}

a:hover {
	color: #9c2b3d;
	text-decoration: underline;
}

.glyphicon {
	font-family:'Glyphicons Regular';
}

p.zentriert, .zentriert {
	text-align: center;
}

p.rechtsbuendig, .rechtsbuendig {
	text-align: right;
}

label {
	font-weight: normal;
}

.posrel {
	position: relative;
}

.mt-35r {
	margin-top: 3.5rem;
}

.mb-35r {
	margin-bottom: 3.5rem;
}

.mt-4r {
	margin-top: 4rem;
}

.mb-4r {
	margin-bottom: 4rem;
}

.mt-5r {
	margin-top: 5rem;
}

.mb-5r {
	margin-bottom: 5rem;
}

.mt-6r {
	margin-top: 6rem;
}

.mb-6r {
	margin-bottom: 6rem;
}

.small {
	font-size: 0.90rem;
}

.align-right {
	text-align: right;
}

.btn-hak {
	color: #fff;
	background-color: #9c2b3d;
	border-color: #9c2b3d;
	font-family: 'bebas_neuebold';
	border-radius: 0;
	font-size: 1.5rem;
	padding: .375rem 1.5rem;
	letter-spacing: .03rem;
	margin-left: 0.2rem;
}

.btn-hak:hover {
	color: #fff;
	background-color: #8b2839;
	border-color: #8b2839;
}

.btn-hak.focus,
.btn-hak:focus {
	color: #fff;
	background-color: #8b2839;
	border-color: #8b2839;
	box-shadow: 0 0 0 .2rem rgba(156,43,61,.25);
	text-decoration: none;
}

.hak-grey {
	background-color: #8b8b8b;
	border-color: #8b8b8b;
}

.hak-grey:hover {
	background-color: #737373;
	border-color: #737373;
}

.hak-grey.focus,
.hak-grey:focus {
	background-color: #737373 !important;
	border-color: #737373 !important;
	box-shadow: 0 0 0 .2rem rgba(139,139,139,.60);
}

.hak-darkgrey {
	background-color: #525252;
	border-color: #525252;
}

.hak-darkgrey:hover {
	background-color: #8b8b8b;
	border-color: #8b8b8b;
}

.hak-darkgrey.focus,
.hak-darkgrey:focus {
	background-color: #8b8b8b;
	border-color: #8b8b8b;
	box-shadow: 0 0 0 .2rem rgba(139,139,139,.60);
}

.btn-white {
	color: #525252;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:hover {
	background-color: #8b8b8b;
	border-color: #8b8b8b;
	color: #fff;	
}

.btn-white.focus,
.btn-white:focus {
	
}

.btn-sm {
	font-size: 1.2rem;
	padding: .23rem 1.0rem;
}

.maincol .btn-hak,
.sidebar .btn-hak {
	margin-top: .5rem;
}

.btn.hak-email:before {
	font-family: "Ionicons";
	content: "\f132";
	padding-right: 8px;
}

p.p_phone:before {
	font-family: "Ionicons";
	content: "\f4b9"; 
	padding-right: 8px;
}

a.l_email:before {
	font-family: "Ionicons";
	content: "\f132";
	padding-right: 8px;
}

/* #### Überschriften #### */

.container-fluid h1, .container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h1 a, .container-fluid h2 a, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a, h4 {
	font-family: 'bebas_neuebold';
	color: #000000;
}

.container-fluid h1 a:hover, .container-fluid h2 a:hover, .container-fluid h3 a:hover, .container-fluid h4 a:hover, .container-fluid h5 a:hover, .container-fluid .sidebar a h3:hover {
	color: #9c2b3d;
	text-decoration: none;
}

.container-fluid h1 {
	font-size: 2.75rem;
	margin-bottom: 1.5rem;
}

.container-fluid h2 {
	font-size: 2rem;
	color: #9c2b3d;
	letter-spacing: .03rem;
}

.container-fluid .maincol h2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.container-fluid .sidebar h2 {
	color: #6a6a6a;
	border-bottom: 4px solid #9c2b3d;
	padding-bottom: .5rem;
	margin-bottom: 1.1rem;
	margin-top: .6rem;
}

.container-fluid .sidebar h2 a {
	color: #6a6a6a;
}

.container-fluid .sidebar h2 a:hover, 
.container-fluid .sidebar h2 a:focus {
	color: #9c2b3d;
	text-decoration: none;
}

.container-fluid h3 {
	letter-spacing: .045rem;
	font-size: 1.6rem;
}

.container-fluid .maincol h3 {
	margin-bottom: .6rem;
	margin-top: 1.3rem;
}

.container-fluid h4 {
	
}

.container-fluid h5 {

}

.vh_height100.fullheight {
	min-height: 550px;
}

#maincontent {
	
}

.modal-header {
	padding-bottom: 0;
	border-bottom: none;
}

/* #### / Überschriften #### */

/* #### Header & Nav #### */

.searchBox {
	display: flex;
}

.ctn-nav {
	flex-grow: 1;
}

.searchBox {
	text-align: right;
	flex-grow: 1;
	justify-content: flex-end;
}

#ke_search_sword {
	position: relative !important;
}

.sebox-dsply {
	display: none;
}

#ke_search_sword {
	border: none;
	border-bottom: 2px solid #a6a6a6;
	box-shadow: none;
	color: #000;
	font-size: 1.1rem;
	font-family: 'open_sanssemibold_italic';
	text-align: right;
	padding: 8px 10px 7px 10px;
}

#maincontent #ke_search_sword {
	width: calc(100% - 100px);
}

.btn-searchbutton {
	position: static !important;
	background-color: transparent;
	font-size: 1.6rem;
	margin-top: -8px;
	margin-left: 0px;
	padding: .5rem 1rem;
	line-height: 1.5;
	top: auto;
	width: auto;
	height: auto;
	border: 1px solid transparent;
	background: transparent;
	top: auto;
}

header#Header {
	min-height: 160px;
}

.navbar-haksteyr {
	padding-top: 0;
	padding-bottom: 1rem;
	z-index: 999999;
	background-color: #fff;
}

.navbar-haksteyr .brand-haksteyr img {
	max-width: 140px !important; 
	max-width: 165px !important; 
}

.dropdown-toggle::after {
    border-left: none;
    border-right: none;
    border-top: none;
    display: none;
    margin-left: 0;
}

.navbar-haksteyr .navbar-nav {
	margin-top: 1rem;
}

.navbar-haksteyr .navbar-nav li.nav-item {
	background-color: rgba(0,0,0,0.5);
	margin-top: 2px;
	margin-bottom: 2px;
}

.navbar-haksteyr .navbar-nav li.nav-item:hover,
.navbar-haksteyr .navbar-nav li.nav-item:focus {
	background-color: rgb(156,43,61);
}

.navbar-haksteyr .dropdown-item:focus, .navbar-haksteyr .dropdown-item:hover {
	background-color: rgb(156,43,61);
}

.navbar-haksteyr .navbar-nav li.nav-item a.nav-link {
	font-family: 'bebas_neuebold';
	letter-spacing: 0.03em;
	font-size: 1.3rem;
	color: #fff;
	padding: 0.7rem 0.7rem;
}

.navbar-haksteyr .navbar-nav li.nav-item.active a.nav-link {
	color: #9c2b3d !important;
}

.navbar-haksteyr .navbar-nav li.nav-item a.nav-link:hover,
.navbar-haksteyr .navbar-nav li.nav-item a.nav-link:focus {
	NOcolor: #fff !important;
}

.navbar-haksteyr .navbar-nav li.nav-item a.nav-link-dropdown {
	
}

.navbar-haksteyr .navbar-nav li.nav-item.dropdown a.nav-link-dropdown:after {
	font-family: "Ionicons";
	content: "";
}

.navbar-haksteyr .navbar-nav li.nav-item.dropdown:hover a.nav-link-dropdown:after {
	content: "";
}

.navbar-haksteyr .navbar-toggler {
	border-radius: 0;
	background-color: rgb(156,43,61);
	border-color: rgb(156,43,61);
	float: right;
}

.navbar-haksteyr .navbar-toggler:hover,
.navbar-haksteyr .navbar-toggler:focus {
	background-color: #7e7e7e;
	border-color: #7e7e7e;
}

.navbar-haksteyr .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(250, 250, 250, 1)' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-haksteyr .navbar-nav .dropdown-toggle {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
	vertical-align: middle;
	background-color: transparent;
}

.navbar-haksteyr .dropdown-menu {
	background-color: #9b9b9b;
	border-radius: 0;
	border: none;
	margin-top: 0;
	border-top: 2px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-haksteyr .dropdown-menu .dropdown-item {
	font-family: 'bebas_neuebold';
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	padding: 0.5rem 0.7rem 0.5rem 2.4rem;
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.navbar-haksteyr .dropdown-menu .dropdown-item.active {
	background-color: rgb(156, 43, 61);
}

.navbar-haksteyr .dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}

/* ### Header Image Section ### */

.headerImg {
	background-image: url(http://haksteyr.gtn-solutions.com/fileadmin/Haksteyr2019/Resources/Public/Images/headerimgSub-Coffee.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	min-height: 200px;
}

.fullheight .headerImg {
	height: calc(100% - 240px);
	min-height: calc(100% - 240px);
}

.headerImg .container-fluid {
	
}

.headerImgTxt {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	padding: 1.5rem 1.0rem 2rem 1.0rem;
	max-width: calc(100% - 30px);
	margin-left: 0;
}

.container-fluid .headerImgTxt h1 {
	font-size: 1.5rem;
}

.insight7link {
	position: absolute;
	bottom: 10%;
	right: 10%;
	display: none;
}

.insight7link img {
	max-width: 200px !important;
}

/* ### Quicklinksbar ### */ 

.cnt-quickLinks {
	background-color: #9c2b3d;
	height: 80px;
}

.cnt-quickLinks .container-fluid {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

.cnt-quickLinks .container-fluid .quicklLogo-haksteyr {
	
}

.cnt-quickLinks .container-fluid .quicklinksLinks {
	flex-grow: 1;
	display: flex;
	align-items: center;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item {
	background-color: #8b2839;
	color: #fff;
	min-height: calc(100% - 1.6rem);
	height: 100%;
	height: calc(100% - 1.6rem);
	min-width: auto;
	/* border: 0.8rem solid #9c2b3d; */
	margin: 0.8rem 0.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	line-height: 1.15;
	padding: 0.5rem;
}

.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item:hover, 
.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item:focus {
	background-color: #771d2d;
}

.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item img {
	max-width: 25px !important;
	display: inline;
}

.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item a  {
	display: block;
}

.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item a .quliTxt {
	font-family: 'open_sanssemibold';
	color: #fff;
	display: none;
}

.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item a {
	
}

.cnt-quickLinks .quicklLogo-haksteyr img {
	max-width: 300px !important;
	display: none;
}

/* ### Breadcrumb ### */

.breadCrumb {
	display: inline-block;
	overflow: hidden;
	border-radius: 0px;
	margin-top: 1.5rem;
}

.breadCrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 0.65rem;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
	color: #4d6e88;
	line-height: 20px;
	padding: 0 5px 0 25px;
	position: relative;
	
	background: #a6a6a6;
	color: white;
	transition: all 0.5s;
}

.breadCrumb a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}

.breadCrumb a:first-child {
	padding-left: 12px;
	border-radius: 0;
}
.breadCrumb a:first-child:before {
	left: 14px;
}
.breadCrumb a:last-child {
	border-radius: 0; 
	padding-right: 12px;
}

.breadCrumb a.active, .breadCrumb a:hover{
	background: #8b2839;
	color: #fff !important;
}

.breadCrumb a:hover{
	background: #8b2839;
	color: #fff !important;
}

.breadCrumb a:hover{
	background: #8b2839;
}

.breadCrumb a.active:after, .breadCrumb a:hover:after {
	background: #e8eded;
}

.breadCrumb a:hover:after {
	background: #e8eded;
}

.breadCrumb a:hover:after {
	background: #8b2839;
}

.breadCrumb a.active {
	color: #768896;
}

.breadCrumb a.active:hover {
	background-color: #9c2b3d;
	color: #fff;
	cursor: pointer;
}
.breadCrumb a:after {
	margin-bottom: 10px;
	display: block;
}

.breadCrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -13px;
	width: 26px; 
	height: 26px;
	right: -10px;
	width: 20px; 
	height: 20px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #a6a6a6;
	color: white;
	transition: all 0.5s;
	box-shadow: 
		2px -2px 0 2px rgba(255, 255, 255, 1), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}

.breadCrumb a:last-child:after {
	content: none;
}

/* ### Maincontent ### */

#maincontent p {
	line-height: 1.57;
}

.homepage .container-fluid h2 {
	font-size: 3.375rem;
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 0;
}

.container-fluid .maincol #c2139 h2 {
	font-size: 2.675rem;
	text-align: center;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.row-hsTiles {
	
}

.ce-hsTile {
	margin-bottom: 2rem;
}

.ce-hsTile a.hsTileLink {
	position: relative;
	display: block;
	max-height: 250px;
	overflow: hidden;
}

.ce-hsTile .hsTileImg {
	
}

.container-fluid .ce-hsTile a.hsTileLink h3.hsTileHeader {
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,.9);
	transition: color 0.3s;
	transition: background-color 0.3s;
	font-size: 1.5rem;
	width: 100%;
	margin-bottom: 0;
	padding: 1.0rem 1.5rem;	
}

.container-fluid .ce-hsTile a.hsTileLink:hover h3.hsTileHeader {
	bottom: 0;
	background-color: rgba(156,43,61,0.9);
	width: 100%;
	color: #fff;
	margin-bottom: 0;
	padding: 1.0rem 1.5rem; 
	text-align: center;
	height: 100%;
	min-height: 100%;
	display: table;
	
}

.container-fluid .ce-hsTile a.hsTileLink:hover h3.hsTileHeader .hsTInner {
    display: table-cell;
    vertical-align: middle;
}

.sidebar .default {
	margin-bottom: 1.5rem;
}

.sidebar .default p {
	margin-bottom: 0;
}

.sidebar .default ul {
	margin-bottom: 0;
}

.sidebar .default:last-child {
	margin-bottom: 0;
}

.ce-gallery figcaption {
	font-size: 0.85rem;
	background-color: #f5f5f5;
	padding: .3rem;
	font-family: 'open_sansitalic';
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 1.0rem;;
	border-left: 5px solid #eee;
	font-family: 'open_sanssemibold_italic';
	color: #585757;
}

blockquote i {
	font-size: normal;
	font-family: 'open_sanssemibold_italic';
}

blockquote p:last-child {
	margin-bottom: 0;
}

#maincontent .frame-type-textmedia ul {
    padding-left: 0;
    list-style-type: none !important;
    margin-top: 15px;
    margin-left: 15px;
}

#maincontent .sidebar .frame-type-textmedia ul {
	margin-top: 0;
}

#maincontent .frame-type-textmedia ul li {
    padding-bottom: 6px;
    padding-left: 6px;
}

#maincontent .frame-type-textmedia ul li a {
	font-family: 'open_sanssemibold';
}

#maincontent .frame-type-textmedia ul li::before {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    padding-right: 7px;
    color: #595957;
    margin-left: -8px;
    font-family: 'Ionicons';
    content: '\f30f';
}

#maincontent .frame-type-textmedia ul.ul-checkmark li::before {
    font-family: 'Ionicons';
    content: "\f120";
    color: #9c2b3d;
    color: #7CB330;
}

.alert {
	border-radius: 0;
}

.alert-infobox {
	background-color: #f8f9fa;
	border-color: #e0e3e7;
	color: #000;
}

.container-fluid .alert-infobox h3 {
	margin-top: 0;
}

.alert-danger {
	background-color: #f0dfe2;
	border-color: #edd9dc;
	background-color: #9c2b3d;
	border-color: #8b2839;
	color: #8b2839;
	color: #fff;
	padding-left: 3rem;

}

.alert-danger:before {
	font-family: 'Ionicons';
    content: "\f101";
    font-size: 2rem;
	position: absolute;
	left: 1.25rem;
	opacity: 0.5;
}

.container-fluid .alert-danger h3 {
	color: #fff;
	margin-top: 0;
}

.alert p:last-child,
.alert ul:last-child {
	margin-bottom: 0;
}

#maincontent .frame-type-textmedia .alert-danger ul li::before {
	color: #fff;
}

table.ce-table {
	
}

.ce-contact-imaOut {
	/* display: flex;
	justify-content: center; */
}

.ce-contact .ce-contact-image {
	/* border-radius: 50%;
	overflow: hidden;
	width: 128px;
	height: 128px;
	border: 5px solid #e9e9e9;
	float: left; */
	display: inline-block;
}

.ce-contact .ce-contact-image img {
	/* min-width: 126px; */
}

.ce-contact .ce-contact-body {
	margin-bottom: 1.5rem;
}

.ce-contact .ce-contact-body p {
	margin-bottom: 0;
	font-size: 0.95rem;
}

table.ce-table {
	max-width: 100%;
	width: 100%;
	font-size: 0.90rem;
}

table.ce-table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

table.ce-table.ce-table-blank > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}

table.ce-table td,
table.ce-table th {
	
}

table.ce-table thead tr th {
	border-width: 1px !important;
	border-top: none !important;
	font-family: 'open_sanssemibold';
}

table.ce-table td p,
table.ce-table th p {
	margin-bottom: 0;
}

h2.collapseHeader,
h3.collapseHeader {
	cursor: pointer !important;
}

h2.collapseHeader.collapsed .icon:before,
h3.collapseHeader.collapsed .icon:before {
	content: "\f125";
}

h2.collapseHeader .icon {
	width: 1.5rem;
	display: inline-block;
}

h2.collapseHeader.collapsed .icon {
	padding-left: 5px;
}

h3.collapseHeader .icon {
	width: 1.3rem;
	display: inline-block;
}

h3.collapseHeader.collapsed .icon {
	padding-left: 5px;
}

h2.collapseHeader .icon:before,
h3.collapseHeader .icon:before {
	font-size: .8em;
}

/* ### Sub navigaiton ### */

.nav-sub {
	margin-bottom: 3.5rem;
}

.nav-sub .nav-link  {
	font-family: 'bebas_neueregular';
	color: #000;
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	line-height: 1.1;
	padding: .35rem .5rem .35rem 0;
}

.nav-sub .nav-link.nav-link-sub {
	padding-left: 1rem;
	font-size: 1.35rem;
}

.nav-sub .nav-link.nav-link-sub:last-child {
	margin-bottom: .5rem;
}

.nav-sub .nav-link:hover, 
.nav-sub .nav-link:focus {
	color: #9c2b3d;
}

.nav-sub .nav-link.active {
	font-family: 'bebas_neuebold';
	color: #9c2b3d;
}

/* ## News ## */

.news .article .news-img-wrap a {
	padding: 0;
	border: none;
}

.news .article .news-img-wrap img {
    float: none;
}

/* ## Home News ## */


.news .news-list-home .article,
.news .news-list-home .article:last-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news .news-list-home .article a.newsHomeLink {
	height: 100%;
	display: block;
	color: #000;
	background-color: #f5f5f5;
	text-decoration: none;
	transition: all 0.2s;
}

.news .news-list-home .article a.newsHomeLink:hover, 
.news .news-list-home .article a.newsHomeLink:focus {
	background-color: #e3e1e1;
	fcolor: #fff;
}

.news .news-list-home .article a.newsHomeLink:hover h3, 
.news .news-list-home .article a.newsHomeLink:focus h3 {
	fcolor: #fff;
}

.news .news-list-home .article .news-list-date {
	background-color: #7e7e7e;
	font-family: 'open_sansitalic';
	color: #fff;
	margin-left: 20px;
	font-size: 0.875rem;
	padding: 1px 8px;
}

.news .news-list-home .article .news-img-wrap {
	float: none;
	background-color: transparent;
	margin: 0 0 20px 0;
}

.news .news-list-home .article .header {
	padding-left: 20px;
	padding-right: 20px;
}

.news .news-list-home .article .header h3 {
	margin-top: 10px;
	margin-bottom: 1rem;
}

.news .news-list-home .article .teaser-text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.pagination-pagenumb {
	font-size: .9rem;
	color: #7e7e7e;
}

.pagination .page-item .page-link {
	color: #000;
}

.pagination .page-item .page-link:hover, 
.pagination .page-item .page-link:focus {
	background-color: #b8b8b8;
	border-color: #b8b8b8;
	color: #fff;
	text-decoration: none;
}

.pagination .page-item.active.disabled .page-link {
	background-color: #9c2b3d;
	border-color: #9c2b3d;
	color: #fff;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.news-single .footer {
	border-top: none;
}

.news-single .news-img-caption {
	font-size: 0.9rem;
	color: #000;
	margin-bottom: 0;
	font-size: 0.85rem;
	background-color:
	#f5f5f5;
	padding: .3rem;
	font-family: 'open_sansitalic';
}

.news-single .article .teaser-text {
	font-size: 1.1rem;
	font-family: 'open_sanssemibold';
	color: #000;
}

.news-single .footer {
	color: #000;
	font-size: 0.9rem;
}

.news .article .news-img-wrap a {
	float: none;
}

.news-single .article .news-img-wrap {
	float: none;
	width: auto;
	margin: 0;
}

.news-single .article .news-img-wrap  .outer {
	margin-bottom: 1.875rem;
}

.news-single .article .maincol .news-img-wrap {
	margin-bottom: 1.875rem;
}

.news-single .article .maincol .news-img-wrap-last {
	margin-top: 1.875rem;
}

.news-related-wrap {
	
}

.news-related {
	width: 100%;
	padding: 0;
	border: none;
	display: block;
	margin-bottom: 1.8rem;
}

.news-related-wrap ul {
	padding-left: 0;
	list-style-type: none !important;
	margin-top: 15px;
	margin-left: 15px;
}

.news-related-wrap ul li {
	padding-bottom: 6px;
	padding-left: 6px;
	line-height: 1.45857;
	margin-bottom: 0;
}

.news-related-wrap ul li::before {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    padding-right: 7px;
    color: 
    #595957;
    margin-left: -8px;
    font-family: 'Ionicons';
    content: '\f30f';
}

.news-related-wrap ul li a {
	font-family: 'open_sanssemibold';
}

.news-related.news-related-links ul li span {
	margin-left: 8px;
	color: #000;
	font-size: 0.85rem;
}

.news-related ul li span.news-related-files-link {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

.news-related ul li span.news-related-files-size {
	color:#000;
	font-size: 0.85rem;
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

.news-related ul li span.news-related-description {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
	display: block;
	color:#000;
font-size: 0.85rem;
}

.container-fluid .news-related h4 {
	color: #6a6a6a;
	border-bottom: 4px solid #9c2b3d;
	padding-bottom: .5rem;
	margin-bottom: 1.1rem;
	margin-top: .6rem;
	font-size: 2rem;
	letter-spacing: .03rem;
}

.news-categories {
	margin-bottom: 1.5rem
}

.news-catItem {
	background-color: #9c2b3d;
	display: inline-block;
	color: #fff;
	font-size: 0.8rem;
	line-height: 26px;
	padding: 0 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
}

/* .news-catItem:nth-of-type(2n+1) {
	background-color: rgba(156,43,61,0.8);
	background-color: #8b8b8b;
} */

/* Hak Berufstätig */
.news-catItem.news-catuid-2 {
	background-color: #248035;
}
/* Handeslakademie */
.news-catItem.news-catuid-3 {
	background-color: #9c2b3d;
}
/* Handelsschule */
.news-catItem.news-catuid-4 {
	background-color: #158889;
}
/* Sport */
.news-catItem.news-catuid-5 {
	background-color: #298AB3;
}
/* Übungsfirma */
.news-catItem.news-catuid-6 {
	background-color: #8b8b8b;
}

/* Infoscreen ausblenden */
.news-catItem.news-catuid-7 {
	display: none !important;
}

.news-categoriesTitle {
	font-family: 'open_sanssemibold';
	font-size: 0.9rem;
	display: inline-block;
	margin-bottom: 5px;
}

.news-relatedNewsItem {
	padding-bottom: 15px;
}

.news-relatedNewsItem a:hover, 
.news-relatedNewsItem a:focus {
	text-decoration: none;
}

.news-relatedNewsItem a h5 {
	font-family: 'open_sanssemibold';
	font-size: 1rem;
	color: #9c2b3d;
}

.news-relatedNewsItem a:hover h5,
.news-relatedNewsItem a h5:focus {
	text-decoration: underline;
}

.news-relatedNewsItem a p {
	color: #000;
	font-size: 0.95rem;
}

.news-relatedNewsItem .news-related-news-date {
	font-size: 0.8rem;
	display: inline-block;
	padding-bottom: 3px;
	color: #000;
}

/* ## Tabnav Content ## */

.nav-hsTabs .nav-tabs {
	border: none;
}

.nav-hsTabs .nav-tabs .nav-link {
	font-family: 'bebas_neuebook';
	font-size: 1.6rem;
	color: #000;
	border: none;
	border-bottom: 2px solid #000;
}

.nav-hsTabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-family: 'bebas_neuebold';
	color: #000;
	border-bottom: 6px solid #000;
	color: #9c2b3d;
}

.hsTab-content .tab-pane h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.hsTab-content .tab-pane .frame .ce-textpic {
	padding: 1.3rem;
	height: auto;
	min-height: auto;
	background-color: #f5f5f5;
}

.hsTab-content .tab-pane .frame .ce-textpic .ce-bodytext {
	
}

.hsTab-content .tab-pane .frame.col-12 {
	
}

.hsTab-content .tab-pane .frame.col-12 .ce-textpic {
	background-color: #fff;;
	text-align: center;
	padding-top: 4rem;
}

.modal-content {
	border-radius: 0;
	border-color: #fff;
}

.modal-footer {
	border-top: none;
	padding-bottom: 0;
}

#cookieconsetmodal .modal-body p {
	margin-bottom: 0;
}

.cookie-consent-container {
	margin: 0 !important;
	min-width: 100%;
	  min-height: 100%;
	  border: 0;
}

/* ### / Maincontent ### */

/* ### Footer ### */

footer.footer {
	/* position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px; */
}

footer.footer .footerRowPartner {
	background-color: #e9e9e9;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

footer.footer .footerRowSitemap {
	background-color: #525252;
	color: #fff;
	padding: 55px 0 55px 0;
}

footer.footer .sitemapCollapse a i.icon {
	padding-left: .5rem;
	min-width: 25px;
	display: inline-block;
}

footer.footer .sitemapCollapse a.collapsed i.ion-chevron-down:before {
	content: "\f125";
}

footer.footer .footerRowSitemap .colLogoSocial {
	margin-bottom: 2rem;
	text-align: right;
}

footer.footer .footerRowSitemap .colLogoSocial .ce-right .ce-gallery {
	float: left;
}

footer.footer .footerRowSitemap .colLogoSocial figure.image {
	max-width: 320px;
}

footer.footer .footerRowSitemap h3 {
	color: #fff;
}

footer.footer .footerRowGoMaps {
	background-color: #e9e9e9;
	max-height: 460px;
	overflow: hidden;
}

footer.footer .rowSitemap {
	margin-bottom: 2rem;
}

footer.footer .rowSitemap .col-hr {
	padding-bottom: 15px;
}

footer.footer .rowSitemap .col-hr hr {
	border-top: 1px solid #a1a1a1;
}

footer.footer .rowSitemap h6 a {
	color: #fff;
	font-family: 'open_sanssemibold';
	font-family: 'open_sansbold';
}

footer.footer .rowSitemap h6 {
	font-size: 0.8125rem;
}

/* Social Media */
.colLogoSocial #c1271 .ce-gallery {
	margin-left: 20px;
}

.colLogoSocial #c1271 img {
	max-width: 32px !important;
}

.colLogoSocial #c1271 .ce-bodytext {
	font-family: 'bebas_neuebold';
	font-size: 1.375rem;
	line-height: 1.75857;
}

.colLogoSocial #c1271  p {
	margin-bottom: 0;
}

.nav-sitemap a.nav-link {
	color: #fff;
	font-size: 0.8125rem;
	padding: .25rem 0;
}

.nav-sitemap a.nav-link:hover, 
.nav-sitemap a.nav-link:focus {
	text-decoration: underline;
}

.nav-sitemap > .nav-item .nav-sitemap a.nav-link {
	padding-left: 1.5rem;
}



.nav-sitemap > .nav-item .nav-sitemap a.nav-link.active {
	font-family: 'open_sansbold';
}

.nav-sitemap > .nav-item .nav-sitemap .nav-sitemap a.nav-link {
	padding-left: 2.5rem;
}

.nav-sitemapContact > .nav-item a.nav-link {
	font-family: 'open_sansbold';
}

.footercopy {
	font-family: 'bebas_neuebold';
	letter-spacing: 0.5px;
	margin-top: 5px;
	font-size: 1.1rem;
}

.footercopy a {
	color: #fff;
}

.footercopy a:hover {
	text-decoration: underline;
}

/* ### Responsiv iFrame ### */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe, .responsiveContainer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ### Cookie Hint ### */

#cookieconsetmodal .modal-body {
	font-family: 'open_sanssemibold';
	font-size: 0.9rem;
}

/* ### / Cookie Hint ### */

.img-noMaBo .ce-gallery {
	margin-bottom: 0;
}

.frame.intro-center {
	text-align: center;
}

.cnt-hsTabnav > .tab-content > .tab-pane > .row > .frame.col-12 {
	min-height: auto;
}

/* ### Pagination Cal ### */

.paginationjs-pages {
	margin-top: 3rem;
}

.paginationjs-pages ul {
	justify-content: center !important;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.paginationjs-pages ul li {
	
}

.paginationjs-pages ul li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
	color: #000;
}

.paginationjs-pages ul li a:hover, 
.paginationjs-pages ul li a:focus {
	background-color: #b8b8b8;
	border-color: #b8b8b8;
	color: #fff;
	text-decoration: none;
}

.paginationjs-pages ul li.active a {
	background-color: #9c2b3d;
	border-color: #9c2b3d;
	color: #fff;
}

/* ### / Pagination Cal ### */
/* ###  KeSearch Pagination ### */
.kesearch_pagebrowser ul {
	justify-content: center !important;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.kesearch_pagebrowser ul li {
	
}

.kesearch_pagebrowser ul li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
	color: #000;
}

.kesearch_pagebrowser ul li a:hover, 
.kesearch_pagebrowser ul li a:focus {
	background-color: #b8b8b8;
	border-color: #b8b8b8;
	color: #fff;
	text-decoration: none;
}

.kesearch_pagebrowser ul li a.current {
	background-color: #9c2b3d;
	border-color: #9c2b3d;
	color: #fff;
}

.result_txt {
	text-align: center;
	font-size: .9rem;
	color: #7e7e7e;
}

/* ### / KeSearch Pagination ### */

.container-fluid h2.competenceheader,
.homepage .container-fluid h2.competenceheader {
	color: #9c2b3d;
	font-size: 2rem;
}

/* ### Powermail ### */

.tx-powermail label {
	text-align: right;
	font-family: 'open_sanssemibold';
}

.tx-powermail label.form-check-label {
	font-family: 'open_sansregular',sans-serif;
}

.powermail_fieldwrap_datenschutz .form-check-label {
	text-align: left;
	font-size: 0.90rem;
}

.powermail_fieldwrap_anmeldungfuer {
	margin-top: 2rem;
}

.powermail_fieldset {
	margin-top: 2rem;
}

.form-check .form-check-label {
	padding-bottom: .5rem;
}

#page-205 .tx-powermail .powermail_create table.table tr:last-child,
#page-205 .tx-powermail .powermail_confirmation table.table tr:last-child {
	display: none;
}

ul.parsley-errors-list {
	list-style-type: none;
	padding-left: 0;
	margin-top: .3rem;
	color: #9c2b3d;
	font-size: .9rem;
}

.powermail_fieldwrap_type_submit {
	margin-top: 2rem;
}


/* ### Powermail ### */

@media (max-width: 500px) {
	.col-12 > ul.nav-sitemap,
	.col-12 > ul.nav-sitemap {
		margin-bottom: 2.5rem;
	}
}

/* Bootstrap Breakpoint ES */
@media (min-width: 576px) {
	.cnt-quickLinks {
		height: 80px;
	}
	.cnt-quickLinks .container-fluid .quicklinksLinks .quickLink-item {
		min-width: 70px;
	}
	.cnt-quickLinks .container-fluid .quicklinksLinks .quickLink-item img {
		max-width: 35px !important;
	}
	footer.footer .footerRowSitemap .colLogoSocial {
		margin-bottom: 0;
	}
	footer.footer .footerRowSitemap .colLogoSocial .ce-right .ce-gallery {
		float: right;
	}
	footer.footer .footerRowSitemap .colLogoSocial figure.image {
		max-width: 257px !important;
	}
	.container-fluid .ce-hsTile a.hsTileLink h3.hsTileHeader {
		font-size: 1.4rem;
	}
	.container-fluid h2.competenceheader,
	.homepage .container-fluid h2.competenceheader {
		font-size: 3rem;
	}		
}

@media (max-width: 576px) {
	#c1265 {
		display: none;
	}
	footer.footer .footerRowSitemap .colLogoSocial {
		margin-bottom: 0;
	}
	.searchBox {
		display: none !important;
	}
	.breadCrumb {
		display: none;
	}
	.vh_height100.fullheight {
		max-height: 550px !important;
	}
	.headerImgTxt {
		font-size: 0.9rem;
		padding: 1.0rem 1.0rem 0.5rem 1.0rem;
	}
	.container-fluid .headerImgTxt h1 {
		margin-bottom: .5rem;
	}
}

/* Bootstrap Breakpoint MD */
@media (min-width: 768px) { 
	header#Header {
		min-height: 180px;
	}
	.navbar-haksteyr .brand-haksteyr img {
		max-width: 150px !important; 
		max-width: 175px !important;
	}
	.headerImg {
		min-height: 320px;
	}
	.fullheight .headerImg {
		height: calc(100% - 260px);
		min-height: calc(100% - 260px);
	}	
	.navbar-haksteyr .navbar-nav {
		margin-top: 0;
	}
	.navbar-haksteyr .navbar-nav .dropdown-toggle {
	    display: none;
	}
	.dropdown:hover>.dropdown-menu {
		display: block;
		padding: .5rem 0;
	}
	
	.navbar-haksteyr .navbar-nav .dropdown-menu {
		border-radius: 0;
		background-color: rgb(156,43,61);
		border: none;
		border-top: none;
	}
	.navbar-haksteyr .navbar-nav .dropdown-menu .dropdown-item {
		border: none;
		padding: .11rem 1.5rem;
	}
	.navbar-haksteyr .navbar-nav .dropdown-menu .dropdown-item:hover {
		background-color: rgb(139,40,57);
	}
	.navbar-haksteyr .navbar-nav .dropdown-menu .dropdown-item.active,
	.navbar-haksteyr .navbar-nav .dropdown-menu .dropdown-item:active {
		background-color: rgb(139,40,57);
	}
	.navbar-haksteyr .navbar-nav li.nav-item {
		background-color: transparent;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-haksteyr .navbar-nav li.nav-item:hover,
	.navbar-haksteyr .navbar-nav li.nav-item:focus {
		background-color: transparent;
	}	
	.navbar-haksteyr .navbar-nav li.nav-item a.nav-link {
		letter-spacing: 0.03em;
		font-size: 1.3rem;
		color: #000;
		padding: 0.6rem 0.6rem;
	}
	.navbar-haksteyr .navbar-nav li.nav-item a.nav-link:hover,
	.navbar-haksteyr .navbar-nav li.nav-item a.nav-link:focus {
		color: rgb(156,43,61);
	}
	.navbar-haksteyr .navbar-nav li.nav-item.dropdown a.nav-link-dropdown:after {
		font-family: "Ionicons";
		content: "\f123";
		font-size: 0.7rem;
		margin-left: 10px;
		vertical-align: middle;
	}
	.navbar-haksteyr .navbar-nav li.nav-item.dropdown:hover a.nav-link-dropdown:after {
		content: "\f126";
	}
	.cnt-quickLinks .quicklLogo-haksteyr img {
		display: block;
	    max-width: 252px !important;
	}
	footer.footer .footerRowSitemap .colLogoSocial figure.image {
		max-width: 397px !important;
	}
	.nav-hsTabs .nav-tabs .nav-link {
		font-size: 1.8rem;
	}
	.hsTab-content .tab-pane .frame .ce-textpic {
		height: 100%;
		min-height: 100%;
		background-color: #f5f5f5;
	}
	#sitemapCollapse.collapse {
		display: flex !important;
	}
	footer.footer  .sitemapCollapse {
		display: none;
	}
	.rowSitemapCol {
		margin-bottom: 0 !important;
	}
	#navbarTop {
		display: none !important;
	}
	.breadCrumb a {
		font-size: 0.8rem;
		line-height: 26px;
		padding: 0 8px 0 30px;
	}
	
	.breadCrumb a:after {
		right: -13px;
		width: 26px; 
		height: 26px;
	}
	
	.breadCrumb a:first-child {
		padding-left: 12px;
	}
	
	.breadCrumb a:first-child {
		padding-right: 20px;
	}
	.headerImgTxt {
		position: absolute;
		bottom: 0;
		max-width: 500px;
		margin-left: 4.5rem;
		padding: 2.125rem 1.375rem 4rem 1.375rem;
	}	
	.container-fluid .headerImgTxt h1 {
		font-size: 2.0rem;
	}
	.insight7link {
		display: block;
	}
	.insight7link img {
		max-width: 120px !important;
	}	
	.container-fluid .ce-hsTile a.hsTileLink h3.hsTileHeader {
		font-size: 1.6rem;
	}
	.container-fluid h2.competenceheader,
	.homepage .container-fluid h2.competenceheader {
		font-size: 4.5rem;
	}
	.cnt-hsTabnav > .tab-content > .tab-pane > .row > .frame {
		min-height: 943px;
	}		
}

@media (max-width: 768px) {  
	.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item {
		flex-grow: 1;
	}
	.col-12:nth-child(1) > ul.nav-sitemap,
	.col-12:nth-child(2) > ul.nav-sitemap {
		margin-bottom: 2.5rem;
	}
	.maincol {
		margin-bottom: 2rem;
	}

}

/* Bootstrap Breakpoint min MD max LG */
@media (min-width: 768px) and (max-width: 991px) {  
	
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 768px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint LG */
@media (min-width: 992px) {
	.navbar-haksteyr .navbar-nav li.nav-item a.nav-link {
		letter-spacing: 0.03em;
		font-size: 1.5rem;
		padding: 0.7rem 0.7rem;
	}
	.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item a .quliTxt {
		display: block;
	}
	.headerImg {
		min-height: 320px;
	}
	.fullheight .headerImg {
		height: calc(100% - 280px);
		min-height: calc(100% - 280px);
	}
	.cnt-quickLinks .container-fluid .quicklinksLinks  .quickLink-item {
		min-width: 100px;
	}	
	.cnt-quickLinks .quicklLogo-haksteyr img {
	    max-width: 352px !important;
	}
	.cnt-quickLinks {
		height: 100px;
	}
	.nav-hsTabs .nav-tabs .nav-link {
		font-size: 2rem;
	}
	.headerImgTxt {
		position: absolute;
		bottom: 0;
		max-width: 500px;
		margin-left: 4.5rem;
	}
	.container-fluid .headerImgTxt h1 {
		font-size: 2.5rem;
	}	
	.insight7link img {
		max-width: 200px !important;
	}
	.sidebar .default,
	.news-related {
		margin-bottom: 2rem;
	}
	.cnt-hsTabnav > .tab-content > .tab-pane > .row > .frame {
		min-height: 666px;
	}
}

@media (max-width: 992px) {
	.navbar-haksteyr .navbar-nav .nav-item.dropdown:last-child .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint XL */
@media (min-width: 1200px) {
	.headerImg {
		min-height: 400px;
	}
	.fullheight .headerImg {
		height: calc(100% - 280px);
		min-height: calc(100% - 280px);
	}
	.sidebar .default,
	.news-related-wrap {
		margin-bottom: 2.5rem;
	}
	.container-fluid h2.competenceheader,
	.homepage .container-fluid h2.competenceheader {
		font-size: 5rem;
	}
	.cnt-hsTabnav > .tab-content > .tab-pane > .row > .frame {
		min-height: 616px;
	}
}


@media print {

}

#c1420 > ul {
	padding-left: 20px;
}

#c1420 > ul > li {
	list-style-type: none;
}

#c1420 > ul > li > a {
	display: none;
}

#c1420 > ul ul {
	padding-left: 0;
	list-style-type: none;
}

#c1420 > ul ul li:before {
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	padding-right: 7px;
	color: #595957;
	margin-left: -8px;
	font-family: 'Ionicons';
	content: '\f30f';
}

@media (max-height: 650px) and (min-width: 768px) {
	.container-fluid .headerImgTxt h1 {
		font-size: 1.7rem;
	}
	.headerImgTxt {
		padding: 1.5rem 1.0rem 2rem 1.0rem;
	}
	.container-fluid .headerImgTxt h1 br {
		display: none;
	}
}

.cookie-consent-replacement .overlay-header {
	font-family: 'bebas_neuebold';
	color: #000000;
	font-size: 1.5rem;
}

.footerRowGoMaps .container-fluid {
	max-width: 100% !important;
	padding: 0 !important;
}

.footerRowGoMaps .container-fluid .container-fluid {
	max-width: 1040px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.footerRowGoMaps .container-fluid .col-12 {
	padding-left: 0;
	padding-right: 0;
}

.footerRowGoMaps .cookie-consent-replacement .col-12-no {
	height: 460px;
}

.hsEvent_timeOnly-strong {
	font-family: 'open_sanssemibold';
	font-weight: normal;
}