/* @override
	http://kis-potsdam.de/css/basic.css
	https://kis-potsdam.de/css/basic.css
	https://dev.kis-potsdam.de/css/basic.css
	https://kis-potsdam.de/css/basic.css?*
*/

/* @group fonts */

/* Webfont: BodoniSvtyTwoITCTT-Book */
@font-face {
  font-family: "Bodoni72";
  src: url("../fnt/Bodoni 72.eot"); /* IE9 Compat Modes */
  src: url("../fnt/Bodoni 72.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fnt/Bodoni 72.woff") format("woff"),
    /* Modern Browsers */ url("../fnt/Bodoni 72.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fnt/Bodoni 72.svg#BodoniSvtyTwoITCTT-Book") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: BodoniSvtyTwoITCTT-Bold */
@font-face {
  font-family: "Bodoni72";
  src: url("../fnt/Bodoni 722.eot"); /* IE9 Compat Modes */
  src: url("../fnt/Bodoni 722.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fnt/Bodoni 722.woff") format("woff"),
    /* Modern Browsers */ url("../fnt/Bodoni 722.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fnt/Bodoni 722.svg#BodoniSvtyTwoITCTT-Bold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: BodoniSvtyTwoITCTT-BookIta */
@font-face {
  font-family: "Bodoni72";
  src: url("../fnt/Bodoni 721.eot"); /* IE9 Compat Modes */
  src: url("../fnt/Bodoni 721.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fnt/Bodoni 721.woff") format("woff"),
    /* Modern Browsers */ url("../fnt/Bodoni 721.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fnt/Bodoni 721.svg#BodoniSvtyTwoITCTT-BookIta") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Roboto';
	src: url("../fnt/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../fnt/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../fnt/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../fnt/Roboto-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

/* @end */

/* @group Standards */

body {
  font: 18px "Roboto", sans-serif;
  line-height: 1.35em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-rendering: optimizeLegibility;
  color: #02618b;
  margin-top: 0;
  padding-top: 0;
  background-color: rgba(0, 56, 88, 0.03);
}

a:link,
a:visited,
a:active {
  color: #02618b;
}

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

nav a,
nav a:hover {
  text-decoration: none;
}

a:visited {
}

a:focus {
  -moz-outline-style: none;
  outline: thin dotted;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.clearfloat {
  clear: both;
}

h1 {
}

h2 {
}

h3 {
}

h2 a,
h3 a {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

.highlight {
  background-color: yellow;
}

img[src*="svg"] {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 51%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure {
  position: relative;
}

figcaption {
  background-color: rgba(0, 95, 138, 0.67);
  position: absolute;
  font-size: 10px;
  color: white;
  padding: 0 5px 1px;
  height: 20px;
  bottom: 5px;
}

/* @end */

/* @group wrapper */

#wrapper {
  position: relative;
  min-width: 870px;
  max-width: 1450px;
  background-color: white;
  padding-right: 49px;
  padding-left: 49px;
}

#wrapper > header {
  float: left;
  height: 70px;
}

/* @end */

#logo img {
  z-index: 1;
  position: relative;
  width: 253px;
  margin-bottom: -50px;
}

/* @group nav */

#head {
  float: left;
  width: calc(100% - 255px);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: #ebf0ee;
}

#main {
  margin-bottom: 20px;
  margin-top: 20px;
}

#main ul {
  display: flex;
  justify-content: space-between;
}

.gap {
  height: 140px;
}

#main li {
  display: inline-table;
  vertical-align: middle;
  float: left;
  margin-right: 17px;
  flex-grow: 1;
}

#main li:last-of-type {
  margin-right: 0;
}

#head li {
  display: inline-table;
  border-collapse: collapse;
  border-spacing: 0;
  float: left;
  border-right: 2px solid white;
}

#main li a,
#head li a {
  display: table-cell;
  padding: 20px;
  background-color: #ebf0ee;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 22px;
}

#head li a {
  width: auto;
  height: 40px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.spacer {
  display: inline-block;
  background-color: #ebf0ee;
  height: 50px;
}

#main .active a,
#head .active a {
  background-color: #003958 !important;
  color: white;
}

a.menu {
  display: none;
}

#closer {
  height: 0;
}

