/***********************************************************/
/*                        ALLGEMEIN                        */
/***********************************************************/

/* magalone flipbook */
#page #reader-container {
  width: 100%;
}

.flipbook-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.flipbook-item {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 2rem;
}

div.tx-magaloneflipbook a.flipbook-thumbnail img {
  max-width: 100%;
  border: 1px solid #dcdcdc;
}

.flipbook-item h4 {
  margin-bottom: 1em;
}

.tx-magaloneflipbook h2 {
  margin-bottom: 2rem;
}

.tx-magaloneflipbook>a {
  display: none;
}

/* t3ddy Tab Container */
.t3ddy.ui-widget, .t3ddy .ui-widget-content {
  font-size: 100%;
  font-family: 'MainFont', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #6D6F71;
}

.ui-widget-content a {
  color: #274A91;
}

.no-touch .ui-widget-content a:hover {
  color: #6D6F71;
}

.ui-widget-content h2 a {
  color: #274A91;
}

.t3ddy .ui-helper-reset {
  line-height: 1.5;
}

div.t3ddy-tabContainer {
  border: none;
  background: none;
  padding: 0;
  text-align: left;
}

.t3ddy-accordion .csc-header.header-bigspaceafter,
.t3ddy-tabContainer .csc-header.header-bigspaceafter {
  display: none;
}

h3.t3ddy-tabContainer ul {
  padding: 0;
  text-align: left;
}

.t3ddy-accordion-header {
  font-size: 100%;
  font-family: 'MainFont';
}

/* t3ddy Tab Container */
.t3ddy.ui-widget, .t3ddy .ui-widget-content {
  font-size: 100%;
  font-family: 'MainFont', sans-serif;
  color: #373737;
}

.t3ddy .ui-helper-reset {
  line-height: 1.5;
}

.t3ddy-tabContainer {
  border: none;
  background: none;
  padding: 0;
  text-align: center;
  overflow: hidden;
  padding: 1px;
  border-radius: 0;
}

.t3ddy-tabContainer ul {
  padding: 0;
  text-align: center;
}

.t3ddy-tabContainer.ui-tabs a.ui-tabs-anchor {
  float: none;
  display: block;
  padding: 0.1em 0.5em;
  border: none;
  font-size: 110%;
  color: #373737;
  font-family: 'MainFont', sans-serif;
  text-transform: uppercase;
  font-size: 140%;
}

.folgeseite .t3ddy-tabContainer.ui-tabs a.ui-tabs-anchor {
  font-family: 'MainFontSemibold', sans-serif;
  font-size: 100%;
}

.startseite .t3ddy-tabContainer.ui-tabs a.ui-tabs-anchor {
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
}

.startseite .t3ddy-tabContainer.ui-tabs a.ui-tabs-anchor:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.05s, width 0.2s, height 0.2s 0.2s;
}

.startseite .t3ddy-tabContainer.ui-tabs a.ui-tabs-anchor:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 50%;
  bottom: 0;
  border-bottom: 1px solid #e3051a;
  transition: opacity 0.05s 0.1s, width 0.2s 0.4s, height 0.2s 0.2s;
  transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
}

.startseite .t3ddy-tabContainer.ui-tabs .ui-tabs-active a.ui-tabs-anchor:after {
  border-bottom: 1px solid #e3051a;
}

.startseite .t3ddy-tabContainer .ui-widget-header .ui-state-default.ui-state-active a {
  color: #e3051a;
  box-shadow: inset 0 -1px 0 0 #e3051a;
}

.t3ddy-tabContainer .ui-corner-all {
  border-radius: 0;
}

.folgeseite .t3ddy-tabContainer-tabList {
  float: left;
  width: 30%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.folgeseite .t3ddy-tabContainer.ui-tabs .t3ddy-item {
  padding: 2em;
  border: 1px solid #D8DCE5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  width: 70%;
  border-radius: 0;
}

.folgeseite .t3ddy-tabContainer.ui-tabs .t3ddy-item img {
  width: 90%;
  margin: 0 auto;
}

.folgeseite .t3ddy-tabContainer.ui-tabs .t3ddy-item .wtgallery_list_image img {
  width: 100%;
}

.folgeseite .ui-tabs .ui-tabs-nav {
  border-top: 1px solid #D8DCE5;
  background: #fff;
  border: none;
  padding-top: 0;
  padding-right: 1px;
}

.folgeseite .ui-tabs .ui-tabs-nav li {
  margin: 0;
  float: inherit;
  padding: 0;
  width: 100%;
  background: transparent;
  text-align: left;
  white-space: inherit;
  border: none;
  border: 1px solid #D8DCE5;
  border-radius: 0;
  border-right: none;
  border-top: none;
  background: #e1e5ee;
}

.folgeseite .ui-tabs .ui-tabs-nav li:first-child {
  border: 1px solid #D8DCE5;
}

.folgeseite .ui-tabs .ui-tabs-nav li.ui-tabs-active, .folgeseite .ui-tabs .ui-tabs-nav li:hover {
  background: white;
  border-radius: 0;
  border-right: none;
}

.folgeseite .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: inherit;
  display: block;
  padding: 0.4em 0.7em;
  border-left: 3px solid #D8DCE5;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.folgeseite .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.folgeseite .ui-tabs .ui-tabs-nav li:hover .ui-tabs-anchor {
  border-left: 3px solid #274A91;
  color: #274A91;
}

.t3ddy-accordion .ui-state-default {
  background: #F5F5F5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #646464;
}

.ui-accordion .ui-accordion-header {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 100%;
  padding-left: 1em;
  text-transform: none;
  text-transform: uppercase;
  font-family: 'MainFont', sans-serif;
}

#page .t3ddy-accordion .ui-state-default:hover, #page .t3ddy-accordion .ui-state-active {
  background: #274A91;
  border: none;
  color: white;
}

