@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Roboto+Slab:400,700');

/*==========================================================================
  GENERAL
  ==========================================================================*/

/*.frame.frame-default {
    flex: none;
}*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #2d3a41;
    font-size: 1em;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

/*h1,
h2 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0px;
}

h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
}

h3 {
    color:#197b9d;
    font-size:30px;
    margin-top:20px;
    margin-bottom:15px
}*/

h1 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 2rem;
} 

h2 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
}  

h3 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
} 

h4 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
}

h5 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1rem;
}

h6 {
    font-family: 'Droid Sans', sans-serif;
}

.wrapper {
    min-height: 100%;
}

.text-huge {
  font-size: 1.8em;
}
.text-big {
  font-size: 1.4em;
}
.text-small {
    font-size: .85em;
}
.ck-content .text-tiny {
    font-size: .7em;
}

ul,ol {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 140%;
    color: #3f4040;
    padding-left: 20px;
}

p {
    margin-bottom: 16px;
    color: #2d3a41;
    line-height: 140%;
    font-size: 15px;
}

a {
/*    color: #2d3a41;*/
    color: #000;
    font-weight:bold;
    font-size: 15px;
}

a:hover {
    text-decoration:underline;
}

figure {
    width: 100%;
}

iframe {
    max-width: 100%;
}

/** DEFAULT CONTENT STYLES */
.fs-expand,
.fceContentBox,
.ce-intext.ce-right .ce-gallery, 
.ce-intext.ce-left .ce-gallery, 
.ce-above .ce-gallery, 
.two-columns, 
.three-columns, 
.four-columns, 
.five-columns,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

.fceContentBox.background-color {
    padding: 10px 10px 0 10px;
}

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

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

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

/*==========================================================================
  HEADER
  ==========================================================================*/
.subpage-container.clearfix.transbg {
    background-color: initial;
	    }

header {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    z-index: 20;
}

header .logo {
    position: absolute;
    top: 2em;
    left: 3em;
}

header .logo img {
	width:100px;
	height:auto;
}

.full-width-container .main-page-wrapper .mainTopheader{ 
    margin-top: 0;
}

.mainTopheader.mt-0,
.subContentContainer.mt-0{
    margin-top: 0 !important;
}


.mainTopheader {
    margin-top: 5px;
    float: left;
    width: 100%;
    clear: both;
    height: auto;
}

/*------ MENU ------*/

.menuLvl3Li {
    padding-left: 20px;
}