#head,
#main {
  transition: all 0.3s;
}

#trailer {
  line-height: 1.25em;
  width: calc(100% - 80px);
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 33px;
  text-align: center;
  font-family: "Bodoni72";
  letter-spacing: 0.02em;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#trailer p {
  margin-bottom: 0;
}

/* @end */

/* @group search */

#searchform {
  background-color: #e1604d;
  height: 10px;
  padding-top: 11px;
  padding-bottom: 29px;
  width: auto;
  float: left;
  vertical-align: middle;
}

#searchform input {
  border: none;
  color: white;
  background-color: transparent;
  outline-style: none;
  font-size: 14px;
  margin-left: 20px;
  width: calc(100% - 20px);
}

#searchform label {
  display: none;
  color: white;
}

.fa-search {
  color: white;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: white;
}

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

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

:-ms-input-placeholder {
  color: white;
}

/* @end */

/* @group carousel */

#cwrap {
  position: relative;
}

#cwrap.incontent {
  margin-bottom: 80px;
  margin-top: -50px;
}

#carousel {
  width: 100%;
}

.back {
  left: -49px;
}

.forward {
  right: -49px;
}

.top_picture {
  width: 100%;
}

.top_picture img {
  width: 100%;
}

.back,
.forward {
  background-color: #003958;
  font: bold 84px "Bodoni72";
  width: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: calc(50% - 60px);
  height: 100px;
  text-decoration: none;
  padding-bottom: 24px;
  padding-top: 16px;
}

a.back,
a.forward {
  color: white;
}

a.back:hover,
a.forward:hover {
  text-decoration: none;
  color: #e1604d;
}

#carousel .owl-item img {
  width: 100%;
}

#carousel .link {
}

#carousel h4 {
  bottom: 24px;
  right: 20px;
  background-color: white;
  width: auto;
  padding: 10px 15px;
  font-size: 16px;
  position: absolute;
}

#carousel a h4:after {
  content: "»";
  font: bold 30px/14px "Bodoni72";
  display: inline-block;
  margin-left: 15px;
  top: 2px;
  position: relative;
}

#carousel .owl-pagination {
  margin-top: 51px;
}

.owl-page span {
  background-color: #c6d3d3 !important;
}

.owl-page.active span {
  background-color: #003958 !important;
}

.owl-page:hover span {
  background-color: #e1604d !important;
}

/* @end */

/* @group content */

#content {
}

/* @group article */

article img {
  width: 100%;
}

article .text .block li,
article .text .body li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 22px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

article .text .block ul {
  margin-bottom: 1em;
}

article h4 {
  font-weight: bold;
  margin-bottom: 3px;
}

article hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.single div {
  margin-bottom: 20px;
}

#oh-map-map div {
  margin-bottom: 0;
}

/* @group map */

#cwrap {
}

#map.smartmap-mapcanvas {
  width: 100% !important;
}

.bubble h1 {
  font-weight: bold;
}

.bubble h2 {
  max-width: 300px;
}

.bubble p {
  display: block;
  margin-bottom: 0;
  margin-top: 1em;
}

.bubble span {
  text-decoration: underline;
}

.bubble span:hover {
  cursor: pointer;
  color: #e1604d;
}

.bubble img {
  width: 120px;
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}

/* @end */

article table {
  width: 100%;
}
article table td {
  padding: 5px;
  width: 50%;
}
article table tr:nth-of-type(2n + 1) {
  background-color: #ebf0ee;
}

#werksausschuss td {
  width: 35%;
}

.index article,
.search article {
  background-color: #ebf0ee;
  margin-top: 20px;
  position: relative;
}

.index article figure,
.search article figure {
  float: left;
  width: calc(50% - 12px);
  margin-right: 40px;
  margin-bottom: -4px;
}

.index article img,
.search article img {
  width: 100%;
}

.index article a {
  text-decoration: none;
}

.index article h2,
.search article h2 a,
.single h2,
.downloads h2 {
  color: #339aca;
  font-size: 22px;
  line-height: 1.45em;
}

.index article a:hover h2 {
  color: #e1604d !important;
}

.index article h3,
.search article h3 a,
.single h2,
.single aside h3 {
  font-size: 22px;
  margin-top: 0.25em;
  font-weight: normal;
  font-style: normal;
}

