@charset "UTF-8";
/******************************************************************
Site Name: Riddarhuset
Author: Micke Hasselqvist
Stylesheet: Main Stylesheet
******************************************************************/
/*********************
CONSTANTS
*********************/
/*********************
MIXINS
*********************/
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*===============================================================
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets.
===============================================================*/
html {
  -webkit-text-size-adjust: none;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll; }

body {
  background: #fff;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

a {
  text-decoration: none;
  color: #2c6799; }
  a:hover {
    color: #66b1f2; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 600; }

/*======================HEADER========================*/
.page-top {
  position: relative;
  margin-bottom: 6px; }

.header-top {
  padding: 5px 9px;
  padding-bottom: 15px;
  position: relative;
  	/*
  	h1 {
  		background:							url(../img/logos/logo_soder_137x64.png);
  		float:								left;
  
  		@include							logoImage(137px, 64px);
  	}
      */
  	/*
      .so-widget-image {
          width: 137px;
          //border: 1px dotted purple;
      }
      */ }
  .header-top:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  .header-top ul {
    list-style: none; }

.show-tool-menu {
  width: 28px;
  height: 22px;
  background: url(../img/buttons/show-tool-menu.png);
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  top: 48px;
  right: 50px; }

.tool-menu {
  background: #84b45d;
  width: 241px;
  position: absolute;
  top: 77px;
  right: 39px;
  z-index: 1000;
  display: none; }
  .tool-menu:before {
    content: " ";
    position: absolute;
    top: -8px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../img/various/tool-menu-arrow.png); }
  .tool-menu ul {
    padding-bottom: 15px; }
  .tool-menu h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    padding-bottom: 14px; }
  .tool-menu a {
    color: #fff;
    display: block;
    padding: 7px 16px; }
    .tool-menu a:hover {
      background: #8fc762; }

.show-top-menu {
  width: 28px;
  height: 22px;
  background: url(../img/buttons/show-top-menu.png);
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  top: 48px;
  right: 6px; }

.top-menu {
  background: #3d79ad;
  width: 170px;
  position: absolute;
  top: 77px;
  right: 0;
  z-index: 1000;
  display: none; }
  .top-menu:before {
    content: " ";
    position: absolute;
    top: -8px;
    right: 11px;
    width: 16px;
    height: 8px;
    background: url(../img/various/top-menu-arrow.png); }
  .top-menu ul {
    padding-top: 5px;
    padding-bottom: 14px; }
  .top-menu a {
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    padding-left: 28px;
    padding-right: 10px;
    display: block; }

.header-bottom {
  background: #1b5688; }
  .header-bottom:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  .header-bottom .home-button {
    display: block;
    float: left;
    background: url(../img/buttons/home-button.png);
    width: 59px;
    height: 42px;
    text-indent: -999px;
    overflow: hidden; }

.show-main-menu {
  float: right;
  width: 55px;
  height: 42px;
  background: url(../img/buttons/show-main-menu.png) top;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none; }
  .show-main-menu.active {
    background-position: bottom; }
  .show-main-menu.fixed {
    position: fixed;
    right: 0;
    top: 0; }

.main-menu {
  background: #376fa0;
  position: absolute;
  top: 119px;
  width: 100%;
  z-index: 1000;
  display: none; }
  .main-menu.fixed {
    position: fixed;
    right: 0;
    top: 42px;
    height: 300px;
    overflow: scroll; }
  .main-menu > ul {
    padding-top: 18px;
    padding-bottom: 15px; }
  .main-menu a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 9px 35px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative; }
    .main-menu a:hover {
      background: #2c608e; }
    .main-menu a.active {
      background: #5084b2; }
  .main-menu .current_page_item > a,
  .main-menu .current_page_ancestor > a {
    background: #2c608e; }
  .main-menu .show-submenu {
    position: absolute;
    top: 0;
    right: 13px;
    background: url(../img/buttons/show-submenu.png);
    text-indent: -999px;
    overflow: hidden;
    width: 30px;
    height: 29px; }
    .main-menu .show-submenu.active {
      transform: rotate(180deg); }
  .main-menu .children {
    display: none;
    background: #2c608e; }
    .main-menu .children a {
      text-transform: none; }

.submenu {
  display: none; }

/*======================STARTPAGE========================*/
.start {
  margin-bottom: 4px; }
  .start .start_banners p {
    font-size: 10px;
    color: #A0A0A0;
    margin-bottom: 4px; }
    .start .start_banners p a {
      float: right;
      color: #A0A0A0; }
  .start .start_banners img {
    width: 100%;
    display: block;
    margin-bottom: 40px; }

.start-top-banner {
  margin: 0 8px;
  margin-bottom: 22px; }
  .start-top-banner img {
    display: block; }

.googlemaps {
  padding: 0 8px;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 351px; }
  .googlemaps h2 {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background: #397ab0;
    text-transform: uppercase;
    padding: 5px 5px;
    text-align: center; }
  .googlemaps .googlemaps-container {
    padding: 0 12px;
    position: relative;
    min-height: 100px; }
    .googlemaps .googlemaps-container:before, .googlemaps .googlemaps-container:after {
      content: " ";
      width: 12px;
      height: 13px;
      display: block;
      position: absolute;
      top: 0; }
    .googlemaps .googlemaps-container:before {
      left: 0;
      background: url(../img/various/googlemaps-topleft.png); }
    .googlemaps .googlemaps-container:after {
      right: 0;
      background: url(../img/various/googlemaps-topright.png); }
    .googlemaps .googlemaps-container #map-canvas {
      height: 264px; }

.start-content-main .tinymce {
  margin: 0 8px; }
.start-content-main aside {
  padding: 0 32px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 11px; }
  .start-content-main aside .choose-nfc {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    background: #f7f7f7;
    border: 1px solid #ededed;
    outline: none;
    font-size: 12px;
    color: #1a5688;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .start-content-main aside h2 {
    font-size: 19px;
    color: #1a5688;
    font-weight: normal;
    margin-bottom: 6px; }

.featured-article {
  padding: 0 12px;
  border-bottom: 1px solid #ececec; }
  .featured-article .featured-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px; }

.article-header {
  font-size: 20px;
  font-weight: normal;
  color: #1a5688;
  margin-bottom: 6px; }

.subheader {
  background: #3d79ad;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px; }

p.button {
  margin-bottom: 12px; }
  p.button:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  p.button a {
    float: right;
    background: #8fbf69;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 9px 8px;
    border-radius: 4px; }
    p.button a:before {
      content: "> "; }

.start-article {
  padding: 0 12px;
  padding-top: 11px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 11px; }
  .start-article.type4 .col:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  .start-article.type4 .col .tinymce {
    display: none; }
  .start-article.type4 .col .topimage-type4 {
    float: left;
    width: 40%; }
  .start-article.type4 .col h1.article-header {
    float: left;
    width: 60%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .start-article.type5 .facebook-pageplugin {
    margin-bottom: 18px;
    height: 292px; }
  .start-article.type5 ul {
    list-style: none;
    text-align: center; }
    .start-article.type5 ul li {
      margin-bottom: 12px; }
  .start-article .topimage-type1,
  .start-article .topimage-type2,
  .start-article .topimage-type4 {
    display: block;
    margin-bottom: 16px; }
  .start-article .sideimage-type3 {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px; }

.start-sections {
  padding: 0 8px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 8px; }
  .start-sections article {
    margin-bottom: 20px; }

.start-section-header {
  background: #3d79ad;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 22px;
  margin-bottom: 10px; }

.topimage-start-section {
  display: block;
  margin-bottom: 16px; }

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 16px; }
  .youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.start-affiliates {
  padding: 0 8px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 8px; }
  .start-affiliates ul {
    list-style: none; }
    .start-affiliates ul img.topimage-start-affiliates {
      display: block;
      margin: 0 auto; }

/*======================SIDTYP 1========================*/
.subpage-maincontent {
  min-height: 475px; }

section.breadcrumbs {
  font-size: 11px;
  color: #3c3c3c;
  padding: 0 12px;
  padding-bottom: 8px;
  line-height: 1.2em; }

.subpage-topimage {
  margin-bottom: 20px; }
  .subpage-topimage img {
    display: block; }

.subpage-content {
  padding: 0 8px;
  padding-bottom: 40px; }
  .subpage-content > .tinymce {
    padding: 0 7px; }

.subpage-content-footer {
  padding: 0 7px; }
  .subpage-content-footer p {
    border-top: 5px solid #3d79ad;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 3px;
    padding-top: 14px;
    margin-bottom: 15px; }
  .subpage-content-footer .share:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  .subpage-content-footer .share > div {
    float: left;
    margin-right: 22px; }
    .subpage-content-footer .share > div.google {
      width: 58px; }

.subpage-sidebar {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 8px;
  margin-bottom: 27px; }
  .subpage-sidebar article {
    margin-bottom: 40px; }
    .subpage-sidebar article h2.sidebar-header {
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      background: #3d79ad;
      padding: 8px 16px;
      margin-bottom: 16px; }
    .subpage-sidebar article .tinymce {
      margin: 0 16px;
      font-size: 12px; }
      .subpage-sidebar article .tinymce p,
      .subpage-sidebar article .tinymce ul,
      .subpage-sidebar article .tinymce ol {
        font-size: 12px; }

.subpage-related-articles {
  padding: 0 17px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 28px; }
  .subpage-related-articles > h2 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #3d79ad;
    padding: 8px 16px;
    margin-bottom: 16px; }
  .subpage-related-articles article {
    margin-bottom: 40px; }
    .subpage-related-articles article img {
      display: block;
      margin-bottom: 12px; }
    .subpage-related-articles article h3 {
      font-size: 17px;
      color: #1a5688;
      margin-bottom: 12px;
      font-weight: normal; }
    .subpage-related-articles article p {
      font-size: 14px;
      line-height: 1.2em; }
      .subpage-related-articles article p.link {
        margin-top: 14px;
        text-align: right;
        font-weight: 600; }

.subpage-banners {
  width: 250px;
  display: none;
  min-width: 250px;
  text-align: center; }
  .subpage-banners > p {
    font-size: 10px;
    color: #a0a0a0;
    margin-bottom: 4px; }
    .subpage-banners > p a {
      float: right;
      color: #a0a0a0; }
  .subpage-banners .a-single {
    display: inline-block;
    right: 0; }
    .subpage-banners .a-single iframe {
      margin-left: 0.5em; }
  .subpage-banners img {
    margin-bottom: 26px; }

/*======================SIDTYP 2========================*/
.subpage-topimage2 {
  margin: 0 8px;
  margin-bottom: 12px; }
  .subpage-topimage2 img {
    display: block; }

.subpage.pagetype2 .subpage-content {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 28px; }

.pagetype2-articles {
  padding: 0 7px; }
  .pagetype2-articles article {
    margin-bottom: 45px; }
    .pagetype2-articles article aside img {
      display: block;
      margin-bottom: 15px; }
    .pagetype2-articles article aside p {
      font-size: 11px;
      line-height: 1.2em; }

/*======================SIDTYP 3========================*/
.pagetype3 .subpage-content {
  padding: 0 3px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 26px; }
  .pagetype3 .subpage-content .tinymce {
    padding: 0 12px; }

.pagetype3-articles {
  font-size: 0;
  padding-bottom: 24px; }
  .pagetype3-articles article {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    vertical-align: top;
    padding: 0 6px;
    padding-bottom: 9px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .pagetype3-articles article > div {
      border: 1px solid #eee; }
    .pagetype3-articles article img {
      display: block;
      margin-bottom: 8px; }
    .pagetype3-articles article h2 {
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      color: #2c6799;
      padding: 0 5px;
      padding-bottom: 16px; }
    .pagetype3-articles article footer {
      border-top: 1px solid #eee;
      padding: 9px 7px;
      font-size: 12px; }
      .pagetype3-articles article footer:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }
      .pagetype3-articles article footer a {
        float: right;
        font-weight: 600; }

/*======================TINYMCE========================*/
.tinymce {
  font-size: 14px;
  /* Text meant only for screen readers. */ }
  .tinymce:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  .tinymce p,
  .tinymce ol,
  .tinymce ul {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.4em; }
  .tinymce ol,
  .tinymce ul {
    margin-left: 35px; }
  .tinymce h1 {
    font-size: 30px;
    color: #1a5688;
    margin-bottom: 22px;
    font-weight: normal; }
  .tinymce h2 {
    font-size: 23px;
    font-weight: normal;
    color: #2c6799;
    margin-bottom: 12px; }
  .tinymce h3 {
    font-weight: 600;
    font-size: 20px;
    color: #2c6799;
    margin-bottom: 12px; }
  .tinymce h3 {
    font-weight: 600;
    font-size: 17px;
    color: #2c6799;
    margin-bottom: 12px; }
  .tinymce .alignright {
    float: right;
    margin-left: 10px; }
  .tinymce .alignleft {
    float: left;
    margin-right: 10px; }
  .tinymce .aligncenter {
    display: block;
    margin: 0 auto; }
  .tinymce .wp-caption,
  .tinymce .wp-caption-text {
    font-size: 14px; }
  .tinymce .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .tinymce .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. */ }
  .tinymce .sticky {
    display: block; }
  .tinymce .gallery-caption,
  .tinymce .bypostauthor {
    display: block; }

/*======================FOOTER========================*/
.page-footer {
  background: #e4e4e4;
  padding: 28px 10px;
  padding-bottom: 36px; }
  .page-footer ul {
    width: 210px;
    margin: 0 auto;
    list-style: none; }
    .page-footer ul li {
      margin-bottom: 24px;
      text-align: center; }
      .page-footer ul li h2.widgettitle {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        border-bottom: 1px solid #bbb;
        padding-bottom: 6px;
        margin-bottom: 6px; }
      .page-footer ul li .textwidget {
        font-size: 14px;
        text-align: center;
        line-height: 18px; }
      .page-footer ul li .wpcf7-response-output {
        border: 0; }
      .page-footer ul li .wpcf7-form p:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }
      .page-footer ul li .wpcf7-text {
        display: block;
        width: 100%;
        height: 27px;
        padding: 0;
        border: none;
        outline: none;
        background: #fff;
        padding: 0 10px;
        font-size: 11px;
        font-style: italic;
        color: #6d6d6d;
        font-family: 'Open Sans', sans-serif;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .page-footer ul li .wpcf7-form-control-wrap.email {
        width: calc(100% - 56px);
        display: block;
        float: left; }
      .page-footer ul li .wpcf7-submit {
        display: block;
        float: left;
        width: 56px;
        height: 27px;
        padding: 0;
        border: none;
        outline: none;
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
        background: #444;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        border-radius: 2px; }

.first.featured-article {
  border: none; }

.tinymce .first .featured-article {
  border: none; }

.tinymce .first .second .featured-article .first {
  border: none; }

.first_article_section {
  border-bottom: 1px solid #ECECEC; }

/*
.subpage-content h1 {
	@extend .hyphenate;
}
*/
.banners {
  display: none; }

.start .ads .a-single {
  display: inline-block; }

.ads-container {
  width: 250px;
  display: inline-block;
  text-align: center; }
  .ads-container p {
    margin-bottom: 1em; }

.ads-container-top-text {
  display: none; }

.ads,
.subpage-banners {
  display: none; }
  .ads iframe,
  .subpage-banners iframe {
    		/*
    		margin-bottom: 1em;
    
    		margin-left: auto;
    		margin-right: auto;
    		*/
    margin: 0 auto 1em auto; }

/*
.hyphenate {
	-webkit-font-variant-ligatures: no-common-ligatures;
}
*/
/*
.g-col:last-child {
	margin-right: 10px;
}
*/
/* SÖK. applicerar CSS styling på alla classes i /wp-includes/general-template.php, get_search_form(..) */
#searchform {
  margin-bottom: 1em; }
  #searchform #s,
  #searchform #searchsubmit {
    -webkit-appearance: none;
    border-radius: 0; }
  #searchform #s {
    padding-left: 1em;
    margin-bottom: 1em;
    width: 92.5%;
    height: 39px;
    font-size: 1em;
    border: 1px solid dfdfdf; }
  #searchform #searchsubmit {
    margin-left: 0;
    width: 106px;
    height: 45px;
    border: 1px solid #737373;
    letter-spacing: 1px;
    font-size: 1.5em;
    font-weight: 200;
    color: #f4f4f4;
    background-color: #848484; }

#sok-content p {
  font-size: 1.25em; }

.cookies {
  width: 100%;
  min-height: 120px;
  background: #3d79ad;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  z-index: 10000;
  transition: all .4s ease-in; }
  .cookies .cookie-text {
    width: 90%;
    padding: 0 0 20px 0; }
    .cookies .cookie-text p {
      color: #FFFFFF;
      font-size: 14px;
      line-height: 1.5; }
      .cookies .cookie-text p a {
        text-decoration: underline;
        font-weight: 700;
        color: #FFFFFF; }
  .cookies .cookie-button {
    width: 100%;
    display: flex;
    justify-content: center; }
    .cookies .cookie-button button {
      background-color: #fff;
      color: #3d79ad;
      border: none;
      font-size: 14px;
      cursor: pointer;
      transition: all .1s ease-in;
      border-radius: 2px;
      height: 40px;
      width: 150px; }

/*==============================================================  
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles
===============================================================*/
@media only screen and (min-width: 600px) {
  /*======================HEADER========================*/
  .page-top {
    margin-bottom: 11px; }

  /*
  .banners {
  	padding-top:							25px;
  	padding-bottom:							25px;
  	background:								url(../img/backgrounds/banners.jpg) top left repeat-x #d7d7d7;
  	
      img, iframe {
  		display:							block;
  		margin:								0 auto;
  	}
      
  	//iframe { margin: 0 auto; }
  }
  */
  .header-bottom .home-button {
    background: url(../img/buttons/home-button-small.png);
    width: 46px;
    height: 33px; }

  .show-main-menu {
    width: 43px;
    height: 33px;
    background: url(../img/buttons/show-main-menu-small.png) top; }

  .main-menu {
    top: 122px;
    width: 50%;
    right: 0; }

  .header-top {
    padding: 24px 9px;
    padding-bottom: 15px; }

  .show-tool-menu {
    top: 67px; }

  .tool-menu {
    top: 96px; }

  .show-top-menu {
    top: 67px; }

  .top-menu {
    top: 96px; }

  /*======================STARTPAGE========================*/
  .start-top-banner {
    margin: 0 10px;
    margin-bottom: 0; }

  .start-content-top-main {
    margin-bottom: 4px; }

  .start-content {
    margin-bottom: 4px; }

  .start-content-main {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-top: 16px;
    border-top: 1px solid #ececec;
    margin-top: 7px; }
    .start-content-main:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .start-content-main .tinymce {
      margin: 0 17px;
      margin-bottom: 10px; }
    .start-content-main .googlemaps {
      float: left;
      width: 50%;
      padding: 0 11px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
    .start-content-main aside {
      float: right;
      width: 50%;
      border-bottom: none;
      padding: 0 11px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }

  .featured-article {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin: 0 10px;
    padding: 9px 7px; }
    .featured-article:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .featured-article .featured-image {
      margin: 0;
      margin-right: 11px;
      float: left; }
    .featured-article .featured-content {
      float: left;
      width: 57%; }

  .start-content-top {
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 17px; }

  .start-article {
    border: 1px solid #ececec;
    margin: 0 10px;
    margin-bottom: 4px;
    padding: 9px 7px; }
    .start-article.type3:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .start-article.type3 .content {
      float: left;
      width: 59%; }
    .start-article.type3 .sideimage-type3 {
      float: right; }
    .start-article.type4:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .start-article.type4 .col {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      .start-article.type4 .col:nth-of-type(1) {
        padding-right: 9px; }
      .start-article.type4 .col:nth-of-type(2) {
        padding-left: 9px; }
      .start-article.type4 .col .topimage-type4 {
        float: none;
        display: block;
        margin-bottom: 16px;
        width: auto; }
      .start-article.type4 .col h1.article-header {
        float: none;
        width: auto;
        padding: 0 10px; }
      .start-article.type4 .col .tinymce {
        display: block;
        padding: 0 10px; }
      .start-article.type4 .col p.button {
        padding: 0 10px; }
    .start-article.type5:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .start-article.type5 .facebook-pageplugin,
    .start-article.type5 .affiliates {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
    .start-article.type5 .facebook-pageplugin {
      padding-right: 5px; }
    .start-article.type5 .affiliates {
      padding-left: 5px; }

  .start-sections {
    padding: 0 12px;
    vertical-align: top;
    font-size: 0;
    border-bottom: 0; }
    .start-sections:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .start-sections article {
      display: inline-block;
      width: 33.33333%;
      vertical-align: top;
      font-size: 1rem;
      padding: 0 7px;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }

  .start-affiliates {
    border-bottom: none; }

  /*======================SIDTYP 1========================*/
  section.breadcrumbs {
    padding: 0 24px;
    padding-bottom: 14px; }

  .subpage-topimage {
    margin-bottom: 24px; }

  .subpage-content {
    padding: 0 17px;
    padding-bottom: 69px; }
    .subpage-content > .tinymce {
      padding: 0 8px; }

  .subpage-content-footer {
    padding-top: 15px; }

  .subpage-sidebar {
    padding: 0 17px; }
    .subpage-sidebar > h2 {
      padding: 8px 16px; }

  .subpage-related-articles:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden; }
  .subpage-related-articles article {
    width: 33.33333%;
    float: left;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  /*======================SIDTYP 2========================*/
  .subpage-topimage2 {
    margin: 0 17px;
    margin-bottom: 21px; }

  .pagetype2-articles {
    padding: 0 8px; }
    .pagetype2-articles article {
      margin-bottom: 45px; }
      .pagetype2-articles article:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }
      .pagetype2-articles article .tinymce {
        float: left;
        width: 69.5%;
        padding-right: 48px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .pagetype2-articles article aside {
        float: left;
        width: 30.5%; }

  /*======================SIDTYP 3========================*/
  .pagetype3 .subpage-content {
    padding: 0 20px;
    padding-bottom: 40px; }
    .pagetype3 .subpage-content .tinymce {
      padding: 25px 18px;
      padding-top: 30px; }

  .pagetype3-articles article {
    width: 33.333333%;
    padding: 0 6px;
    padding-bottom: 15px; }
    .pagetype3-articles article img {
      margin-bottom: 12px; }
    .pagetype3-articles article h2 {
      font-size: 19px;
      padding: 0 5px;
      padding-bottom: 28px;
      font-weight: normal; }
    .pagetype3-articles article footer {
      padding: 15px 14px;
      font-size: 19px; }
      .pagetype3-articles article footer a {
        font-size: 14px;
        line-height: 19px; }

  .first.featured-article {
    border: none; }

  .tinymce .first .second .featured-article .first {
    border: none; }

  .first_article_section {
    border-bottom: 1px solid #ECECEC; }

  .start .start_banners .g-1 {
    display: inline; }

  .ads {
    text-align: center; }

  .g-col:last-child {
    margin-right: 10px; }

  .tinymce h1 {
    font-size: 40px; } }
/*=============================================================== 
DESKTOP 
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
===============================================================*/
@media only screen and (min-width: 1200px) {
  /*======================HEADER========================*/
  .page-top {
    margin-bottom: 14px; }

  .header-top {
    padding: 10px 22px;
    padding-bottom: 12px;
    padding-right: 14px;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    	/*
    	h1 {
    		background:							url(../img/logos/logo_soder_208x97.png);
    		width:								208px;
    		height:								97px;
    	}
    
        .so-widget-image {
            width: auto;
        }
        */ }

  .show-tool-menu {
    width: 238px;
    height: 39px;
    background: url(../img/various/tool-menu-arrow2.png) top right no-repeat #8fbf69;
    text-indent: 0;
    overflow: hidden;
    top: 0;
    right: 14px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-left: 12px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .tool-menu {
    width: 238px;
    top: 39px;
    right: 14px;
    background: #8fbf69; }
    .tool-menu:before {
      display: none; }
    .tool-menu h2 {
      display: none; }

  .show-top-menu {
    display: none; }

  .top-menu {
    display: block;
    background: transparent;
    width: auto;
    right: 14px; }
    .top-menu:before {
      display: none; }
    .top-menu ul {
      padding: 0; }
    .top-menu li {
      display: inline; }
    .top-menu a {
      display: inline;
      font-size: 12px;
      color: #000;
      padding: 0;
      padding-left: 18px; }
      .top-menu a:hover {
        background: transparent;
        color: #2C6799; }

  .header-bottom {
    background: #3d79ad; }
    .header-bottom > div {
      max-width: 1280px;
      position: relative;
      margin: 0 auto; }
    .header-bottom .home-button {
      background: url(../img/buttons/home-button-big.png);
      width: 63px;
      height: 39px;
      border-right: 1px solid #fff; }

  .show-main-menu {
    display: none; }

  .main-menu {
    display: block !important;
    position: static;
    background: transparent;
    float: left;
    width: auto; }
    .main-menu .show-submenu {
      display: none; }
    .main-menu > ul {
      padding: 0; }
    .main-menu li {
      display: inline; }
    .main-menu a {
      float: left;
      padding: 0 13px;
      height: 39px;
      line-height: 39px;
      border-right: 1px solid #fff; }
    .main-menu .current_page_item > a,
    .main-menu .current_page_ancestor > a {
      background: #5ea1db; }
    .main-menu .children {
      display: none !important; }

  .submenu {
    display: block; }
    .submenu:before, .submenu:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .submenu > div {
      background: #2c6799; }
    .submenu ul {
      border-top: 1px solid #265f8f;
      margin: 0 auto;
      max-width: 1280px; }
      .submenu ul:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }
    .submenu li {
      display: inline; }
    .submenu a {
      float: left;
      height: 30px;
      line-height: 30px;
      color: #fff;
      font-size: 12px;
      padding: 0 17px; }
      .submenu a:hover {
        text-decoration: underline; }
    .submenu .current_page_item > a {
      text-decoration: underline; }

  /*======================STARTPAGE========================*/
  .start {
    max-width: 1800px;
    padding-right: 14px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .start:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .start .start-main-content {
      float: left;
      width: 78.9%;
      padding: 0 14px;
      padding-right: 0;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
    .start .start_banners {
      float: left;
      width: 16.7%;
      padding-left: 9px;
      border-left: 1px solid #ddd;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      .start .start_banners p {
        margin-bottom: 13px; }

  .start-top-banner {
    margin: 0;
    padding-right: 14px; }

  .start-content-top {
    margin-bottom: 0; }

  .start-content {
    margin-bottom: 37px; }

  .start-content-top-main {
    padding: 0;
    padding-top: 43px;
    border: none;
    border-top: none;
    margin-bottom: 10px;
    margin-right: 14px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .start-content-top-main:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }

  .start-content-main {
    float: left;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .featured-article {
    float: left;
    width: 26%;
    margin: 0;
    border-left: 1px solid #ececec;
    border-right: none;
    border-top: 1px solid #ececec;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .featured-article .featured-image {
      float: none;
      margin: 0;
      margin-bottom: 14px; }
    .featured-article .featured-content {
      float: none;
      width: auto;
      padding: 0 10px; }

  .start-articles {
    font-size: 0; }
    .start-articles:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }

  .start-article {
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    width: 50%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    border: none;
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .start-article > div {
      border: 1px solid #ECECEC;
      padding: 8px 7px; }
      .start-article > div:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }
    .start-article.type3 .content {
      width: 60%;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
    .start-article.type3 .sideimage-type3 {
      width: 40%;
      max-width: 229px; }

  /*======================SIDTYP 1========================*/
  .subpage {
    padding-top: 0;
    max-width: 1280px;
    margin-bottom: 26px;
    margin: 0 auto; }
    .subpage:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }

  .subpage-maincontent {
    float: left;
    width: 78.1%;
    border-right: 1px solid #DBDBDB;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .subpage-banners {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .subpage-banners > p {
      margin-bottom: 13px; }

  .start-affiliates.subpage-affiliates {
    max-width: 1280px;
    margin: 0 auto; }

  section.breadcrumbs {
    padding: 0 16px;
    margin-bottom: 10px; }

  .subpage-topimage {
    margin-bottom: 40px; }
    .subpage-topimage img {
      display: block; }

  .subpage-content {
    margin: 0;
    padding-left: 44px;
    padding-right: 49px;
    float: left;
    width: 72.8%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .subpage-content .tinymce {
      margin: 0 14px; }

  .subpage-content-footer {
    margin: 0 14px;
    margin-bottom: 58px; }

  .subpage-sidebar {
    float: left;
    width: 27.2%;
    padding: 0;
    padding-right: 9px;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .subpage-related-articles {
    border-bottom: none;
    margin-bottom: 0; }
    .subpage-related-articles:before {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }
    .subpage-related-articles article {
      margin-bottom: 16px; }

  /*======================SIDTYP 2========================*/
  .pagetype2 .subpage-content {
    width: auto;
    float: none;
    padding-left: 56px;
    padding-right: 21px; }
    .pagetype2 .subpage-content .tinymce {
      margin: 0; }

  .subpage-topimage2 {
    margin-bottom: 32px;
    margin-right: 9px; }

  .pagetype2-articles article .tinymce {
    width: 67.5%;
    margin: 0; }
  .pagetype2-articles article aside {
    width: 32.5%; }
    .pagetype2-articles article aside p {
      margin-left: 6px;
      margin-right: 6px; }

  .subpage-content-footer {
    margin: 0; }

  /*======================SIDTYP 3========================*/
  .pagetype3 .subpage-content {
    width: auto;
    float: none;
    padding-left: 36px;
    padding-right: 41px; }

  .pagetype3-articles article {
    padding: 0 7px;
    padding-bottom: 19px; }
    .pagetype3-articles article img {
      margin-bottom: 24px; }
    .pagetype3-articles article footer {
      padding: 21px 24px; }

  /*======================FOOTER========================*/
  .page-footer {
    padding: 24px 80px;
    padding-bottom: 60px; }
    .page-footer > div {
      max-width: 1280px;
      margin: 0 auto; }
    .page-footer ul {
      width: auto; }
      .page-footer ul:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }
      .page-footer ul li {
        float: left;
        width: 206px;
        margin-bottom: 0;
        text-align: left;
        margin-right: 130px; }
        .page-footer ul li h2.widgettitle {
          text-align: left; }
        .page-footer ul li .textwidget {
          text-align: left; }

  .first.featured-article {
    float: left;
    width: 60%;
    margin: 0;
    border: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .first.featured-article .featured-image {
      float: none;
      margin: 0;
      margin-bottom: 14px; }
    .first.featured-article .featured-content {
      float: none;
      width: auto;
      padding: 0 10px; }

  .first.second.featured-article {
    width: 40%; }

  .first.featured-article {
    border: none; }

  .tinymce .first .featured-article {
    border: none; }

  .tinymce .first .second .featured-article .first {
    border: none; }

  .first_article_section {
    border: none; }

  /*
  .ads {
  	display: inline;
  }
  
  .banners {
  	display: block;
  }
  */
  .ads,
  .subpage-banners {
    display: inline-block; }

  .ads-container-top-text {
    display: inline; }

  .cookies {
    flex-direction: row;
    align-items: flex-start;
    padding: 30px 10px; }
    .cookies .cookie-text {
      width: 70%;
      padding: 0 0 0 0;
      margin: 0 0 0 30px; }
      .cookies .cookie-text p {
        font-size: 16px; }
    .cookies .cookie-button {
      width: 30%;
      justify-content: flex-end;
      margin: 0 40px 0 0; } }
@media only screen and (min-width: 1500px) {
  /*======================STARTPAGE========================*/
  .start .start-main-content {
    width: 83.1%;
    padding-left: 0;
    padding-right: 14px; }
  .start .start_banners {
    width: 13.9%; }

  .start-content-top {
    font-size: 0; }
    .start-content-top:after {
      display: block;
      clear: both;
      content: " ";
      height: 0;
      overflow: hidden; }

  .start-top-banner {
    padding-left: 14px;
    padding-right: 0; }

  .start-content-top-main {
    display: inline-block;
    width: 66.666666%;
    font-size: 1rem;
    padding-left: 14px;
    padding-top: 0;
    border: none;
    border-top: none;
    margin-right: 0; }
    .start-content-top-main > div {
      border: none;
      padding-top: 43px; }
      .start-content-top-main > div:after {
        display: block;
        clear: both;
        content: " ";
        height: 0;
        overflow: hidden; }

  .start-article {
    width: 33.333333%;
    font-size: 1rem;
    padding-right: 0;
    padding-left: 14px; }
    .start-article:nth-of-type(2) {
      margin-top: 43px; }

  .start-sections article {
    width: 16.6666666%; }

  .first.featured-article {
    border: none; }

  .tinymce .first .featured-article {
    border: none; }

  .tinymce .first .second .featured-article .first {
    border: none; } }
.banners-small {
  display: none;
  background: url(../img/backgrounds/banners.jpg) top left repeat-x #d7d7d7; }

.banners {
  display: none;
  background: url(../img/backgrounds/banners.jpg) top left repeat-x #d7d7d7; }

/*
@media only screen and (max-width: 320px) {
    .banners-small { display: initial }
}
*/
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .banners-small {
    display: block;
    padding-bottom: 1px; }
    .banners-small iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: .5rem;
      margin-bottom: .5rem; } }
@media only screen and (min-width: 980px) {
  .banners {
    display: block;
    padding-bottom: 1px; }
    .banners iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: .5rem;
      margin-bottom: .5rem; } }

/*# sourceMappingURL=style.css.map */
