/*
******************
*   artbeeren    *
******************
*/
body {
  font-size: 80%;
  font-family: "RobotoSlab", "Times New Roman", Times, serif;
  font-weight: normal;
  color: #2E2E2E;
  line-height: 1.6;
  background-color: #E8E8E8;
  background-image: url(/graphics/own_graphics/bg.png);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: auto; }

@font-face {
  font-family: 'RobotoSlab';
  src: url(../fonts/Roboto/RobotoSlab-Regular.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoSlab';
  src: url(../fonts/Roboto/RobotoSlab-Bold.ttf);
  font-weight: bold;
  font-style: normal; }

div#site {
  text-align: left;
  background-color: #FAFAFA;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  margin: 1em auto;
  border-top: 2px solid #DAA520; }

header {
  color: #2E2E2E;
  background-color: #F2F2F2;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }
  header a, header a:hover, header a:active, header a:focus, header a:visited {
    color: #DAA520; }

div#logo {
  margin-top: 1em; }

div#top {
  margin-top: 1em;
  margin-bottom: 0.5em; }

nav {
  color: #2E2E2E;
  background-color: #DAA520; }

footer {
  color: #F5F5F5;
  background-color: #DAA520;
  padding-top: 1.5em; }

#content {
  padding-bottom: 1em; }

div#content_area {
  padding-top: 2em;
  padding-bottom: 2em; }

h1 {
  font-size: 1.9em;
  color: #4B92A6;
  font-weight: bold; }

h2 {
  font-size: 1.6em;
  color: #4B92A6;
  font-weight: bold; }

h3 {
  font-size: 1.5em;
  font-weight: bold; }

h4 {
  font-size: 1.3em;
  font-weight: bold; }

h5 {
  font-size: 1.3em;
  font-weight: bold; }

h6 {
  font-size: 1.3em; }

footer h2 {
  font-size: 1.5em;
  color: #F5F5F5;
  margin: 1em 0 0.5em 0;
  padding-bottom: 8px; }

.shadeBox h2, #splashscreen h1 {
  color: #4B92A6; }

p {
  hyphens: auto;
  font-size: 1.3em; }

p.lead {
  font-size: 1.3em;
  font-weight: bold; }

p.picturetext {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 0px; }

p.copyright {
  color: #767676;
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 0px; }

p.capital:first-letter {
  float: left;
  font-size: 3.3em;
  font-weight: bold;
  width: 1em;
  margin: 3px 5px 3px 0px;
  line-height: 80%;
  color: #4B92A6;
  text-shadow: 2px 2px 4px #C0C0C0; }

blockquote {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 8px solid #4B92A6;
  color: #4B92A6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-style: italic; }

ul, ol {
  font-size: 1.3em;
  margin-bottom: 1.1em;
  margin-left: 1.5em; }

ul li, ol li {
  margin-bottom: 0.5em; }

ul ul, ul ol, ol ol, ol ul {
  margin: 0.5em 0px 0.5em 1em;
  font-size: 1em; }

ul ul li, ul ol li, ol ol li, ol ul li, .innerbox ul li {
  margin-bottom: 0px; }

.highlight {
  color: #000000;
  background-color: #FFFFA2; }

.prime {
  padding: 12px;
  background-color: #FFFFFF; }

.second {
  padding: 12px;
  background-color: #FAFAFA; }

.box {
  margin: 2em 0px;
  padding: 12px;
  background-color: #FFFFFF;
  text-align: left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.dlg {
  display: inline-block;
  min-width: 33%;
  margin: 5em auto;
  padding: 12px;
  background-color: #FFFFFF;
  text-align: left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.indentBox {
  margin: 2em 3em;
  padding: 12px; }

.shadeBox {
  background-color: #FFFFFF;
  padding: 12px; }

div.innerbox {
  padding: 12px; }

.innerbox p {
  margin: 0px; }

.innerbox ul, footer ul {
  margin: 1em; }

.innerbox ul li, footer ul li {
  list-style: url(/graphics/own_graphics/dot_neu.png); }

.innerbox ul li a {
  display: block;
  text-decoration: none;
  color: #4682B4; }

.innerbox ul li a:hover, .innerbox ul li a:focus, .innerbox ul li a:active {
  text-decoration: underline; }

#logo h1 {
  margin: 0px; }

#msearch {
  margin-right: 0.5em; }

#lswitch {
  margin-bottom: 0.8em; }

#lang_detect {
  font-size: 1.4em;
  text-align: center;
  background-color: #FFFFA2; }

#lang_detect span {
  display: inline-block;
  padding: 5px; }

#gototop {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  background-color: #4B92A6;
  color: #FFFFFF;
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

#gototop a {
  color: #FFFFFF !important; }

/* yo-lightbox and overlay*/
#lightbox, #overlay {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5); }

#overlay {
  max-width: 500px; }

#overlay h2 {
  background-color: #F2F2F2;
  color: #2E2E2E;
  padding: 12px;
  margin: 0px; }

#lightbox p {
  margin: 0;
  padding: 8px;
  background-color: #FFFFFF; }

#lightbox a.yo-btn, #overlay a.yo-btn, .dlg a.yo-btn {
  color: #FFFFFF;
  opacity: 0.7;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }

#lightbox a.yo-btn:hover, #overlay a.yo-btn:hover, .dlg a.yo-btn:hover {
  opacity: 1; }