.t3ddy-accordion .ui-widget-content {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 3em 1em;
}

.t3ddy .ui-state-active .ui-icon, .ui-state-default .ui-icon {
  background: none;
  width: 23px;
}

.t3ddy .ui-state-active .ui-icon:after, .t3ddy .ui-state-default .ui-icon:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  height: 16px;
  display: block;
  font-size: 26px;
  line-height: 16px;
  color: #274A91;
  vertical-align: baseline;
  text-indent: 0;
}

.t3ddy .ui-state-active .ui-icon:after, .t3ddy .ui-state-default:hover .ui-icon:after {
  color: #FFFFFF;
}

.ui-accordion .ui-accordion-header {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 125%;
  padding-left: 1rem;
  text-transform: none;
  font-family: 'MainFont', sans-serif;
  text-transform: uppercase;
  color: #274A91;
}

.t3ddy .ui-state-active .ui-icon, .ui-state-default .ui-icon {
  background: none;
  width: 23px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: inherit;
  right: 1em;
}

.t3ddy .ui-state-active .ui-icon:after {
  content: '\f106';
}

#contentwrap>.gridcontainer:nth-child(2n) .t3ddy-accordion .ui-state-default {
  background: #FFFFFF;
}

#contentwrap>.gridcontainer:nth-child(2n) .t3ddy-accordion .ui-state-default:hover {
  background: #274A91;
}

.t3ddy-item .linkbox {
  background: #fff;
}

/* Platzbelegung Folgeseite */

.folgeseite.withmenu.fixed .gkmbtoday_section_platz .gkmbtoday_row,
.folgeseite.withmenu.fixed .gkmbtoday_section_zeiten .gkmbtoday_row {
  display: inline-block;
  margin-top: 1em;
  width: 30%;
}

.folgeseite.withmenu.fixed .gkmbtoday_section_platz .gkmbtoday_sectionfooter {
  margin-bottom: 4em;
}

/* Umfrage ke_questionnaire */
div.tx-ke-questionnaire .keqQuestionTitle {
  background: #E2E6EF;
  text-shadow: none;
  box-shadow: none;
  padding: 0.4em 1.6em;
  border: none;
  font-family: 'MainFont', sans-serif;
  font-size: 125%;
}

div.tx-ke-questionnaire .keqQuestionTitle .question_number {
  font-family: 'MainFont', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #274A91;
}

div.tx-ke-questionnaire textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

div.tx-ke-questionnaire .keqQuestion {
  border: 1px solid #E2E6EF;
  background: #FFFFFF;
  box-shadow: none;
}

div.tx-ke-questionnaire .keqQuestionTitle .keqQuestionTitleline {
  font-family: 'MainFont', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #274A91;
}

div.tx-ke-questionnaire .keqAnswerBox {
  color: #6D6F71;
  padding: 0.4em 1.6em;
  overflow: hidden;
}

div.tx-ke-questionnaire input[type="radio"]+label, div.tx-ke-questionnaire input[type="checkbox"]+label {
  background-image: url('../Images/radio.svg');
  -webkit-background-size: 16px 74px;
  -moz-background-size: 16px 74px;
  -o-background-size: 16px 74px;
  background-size: 16px 74px;
}

div.tx-ke-questionnaire .btn-primary {
  background: #2998D2;
  text-shadow: none;
  border: none;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  height: auto;
}

div.tx-ke-questionnaire .btn {
  border-radius: 0;
  background: #2998D2;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'MainFont', sans-serif;
  height: auto !important;
  padding: 0.4em 1.6em;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 110%;
  line-height: inherit;
}

div.tx-ke-questionnaire .btn-primary:hover, div.tx-ke-questionnaire .btn-primary:active, div.tx-ke-questionnaire .btn-primary.active, div.tx-ke-questionnaire .btn-primary.disabled, div.tx-ke-questionnaire .btn-primary[disabled] {
  background: #274A91;
}

div.tx-ke-questionnaire textarea, div.tx-ke-questionnaire input[type="text"], div.tx-ke-questionnaire input[type="password"], div.tx-ke-questionnaire input[type="datetime"], div.tx-ke-questionnaire input[type="datetime-local"], div.tx-ke-questionnaire input[type="date"], div.tx-ke-questionnaire input[type="month"], div.tx-ke-questionnaire input[type="time"], div.tx-ke-questionnaire input[type="week"], div.tx-ke-questionnaire input[type="number"], div.tx-ke-questionnaire input[type="email"], div.tx-ke-questionnaire input[type="url"], div.tx-ke-questionnaire input[type="search"], div.tx-ke-questionnaire input[type="tel"], div.tx-ke-questionnaire input[type="color"] {
  border: 1px solid #E2E6EF;
  border-radius: 0;
  box-shadow: none;
}

div.tx-ke-questionnaire textarea:focus, div.tx-ke-questionnaire input[type="text"]:focus {
  border: 1px solid #274A91;
  box-shadow: none;
}

div.tx-ke-questionnaire input[type="text"] {
  width: 100% !important;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* gkmb_personalscore and gkmb_playhcptable */
.gkmb_pscoreTeeSelectCourse, .gkmb_playHcpTeeHeaderTeename {
  font-size: 125%;
  font-family: 'MainFont', sans-serif;
  color: #274A91;
  text-transform: uppercase;
}

.gkmb_pscoreTeeSelectCourse {
  margin-top: 2rem;
}


.gkmb_pscoreTeeSelectTeeLink {
  display: block;
}

#tx_gkmbpersonalscore_pi1-hcap {
  border: 1px solid #d7dade;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}

#tx_gkmbpersonalscore_pi1-submit {
  color: #FFFFFF;
  background: #274A91;
  width: auto;
  border: none;
  padding: 0 1.2rem;
  min-height: 40px;
  line-height: 40px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.no-touch #tx_gkmbpersonalscore_pi1-submit:hover {
  background: #274A91;
}