aside h3 {
  margin-bottom: 28px;
}

.single article h1,
.single article h2 {
  line-height: 1.2em;
  font-size: 28px;
  font-weight: 400 !important;
}

.index article {
  overflow: hidden;
}

article h2 a:hover {
  color: #e1604d !important;
}

article h2 a:hover,
article h3 a:hover {
  text-decoration: none !important;
}

.index article h3,
.search article h3,
.single article h2 {
}

.index article .body,
.single article .body {
  margin-top: 1.25em;
  padding-right: 40px;
  overflow: hidden;
}

.search article .body {
  width: 90%;
  margin-top: 20px;
}

.index article .body {
  width: calc(50% - 100px);
  height: calc(100% - 160px);
  position: absolute;
  margin-left: calc(50% + 26px);
  padding-right: 60px;
}

.search article {
  padding: 20px;
}

.index article .text,
.search article .text {
  padding-top: 40px;
}

article.small {
  padding: 20px;
  /*padding-left: calc(50% + 28px);*/
  margin-bottom: 0;
  margin-top: 10px;
}

article.small .text {
  padding-top: 0;
}

.single article .body {
  padding-right: 0;
}

.single article figure {
  width: calc(100vh - 90px);
  width: calc(200% + 60px);
  margin-bottom: 20px;
}

.single article figure img {
	object-fit: cover !important;
}

.title {
  font-size: 14px;
  margin-top: -1em;
}

.single article {
  width: calc(50% - 30px);
  float: left;
  margin-right: 40px;
}

.single.about article h2 {
  color: #339aca;
  margin-bottom: 0;
  line-height: 1.25em;
  font-weight: 300 !important;
  font-style: normal !important;
}

.single.about article h1 {
  color: #02618b;
  font-size: 28px;
  line-height: 1.25em;
}

/* @group tile */

.tile {
  width: calc(25% - 15px);
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 0 !important;
}

.tile:nth-of-type(4n) {
  margin-right: 0;
  margin-left: -2px;
}

.tile a {
  text-decoration: none;
}

.tile figure {
  width: 100% !important;
  height: 200px;
  overflow-y: hidden;
}

.tile figure figcaption {
  margin-bottom: -1px;
}

.tile figure.no_picture img {
}

.tile figure.no_picture {
}

.tile figure img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%;
}

.tile .text {
  padding: 10px !important;
  height: 41px;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 10px;
}

.tile .text h2 {
  color: #48b9f7;
  line-height: 20px;
  font-size: 16px;
}

.tile .text h3 {
  font-weight: normal;
  font-style: normal;
  line-height: 1.1em;
}

.tile a:hover .text h2,
.tile a:hover .text h3 {
  color: #e1604d;
}

/* @end */

/* @group aside */

aside {
  float: right;
  width: calc(50% - 13px);
}

aside.press {
  float: none;
  margin-top: 40px;
}

aside img {
  width: 100%;
}

aside figure div {
  font-size: 13px;
}

aside figure {
  margin-bottom: 10px;
}

.links {
  background-color: #eaf0ed;
  padding: 20px;
}

.links li {
  margin-top: 6px;
}

.links h3 {
  color: #339aca;
  font-size: 16px;
}

.links a {
  text-decoration: none;
}

.links a:after {
  content: "»";
  font: bold 30px/14px "Bodoni72";
  display: inline-block;
  margin-left: 15px;
  top: 2px;
  position: relative;
}

/* @end */

.cat {
  display: none;
  float: right;
  margin-right: 63px;
  font-size: 14px;
  margin-top: -33px;
}

.resultCat {
  float: right;
  font-size: 80%;
  margin-top: -9px;
}

.more {
  color: #02618b;
  font: bold 4em/0 "Bodoni72";
  text-decoration: none;
  float: right;
  position: absolute;
  bottom: 42px;
  right: 30px;
}

.more:hover {
  text-decoration: none;
}

article a:hover .more,
a.backtotop:hover,
article a:hover {
  color: #e1604d !important;
}