.desktopmenu a {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

.desktopmenu a:hover {
	color:#c9243f;
	text-decoration: none;
}

header ul {
    margin-bottom: 0;
    line-height: 75px;
}

header li {
    padding: 0.5em 2em 0.5em 0;
    z-index: 1;
    display: inline;
    line-height: normal;
    font-size:20px;
}

header a {
    line-height: normal;
    font-weight: bold;
}

header li ul {
    display: none;
    position: absolute;
    top: 83px;
    padding-top: 50px;
    left: 50%;
    z-index: 1;
    width: 1200px;
    margin-left: -600px;
    background: #ffffff;
}

header ul li:hover ul {
    display: none;
}

header li ul li {
    display: block;
    float: left;
    padding: 0.2em 1em;
    width: 33%;
    min-height: 200px;
}

header li ul a {
    display: block;
    font-family: 'Droid Sans', sans-serif; 
    border-top: 2px solid #c52c1a;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
}

header li ul ul {
    display: block;
    position: static;
    width: auto;
    margin-left: 0;
    padding-top: 0;
}

header li ul li li {
    min-height: 0;
    padding: 0.2em 0;
    float: none;
    width: 100%;
}

header li ul ul a {
    font-family: 'Droid Sans', sans-serif; 
    margin-bottom: 0;
    border-top: none;
    padding-top: 0;
}

header .active > a {
    color: #c9243f;
}

/*==========================================================================
  MAIN
  ==========================================================================*/
 
.mainContentFull {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 100px;
}
 
 .main-container.clearfix {
    z-index: 200;
    position: relative;
}

.mainTopBanner {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    margin-top:25px;
}
 
 .mainContentLeft {
    width: 100%;
    max-width: 445px;
    float: left;
    height: auto;
    margin-left:11%;
 }
 
.mainContentRight {
    width: 100%;
    max-width: 445px;
    float: right;
    height: auto;
    margin-right:11%;
} 
 
 .topMenu {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -60px;
 }
 
.topMenu li.menuLvl1Li:last-child {
	padding-right:0px;
}

.topMenu li.menuLvl1Li a {
	font-size:14px;
	color:#5e6b5f;
}

/*==========================================================================
  COLUMNS
  ==========================================================================*/

.row {
    display: flex;
    /*gap: 20px;*/
}

.row > .column {
    margin-left: 10px;
    margin-right: 10px;
}

.row > .column:first-child {
    margin-left: 0;
}

.row > .column:last-child {
    margin-right: 0;
}

.row > .column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.row > .column > .fceContentBox {
    flex: 1;
}

.row > .column > .fceContentBox.fceLinkBox {
    flex: none;
}

.row.two-columns.twocol-33-66 > .column:first-child {
    flex: none; 
    width: 33%;
}
.row.two-columns.twocol-66-33 > .column:first-of-type {
    flex: none; 
    width: 66%;
}
.row.two-columns.twocol-25-75 > .column:first-of-type {
    flex: none;
    width: 25%;
}
.row.two-columns.twocol-75-25 > .column:first-of-type {
    flex: none;
    width: 75%;
}

@media screen and (max-width: 768px) {
    .row {
        display: flex;
        flex-direction: column;
    }

    .row > .column {
        flex: none;
        width: 100%;
    }
}

/*==========================================================================
  NEWS // SIMON
  ==========================================================================*/

.news-img-wrap {
	float:left;
	margin-right:2%;
}

.news-text-wrap {
    float: left;
    width:100%;
}

.factsBox {
    float: right;
    background-color: #517b9d;
    padding: 2%;
    color:#fff;
    max-width: 600px;
}

.factsBox p {
	color:#fff;
	margin-bottom:5px;
	margin-top:5px;
}
 
.newslist.article {
	width:48%;
	float:left;
	padding:2% 2% 2% 0%;
	max-height:200px;
	margin-bottom:50px;
}

.newslist-category {
	margin-bottom:5px;
}

main .header-test h2 {
	font-size:16px;
	color:#000;
	text-decoration:none;
	font-family: 'Roboto Slab', serif;
    font-weight: bold;
    padding-bottom:0px;
    line-height: 115%;
}

main .header-test h2:hover {
	text-decoration:none;
}

.teaser-text p {
    color: #000;
    line-height: 120%;
    font-size: 14px;
    font-weight: normal;
    margin-top: 7px;
}

.newslist-image {
    max-width: 200px;
    width: 100%;
    float: left;
    margin-right: 2%;
}

.newslist-container:hover {
	text-decoration:none;
}

/*==========================================================================
  FCE STYLING // SIMON
  ==========================================================================*/
 
.mainBackgroundImage {
    position: fixed;
    overflow: visible;
    min-height: auto;
    min-width: 100%;
    float: left;
    z-index: -1;
    margin: auto;
    left: 0;
    background-position: fixed;
    background-image: fixed;
    top: 0;
}

.ce-div {
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 20px;
}
 
.fceSpacer {
    height: 300px;
}
 
.soMeIcons {
    position: absolute;
    right: 350px;
    top: -40px;
}
 
.soMeIcons img {
 	float:left;
 	display:inline;
}

/*==========================================================================
  DROPDOWN MENU // LEO
  ==========================================================================*/

.full-width-container .Dropdownmenutop {
    max-width: 1470px;
    margin: 0 auto;
}

.Dropdownmenutop #submenu .submenuUlLvl1{
    display:inline-flex;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li{
    list-style: none;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li a{
    padding: 1rem;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .subenuLvlLi1 .submenuUlLvl2{
    width: 100%;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub ul.submenuUlLvl2{
    color: #000;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub ul.submenuUlLvl2{
    display: none;
    position: absolute;
    left: 9rem;
    right: -1rem;
    top: -1rem;
    width: 100%;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub ul.submenuUlLvl2 li a {
    text-align: center;
    padding: 0px;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub ul.submenuUlLvl2:nth-child(2),
.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub ul.submenuUlLvl2:nth-child(3){
    border-top: 1px solid #2d3a41;
    border-bottom: 1px solid #2d3a41;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2{
    list-style: none;
    min-height: auto;
    padding: 5px 0px 5px 0px;
    background: #fff;
    display: none;
    transition: ease-in-out 0.2s all;
    width: 15%;
    margin-top: 0.9rem;
    border-top: 1px solid #2d3a41;
    height: auto;
    position: absolute;
    z-index: 999;
} 

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvlLi ul.submenuUlLvl2 li.sub ul.submenuUlLvl2{
    position:aubsolute;
    top:-1rem;
    right:4rem;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li ul.submenuUlLvl2 li {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 li a{
    font-size: 13px;
    font-family: "Open Sans", Arial, sans-serif;
    word-break: break-all;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub > .submenuUlLvl2 li{
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub > .submenuUlLvl2 li:hover{
    background: rgba(94, 107, 95, .2);
}

.Dropdownmenutop #submenu .submenuUlLvl1 .submenuLvl1Li .submenuUlLvl2 .sub > .submenuUlLvl2 li a{
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
}
/******************************************************************************/

#mmenu {
    display: none;
}

/*------ GENERAL ------*/

.menu {text-align: right;}

main {
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 10;
    position:relative;
    padding:1%;
    background-color:#fff;
}

main .ce-bullets {
    margin: 0 0 0 1.2em;
}

main .ce-bullets li {
    padding: 0 0 0 0.4em;
    position: relative;
    line-height: 150%;
    display: list-item;
}

/*main h1{
    font-size: 2em;
    font-weight:bold;
    font-family: 'Droid Sans', sans-serif;
}

main h2 {
    font-size: 1.5em;
    font-weight:normal;
    padding-bottom:10px;
    font-family: 'Droid Sans', sans-serif;
    margin-bottom:0px;
    margin-top:0px;
}*/

.full .main-container > div > h2 {
    font-size: 1.5em;
    margin: 2rem 0 1rem 0;
}

.find-more {
    display: inline-block;
    font-size: 0.9em;
    background: #c52c1a;
    padding: 0.6em 3.5em;
    color: #ffffff;
    text-align: center;
    margin-right: 1em;
    max-width: 306px;
    width: 100%;
}

.find-more:hover {
    color: #ffffff;
}

/*==========================================================================
  03. FRONTPAGE
  ==========================================================================*/

/*----- COOKIE -----*/

#cookie {
    background: #2d3a41;
    display: none !important;
}

#cookie > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.8em;
}

#cookie p {
    color: #ffffff;
    margin-bottom: 0;
}

#cookie a {
    color: #c9243f;
}

#cookie p:first-child {
    float: left;
    padding-top: 9px;
}

#cookie p:last-child {
    float: right;
    background: #fff;
    padding: 0.5em 2em;
    cursor: pointer;
    color:#000;
}

/*==========================================================================
  04. SUBPAGE // KPAS
  ==========================================================================*/ 

/*.subpage-width a {color:#517b9d;text-transform:none;}*/
.subpage-width .menu {background-color:#fff;}
.subpage-width .desktopmenu a {color: #2d3a41; text-transform:uppercase;}
.subpage-width .desktopmenu a:hover {color: #517b9d;text-decoration:underline;}
.subpage-width header .active > a {color: #517b9d;}
.subpage-width .mainTopheader h3 {
	color:#bababa;
	margin: 10px 0px 40px 0px;
}

.subpage-width .mainTopheader h2 {
    text-transform: uppercase;
}

.subpage-width .fceContentBox.grey {
	width:100%;
	height:auto;
	padding: 5%;
}

.subpage-container.clearfix {
    z-index: 200;
    background-color: #fff;
    padding: 0% 1%;
}

.subContentContainer {
    width: 100%;
    max-width: 1200px;
    float: left;
    height: auto;
    margin-top:10px;
}

.subContentLeft {
    width: 100%;
    max-width: 600px;
    float: left;
    height: auto;
    padding:2%;
}

.subContentRight {
    width: 100%;
    max-width: 600px;
    float: right;
    height: auto;
    padding: 2%;
}

.fceFormBox {
	width:100%;
	height:auto;
	float:left;
	background-color:#dae3e2;
	padding: 5%;
    margin-top: 30px;
}

.fceFormBoxHeader {
	background-color:#c9243f;
}

.fceFormBoxHeader h2 {
	color: #c9243f;
    font-size: 15px;
    width: auto;
    background-color: #dae3e2;
    width: 40%;
}

.fceFormBoxHeader h3 {
	color:#2d3a41;
	font-size:30px;
	text-transform:uppercase;
	background-color: #dae3e2;
	padding-top:10px;
}

.subpageFooter .footerContactInfo {
	width: 100%;
	max-width:1200px;
    padding: 4%;
}

.submenu {
    float: left;
    width: 18%;
    min-height: 0px;/*jakbo was 1px but showed on sites with no submenues as 1px white line https://xn--bevgelseiundervisningen-b9b.dk/*/
}
.main-container.mainnoleft .submenu {
    float: left;
    width: 25%;
}

.submenu li a:hover {
    background: #efefef;
}

.submenu a {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.5em;
    margin-right: 1em;
    font-weight: normal;
}

main .submenu ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.submenu li li a {
    padding-left: 1.5rem;
}

/*------ SUBPAGE MAIN ------*/

.submain {
    float: left;
    width: 100%;
}

.submain.with_col {
    float: left;
    width: 62%;
}

.submain h1 {
    margin: 1rem 0 2rem 0;
}

.submain h2 {
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    margin-bottom:90px;
    text-align:center;
    clear: both;
}

.submain h2::after {
    width: 50px;
    height: 5px;
    margin: auto;
    background-color: #8ecb4a;
    content: "";
    display: block;
    margin-top:50px;
    margin-bottom:0px;
}

.submain h3 {
    margin: 0.8em 0;
    font-family: 'Open Sans', sans-serif;
}

.submain h4 {
    margin: 0.6em 0;
    font-family: 'Open Sans', sans-serif;
}

main h4 {
	margin-top:0px;
	margin-bottom:5px;
    font-size:25px;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    color:#e1dd35;
    font-weight:bold;
}

main h5 {
	margin-top:0px;
	margin-bottom:5px;
    font-size:25px;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
}

.subpageContainer {
	float:left;
	width: 100%;
    height: auto;
}

.submain p,
.submain li {
    font-size: 1.2em;
    line-height: 140%;
    margin:0 15%;
}

.submain .ce-bodytext a {
    font-family: 'Open Sans', sans-serif;
}

.resume {
    padding: 0.5em 0 0.5em 0.5em;
    border-left: 3px solid #C52C1A;
    margin-bottom: 1.5em;
}

.resume p {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

aside {
    float: right;
    background: #c52c1a;
    padding: 0.7em;
    width: 35%;
}

aside p {
    color: #ffffff;
    margin-bottom: 0;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 1.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    color: #c52c1a;
}
blockquote:before {
    color: #ccc;
    content: close-quote;
    quotes:"“" "”" "‘" "’";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.submain .ce-menu a:hover {
    background: #f9f9f9;
}

.submain  .ce-menu:before {
    content: "";
    background: url(/fileadmin/templates/images/red_arrow.png);
    display: none;
}

.submain .ce-menu a{
    display: block;
    position: relative;
    padding: 0.3em 0;
    border-bottom: 1px solid #e4e4e4;
}

.submain  .ce-menu a:after{
    content: "";
    background: url(/fileadmin/templates/images/blue_arrow.png);
    height: 17px;
    width: 9px;
    position: absolute;
    top: 6px;
    right: 0;
}

.submain  .ce-menu a:hover:after {
    background: url(/fileadmin/templates/images/red_arrow.png);
}

iframe,
.embed-container {
    margin-bottom: 1em;
}

/*------ SUBPAGE HUB ------*/

.hub > div {
    float: left;
    width: calc(33% - 2em);
    background: #ffffff;
    margin-right: 2em;
    border: 1px solid #e9e9e9;
}

.hub .ce-bodytext {
    padding: 1em;
}

.hub h2 {
    margin-bottom: 0.5rem;
}

.hub .ce-bodytext p:last-child {
    margin-bottom: 0;
    padding-top: 1em;
    border-top: 1px solid #e9e9e9;
    text-align: center;
}

.hub .ce-bodytext p:last-child a {
    color: #c52c1a;
}

/*------ SUBPAGE BOTTOM ------*/

.submain-bottom {
    float: left;
    width: 100%;
}

.submain-bottom h2 {
    margin: 1em 0;
}

.submain-bottom  .news-list-date {
    margin-bottom: 0;
    font-size: 0.9em;
    color: #b6b5b1;;
}

/*------ MAIL FORMS ------*/

.form-group .radio{
margin:5px 0px;
}
.form-group .radio span{
margin-left:5px;
}

div.csc-mailform {
    width: 100%;
    padding: 2em 0;
    padding-bottom: 0px;
}

div.csc-mailform input::-webkit-input-placeholder {
   color: #2d3a41;
   font-size:11px;
   font-weight:bold;
}

div.csc-mailform input:-moz-placeholder { /* Firefox 18- */
   color: #2d3a41;
   font-size:11px;
   font-weight:bold;  
}

div.csc-mailform input::-moz-placeholder {  /* Firefox 19+ */
   color: #2d3a41;
   font-size:11px;  
   font-weight:bold;
}

div.csc-mailform input:-ms-input-placeholder {  
   color: #2d3a41;
   font-size:11px;  
   font-weight:bold;
}

div.csc-mailform textarea::-webkit-input-placeholder {
   color: #2d3a41;
   font-size:11px;
   font-weight:bold;
}

div.csc-mailform textarea:-moz-placeholder { /* Firefox 18- */
   color: #2d3a41;
   font-size:11px;
   font-weight:bold;  
}

div.csc-mailform textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #2d3a41;
   font-size:11px;  
   font-weight:bold;
}

div.csc-mailform textarea:-ms-input-placeholder {  
   color: #2d3a41;
   font-size:11px;  
   font-weight:bold;
}

div.csc-mailform  form > ol > li {
    overflow: visible;
    margin-bottom: 0.5em;
}

div.csc-mailform fieldset li {
    padding: 0.5em;
    margin-bottom: 0;
}

.csc-form-element-textline,
.csc-form-element-textarea  {
    position: relative;
}

.csc-form-element-textline label,
.csc-form-element-textarea label  {
    position: absolute;
    top: 12px;
    left: 0;
    pointer-events: none;
}

.form-group select {
    text-transform: none;
        margin-bottom: 10px;
	    margin-top: 5px;
	    }
div.csc-mailform input[type="text"],
div.csc-mailform input[type="email"],
div.csc-mailform input[type="submit"],
div.csc-mailform select {
    width: 100%;
    border: none;
    height: 2.5em;
    padding-left:15px;
    border: 1px solid #484848;
    max-width: 480px;    
}

div.csc-mailform textarea {
	height:150px;
	width:100%;
	padding-left:15px;
	padding-top:15px;
	border:0px solid #fff;
}

div.csc-mailform input[type="submit"] {
    background: #c9243f;
    color: #ffffff;
    border: none;
}

div.csc-mailform input[type="submit"]:hover {
    background: #c9243f;
}

div.csc-mailform fieldset li {
    padding: 0.5em 0;
}

fieldset.fieldset-subgroup ol {
    position: relative;
    top: 0;
    margin: 0 0 0 0;
    padding: 0;
}

div.csc-mailform fieldset ol {
    padding: 0;
}

div.csc-mailform input[type="submit"]:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

/*------ TABEL ------*/

table {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 1em;
}

table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}

table th {
    color: #000;
}

.ce-table td, .ce-table th {
    vertical-align: middle;
    text-align: left;
}

.tablesclass2 td,
.tablesclass2 th {
    text-align: center;
}

.tablesclass3 th {
    background: none;
    color: #222;
}

td,
th {
    padding: 1em;
}

.tabel-fed tr td:first-child {
    font-family: 'Open Sans', sans-serif;
}

.tabel-fed tr:first-child td:first-child {
    font-family: 'Open Sans', sans-serif;
}

/*------ MISC ------*/

/*==========================================================================
  FOOTER
  ==========================================================================*/

footer {
    width: 100%;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    z-index:1000;
}

.footer-container {
	width:100%;
    margin: 0 auto;
    background-color: #333333;
    height:50px;
    float:left;
    display:none;
}

.footer-container a {color:#2d3a41;}

footer h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

footer a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

footer li {
    color: #2d3a41;
    font-family: 'Open Sans', sans-serif;
}

footer li a {
	font-size:22px;
	color:#2d3a41;
}

footer li a:hover {
	text-decoration:none;
	color:#c9243f;
}

footer li.menuLvl1Li {
    font-family: 'Open Sans', sans-serif;
	width:50%;
    float: left;
    display: block;
}

.footermenu {
    float: left;
    width: 60%;
    padding:28px 0%;
    text-align: left;
    clear:left;
    height:120px;
}

.footermenu ul {
    line-height: inherit;
}

.footermenu li a {
	font-size: 13px;
	text-transform:uppercase;
}

.footerContactInfo {
	width:48%;
	padding:4%;
	float:left;
}

.footerContactInfo img {
	margin-right:30px;
}

.footerContactInfo p {
    color: #2d3a41;
    text-align: left;
    margin-bottom: 0px;
    font-size: 11px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight:bold;
}

.footerContactInfo p a {
	color: #c9243f;
	font-size:11px;
	font-weight:bold;
}

.footerContactInfo p a:hover {
	text-decoration:none;
}

.footerNewsletter {
	float:left;
	width:40%;
	height:120px;
	padding:5% 5% 5% 0%;
}

.t3cms {
    display: none;
}

@media screen and (max-width: 1430px) {
	
	main.subpage-width {
		margin-right:0px;
	}
	
	.submenu {
		margin-left:-570px !important;
	}	
}
	

@media screen and (max-width: 768px) {
	
    .Dropdownmenutop #submenu{ display:none; }
    
	.col3Left {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin-top: 10px;
	    margin-right: 0%;
	}
	
	.col3Mid {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin-top: 10px;
	    margin-right: 0%;
	}
	
	.col3Right {
	    width: 32%;
	    float: left;
	    position: relative;
	    margin-top: 10px;
	}
	
	div.csc-mailform input[type="text"], div.csc-mailform input[type="email"], div.csc-mailform input[type="number"], div.csc-mailform textarea {width: 100% !important;}
    	
	.newslist.article {max-height:none;}
	
	.subpageFooter .footerContactInfo {
        max-width: none;
   }        
	
	.main-container.clearfix {
	    width: 100%;
	    padding: 20% 10% 10% 10%;
   }
   
	.mainContentLeft {
	    max-width: none;
	    margin-left: 0;
	    margin-right: 0;
	    clear:both;
   	}
   	
   	.mainContentRight {
	    max-width: none;
	    margin-left: 0;
	    margin-right: 0;
	    clear:both;
   	}
   	
   	.fceSpacer {display:none;}   	
   	.footerContactInfo {width: 100%;}
   	
   	.footerNewsletter {  
  		width: 50%;
    	height: 200px;
	}
   	
   	.footermenu {
	    float: left;
	    width: 50%;
	    height: auto;
	}
	
	footer li.menuLvl1Li {
		width: 100%;
    	margin-bottom: 12px;
    	font-size: 12px;
   	}
   
    .footerContactInfo p {text-align: right;}
    
/*    .subpage-container.clearfix {
	    width: 100%;
    	padding: 2%;
	}*/
	
	.subContentContainer {
	    width: 100%;
	    max-width: none;
	    margin-left: 0%;
   	}
   
   	.subContentLeft {
   		max-width: none;
   		clear:both;
   		margin-left:0px;
   	}
   	
   	.subContentRight {
   		margin-top:0px;
   		max-width:none;
   		margin-right:0px;
	}
   	
   	.subContentRight img {
   		display:none;
   	}
   
}

@media screen and (max-width: 470px) {
	
	/*.subpage-container.clearfix {padding: 1%;}*/
    
    .subpage-width .mainTopheader h3 {
        font-size: 35px;
    	margin: 0%;
    	width: 100%;
    	padding: 8%;
	}
	
	.subpage-width .mainTopheader h2 {padding-left: 8%;}
	
	.main-container.clearfix {
        padding:1%;
        margin-top: -150px;
    }
    
    footer {
    	margin-top: 0em;
    	padding: 1%;
    	position:static;
	}
	
	.footermenu {
        width: 100%;
	    height: auto;
	    text-align: center;
	    padding-top: 0px;
	}  

	.footerNewsletter {
 	   	width: 100%;
		height: 100px;
	}

}

.mm-page {
    height: 100%;
}

/* Expand box */

.fs-expand {
    box-shadow: 0px 1px 5px;
    padding: 10px;
    cursor: pointer;
    margin: 20px 0;
}

.fs-expand h2 {
    font-size: 1.3em;
}

.fs-expand h6 {
    font-size: .9em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Droid Sans", sans-serif;
}

.fs-expand .ce-textpic, 
.fs-expand h1,
.fs-expand h2, 
.fs-expand h3, 
.fs-expand h4, 
.fs-expand h5,
.fs-expand h6 {
    padding: 0;
    margin: 0;    
}

.fs-expand h2:after,
.fs-expand h1:after,
.fs-expand h2:after, 
.fs-expand h3:after, 
.fs-expand h4:after, 
.fs-expand h5:after,
.fs-expand h6:after {
    content:'›';
    float: right;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
}

.fs-expand .after:after{
    margin-top: 2px;
    margin-right: -1px;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    float: right;
}

.fs-expand .ce-textpic {
    display:none;
}
figcaption {
    margin-top: 5px;
        margin-bottom: 15px;
	}

.ce-gallery figcaption {
    line-height: 1.2em;
    font-size: .9em;
    font-style: italic;
}

/*wrapper*/
.full-width-wrapper {
    max-width: 1748px;
}
 
/*sub content*/
.full-width-wrapper .subContentContainer {
    width: 100%; 
    max-width: 1450px;
    float:none;
    height: auto;
    margin: 0px auto; 
}

.full-width-wrapper footer{
    max-width: 1748px;
    min-height: 150px;
    color: #fff;
}

.full-width-wrapper .mainBackgroundImage {
    max-width: 100%;
}

.full-width-container .mainTopheader {
    float: none;
}

/*
main.full-width {
    max-width: 100%;
    padding: 0;
}
*/

/*******************************************
 **** OLD FIXES                         ****
 *******************************************/

.fceLinkBox {
    text-align: center;
    background-color: #96b5bb;
    border: 2px solid #96b5bb;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    padding-top: 0px;
    line-height: 100%;
}

.fceLinkBox:hover {
    background-color: #fff;
}

.fceLinkBox h3 {
    font-size: 13px !important;
    margin: 0;
}

.fceLinkBox h3 a {
    color: #197b9d;
}

.fceLinkBox:hover h3 a {
    color: #96b5bb;
}

.fceLinkBox h3 a:hover {
    text-decoration: none;
}

/** Forms */
form .form-group.has-error input,
form .form-group.has-error select,
form .form-group.has-error textarea {
    border: solid 1px #FF5D5C;
    margin-bottom: 0;
}

form .error.help-block {
    display: block;
    background: #FF5D5C;
    color: #fff;
    padding: .5rem;
    width: auto;
    margin-bottom: 10px;
}


.conboxshadow{box-shadow: 0 0 10px 0 rgba(0,0,0,.15);border-radius:3px;}