.gkmb_pscoreTable {
  display: flex;
  margin-bottom: 2rem;
}

.gkmb_pscoreHcap {
  margin-right: 0.5rem;
}

.gkmb_pscoreFooter {
  font-size: 61%;
}

.gkmb_pscoreDiv, .tx-gkmbplayhcptable-pi1 {
  max-width: 900px;
}

.gkmb_playHcpTable {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.gkmb_playHcpTable:last-of-type {
  margin-right: 0;
}

.gkmb_playHcpTables,
.gkmb_playHcpTeeHeader,
.gkmb_playHcpTeeHeader2,
.gkmb_pscoreTeeSelectCourseSpacer,
.gkmb_pscoreTeeSelect,
.gkmb_playHcpTee,
.gkmb_pscoreTeeSelectTeeSpacer,
.gkmb_playHcpBack,
.gkmb_playHcpTableTop {
  float: left;
  width: 99.5%;
}

.gkmb_playHcpTableTop {
  margin-bottom: 2em;
}

.gkmb_playHcpTeeHeader2 .gkmb_playHcpTeeHeaderWrap {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.gkmb_playHcpTeeHeaderData {
  float: right;
  width: 48%;
}

.gkmb_pscoreTeeSelectTeeSpacer a,
.gkmb_pscoreTeeSelectTee a {
  margin: 0.3rem 0.5rem;
  font-weight: normal;
  display: block;
  font-style: normal;
}

.gkmb_pscoreTeeSelectTeeSpacer,
.gkmb_pscoreTeeSelectTee {
  margin-bottom: 0.5rem;
}

.gkmb_pscoreTeeSelect,
.gkmb_playHcpBack {
  margin-bottom: 2rem;
}

.gkmb_playHcpTeeHeaderCoursename {
  display: none;
}

.tx-gkmbplayhcptable-pi1 .gkmb_pscoreTeeSelect {
  margin: 0;
}

.gkmb_playHcpBack {
  background: #F2F2F2;
  border: none;
  margin-top: 0.5rem;
}

.gkmb_playHcpBack a,
.gkmb_playHcpBack a:hover {
  color: #000000;
  margin: 0.3rem 0.5rem;
  font-weight: bold;
  font-family: 'MainFont', serif;
  display: block;
}

div.gkmb_pscoreDivPrint {
  width: 600px;
  padding: 4px;
}

div.gkmb_pscoreCourseSelectedMessage,
div.gkmb_pscoreTeeSelectCourse,
div.gkmb_pscorePlayhcap,
div.gkmb_pscoreTeeSelectedLink,
div.gkmb_pscoreTeeSelectedLinkPrint {
  text-align: left;
  width: 100%;
}

div.gkmb_pscoreScCalcCell,
div.gkmb_pscoreScCalcCellPrint {
  padding-top: 0.4em;
  width: 100%;
  overflow: hidden;
}

div.gkmb_pscoreTeeSelectedLink,
div.gkmb_pscoreTeeSelectedLinkPrint {
  padding: 0.6em 0;
}

div.gkmb_pscorePlayhcapText {
  float: left;
}

div.gkmb_pscorePlayhcap {
  padding-left: 150px;
}

div.gkmb_pscorePlayhcapLinkField,
div.gkmb_pscorePlayhcapLinkFieldPrint {
  padding: 0.6em 0;
}

div.gkmb_pscoreScHoleRowRow,
div.gkmb_pscoreScHeaderRow,
div.gkmb_pscoreScOutRow,
div.gkmb_pscoreScInRow,
div.gkmb_pscoreScTotalRow {
  display: grid;
  grid-gap: 0.5%;
  margin-bottom: 2px;
  grid-template-columns: repeat(10, 9.5%);
  text-align: center;
}

div.gkmb_pscoreScHeaderRow {
  margin-bottom: 0.6em;
}

div.gkmb_pscoreScOutRow, div.gkmb_pscoreScInRow {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

div.gkmb_pscoreScHeaderRow, div.gkmb_pscoreScHoleRow, div.gkmb_pscoreScOutRow, div.gkmb_pscoreScInRow, div.gkmb_pscoreScTotalRow {
  clear: both;
  width: 100%;
}

div.printmessage, div.printbacklink {
  margin-top: 0.6em;
}

div.gkmb_pscoreScHoleCellScore div.gkmb_pscoreScOutCellScore, div.gkmb_pscoreScInCellScore, div.gkmb_pscoreScTotalCellScore {
  padding: 0;
}

input.gkmb_pscoreScHoleCellScoreInput {
  text-align: center;
  line-height: 2.2em;
  color: #ca000c;
}

.gkmb_pscoreScOutCellHole,
.gkmb_pscoreScHeaderRow,
.gkmb_pscoreScTotalCellAddstroke {
  font-size: 80%;
}

div.gkmb_pscoreScHoleCellHole, div.gkmb_pscoreScHoleCellPar, div.gkmb_pscoreScHoleCellIndex, div.gkmb_pscoreScHoleCellLength, div.gkmb_pscoreScHoleCellAddstroke, div.gkmb_pscoreScHoleCellNetDoubleBogey, div.gkmb_pscoreScHoleCellBrutto, div.gkmb_pscoreScHoleCellNetto, div.gkmb_pscoreScCellNetDoubleBogey, div.gkmb_pscoreScHoleCellWBrut {
  line-height: 2.2em;
}

div.gkmb_pscoreScCalcCell, div.gkmb_pscoreScCalcCellPrint {
  margin-top: 1.2em;
  text-align: right;
  clear: both;
}

div.gkmb_pscorePrintlink, div.gkmb_pscorePrintlinkPrint {
  margin-top: 0;
  text-align: left;
}

div.gkmb_pscoreScHoleCellError {
  text-align: left;
  color: #ca000c;
}

div.gkmb_pscoreTeeSelectedLink, div.gkmb_pscorePlayhcapLinkField {
  border-bottom: 1px solid #d7dade;
  margin-bottom: 0.2em;
}

div.gkmb_pscoreScStatsCell, div.gkmb_pscoreScCalcCell, div.gkmb_pscorePrintlink {
  border-top: 1px solid white;
  margin-top: 0.2em;
  clear: both;
  padding-top: 0.6em;
  width: 100%;
  text-align: left;
}

div.gkmb_pscoreFooterPrint {
  clear: both;
  padding-bottom: 0.6em;
  text-align: left;
}

.printcontent .ce-header, .printcontent .gkmb_pscoreCourseSelectedMessage,
.printcontent .gkmb_pscoreTeeSelectedLinkPrint, .printcontent .gkmb_pscorePlayhcapLinkFieldPrint,
.printcontent .gkmb_pscorePrintlinkPrint, .printcontent .gkmb_pscoreScCalcCellPrint,
.printcontent .gkmb_pscoreFooterPrint {
  display: none;
}

/* Regelfrage der Woche */
#tx_gkmb_ruleservice_pi1_answer1, #tx_gkmb_ruleservice_pi1_answer2, #tx_gkmb_ruleservice_pi1_answer3 {
  display: none;
}

#tx_gkmb_ruleservice_pi1_linkid1, #tx_gkmb_ruleservice_pi1_linkid2, #tx_gkmb_ruleservice_pi1_linkid3 {
  margin-top: 1em;
}

#tx_gkmb_ruleservice_pi1_qcontainer, #tx_gkmb_ruleservice_pi1_answer1, #tx_gkmb_ruleservice_pi1_answer2 {
  width: 100%;
}