div.offsets {
  font-size: 1.2em;
  text-align: center;
  margin: 1em 0; }

div.announcebox {
  hyphens: auto;
  margin-bottom: 2em;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

div.announcebox h2 {
  font-size: 1.4em;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #4B92A6;
  padding: 12px;
  margin: 0px;
  border-bottom: 1px solid #4B92A6; }

div.announcebox a {
  color: #4682B4 !important; }

#imglogo {
  vertical-align: bottom; }

hr {
  color: #4B92A6;
  border: 0px;
  background-color: #4B92A6;
  height: 1px;
  width: 66%;
  margin: 1.5em auto; }

hr.fnline {
  width: 33%;
  margin-left: 0px; }

div .banner {
  text-align: center;
  margin-bottom: 1em;
  padding: 0 1em; }

/*  CSS MENU (yololo+)*/
ul#menue {
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em; }

ul#menue ul {
  background-color: #DAA520;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

ul#menue li {
  font-weight: bold;
  width: 13em;
  list-style: none; }

ul#menue ul li {
  font-weight: bold; }

ul#menue a {
  color: #FEFEFE;
  background-color: #DAA520;
  text-align: center;
  transition: all 400ms ease-in-out 0s; }

ul#menue ul li a {
  padding: 12px; }

ul#menue a:hover, ul#menue a:active, ul#menue a:focus {
  background-color: #4B92A6; }

ul#menue li.selected > a {
  background-color: #4B92A6;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAa0lEQVQYlY2OsQ2DQBAED3qgDOQ+yNyFRRWfuxCXQhmWKOF3JyJ4El5C1iO80kQ7p9uIRoAFWCUNrf6czvYbKJWUUn9pS3qd5YNvU845PxtyAYrtz+/m6UquSJojIsL2A9juDo5PYwD+R67sn+rPpNkSgS0AAAAASUVORK5CYII=); }

/* sidebar */
#sidebar {
  background-color: #DAA520;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 5px;
  overflow: auto; }

#sidebar ul {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #DAA520;
  margin: 12px;
  list-style: none; }

#sidebar ul ul {
  padding-left: 12px; }

#sidebar a {
  color: #FEFEFE; }

#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  text-decoration: underline; }

ul.listing {
  list-style: none;
  margin-left: 0px; }

ul.listing li {
  margin: 1em 0px; }