section header {
  font-size: 28px;
  line-height: 1.25em;
  border-bottom: 1px solid #123f56;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

section header h1,
.search .body h2 {
  font-weight: bold;
  display: inline;
  font-size: 1em;
}

section header p,
.search .body p {
  display: inline;
}

section header li {
  list-style-position: outside;
  margin-left: 26px;
  list-style-type: disc;
}

.catdescription h1:after,
.search .body h1:after {
  content: " • ";
  display: inline;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
}

.catdescription {
  float: left;
  width: calc(75% - 40px);
  margin-right: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.catdescription h1 {
  font-size: 28px;
  font-weight: 500;
}

/* @end */

/* @group downloads */

.downloads img {
  width: auto;
  margin-right: 20px;
  vertical-align: top;
  background-color: white;
  -moz-box-shadow: 0 0 15px #b4b4b4;
  box-shadow: 0 0 15px #b4b4b4;
  height: 140px;
}

.downloads h2 {
  margin-bottom: 10px;
}

.downloads li {
  margin-bottom: 10px;
  background-color: #ebf0ee;
  padding: 20px;
  position: relative;
  list-style: none;
  margin-left: 0;
}

.downloads li a {
  text-decoration: none;
  height: 100%;
}

.downloads li .kind:after {
  content: "»";
  font: bold 30px/14px "Bodoni72";
  display: inline-block;
  margin-left: 10px;
  top: 2px;
  position: relative;
  float: right;
}

.downloads li a:hover .kind:after {
  color: #e1604d !important;
}

.downloads .fa {
  font-size: 24px;
  margin-right: 7px;
  margin-left: 7px;
}

.downloads .kind {
  background-color: #003958;
  color: white;
  width: calc(50% - 5px);
  padding: 10px 10px 7px;
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 14px;
}

.downloads .filetype {
  font-size: 14px;
  text-transform: uppercase;
}

.downloads .title {
  display: inline-block;
  width: 40%;
  margin-top: 5px;
}

/* @end */

.specification h3 {
  margin-top: 1em;
  font-size: 24px;
}

.specification h4 {
  margin-top: 1em;
  font-weight: bold;
}

.specification ul li,
aside li {
  list-style: disc;
  margin-left: 23px;
}

/* @group ajax */

.right {
  float: right;
  width: calc(25% - 13px);
  overflow: hidden;
}

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

.buttons .col {
  float: left;
  width: 50%;
  margin-right: 5px;
}

.buttons .col:nth-of-type(2n) {
  margin-right: -5px;
}

.button {
  margin-right: 20px;
  margin-bottom: 5px;
}

.button a {
  padding: 5px 10px;
  background-color: #eaf0ed;
  height: 100%;
  color: #02618b;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: calc(100% - 5px);
  position: relative;
}

.button a.selected,
.button a:hover {
  background-color: #003958;
  color: white;
}

.button a:after {
  content: "+";
  display: inline-block;
  color: silver;
  font-size: 26px;
  transition: all 0.4s;
  text-align: center;
  position: absolute;
  right: 6px;
}

.button a.selected:after {
  color: #e1604d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -moz-transform-origin: 56% 60%;
  -ms-transform-origin: 56% 60%;
  -o-transform-origin: 56% 60%;
  -webkit-transform-origin: 56% 60%;
  transform-origin: 56% 60%;
  font-size: 31px;
}

.map_buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.map_button {
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  max-width: 140px;
}

.map_button a {
  text-decoration: none;
}

.map_button span:after {
  content: "+";
  display: inline-block;
  color: silver;
  font-size: 26px;
  transition: all 0.4s;
  text-align: center;
  vertical-align: top;
  width: 19px;
}

.map_button.selected span:after {
  color: #e1604d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -moz-transform-origin: 56% 60%;
  -ms-transform-origin: 56% 60%;
  -o-transform-origin: 56% 60%;
  -webkit-transform-origin: 56% 60%;
  transform-origin: 56% 60%;
  font-size: 31px;
}
.map_button img {
  vertical-align: top;
  height: 36px;
}

.map_button.selected img {
  filter: grayscale(0%);
}

.map_button img {
  filter: grayscale(100%);
}

.backToObjects {
  text-decoration: none;
}

.backToObjects:before {
  content: "«";
  font: bold 30px/14px "Bodoni72";
  display: inline-block;
  margin-right: 15px;
  top: 2px;
  position: relative;
}

.explain {
  color: #c5d3d3;
  font-size: 14px;
  width: 100%;
  line-height: 1.25em;
  float: left;
  display: inline;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#wait:after {
  content: "Die Auflistung wird aktualisiert";
  margin-left: 10px;
}

#wait img {
  vertical-align: middle;
}

/* @end */

.right nav {
}

.right nav li {
}

.right nav a {
  font-size: 18px;
  display: block;
  margin-bottom: 14px;
  line-height: 1.2em;
}

.right nav .active a {
  font-weight: bold;
}

/* @end */

/* @group contact */

.contact form {
  max-width: 600px;
}

fieldset {
  margin-bottom: 10px;
  width: 650px;
}

label {
  display: inline-block;
  width: 200px;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: normal !important;
  font-style: normal !important;
}

.imprint label {
  float: right;
  width: 97%;
}

.imprint form::after {
  content: " ";
  display: block;
  float: none;
  clear: both;
  padding-bottom: 1em;
}

#fields-anrede-field div.form__field div label {
  display: inline;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
  width: 70px;
}