#tx_gkmb_ruleservice_pi1_question {
  margin-bottom: 1em;
}


/* yag gallery */
.tx-yag-pi1 ul {
  padding: 0;
}

.tx-yag-pi1 ul li {
  list-style-image: none;
}

li.yag-item-thumb-outerframe {
  width: 19.2%;
  margin-right: 1%;
}

li.yag-item-thumb-outerframe:nth-child(5n) {
  margin-right: 0;
}

ul.tx-ptextlist-pager {
  margin-bottom: 0.6em;
}

.tx-yag-thumb-innerframe img, .tx-yag-image img {
  border: 1px solid #e2e6ef;
  width: 98%;
}

.tx-ptextlist-pager li.number a, .tx-ptextlist-pager li a span, .tx-ptextlist-pager li.number .cur, .tx-ptextlist-pager li.number .fill {
  background: #2998d2;
  /* Old browsers */
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 40px;
  line-height: 40px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.tx-ptextlist-pager li.number.cur a, .tx-ptextlist-pager li.number a:hover, .tx-ptextlist-pager li a span:hover {
  border: none;
  background: #274a91;
  color: #ffffff;
}

.tx-yag-pager a {
  font-style: normal;
}

/* YAG css Album, Gallery */
.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
  width: 50%;
}

.tx-yag-album-thumb-innerframe, .tx-yag-gallery-thumb-innerframe {
  width: 40%;
  float: left;
}

.tx-yag-gallery-galleryinfo, .tx-yag-album-albuminfo {
  margin-left: 45%;
  margin-right: 2em;
}

.tx-yag-album-thumb-outerframe {
  width: 48% !important;
  float: left;
  margin-right: 2%;
  overflow: hidden;
}

.tx-yag-items {
  width: 100%;
  overflow: hidden;
}

.tx-yag-gallery-gallerydescription, .tx-yag-gallery-albumdescription {
  font-size: 100%;
}

.tx-yag-gallery-gallerycaption, .tx-yag-album-albumcaption {
  font-size: 125%;
  margin: 0 0 0.7em 0;
  font-family: 'MainFont', Arial, Verdana, sans-serif;
  color: #6d6f71;
  font-weight: normal;
  font-style: normal;
}

.tx-yag-breadcrumbcomtainer a {
  color: #6d6f71;
}

.tx-yag-breadcrumbcomtainer {
  margin-bottom: 2em;
  display: none;
}

.tx-ptextlist-pager-item-display {
  text-align: center;
}

.titleBox {
  display: none;
}

.fancybox-title-float-wrap .child {
  white-space: unset;
}


/* weather2 */
div.weather2-item ul.secondaryProperties {
  padding: 0;
}

div.weather2-item {
  background-color: #E2E6EF;
  border: 1px solid #e2e6ef;
  margin: 0;
  max-width: 350px;
}

.weather-moreinfo ul {
  padding: 0;
  text-align: left;
}

div.weather2-item ul li {
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 47%;
  padding-right: 4%;
}

.weather-topwrap {
  overflow: hidden;
}

div.weather2-item ul li:nth-child(2n) {
  padding-right: 0;
}

.weather-moreinfo {
  margin-top: 1em;
  font-size: .8em;
}

.weather-time {
  margin-top: 1em;
  font-size: .8em;
  text-align: left;
}

div.weather2-item .primary {
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div.weather2-item .primary .weather-data,
div.weather2-item .primary .weather-icon {
  padding: 0;
}

/* felogin */
.felogin-input {
  border: 1px solid #e2e6ef;
  background: #ffffff;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
  max-width: 230px;
}

.felogin-submit {
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  background: #2998d2;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 0.5em 0.9em;
  margin-top: 0.5em;
}

.felogin-submit:hover {
  background: #274a91;
}

.felogin-field {
  margin-bottom: 0.5em;
}

.logout-message {
  margin: 0.5em 0;
}

#login .tx-felogin-pi1 {
  font-size: 87%;
  line-height: 150%;
}