ul.listing ul li {
  font-size: 1em;
  list-style: square;
  margin: 0.2em 1em; }

ul.listing ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #4682B4; }

ul.listing h2 {
  font-size: 1.5em;
  margin: 1em 0em 0.5em 0em; }

ul.listing h2 a, ul.listing h3 a {
  text-decoration: none;
  color: #4682B4; }

ul.neutral {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

/* breadcrumb */
#breadcrumb {
  padding: 2px;
  font-size: 1.1em;
  border-bottom: 1px solid #A2A2A2;
  margin-bottom: 1em; }

#breadcrumb a, .offsets a {
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  color: #4682B4; }

/* TABLES */
table.Gitternetz, table.withBorder, table.table {
  margin: 0 0 2em 0;
  border: 1px solid #A2A2A2;
  border-collapse: collapse; }

td {
  font-size: 1.1em;
  border: 1px solid #A2A2A2;
  padding: 8px;
  text-align: left;
  color: #767676; }

caption {
  font-size: 1.3em;
  padding: 2px;
  font-weight: bold;
  text-align: left; }

th {
  font-size: 1.1em;
  border: 1px solid #A2A2A2;
  padding: 8px;
  text-align: left;
  font-weight: bold;
  background-color: #FFFFFF; }

/* Insert your styles here */
/* social media icons */
.sb {
  font-size: 1.7em;
  text-align: center;
  color: #DAA520 !important;
  background-color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  margin: 0px 5px 5px 0px;
  opacity: 0.7;
  transition: all 500ms ease-in-out 0s; }

.sb:hover, .sb:active, .sb:focus {
  text-decoration: none;
  opacity: 1;
  color: #FFFFFF !important; }

.sb.facebook:hover, .sb.facebook:active, .sb.facebook:focus {
  background-color: #3b599d; }

.sb.twitter:hover, .sb.twitter:active, .sb.twitter:focus {
  background-color: #2fc8ff; }

.sb.linkedin:hover, .sb.linkedin:active, .sb.linkedin:focus {
  background-color: #007bb5; }

.sb.xing:hover, .sb.xing:active, .sb.xing:focus {
  background-color: #1a7576; }

.sb.google:hover, .sb.google:active, .sb.google:focus {
  background-color: #dd4b39; }

.sb.pinterest:hover, .sb.pinterest:active, .sb.pinterest:focus {
  background-color: #e60023; }

.sb.instagram:hover, .sb.instagram:active, .sb.instagram:focus {
  background-color: #833ab4; }

.sb.fhpx:hover, .sb.fhpx:active, .sb.fhpx:focus {
  background-color: #007bb5; }

.sb.email:hover, .sb.email:active, .sb.email:focus {
  background-color: #dd4b39; }

a {
  color: #4682B4; }

a.more {
  text-decoration: none;
  font-weight: bold; }

a.more:before {
  font-family: fontawesome;
  font-weight: 900;
  padding: 3px 5px;
  content: "\f101"; }

a.more:hover, a.more:active, a.more:focus {
  text-decoration: none;
  color: #699bc4; }

a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #0888f3; }

a:visited {
  color: #5f809b; }

a.fold, a.unfold {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none; }

a.fold:after, a.unfold:after {
  font-family: fontawesome;
  font-weight: 900;
  padding: 3px 5px;
  content: "\f107";
  pointer-events: none; }

a.fold:after {
  content: "\f106"; }

a.fold:hover, a.fold:active, a.fold:focus, a.unfold:hover, a.unfold:active, a.unfold:focus {
  outline: none;
  text-decoration: none; }

a.as_button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  hyphens: manual; }

a.linkedtitle {
  text-decoration: none; }

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

footer a:hover, footer a:active, footer a:focus {
  text-decoration: underline;
  color: #fdf8f8; }

footer a:visited {
  color: inherit; }

#cookieWarning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  padding: 1em 4px; }

/* FOOTNOTES */
a.aftn, a.ftn {
  text-decoration: none; }

/* FORMS */
label {
  font-weight: bold;
  font-size: 1.3em; }

.buttons {
  margin: 1em 0px;
  border: 1px solid #E8E8E8;
  padding: 12px;
  background-color: #FFFFFF; }

input.search {
  font-size: 1.1em;
  background-color: white;
  padding: 2px;
  border: 0px; }

#searcharea {
  color: #767676;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 1em;
  border-radius: 2rem;
  background-color: white; }

.duty {
  border-color: #FF4500 !important; }

.iframebox {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

i.white {
  color: #FFFFFF; }

.tlform {
  font-size: 1.3em;
  text-align: left;
  margin: 1em 0; }

.tlform ul {
  font-size: 1em; }

.tlform h2 {
  font-size: 1.15em; }

/* according to _form.scss in gui */
.tlform div.row {
  margin-bottom: 1em !important;
  display: block; }

.tlform p {
  margin: 0.5em 0;
  font-size: 1em; }

.tlform div.label,
fieldset.inside legend {
  padding: 8px 5px !important;
  background-color: #FFFFFF;
  text-align: right; }

.tlform div.label img {
  max-height: 90px; }

.tlform input[type=checkbox],
.table input[type=checkbox],
.tlform input[type=radio] {
  display: none; }

.tlform input[type=checkbox] + label:before,
.tlform input[type=radio] + label:before {
  display: inline-block;
  padding-right: 8px;
  font-family: fontawesome;
  font-size: 2em;
  vertical-align: middle;
  color: #D5D5D5;
  content: "\f204"; }

.tlform input[type=checkbox]:checked + label:before,
.tlform input[type=radio]:checked + label:before {
  content: "\f205";
  color: #90EE90; }

.tlform input[type="checkbox"][readonly="readonly"] {
  pointer-events: none; }

.table input[type=checkbox] + label:before {
  display: inline-block;
  font-family: fontawesome;
  font-size: 1.4em;
  width: 18px;
  font-weight: normal;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.33);
  content: "\f096"; }

.table input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #222222; }

span.tiwrap, span.icowrap {
  display: inline-block;
  max-width: 80%;
  margin-bottom: 2px;
  white-space: nowrap; }

span.tiwrap {
  background-color: #E8E8E8; }

.btn_upload {
  display: inline-block;
  padding-right: 6px;
  background-color: #E8E8E8;
  margin-bottom: 2px; }

.btn_upload span {
  display: inline-block;
  padding: 6px;
  margin-right: 6px;
  min-width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  font-weight: normal; }

label {
  font-size: 1em;
  font-weight: bold; }

input,
select,
textarea {
  outline: none;
  box-sizing: border-box;
  font-family: "RobotoSlab", "Times New Roman", Times, serif;
  max-width: 93%; }

input.text,
textarea {
  font-size: 1em;
  background-color: #FFFFFF;
  color: #2E2E2E;
  margin: 0;
  padding: 8px;
  border: 1px solid #E8E8E8;
  width: 40em; }

.tiwrap input, .table input, .dlg input, .caldlg input, input.loose, #colorpicker input {
  width: auto; }

input.tiny {
  width: auto;
  padding: 2px;
  margin-bottom: 4px; }

textarea {
  font-family: "RobotoSlab", "Times New Roman", Times, serif; }

select {
  font-family: "RobotoSlab", "Times New Roman", Times, serif;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 8px;
  padding-right: 30px;
  min-width: 20em;
  color: #2E2E2E;
  background-color: #FFFFFF;
  background-image: linear-gradient(to left, #E8E8E8 28px, #FFFFFF 28px);
  border: 0; }

select.loose, .caldlg select {
  min-width: 10em; }

select.tiny {
  padding: 2px;
  font-size: 0.8em;
  min-width: 10em;
  background-image: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

select[multiple] {
  border: 1px solid #E8E8E8; }

.selectwrap {
  display: inline-block;
  margin-bottom: 2px;
  border: 1px solid #E8E8E8;
  background-color: #E8E8E8; }

.enhanSelAnchor:after,
.selectwrap:after {
  font-family: fontawesome;
  background-color: #E8E8E8;
  font-weight: 900;
  padding: 8px;
  color: #FFFFFF;
  content: "\f13a";
  pointer-events: none; }

.selectwrap:after {
  margin-left: -28px; }

.enhanSelAnchor:after {
  padding: 8px 8px;
  position: absolute;
  right: 0;
  top: 0; }

.slideLab input.text {
  padding: 35px 20px 20px 20px;
  transition: padding-top 0.3s ease, margin-top 0.3s ease; }

.slideLab input.text + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 10px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  height: 0px; }

.slideLab input + label > span {
  margin: 0;
  position: absolute;
  top: -65px;
  left: 0px;
  -webkit-transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease; }

.slideLab input:focus + label > span, .slideLab input.validIn + label > span {
  top: -85px;
  font-weight: normal;
  font-size: 0.8em; }

input:focus,
textarea:focus,
.enhanSel:focus-within,
.selectwrap:focus-within {
  border: 1px solid #E1B549;
  outline: none; }

.buttons {
  clear: left;
  margin: 1em 0;
  padding: 5px;
  white-space: nowrap; }

.as_button,
button,
input.button {
  color: #FEFEFE !important;
  font-weight: bold;
  font-size: 1.1em;
  margin: 4px 6px;
  padding: 12px 16px;
  cursor: pointer;
  border: none;
  border-radius: 2rem;
  transition: all 200ms ease-in-out 0s;
  background-color: #E1B549;
  background-image: linear-gradient(to bottom, #E1B549 33%, #DAA520 66%); }

button.red,
input.button.red {
  color: #FEFEFE;
  background-color: #FF6347;
  background-image: linear-gradient(to bottom, #FF6347 66%, #D1513A 99%); }

a.as_button i,
button i {
  color: #FEFEFE !important;
  padding-right: 5px; }

.as_button:focus,
.as_button:hover,
button:focus,
button:hover,
input.button:focus,
input.button:hover {
  color: #FEFEFE !important;
  border: none;
  margin: 2px 4px;
  padding: 14px 18px;
  background-color: #E1B549;
  background-image: linear-gradient(to bottom, #E1B549 33%, #DAA520 66%); }

option.no_selection {
  font-style: italic; }

input[type=range] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border-radius: 12px; }

input[type=range]:focus {
  background-color: #A2A2A2;
  border: none; }

input.follower {
  margin-top: 4px; }

.valigner {
  display: flex;
  align-items: center; }

output.inBubble {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0 8px;
  border-radius: 50%; }

iframe.duty,
input.duty {
  border: 2px solid #FF8B8B !important; }

option.zero_opt {
  color: #777777;
  font-style: italic; }

fieldset {
  padding: 12px;
  margin: 1.5em 0;
  border: 3px solid #FFFFFF;
  border-radius: 6px; }

fieldset.unfold {
  padding: 0;
  border: 0; }

fieldset.inside {
  border: 0;
  padding: 0; }

legend {
  min-width: 14em;
  padding: 8px;
  margin-left: 5px;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 7px; }

fieldset.inside legend {
  background-color: #FFFFFF;
  border-radius: 0; }

fieldset.unfold legend {
  margin: 0;
  border-radius: 0; }

div.radiorow {
  float: left;
  width: 25%; }

textarea.comment {
  border: 0;
  width: 80%;
  resize: vertical; }

.textlimit {
  font-size: 0.8em !important; }

/* autofill styles */
.enhanSel {
  position: relative;
  display: inline-block;
  min-width: 25em;
  border: 1px solid #E8E8E8; }

.enhanSel ul {
  font-size: 1em; }

.enhanSel .enhanSelAnchor {
  color: #2E2E2E;
  background-color: #FFFFFF;
  font-weight: normal;
  padding: 8px; }

.enhanSel a {
  display: block;
  text-decoration: none;
  color: #2E2E2E; }

.enhanSelImg {
  margin: 6px 12px 0 8px; }

.enhanSel a i {
  padding-right: 8px; }

.ac_input {
  background-repeat: no-repeat;
  background-position: right; }

.ac_results,
.enhanSelDropdown {
  border: 1px solid #E8E8E8;
  min-width: 300px;
  background-color: #FFFFFF;
  color: #2E2E2E;
  box-shadow: 0 0 12px 0 #E8E8E8;
  z-index: 1000;
  max-height: 15em;
  overflow: auto; }

.ac_results ul,
.enhanSelDropdown ul {
  margin: 0;
  text-align: left;
  list-style-position: outside;
  list-style: none; }

.ac_results li,
.enhanSelDropdown li {
  margin: 0;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  font-size: 1em; }

.ac_loading {
  background-image: url("/graphics/loading.gif"); }

.ac_over {
  background-color: #6da2d9 !important; }

.cal_day {
  display: inline-block;
  margin: 1em auto;
  min-width: 6em;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.cal_day .cyear, .cal_day .cmon {
  font-size: 0.9em;
  font-weight: bold;
  padding: 3px 12px;
  background-color: #A2A2A2;
  color: #FFFFFF; }

.cal_day .cday {
  font-weight: bold;
  font-size: 2.5em; }

.cal_day .cwday {
  font-size: 0.8em; }

@media only screen and (max-width: 480px) {
  fieldset textarea, fieldset input {
    max-width: 280px; }
  .enhanSel {
    min-width: 280px; }
  .ac_results, .enhanSelDropdown {
    min-width: 280px; } }

/* Media Queries */
/* bigger Desktop */
@media only screen and (min-width: 1440px) {
  body {
    font-size: 90%; } }

/* Tablet (Portrait) works 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  ul#menue li {
    width: 9em !important; } }

/* Mobile (Portrait) works with 320px */
@media only screen and (max-width: 767px) {
  body {
    background-color: #FEFEFE; }
  #logo {
    margin-top: 0.5em !important; }
  #site {
    box-shadow: none !important;
    background-color: #FEFEFE !important;
    margin: 0 !important;
    border: 0 !important; }
  #content {
    box-shadow: none !important;
    background-color: #FEFEFE !important;
    border: 0px !important; }
  .tlform div.label {
    background-color: #FEFEFE;
    float: none;
    width: inherit;
    text-align: left; } }

/* Mobile (Landscape) works with 480px */
#l-outside #site {
  margin: 0 auto;
  border: 0; }

/* Webshop Styles */
table#order_table {
  font-size: 1em;
  min-width: 80%;
  margin-bottom: 2em; }

#group-listing h3 {
  font-size: 1em;
  margin: 0px;
  padding: 8px;
  background-color: #4B92A6;
  color: #FFFFFF; }

#group-listing h3 a {
  color: #FFFFFF; }

#shop-listing img, #group-listing img, #recommandations img {
  width: 100%;
  max-width: 320px; }

#basket {
  color: #2E2E2E;
  font-size: 1em;
  position: absolute;
  width: 300px;
  text-align: left;
  right: 0px;
  margin: 1em;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  z-index: 300; }

.price {
  font-weight: bold;
  color: #767676;
  margin-bottom: 0; }

#order-pane .price {
  font-size: 2.3em; }

.proc, .procsel {
  font-size: 4em;
  text-align: center;
  background-color: #FFFFFF;
  color: #767676; }

.procsel {
  background-color: #4B92A6;
  color: #FFFFFF; }

.new_flag {
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  background-color: #FF6347;
  color: #FFFFFF;
  box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4); }

.circle {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 1.4em;
  background-color: #FF6347;
  color: #FFFFFF !important;
  border-radius: 50%;
  transform: translate(-50%, 5%); }

#shop_versions {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  padding: 0.5em 0.5em 0 0.5em; }

/* News Styles */
.rubric_box li {
  padding: 0.5em 0; }

.rubric_box h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em; }

.rubric_box h3 a, .rubric_box h4 a {
  text-decoration: none; }

h2.rubric_title {
  font-size: 1.5em;
  background-color: #4B92A6;
  padding: 12px;
  color: #FFFFFF;
  margin-bottom: 0.5em; }

h2.rubric_title a {
  text-decoration: none;
  color: #FFFFFF !important; }

.top_news {
  background-color: #FFFFFF;
  margin-bottom: 2em !important; }

.blaster {
  position: relative;
  overflow: hidden;
  max-height: 540px; }

.blaster h2 {
  position: absolute;
  text-align: left;
  margin: 0;
  font-size: 2em;
  bottom: 12px;
  left: 12px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000; }

.blaster a {
  color: #FFFFFF !important;
  text-decoration: none; }

.blaster img, img.fullsize {
  display: block;
  width: 100%;
  margin: 0;
  height: auto; }

.imageBlock {
  margin: 1em auto 2em auto; }

img.fullsize {
  margin-bottom: 1em; }

.top_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(185deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.4) 90%); }

.dateofarticle {
  font-size: 1em;
  float: right;
  color: #767676;
  text-align: right;
  padding-left: 2em; }

p.subtitle {
  font-size: 1.3em;
  font-weight: bold; }

p.author {
  font-style: italic; }

a.print {
  font-weight: bold;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .blaster h2 {
    font-size: 1.5em !important; } }

/* Carousel */
#l-outside #carouselwrap {
  background-color: #FFFFFF; }

#carousel {
  text-align: center;
  background-color: #FFFFFF;
  margin-bottom: 2em;
  position: relative; }

#carousel .viewport {
  height: 570px;
  width: 100%;
  overflow: auto;
  position: relative; }

#l-outside #carousel {
  max-width: 1420px;
  margin: 0 auto 2em auto; }

#carousel .prev, #carousel .next {
  color: #FFFFFF;
  position: absolute;
  top: 40%;
  left: 5px;
  z-index: 100; }

#carousel .next {
  left: auto;
  right: 5px; }

#carousel .disable {
  opacity: 0.2; }

#carousel .overview {
  font-size: 1em;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px; }

#carousel .overview li {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 570px;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF; }

#carousel .overview li img {
  width: 100%;
  height: auto; }

#carousel .overview li .cartext {
  position: absolute;
  font-size: 1em;
  bottom: 8px;
  right: 8px;
  width: 66%;
  padding: 8px;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left; }

#carousel h2 {
  font-size: 1.5em;
  margin-bottom: 0.3em; }

#carousel p {
  font-size: 1.3em;
  margin-bottom: 0.3em; }

#carousel a {
  text-decoration: none;
  color: #4682B4; }

#carousel ul.pager {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 8px;
  overflow: hidden;
  list-style: none;
  clear: both; }

#carousel .pager li {
  float: left; }

#carousel .pagenum {
  background-color: #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8em;
  text-align: center;
  width: 1.6em;
  height: 1.6em;
  color: #5D5D5D;
  font-weight: bold;
  display: block;
  margin: 3px; }

#carousel .active {
  color: #FEFEFE;
  background-color: #4B92A6; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #carousel .viewport, #carousel .overview li {
    height: 450px; } }

@media only screen and (max-width: 479px) {
  #carousel ul.pager {
    position: static; }
  #carousel .overview li .cartext {
    display: none; }
  #carousel .viewport, #carousel .overview li {
    height: 200px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #carousel .overview li .cartext {
    width: 90%; }
  #carousel .viewport, #carousel .overview li {
    height: 300px; } }