input[type="radio"] {
  display: inline;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  display: block;
  width: 400px;
  height: 29px;
  border: 1px solid #cbcbcb;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact textarea {
  height: 150px;
}

select {
  height: 42px !important;
  margin-top: 7px;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact button[type="submit"] {
  font-size: 18px;
  width: 200px;
  margin-left: 200px;
  margin-bottom: 20px;
  color: #02618b;
}

.contact button[type="submit"]:hover {
  color: #e1604c;
}

.form__note {
  color: #c5d3d3;
  font-size: 14px;
  line-height: 1.25em;
}

.errors li {
  color: #e1604c;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -14px;
  margin-left: 200px;
}

.required:after {
  content: "*";
  font-size: 12px;
  position: relative;
  top: -7px;
}

#fields-vorname-field:before {
  content: "";
  clear: both;
  display: block;
  margin-top: 30px;
}

/* @end */

/* @group footer */

.backtotop {
  position: relative;
  text-align: right;
  margin-right: 80px;
  margin-bottom: -27px;
  margin-top: 46px;
  font-size: 12px;
}

.backtotop a {
  font: bold 74px/0 "Bodoni72";
  text-decoration: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  margin-top: 5px;
  margin-left: 10px;
}

.backtotop a:hover {
  color: #e1604d;
}

footer {
  background-color: #003958;
  color: white;
  clear: both;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin-top: 50px;
  overflow: auto;
  padding: 40px 40px 10px;
}

footer nav,
footer div {
  width: calc(25% - 20px);
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
}

footer nav:first-of-type {
  width: calc(50% + 3px);
  margin-right: 8px;
}

footer div:nth-of-type(2) {
  width: calc(25% - 60px);
  margin-left: 24px;
}

footer a,
footer div {
  color: white !important;
  font-size: 14px;
  text-decoration: none;
}

footer div {
}

footer nav a {
  font-size: 18px;
  line-height: 1.45em;
  display: inline-block;
  margin-bottom: 6px;
  width: auto;
}

footer h5 {
  color: #4fa7ce;
  margin-bottom: 8px;
}

footer p {
  line-height: 1.45em;
}

footer a:hover {
  color: #e1604d !important;
  text-decoration: none;
}

footer .clearfloat {
  background-color: #d79532;
  width: calc(100% + 60px);
  margin-left: -40px;
  padding: 10px 10px 10px 40px;
  margin-bottom: -10px;
}
/* @end */

@media only screen and (min-width: 1550px) {
  #wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 1450px;
  }
}

@media only screen and (max-width: 1224px) and (min-width: 1024px) {
  .spacer {
    display: none !important;
  }

  #searchform {
    //width: calc(100% - 546px);
  }


}

@media only screen and (max-width: 1024px) and (min-width: 580px) {
  #wrapper {
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    min-width: 80px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }

  #logo img {
    margin-right: 2px;
  }

  .back,
  .forward {
    display: none;
  }

  #main a {
    padding: 5px !important;
    font-size: 20px !important;
  }

  #head li a {
    width: 65px;
  }

  .single article figure {
  }