.tx-felogin-pi1 input {
  display: block;
}

.felogin-message, .tx-felogin-pi1 h3 {
  margin-bottom: 10px;
}

/* Scrollimage */
.imagefullwidth {
  height: 40vw;
  max-height: 700px;
  width: 100%;
}

.mobileimagefullwidth.imagefullwidth {
  background-attachment: scroll !important;
}

/* Online Services */
.content-slider-services .iconheadline-icon {
  width: 100px;
  height: 100px;
  padding: 20px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

div.content-slider a[rel="noreferrer"]::after {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  text-align: center;
  margin: 0;
  background: rgba(255, 255, 255, .7);
  width: 20px;
  height: 20px;
}

.container-news-slide .iconheadline-iconfont .iconfont {
  color: #274A91;
}

.content-slider-services .iconheadline-iconfont .iconfont {
  line-height: 60px;
  font-size: 50px;
}

.content-slider-services .iconheadline-iconimage {
  max-width: 60px;
  max-height: 60px;
}

.content-slider-services .iconheadline-iconimage img {
  max-width: 60px;
  width: 60px;
  height: auto;
  max-height: 60px;
}

.content-slider-services a {
  color: #6D6F71;
}

.content-slider-services .content-slider-item:hover h3 {
  color: #2998D2;
}

.content-slider-services h3 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  text-transform: normal;
}

.content-slider-services .content-slider-item:hover .iconheadline-icon {
  background-color: #2998D2;
}

.online-services-row {
  overflow: hidden;
}

.online-services-wrap .content-slider-item {
  position: relative;
  float: left;
  width: 24%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 2em;
}

.online-services-wrap .content-slider-item:nth-child(4) {
  width: 22%;
  margin-right: 0;
}

.online-services-wrap a {
  color: #6D6F71;
}

.online-services-wrap .content-slider-item:hover h3 {
  color: #2998D2;
}

/* Slider */
.content-slider-container {
  position: relative;
  margin: 0 auto;
}

.content-slider-services .content-slider-container {
  margin: 0 auto;
}

.slider-textbutton {
  margin-top: 30px;
}

.content-slider-item {
  position: absolute;
  top: 0;
}

.content-slider-prev,
.content-slider-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 22px;
  height: 45px;
  margin-top: -22px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.content-slider-prev {
  left: 0;
}

.content-slider-next {
  right: 0;
}

.content-slider-prev-arrow,
.content-slider-next-arrow {
  width: 20px;
  height: 45px;
  position: relative;
}

.content-slider-prev-arrow {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -160px 0;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.content-slider-next-arrow {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -190px 0;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.container-news-slide .content-slider-prev-arrow {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -160px -100px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.container-news-slide .content-slider-next-arrow {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -190px -100px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.no-touch .content-slider-prev-arrow:hover {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -160px -50px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.no-touch .content-slider-next-arrow:hover {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -190px -50px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.no-touch .container-news-slide .content-slider-prev-arrow:hover {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -160px -100px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.no-touch .container-news-slide .content-slider-next-arrow:hover {
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -190px -100px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

.content-slider-itemwrap {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-bottom: 10px;
}

.content-slider-services .content-slider-item {
  text-align: center;
}

.content-slider-item.serviceitem {
  position: absolute;
  top: 0;
}

/* partner banner */
.bannerlist {
  overflow: hidden;
}

.content-slider-partner, .content-slider-partner-small {
  margin-bottom: 1em;
}

.content-slider-partner .banner, .content-slider-partner-small .banner {
  border: 1px solid #E2E6EF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.content-slider-partner .banner:hover, .content-slider-partner-small .banner:hover {
  border: 1px solid #274A91;
}

.bannerlist .banner {
  width: 33.33333%;
  margin: 0 0 1em 0;
  vertical-align: top;
  float: left;
}

.bannerlist .banner-inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E2E6EF;
  margin: 0 3px;
}

.bannerlist .banner-inner:hover {
  border: 1px solid #274A91;
}

.bannerlist-small .banner {
  width: 20%;
}

.content-slider-iteminner {
  margin: 0 3px;
}

.content-slider-iteminner a {
  display: block;
  position: relative;
}

/* albatros calender */
:root {
  --c-neutral-light: 210, 210, 210;
  --f-size-s-1: 80%;
}

#calendar div {
  box-sizing: border-box;
}

div.custom-header {
  height: auto;
}

div.fc-calendar-container {
  padding-bottom: 2px;
}

div.fc-calendar, div.fc-calendar .fc-row, div.fc-calendar .fc-row>div {
  border-width: 2px;
  border-color: #FFFFFF;
  background: #E2E6EF;
}

div.fc-calendar .fc-head {
  background: #274A91;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}

div.fc-calendar .fc-row>div>span.fc-date {
  color: #000;
  font-size: 140%;
}

div.custom-header nav span {
  background: #274A91;
  color: #ffffff;
}

div.custom-header h3 {
  color: #274A91;
  font-size: 140%;
  margin: 0;
  font-family: 'MainFont';
  box-sizing: border-box;
}

div.fc-calendar .fc-row>div.fc-today {
  background: #E2E6EF;
  padding-bottom: 0;
}

div.gkmbalbtm_fullcal_monthheader {
  background: #274A91;
  border: 2px solid #274A91;
  border-bottom: none;
  color: #ffffff;
}

div.gkmbalbtm_fullcal_monthfooter {
  border: 2px solid #FFFFFF;
  background: none;
}

div.gkmbalbtm_fullcal_daywrapper {
  border-bottom: none;
  background: #E2E6EF;
}

div.gkmbalbtm_fullcal_day.tbegin {
  color: #6D6F71;
}

div.fc-calendar .fc-row>div>div a, div.fc-calendar .fc-row>div>div span {
  color: #6D6F71;
}

.div.fc-calendar .fc-row>div>span.fc-date {
  color: #274A91;
}

.fc-calendar .fc-row>div>div span.tnamefull {
  display: none;
}

.gkmbalbtm_snapshot_day .gkmbalbtm_tname {
  font-family: 'MainFont';
  font-size: 125%;
  color: #274A91;
  line-height: 130%;
}

.gkmbalbtm_snapshot_dayinfo {
  width: 100%;
}

.gkmbalbtm_snapshot_day.tbegin {
  font-size: 218%;
  width: 100%;
  color: #274A91;
  line-height: 130%;
}

.gkmbalbtm_snapshot_daywrapper {
  float: left;
  width: 24%;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 1px solid #E2E5EE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.daywrap .title {
  font-family: 'MainFontBold';
}

.daywrap .title .tnamefull.active {
  font-family: 'MainFont';
}

.gridcontainer:nth-child(2n) .gkmbalbtm_snapshot_daywrapper {
  border-right: 1px solid #FFFFFF;
}

.gkmbalbtm_snapshot_daywrapper:nth-child(4) {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  width: 22%;
}

/* Icon Headline */
.iconheadline-icon {
  width: 70px;
  height: 70px;
  background: #274A91;
  margin: 0 auto;
  margin-bottom: 1em;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.withmenu .iconheadline-icon, .left .iconheadline-icon {
  margin: 0 0 1em 0;
}

.center .iconheadline-icon {
  margin: 0 auto 1em auto;
}

.iconheadline-iconimage {
  text-align: center;
  max-width: 46px;
  max-height: 46px;
}

.iconheadline-iconimage img {
  margin: 0 auto;
}

.iconheadline-iconfont {
  text-align: center;
}

.iconheadline-iconfont .iconfont {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 50px;
}

/* Reservation */
.tx-gkmbreservation-pi1 table.tx-gkmbreservation-pi1-table tr td {
  background-color: #E2E6EF;
  border: 2px solid #FFFFFF;
  padding: 0.3em 0.7em;
}

table.tx-gkmbreservation-pi1-table th, table.tx-gkmbreservation-pi1-table tr td.col-1 {
  background-color: #274A91;
  color: #fff;
}

table.tx-gkmbreservation-pi1-table th {
  border: 2px solid #FFFFFF;
  padding: 0.3rem 0.7rem;
  font-size: 125%;
  color: #fff;
}

/* Today */
.gkmbtoday_sectionheader {
  font-family: 'MainFont';
  text-transform: uppercase;
  color: #274A91;
}

.popuparea.mobile .gkmbtoday_sectionheader {
  font-size: 218%;
}

.gkmbtoday_subareatitle {
  font-family: 'MainFont';
  color: #274A91;
}

.gkmbtoday_row, .gkmbtoday_sectionfooter {
  margin-top: 1em;
}

.gkmbtoday_section.inactive {
  display: none;
}

/* Header Slider */
.header-slider {
  display: table;
  width: 100%;
  overflow: hidden;
  height: 34vw;
  max-height: 800px;
}

.header-fullwidth {
  width: 100%;
  display: table;
}

.header-slide {
  width: 100%;
  z-index: 0;
}

.header-slider>.header-slide {
  display: table-cell;
  position: absolute;
  max-height: 800px;
}

.header-slide-text {
  position: absolute;
  right: 30px;
  bottom: 130px;
  text-align: right;
}

.header-slide-slogan {
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #274A91;
  padding: 0.1em 0.6em;
  font-size: 250%;
  line-height: 140%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.header-slide-textline {
  margin-bottom: 4px;
}

/* fal gallery */
.falgallery-imagewrap {
  width: 100%;
  overflow: hidden;
}

.falgallery-image {
  width: 20%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 6px solid transparent;
  float: left;
}

.falgallery-image img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}

.no-touch .falgallery-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.falgallery-browse {
  text-align: center;
  overflow: hidden;
  margin-top: 1em;
}

.falgallery-prev, .falgallery-next, .falgallery-counter {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.3em 1em;
  text-align: left;
}

.falgallery-counter {
  text-align: center;
}

.falgallery-next {
  text-align: right;
}

/* weather2 */
div.weather2-item ul.secondaryProperties {
  padding: 0;
}

div.weather2-item {
  background-color: #E2E6EF;
  border: 1px solid #D8DCE5;
  margin: 0;
}

.weather-moreinfo ul {
  padding: 0;
  text-align: left;
}

div.weather2-item ul li {
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 47%;
  padding-right: 4%;
}

div.weather2-item ul li:nth-child(2n) {
  padding-right: 0;
}

.weather-moreinfo {
  margin-top: 1em;
  font-size: .8em;
}

.weather-time {
  margin-top: 1em;
  font-size: .8em;
  text-align: left;
}

/* linkbox */
.linkbox {
  background: #E2E6EF;
  position: relative;
}

.linkboxinner {
  padding: 20px 60px 20px 20px;
}

.linkbox.nolink .linkboxinner {
  padding: 20px;
}

.linkbox.withlink>a {
  display: block;
  font-family: 'MainFont';
}

.linkbox .linkbox-title {
  line-height: 140%;
  color: #274A91;
  font-size: 125%;
  font-family: 'MainFont';
  margin-bottom: 0.2em;
}

.linkbox a {
  position: relative;
  display: block;
}

.linkbox a[rel="noreferrer"]::after {
  position: absolute;
  padding: .3rem;
  top: 0;
  right: 0;
  line-height: 100%;
  font-size: 80%;
  background: rgba(255, 255, 255, .7);
}

.no-touch #page .linkbox.withlink:hover {
  background: #274A91;
}

.no-touch .linkbox.withlink:hover .linkbox-title {
  color: #FFFFFF;
}



.startseite #contentwrap>.gridcontainer:nth-child(2n) .linkbox,
.folgeseite #contentwrap>.gridcontainer:nth-child(2n) .linkbox {
  background: #FFFFFF;
}

.startseite #contentwrap>.gridcontainer:nth-child(2n) .linkbox:hover,
.folgeseite #contentwrap>.gridcontainer:nth-child(2n) .linkbox:hover {
  background: #274A91;
  color: #FFF;
}

.linkbox-subtitle {
  color: #6D6F71;
}

.no-touch .linkbox.withlink:hover .linkbox-subtitle,
.no-touch .linkbox.withlink:hover a {
  color: #FFFFFF;
}

/* blauer pfeil  */
.withlink .linkboxinner:after,
#contentwrap>.gridcontainer:nth-child(2n) .linkbox .linkboxinner:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -24px;
  background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -220px -100px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
  width: 22px;
  height: 48px;
  content: '';
}

/* weißer pfeil  */
#page .linkbox:hover .linkboxinner:after,
#contentwrap>.gridcontainer:nth-child(2n) .linkbox:hover .linkboxinner:after {
  background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -250px -100px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
}

/* tt_news */
.news-single-content, .news-list-item {
  margin-bottom: 2em;
}

.news-img-container {
  margin-top: 1em;
  border: 1px solid #D8DCE5;
}

.news-img-container:first-child {
  margin-top: 0;
}

.news-single-img {
  margin-bottom: 1em;
}

.news-single-backlink {
  width: 100%;
  float: left;
  padding-top: 1em;
  margin-top: 2em;
  border-top: 1px solid #D8DCE5;
}

.news-single-item, .news-list-item {
  overflow: hidden;
}

.news-single-imgcaption {
  font-size: 87%;
  font-family: 'MainFontItalic';
  margin-top: 5px;
}

.paginator__previous a::after {
  content: '<';
}

.paginator__next a::after {
  content: '>';
}

.paginator__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 5px 0;
  background: #F0F0F0;
}

.paginator__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #6D6F71;
}

.paginator__list {
  display: flex;
  flex-wrap: wrap;
}

.no-touch .paginator__item:hover,
.paginator__item.-current {
  background: #2998D2;
  color: #FFFFFF;
}

.no-touch .paginator__item:hover a {
  color: #FFFFFF;
}

.news-list-image {
  max-width: 25%;
  float: left;
  margin: 0 1.5em 1em 0;
}

.news-list-textwrap {
  overflow: hidden;
}

.news-latest-image img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.news-latest-date, .news-list-date {
  color: #2998D2;
}

.news-latest-subheader {
  padding-top: 20px;
}

.news-latest-text {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.news-latest-title h3 {
  color: #274A91;
}

.news-latest-subheader {
  color: #6D6F71;
}

.news-latest-text-inner {
  background: #ffffff;
  padding: 20px 25px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.no-touch .news-latest-item:hover .news-latest-text {
  bottom: 0 !important;
}

.no-touch .news-latest-item:hover .news-latest-image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.news-latest-item .content-slider-iteminner {
  padding-bottom: 70px;
  background: #ffffff;
  position: relative;
  margin: 0 5px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.news-latest-item {
  margin: 0;
}

.news-latest-arrow {
  width: 50px;
  height: 50px;
  background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -270px 0px;
  -webkit-background-size: 400px 400px;
  -moz-background-size: 400px 400px;
  -o-background-size: 400px 400px;
  background-size: 400px 400px;
  margin: 0 auto;
}

.news-latest-arrowwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  margin-top: -25px;
  display: none;
}

.no-touch .news-latest-item:hover .news-latest-arrowwrap {
  display: block;
}


/* Google Maps Routenplaner */
.tx-go-maps-ext form {
  width: 100%;
  margin-top: 1em;
}

.js-map {
  width: 100% !important;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.js-gme-submit {
  border: 1px solid #2998D2;
  padding: 0.2em 0.8em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'MainFont', sans-serif;
  background: #2998D2;
  font-size: 110%;
}

.js-gme-saddress {
  border: 1px solid #D8DCE5;
  padding: 0.45em;
  margin-right: 0.5em;
}

.js-gme-submit,
.js-gme-saddress {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 43px;
  padding: 0.4em 1.6em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.js-gme-submit:focus,
.js-gme-saddress:focus {
  outline: none;
}

.js-gme-preview img {
  width: 100%;
  height: auto;
}

.js-gme-preview>p {
  margin: 0 auto;
  width: 94%;
}

/* CSS Powermail */
.powermail_tabmenu {
  padding: 10px;
  background: #E2E6EF;
  width: 90%;
}

.powermail_tabmenu li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.powermail_tabmenu li.act {
  color: #2998D2;
  cursor: auto;
}

.powermail_fieldset.layout2 .powermail_legend {
  display: block;
  padding: 0 0.7em 0 0.7em;
  color: #2998D2;
  font-weight: bold;
}

.powermail_confirmation h4 {
  padding-top: 0;
  margin-top: 0;
}

div.tx-powermail {
  width: 100%;
  font-family: 'MainFont', sans-serif;
}

td.powermail_all_label {
  padding-right: 20px;
}

div.tx-powermail h3 {
  display: none;
}

.powermail_fieldset,
.powermail_confirmation,
.powermail_create {
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.powermail_legend {
  display: none;
  padding: 0;
  margin: 0;
}

.powermail_label, .powermail_radio_outer,
.powermail_captcha_outer, .powermail_check_outer {
  width: 100%;
  display: block;
}

.leadform__item {
  margin-bottom: 0.5rem;
}

.leadform input,
.leadform select,
.powermail_field select,
.powermail_field input,
.powermail_field textarea {
  width: 100%;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.leadform input[type=checkbox],
input.powermail_checkbox {
  width: auto;
}

.leadform input[type=checkbox] {
  margin-right: 0.5rem;
}

.formError .formErrorContent,
.formError .formErrorArrow div {
  background: #2998D2;
  box-shadow: none;
  color: #ffffff;
  border: none;
}

div.powermail_fieldset .parentFormundefined .formError {
  opacity: 1 !important;
}

.powermail_radio_outer, .powermail_captcha_outer {
  padding: 0;
  margin: 0;
  border: none;
}

.powermail_check_outer {
  padding: 0;
  margin: 0.5em 0;
  border: none;
}

.powermail_captcha {
  width: 90%;
}

.powermail_captchaimage {
  margin: 0.5em 0;
}

.leadform {
  overflow: hidden;
}

.leadform button,
#page input.powermail_submit,
#page input.powermail_submit:focus,
input.powermail_confirmation_form,
input.powermail_confirmation_submit {
  float: left;
  margin: 1em 1em 0 0;
  width: auto;
  background: #2998D2;
  border: none;
  padding: 0.4em 1.6em;
  color: #FFFFFF;
  height: 43px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 110%;
  outline: none;
}

.leadform input[type=submit]:hover,
#page input.powermail_submit:hover,
input.powermail_confirmation_form:hover,
input.powermail_confirmation_submit:hover {
  background: #2998D2;
}

.powermail_label.powermail_check_legend {
  font-weight: bold;
  margin-bottom: 1em;
}

.powermail_confirmation dl dd,
.powermail_create dl dd {
  width: 100%;
  margin-left: 0;
}

.powermail_confirmation dl dt,
.powermail_create dl dt {
  margin-top: 0.7em;
  font-weight: bold;
}

.powermail.input:invalid, .powermail.textarea:invalid {
  background: #FFFFFF;
  border: 1px solid #2998D2;
}

.leadform select,
.leadform input,
.powermail_fieldset input,
.powermail_fieldset textarea,
.powermail_fieldset select {
  border: 1px solid #D8DCE5;
}

.powermail_message_error {
  color: #2998D2;
}

/*******************************************************/
/*                       ACHTUNG                       */
/* media queries bitte immer als letztes stehen lassen */
/*******************************************************/

@media only screen and (max-width: 1280px) {
  .header-slide-text {
    font-size: 1.25vw;
    bottom: 10vw;
  }
}

@media only screen and (max-width: 1024px) {
  .falgallery-image {
    width: 25%;
  }

  .gkmbalbtm_snapshot_daywrapper {
    width: 49%;
    margin-bottom: 2em;
  }

  .gkmbalbtm_snapshot_daywrapper:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    width: 47%;
  }

  .online-services-wrap .content-slider-item {
    width: 49%;
  }

  .online-services-wrap .content-slider-item:nth-child(2n) {
    width: 47%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .content-slider-prev, .content-slider-next {
    width: 17px;
    height: 34px;
    margin-top: -17px;
  }

  .content-slider-prev-arrow,
  .content-slider-next-arrow {
    width: 16px;
    height: 34px;
  }

  .content-slider-prev-arrow {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -120px 0px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .content-slider-next-arrow {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -142px 0px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .no-touch .content-slider-prev-arrow:hover {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -120px -37px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .no-touch .content-slider-next-arrow:hover {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -142px -37px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .container-news-slide .content-slider-prev-arrow {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -120px -75px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .container-news-slide .content-slider-next-arrow {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -142px -75px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .no-touch .container-news-slide .content-slider-prev-arrow:hover {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -120px -75px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  .no-touch .container-news-slide .content-slider-next-arrow:hover {
    background: url("/fileadmin/templates/Resources/Public/Images/sprites.svg") no-repeat -142px -75px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    background-size: 300px 300px;
  }

  /* YAG Gallery */
  .tx-yag-album-thumb-outerframe {
    width: 100% !important;
    margin-right: 0;
  }

  li.yag-item-thumb-outerframe {
    width: 24.25%;
  }

  li.yag-item-thumb-outerframe:nth-child(5n) {
    margin-right: 1%;
  }

  li.yag-item-thumb-outerframe:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 760px) {
  .bannerlist .banner {
    width: 100%;
  }

  .bannerlist-small .banner {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 640px) {
  .gkmbalbtm_snapshot_daywrapper {
    width: 100% !important;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  /* YAG Gallery */
  li.yag-item-thumb-outerframe {
    width: 32.66%;
    margin-bottom: 0.5em;
  }

  li.yag-item-thumb-outerframe:nth-child(4n) {
    margin-right: 1%;
  }

  li.yag-item-thumb-outerframe:nth-child(3n) {
    margin-right: 0;
  }

  .tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
    width: 100%;
  }

  #page .online-services-wrap .content-slider-item {
    width: 100%;
    overflow: hidden;
    margin-right: 0;
    text-align: left;
  }

  #page .online-services-wrap .iconheadline-icon {
    float: left;
  }

  #page .online-services-wrap .content-slider-item-textwrap {
    margin-left: 90px;
    padding-top: 0.5em;
  }

  s
}

@media only screen and (max-width: 500px) {
  .falgallery-image {
    width: 33.3%;
  }

  .bannerlist-small .banner {
    width: 50%;
  }

  /* YAG Gallery */
  li.yag-item-thumb-outerframe {
    width: 48.5%;
  }

  li.yag-item-thumb-outerframe:nth-child(3n) {
    margin-right: 1%;
  }

  li.yag-item-thumb-outerframe:nth-child(2n) {
    margin-right: 0;
  }

  .header-slide-text .textbutton, .header-slide-text a.textbutton {
    font-size: 130%;
  }
}

@media only screen and (max-width: 400px) {

  /* gkmb_personalscore */
  .gkmb_pscoreScTable {
    font-size: 10px;
  }
}