#searchform {
    //width: calc(100% - 331px);
  }

  .buttons .col {
    float: none;
    width: 100%;
  }

  .tile {
    width: calc(50% - 10px);
  }

  .tile:nth-of-type(2n) {
    margin-right: 0;
  }

  .tile figure {
  }

  .tile figure img {
  }


  .explain {
    width: 100%;
  }

  .filesize {
    display: none;
  }

  .kind {
    width: auto !important;
  }

  .buttons .col {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 580px) and (min-width: 120px) {
  #wrapper {
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    min-width: 80px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }

  #logo img {
    height: 95px;
    margin-left: -25px;
  }

  .back,
  .forward {
    display: none;
  }

  section header {
    padding-right: 0;
  }

  #head,
  #main {
    position: absolute;
    width: 100%;
    right: -100%;
    z-index: 2;
  }

  #head.show,
  #main.show {
    right: 0;
  }

  #closer {
    width: 100%;
    height: calc(100vh - 166px);
  }

  #main {
    top: -20px;
  }

  section header {
    margin-top: 80px;
  }

  .catdescription {
    width: 100%;
    margin-bottom: 20px;
  }

  .buttons {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .right nav li {
    margin-bottom: 11px;
  }

  .right nav a {
    font-size: 24px !important;
  }

  .button a {
    width: 100%;
  }

  .explain {
    width: 100%;
  }

  #head {
    top: 172px;
  }

  #main li,
  #head li {
    width: 100% !important;
    border-top: 1px solid #eaf0ed;
  }

  #trailer {
    font-size: 22px;
  }

  #head {
    display: block;
  }

  #head li a {
    background-color: #003958 !important;
    height: 30px;
    text-align: left !important;
    color: white;
    width: 100%;
  }

  .spacer {
    display: none !important;
  }

  #searchform {
    height: 2px;
    padding-top: 9px;
    padding-bottom: 29px;
    width: 100%;
    margin-top: 1px;
  }

  #main li a {
    background-color: #003958 !important;
    font-size: 14px !important;
    height: 10px !important;
    padding-bottom: 9px;
    padding-top: 9px;
    text-align: left;
    color: white;
  }

  #main li a:after,
  #head li a:after {
    content: "»";
    font: bold 30px/14px "Bodoni72";
    display: inline-block;
    margin-left: 15px;
    top: 2px;
    position: relative;
    float: right;
  }

  .fa-search {
    top: 175px;
  }

  a.menu {
    text-decoration: none;
    font-size: 32px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    z-index: 2;
    position: relative;
  }

  .index article figure,
  .search article figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .index article .body,
  .search article .body,
  .single article .body {
    padding-bottom: 20px;
  }

  .index article .body,
  .search article .body {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 0;
  }

  .index article a .text {
    padding-bottom: 35px;
  }

  .single article {
    width: 100%;
  }

  .single aside {
    width: 100%;
  }

  .text {
  }

  a.more {
    bottom: 29px;
    right: 10px;
  }

  .tile {
    width: 100%;
    height: 300px;
  }

  .tile .text {
    padding: 5px !important;
    margin-right: 0;
    margin-left: 0;
    height: 50px;
  }

  .tile figure {
  }

  .tile figure img {
  }

  .tile figure figcaption {
    margin-bottom: -5px;
  }

  .contact form,
  .contact fieldset {
    width: 100%;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    width: calc(100% - 12px);
    margin-left: 0;
  }

  .contact select {
    width: calc(100% - 12px);
  }

  .contact button[type="submit"] {
    width: 100%;
    margin-left: 0;
  }

  label {
    margin-bottom: 5px;
    width: 45%;
  }

  .errors li {
    margin-left: 0;
  }

  footer nav,
  footer div {
    width: calc(50% - 0px);
    margin-right: 0;
  }

  footer nav {
    width: 100% !important;
  }

  footer div:nth-of-type(2) {
    width: calc(50% - 35px);
    margin-right: 0;
  }

  .buttons .col {
    float: none;
    width: 100%;
  }

  .downloads .kind {
    width: calc(50% - 55px);
  }

  .filesize {
    display: none;
  }

  .downloads .title {
    width: 50%;
    display: block;
    margin-top: 5px;
  }
}
